Monday, March 27, 2017

Android: Pull private data of an Android app

Requires adb + python.
  1. run adb backup -f test.backup com.example.test
  2. download and run this python script
  3. now you should be able to open the .tar file with any zip utility
Ref:
adb - How can one pull the (private) data of one's own Android app? - Stack Overflow
backup - backing up android device using adb - Stack Overflow

No comments: