copy file to root directory

Post your questions and help other users.

Moderator: Martin

Post Reply
ahmadmll
Posts: 69
Joined: 06 Jul 2013 15:02

copy file to root directory

Post by ahmadmll » 02 Aug 2013 15:06

Hi friends
How can i copy a file from sdcard to root directory (for exampr : /data/data/ )?

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: copy file to root directory

Post by Martin » 04 Aug 2013 13:07

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

ahmadmll
Posts: 69
Joined: 06 Jul 2013 15:02

Re: copy file to root directory

Post by ahmadmll » 05 Aug 2013 01:04

Thanks very well, Martin.

Post Reply