cp on Android
The Android Dev Phone (and G1, by extension) does not have the cp command in the adb shell prompt. Since you can compile and run C code on the phone, you could in theory also compile the cp program but that's probably a stretch. Alternatively, you can:
cat source_file > dest_file
This works because the phone has a full-featured shell which supports stream redirection.
cat source_file > dest_file
This works because the phone has a full-featured shell which supports stream redirection.
cp on Android
Reviewed by Danish Yaqoob
on
17:55:00
Rating:
No comments
Thanks for your comment.Keep visiting for latest updates from us.
Moreover, Subscribe Now!