Page 1 of 1

copy file to root directory

Posted: 02 Aug 2013 15:06
by ahmadmll
Hi friends
How can i copy a file from sdcard to root directory (for exampr : /data/data/ )?

Re: copy file to root directory

Posted: 04 Aug 2013 13:07
by Martin
Hi,

There is no built-in function for this. You can use Execute Root Command: cp file.txt /data/data/file.txt. You have to check if the cp command is available on your device.

Regards,
Martin

Re: copy file to root directory

Posted: 05 Aug 2013 01:04
by ahmadmll
Thanks very well, Martin.