Hi friends
How can i copy a file from sdcard to root directory (for exampr : /data/data/ )?
copy file to root directory
Moderator: Martin
Re: copy file to root directory
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
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
Thanks very well, Martin.