3

I've installed a game through Google Play and I would like to analyze data files to see where information about progress are stored, but I can't find any folder of the game itself.

In sdcard/Android/data there is no game folder. Wehre should I look?

Hyperion
  • 131
  • 1
  • 1
  • 2

3 Answers3

3

Applications keep their data in /data/data. It is a folder that resides in a partition that a normal user can't access. In order to access there, you have to root your phone and download another file explorer application that can browse /data.

I'd personally suggest Nextapp FX File Explorer with Root Add-On or ES File Explorer.

SarpSTA
  • 2,682
  • 5
  • 19
  • 36
0

You need to root your device.

Download an Root File Manager, im using Xplore File Manager but you can download Root Explorer app. Goto /data/data/ (package name of the app) / (whole data) Note: you need to root your device.

Jevie
  • 11
  • 2
0

If u don't have root for this phone one possible work around is that you can back up the game using phone's built-in backup app. Then u may unpack the backed up file. Or just recover the backup to someone else's rooted phone, or an emulator.

Meow Cat 2012
  • 201
  • 2
  • 5