Skip to content

Instantly share code, notes, and snippets.

View mtte's full-sized avatar

Kay mtte

View GitHub Profile
@AnatomicJC
AnatomicJC / android-backup-apk-and-datas.md
Last active September 11, 2025 14:43
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 !

@dominikstraessle
dominikstraessle / create_header.py
Last active May 9, 2018 11:23
Erstellt ein Bash-Script mit einem fertigen Header. Die Parameter werden interaktiv abgefragt
#!/usr/bin/env python3
# Dateiname: create_header.py
# Beschreibung: Erstellt ein Bash-Script mit einem fertigen Header. Die Parameter werden interaktiv
# abgefragt
# Aufruf: python3 create_header.py dateiname
# dateiname: Name des zu erstellenden Scripts
# Autor: Dominik Strässle
# Version: 1.0
# Datum: 05/09/2018
import datetime
@PurpleBooth
PurpleBooth / README-Template.md
Last active September 18, 2025 07:55
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites