Is it possible to create an app that will copy image files from a internal memory location like /data without someone rooting their phone?
or somehow for the user to temporarily allow root access?
Will JAVA I/O work? is this the only way?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, it’s not possible without root because apps don’t have filesystem permissions to read data directories of other apps. Temporary root needs some exploit or unlock command to be executed which may be scary for users. What are you trying to copy?