ESE53 terminal problems.
This is a discussion on ESE53 terminal problems. within the Droid Hacks forums, part of the Droid Hacking category; ok so today I flashed petes newest ESE53 build and after restoring all apps and such, I ran terminal and the commands cp are not ...
-
-
-
busybox is probably not in /system/bin
For some reason pete always forgets to include it in his roms. Here you go busybox.zip
Unzip, copy to /sdcard and the usual terminal commands to push to /system/bin
Also chmod 755
-
LOL thanks man will try this out soon probably not tonight.. I'm on my rom. Now not Pete's....
Click Here for the Droid Concepts Web Site
Check out The Droid Concepts Roms By clicking the image below.!

If you would enjoy what we do please support us with a small donation if possible, we need some new devices.. 
-
Ok so figured id try this now, what terminal commands do I use.. or is this done using adb.?
Click Here for the Droid Concepts Web Site
Check out The Droid Concepts Roms By clicking the image below.!

If you would enjoy what we do please support us with a small donation if possible, we need some new devices.. 
-
after copying busybox to your sdcard's root,
in adb,
adb shell
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
dd if=/sdcard/busybox of=/system/bin/
chmod 755 /system/bin/busybox
mount -o remount,ro -t yaffs2 /dev/block/mtdblock4 /system
sync
reboot
or just use root explorer and copy the file over to /system/bin then long click on busybox, permissions, check Read, write, execute for user. Read, execute for group and read execute for others.
EDIT: Corrected terminal commands, silly me.
Last edited by nphil; 03-13-2010 at 11:41 PM.
-
Ok so I got busybox and chmod installed into the /system/bin and terminal still says cp is not a recognized command.. ? What's going on rebooted just to double check there there it just won't work..
Click Here for the Droid Concepts Web Site
Check out The Droid Concepts Roms By clicking the image below.!

If you would enjoy what we do please support us with a small donation if possible, we need some new devices.. 
-
my bad, if youre trying to use cp from a windows terminal (in shell), use busybox CP
using just cp works within any terminal app on the phone though. I use better terminal pro.
btw you don't install chmod, its just a command to change permissions
Last edited by nphil; 03-14-2010 at 12:14 AM.
-
Yeah trying to use just cp on the phone..
And I installed busybox using droidroothelper instead of adb cause. I've got my comp shut down for the night.. but the command cp isn't working..
Click Here for the Droid Concepts Web Site
Check out The Droid Concepts Roms By clicking the image below.!

If you would enjoy what we do please support us with a small donation if possible, we need some new devices.. 
-
hmm.. not sure where droidroothelper copies busybox to, but I did this the manual way on pete's .8 ROM a while ago and it worked.. Try it that way later and see if it works!
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Similar Threads
-
By Dandroid247 in forum Droid Hacks
Replies: 19
Last Post: 12-21-2010, 11:54 PM
-
By yaooitsbrett in forum Droid Hacks
Replies: 2
Last Post: 02-22-2010, 07:35 PM
-
By jakheb in forum Tech Issues, Bug Reports & Suggestions
Replies: 18
Last Post: 02-17-2010, 07:25 PM
-
By Jman in forum Tech Issues, Bug Reports & Suggestions
Replies: 0
Last Post: 01-08-2010, 08:39 PM
-
By Flowah in forum Droid Hacks
Replies: 8
Last Post: 12-15-2009, 03:47 AM
Search tags for this page
busybox install fails cyanogenmod
Click on a term to search our site for related topics.