I tried to do "ls -R /data/data/com.xyz/* > /mnt/sdcard/backup/listfiles.txt" using Run Shell but the format is not what I want.
Tried the "find" command but not similar with it and could not get it to work.
Ultimate goal is to use listfiles.txt in a for loop to copy all files under /data/data/com.xyz to /mnt/sdcard/backup
Please help!
What was the problem you had with doing :cp /data/data/com.xyz/* /mnt/sdcard/backup... directly instead of trying to do it file by file?Tom