Extract/Dump full app data folder to a zip file without root access using Shizuku.
- Select any debuggable app from your device
- Choose export folder to save the data
- Dump app data into a ZIP file
- Shizuku installed and running
- Debuggable apps
- Install and start Shizuku
- Open DataDumper and grant Shizuku permission
- Start dumping app data
- Tap SELECT APP β Choose a debuggable app
- Tap SELECT EXPORT FOLDER β Pick save location
- Tap DUMP APP DATA β Extract files to ZIP
Output: package_name_version_timestamp.zip
Modify any app and add debugging support:
- Add
android:debuggable="true"to the<application>tag in AndroidManifest.xml - Repack and reinstall the modified APK
- App will appear in DataDumper's list
- Extract runtime-generated files (libs, configs, tokens, ...)
- Backup app data without root
Made with fun by Simo

