I have Android Dev Phone 1 and I want to be able to programatically
copy files form it do my PC (through USB). However, I cannot use "adb
pull" because some of the files I want to copy are owned by different
users that "system". I can copy these files by starting shell on the
device, then doing "su", then copying the files to sdcard and then
copying then from sdcard to my PC. Can I do this automatically,
without doing "su" manually?

Also, it seems Dev Phone doesn't know the "cp" command to copy files.
I have to use "cat from_file > to_file". Surely there is a simpler
solution...?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to