K kzmania Member Jan 13, 2010 #1 Hi guys, I finally got my droid rooted but when typing cp command. It is said that it's not found. Anyway to fix this? Thanks!
Hi guys, I finally got my droid rooted but when typing cp command. It is said that it's not found. Anyway to fix this? Thanks!
Z zerosignal0 Member Jan 13, 2010 #2 kzmania said: Hi guys, I finally got my droid rooted but when typing cp command. It is said that it's not found. Anyway to fix this? Thanks! Click to expand... This would be because you havent installed busybox. By default the droid doesnt contain the cp command. http://www.droidforums.net/forum/dr...covery-framework-res-apk-custom-boot-ani.html BusyBox download busybox binary to your adb tools directory AllDroid.org - Information cd to your adb tools directory adb push busybox /data/local/busybox adb shell su cd /data/local chmod 755 busybox ./busybox mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system mkdir /system/xbin /data/local/busybox cp /data/local/busybox /system/xbin /data/local/busybox cp /data/local/busybox /system/bin cd /system/xbin busybox --install . mount -o ro,remount -t yaffs2 /dev/block/mtdblock4 /system sync reboot Hope this helps
kzmania said: Hi guys, I finally got my droid rooted but when typing cp command. It is said that it's not found. Anyway to fix this? Thanks! Click to expand... This would be because you havent installed busybox. By default the droid doesnt contain the cp command. http://www.droidforums.net/forum/dr...covery-framework-res-apk-custom-boot-ani.html BusyBox download busybox binary to your adb tools directory AllDroid.org - Information cd to your adb tools directory adb push busybox /data/local/busybox adb shell su cd /data/local chmod 755 busybox ./busybox mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system mkdir /system/xbin /data/local/busybox cp /data/local/busybox /system/xbin /data/local/busybox cp /data/local/busybox /system/bin cd /system/xbin busybox --install . mount -o ro,remount -t yaffs2 /dev/block/mtdblock4 /system sync reboot Hope this helps