Skip to content

Instantly share code, notes, and snippets.

View Shubxam's full-sized avatar
👋

Shubham Soni Shubxam

👋
View GitHub Profile
@ih2502mk
ih2502mk / list.md
Last active October 20, 2025 07:13
Quantopian Lectures Saved
@AnatomicJC
AnatomicJC / android-backup-apk-and-datas.md
Last active October 8, 2025 20:58
Backup android app, data included, no root needed, with adb

Backup android app, data included, no root needed, with adb

Note: This gist may be outdated, thanks to all contributors in comments.

adb is the Android CLI tool with which you can interact with your android device, from your PC

You must enable developer mode (tap 7 times on the build version in parameters) and install adb on your PC.

Don't hesitate to read comments, there is useful tips, thanks guys for this !