Skip to content

Instantly share code, notes, and snippets.

View syedusama5556's full-sized avatar
:shipit:
Focusing on work

Syed Usama Ahmad syedusama5556

:shipit:
Focusing on work
View GitHub Profile
@rutcreate
rutcreate / README.md
Last active October 31, 2025 07:46
Install Python 3.10.x on Ubuntu 20.04

Prerequisite

sudo apt update
sudo apt install software-properties-common -y

Add custom APT repository

@AnatomicJC
AnatomicJC / android-backup-apk-and-datas.md
Last active November 3, 2025 12:30
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 !