Using CP command in Adb "CP not found:
title says it all im using cp to copy an app into the system apps folder and i can not get it to work?
nex i was able to copy using droid explorer and in the droid explorer terminal i set system to rw left the terminal open and then was able to use the explorer window to make my changes.... round about way but worked for now
Busybox needed
I think we need busybox for the extra commands IIRC!
cp is built in but not symbolic linked. Instead of just:
cp abc def
use:
busybox cp abc def
Install busybox; here's instructions from modaco
- Download busybox
- Type 'adb remount'
- Type 'adb push busybox /system/xbin/busybox'
- Type 'adb shell chmod 4755 /system/xbin/busybox'
- Type 'adb shell /system/xbin/busybox --install -s /system/xbin/'
2 Users Say Thank You to genibus For This Useful Post
Danation (12-23-2009), Doogitronix (12-23-2009)
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