The Android shell does not have the cp command. Android shell also has no sed or grep or vi. I have no adb daemon available. There is mv command but it rejects to work if source is on a read-only device.
- What to do if I have to copy some directories from read-only device recursively?
- How to change a line in a text file (e.g. "PATH=/cache" to be "PATH=/mnt/asec") ?