This is a discussion on adb not found/busybox install help within the Droid Hacks forums, part of the Droid Hacking category; I have done a search and couldn't find anything on this so here I go. I am not extremely new to adb shells and linux ...
I have done a search and couldn't find anything on this so here I go. I am not extremely new to adb shells and linux operating systems (I successfully installed ydl on my ps3) but I have recently run into an issue on my rooted droid. I am trying to install busybox onto the phone and do the following:
$ su
# mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system adb push ./busybox /system/sbin
When I get to the last step I get "adb: not found". I have attached a screen capture to show where I am at. I'm not quite sure why it is coming up with this and don't really know what to do from here. I have a copy of busybox in the tools folder and on the root of the sd card. Thank you for any help and let me know if you need anymore info.
I have done a search and couldn't find anything on this so here I go. I am not extremely new to adb shells and linux operating systems (I successfully installed ydl on my ps3) but I have recently run into an issue on my rooted droid. I am trying to install busybox onto the phone and do the following:
$ su
# mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system adb push ./busybox /system/sbin
When I get to the last step I get "adb: not found". I have attached a screen capture to show where I am at. I'm not quite sure why it is coming up with this and don't really know what to do from here. I have a copy of busybox in the tools folder and on the root of the sd card. Thank you for any help and let me know if you need anymore info.
You can't do an adb push from within an adb shell, that's what's wrong.
okay so maybe I'm a little more confused than I originally thought. As you can see in the capture, I did what you said but now get a "cp: not found". I have since exited and tried to push out of the shell but get a permission denied. Thanks for the help.
I forgot to mention that I did the rest of the steps and then tried to start up metamorph (I'm installing a new theme) and it still said that busybox wasn't installed so I came back here. Then I got this bright idea to turn off debugging and tada!!! I'm pretty sure that everything is good. I really appreciate you sticking around and helping me with this.