Tell me more ×
Android Enthusiasts Stack Exchange is a question and answer site for enthusiasts and power users of the Android operating system. It's 100% free, no registration required.

I have a tablet with Android 4.2 and would like to copy/move the application user data (savegames, ...) from one user to another. I have root. Which directory do I need to move/copy. And do I have to care about the permissions?

share|improve this question
I cannot say for sure (have yet to dig into the new directory structures with 4.2+). But a good guess comes from where the data are usually stored (/data/data/com.myapp, where com.myapp is the app's package name) and the fact that JB uses numerics (like e.g. /mnt/sdcard0) for user specific stuff: Check if there's something similar, I'd guess it will be something like /data/data0/com.myapp for the first user). – Izzy Jan 6 at 0:05

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.