[REQ] Dropbear ssh client - EVO 4G Q&A, Help & Troubleshooting

Ive asked in Themes and Apps to no avail so please dont jump on this for possibly being in the wrong forum.
Im looking for a binary of dropbear but i cant seem to find one that will work with our phone.
The situation.
At work they block everything, so i figure since i can adb into my phone, and since it has its own internet connection, i can use a cli ssh client to run around the internet doing the things i need to do from my shell.
can anyone please compile it or post it? ive looked for a couple of days.
much obliged.

Have you already tried QuickSSHd on Market?
Also this guy claims to have got it working:
Gentooer said:
Got it working!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I basically built it with qemu by following the tips and using the patch found here: http://jblomer.web.cern.ch/jblomer/android.htm
I'm not too familiar with all the different kinds of authentication, so this my be very insecure, but it works for me. These are the steps I followed after building dropbear:
1. Transfer dropbear and dropbearkey to a rw partition where they can be executed.
2. Generate a private rsa key with "dropbearkey -t rsa -f my_rsa_key"
3. Run "dropbear -A -N root -U 0 -G 0 -C <desired password> -r <path to my_rsa_key> -p 22"
4. ssh into your phone using the password entered in previous step. You should now have a full root terminal!
Here are the files (If anyone can provide better hosting that would be great):
http://www.speedyshare.com/190562592.html
Click to expand...
Click to collapse
That quote was from this thread.

If you have enough access to get ADB running on your work PC, why not just put PuTTY on there as well?

Related

How to change the name of my phone

So I've been searching for awhile now, and I can't seem to figure this out, and hope it's not something easy that I missed. I'm trying to change the name of my phone and tablets. When I try to use AllShare Play, Google Chrome, and some other stuff, my stuff shows up as GT-P7510, GT-N8013, and SCH-R530U. I'd like to be able to see for example, Galaxy S3, Note Tablet, and Galaxy Tab instead. Neither of my tablets are rooted anymore, and I probably won't reroot my phone once I get Jelly Bean on here. Is this even possible for me?
Bump. Anyone?
maybe
Try changing the net.hostname property, gonna need root though
[email protected]:/ # su -c "setprop net.hostname touchpad"
su -c "setprop net.hostname touchpad"
[email protected]:/ # getprop net.hostname
getprop net.hostname
touchpad
[email protected]:/ #
ShawnDobie said:
So I've been searching for awhile now, and I can't seem to figure this out, and hope it's not something easy that I missed. I'm trying to change the name of my phone and tablets. When I try to use AllShare Play, Google Chrome, and some other stuff, my stuff shows up as GT-P7510, GT-N8013, and SCH-R530U. I'd like to be able to see for example, Galaxy S3, Note Tablet, and Galaxy Tab instead. Neither of my tablets are rooted anymore, and I probably won't reroot my phone once I get Jelly Bean on here. Is this even possible for me?
Click to expand...
Click to collapse
You can change the name in the build.prop folder file in the system folder. You do need to be rooted though
Sent from my SPH-L710 using xda premium
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
now that right there is some funny itshay!
Sent from my SPH-L710 using xda premium

[Q] LOOP_SET_FD failed: Device or resource busy

First of, jump down to the red dotted line for what i need help with, the text above just explains root method, phone and programs i have installed.
Thanks for taking the time.
I have been searching and reading up on every problem I've had so far in the install, i have come to a dead end and i need to get pushed a step further, i need help.
I am installing BT5 ARM on my Note 2 N7100.
Whatever the reason, i grew up with BT and i have my reasons why i want it on my phone (if i wanted to crack someone i would have just used my BT on USB, i have a lot of different things like this mostly for nostalgia)
I have a Note 2 N7100 with android 4.1.2
I rooted my phone using METHOD 2 in this thread (Odin307)
http://forum.xda-developers.com/showthread.php?t=2143479
I have SuperSU BusyBox and AndroidVNC
All installed and working as they should.
----------------------------------------------​
Backtrack version downloaded:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Now it gets wierd.
On Terminal Emulator i grant SU and go into the BT5 folder and boot the "bootbt" file.
"ioctl LOOP_SET_FD failed: Device or resource busy"
I am not a linux expert, I am what you will call an experienced n00b :good:
I was up LATE last night and i figured out something i cant remember now.
It was something about if my device had "loop 1-2-3-4 etc" enabled?
AND that i might need an modified "bootbt" file ?
I am so stuck and I have been staring in the eyes of this problem for so long i have gone blind.
Help me see.
Thank you.
I have the same problem on my samsung s5
good to know
you need custom kernel, as stock doesn't support it

[Q] Cannot resolve hosts in Terminal

I can't seem to find a solution for this, but Internet access from within the Android shell was working for a few days, but now it just won't.
Ping google.com gives an unkown host error.
nslookup google.com is the same.
nslookup google.com 8.8.8.8 Does work, spits out 7 lines of DNS... stuff.
I tried looking for /etc/resolv.conf but there's not one there. Internet access outside the shell works fine.
Is there a fix for this? I'm running stock GB27 completely untouched other than root and Agat's kernel.
gorei23 said:
I can't seem to find a solution for this, but Internet access from within the Android shell was working for a few days, but now it just won't.
Ping google.com gives an unkown host error.
nslookup google.com is the same.
nslookup google.com 8.8.8.8 Does work, spits out 7 lines of DNS... stuff.
I tried looking for /etc/resolv.conf but there's not one there. Internet access outside the shell works fine.
Is there a fix for this? I'm running stock GB27 completely untouched other than root and Agat's kernel.
Click to expand...
Click to collapse
You can create a resolv.conf if there isn't one, though I don't know if that would fix your problem. Also I notice the you wrote nslookup, shouldn't it be dnslookup?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
bilgerryan said:
You can create a resolv.conf if there isn't one, though I don't know if that would fix your problem. Also I notice the you wrote nslookup, shouldn't it be dnslookup?
Click to expand...
Click to collapse
Sorry, typo.
What's the syntax for the resolv.conf?

[SOLVED] adb error? extra command line return...

Hi All,
i have been trying to push a file via adb, i am following aftvnew guide to upgrade clockwork recovery. However, when i perform step 8 of the guide adb is returning extra command line than what is aftvnews guide screenshot is showing (see below). i uploaded my adb commoand as attachment.
Any idea what this means and what i am doing wrong?
\
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
here is the complete link the guide. Everything match up exactly except step 8.
http://www.aftvnews.com/how-to-update-clockworkmod-custom-recovery-on-the-amazon-fire-tv/
Thank you
ashsha7877 said:
Hi All,
i have been trying to push a file via adb, i am following aftvnew guide to upgrade clockwork recovery. However, when i perform step 8 of the guide adb is returning extra command line than what is aftvnews guide screenshot is showing (see below). i uploaded my adb commoand as attachment.
Any idea what this means and what i am doing wrong?
\
here is the complete link the guide. Everything match up exactly except step 8.
http://www.aftvnews.com/how-to-update-clockworkmod-custom-recovery-on-the-amazon-fire-tv/
Thank you
Click to expand...
Click to collapse
Ok so after doing some research and testing this on few more box these extra command is ok and it is not causing any issues as far as i can tell. I also look at other user you tube video and the video showed the same extra command line. I am not sure why AFTVNEW site didn't show this command.
https://www.youtube.com/watch?v=MifIL9Lgddk
Thanks

help! build nethunter kernel for lgv30

I try to compile nethunter kernel for lgv30, the goal is to enable wireless and hid functions. Now the wireless function has been successfully completed, but the hid function has encountered a problem
Patches_hid_hid_gadget-4.4.patch found from [kali-nethunter-kernel](https://gitlab.com/kalilinux/nethunter/build-scripts/kali-nethunter-devices/-/tree/master/patches/hid) merged with Two errors, from [Forums](https://forums.kali.org/showthread.php?48320-HID-on-4-X-kernel), I learned that there is no need to modify the kernel, but [enable usb function ](https://www.kali.org/docs/nethunter/nethunter-kernel-6-config-5/), and use [nethunter-installer](https://gitlab.com/kalilinux/nethunter/build- scripts/kali-nethunter-project/-/tree/master/nethunter-installer) compile the kernel, I followed the tutorial to complete this step, and then use twrp to flash into the phone
Now you can set hid mode, but it cannot be used, as shown
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
My compilation environment is ubuntu20.04, [kernel source code](https://github.com/SGCMarkus/android_device_lge_h930) is los17.1 linux4.4.153
The compilation tool is google gcc4.9
Compile command:
Code:
./make_defconfig.sh nethunter_joan_defconfig
export ARCH=arm64 &&\
export SUBARCH=arm64 &&\
export PATH=/opt/gccarm64/bin/:$PATH &&\
export CROSS_COMPILE=aarch64-linux-android- &&\
make -j$(nproc --all) O=out nethunter_joan_defconfig
make -j$(nproc --all) O=out ARCH=arm64 \
SUBARCH=arm64 CROSS_COMPILE=aarch64-linux-android- \
CONFIG_DEBUG_SECTION_MISMATCH=y
make mrproper && make clean && rm -rf out
Did anything ever come of this? Ive been trying to find a v30 nethunter version for awhile now....
I've got Nethunter installed and monitor mode working with onboard wlan0. It is impossible to catch a handshake though. There's nowhere online that I can find a working Nethunter kernel for the V30. This page is basically dead but I don't know where else to go for help.

Categories

Resources