I have rooted my Droid and I'm trying to install busybox but when I get to the step where I type "./busybox" it comes back "permission denied". Any help on this would be great. I am kind of new to android and adb but I usually learn fast.
I have rooted my Droid and I'm trying to install busybox but when I get to the step where I type "./busybox" it comes back "permission denied". Any help on this would be great. I am kind of new to android and adb but I usually learn fast.
chmod 755 ./busybox
while in the busybox directory of course
then execute ./busybox --install
Here's the thread I started last week when I had trouble. adb not found/busybox install help
here is what i have done:
adb push busybox /data/local/busyboxadb shellsucd /data/localchmod 755 busybox./busybox
then i get ./busybox: permission denied