Curated list of the best Android customization tools, ROMs, and resources.
- android-toolkit-scripts β 6 working Python ADB tools (device info, permission audit, app extractor, network monitor, backup)
- android-adb-cheatsheet β 150+ ADB commands organized by category
- android-tweaks-toolkit β ADB toolkit with screensaver control, auto-brightness, app launcher
- android-scrcpy-tools β scrcpy launcher with profiles + automation replay engine
- frida-scripts-android β 9 Frida hooks for SSL bypass, root hiding, crypto logging, HTTP interception, notification monitoring
- apk-patcher β Automated APK SSL pinning + root detection bypass via apktool
- android-forensics-guide β Complete reverse engineering + MITM setup guide
- android-wakelock-analyzer β Parse bugreport and find battery drain culprits
- custom-rom-notes β GrapheneOS/LineageOS quick-start guides
- grapheneos-guide β Complete GrapheneOS setup with app recommendations
- android-rom-guide β Samsung/Xiaomi/OnePlus/Pixel ROM flashing guides
- android-gsi-guide β Generic System Image (Project Treble) guide
- twrp-device-trees β Build TWRP recovery from scratch
- android-privacy-guide β 3-level privacy hardening (baseline β advanced)
- android-privacy-hardener β Automated hardening script with audit checks
- android-security-research β Root detection methods, Shizuku internals, ADB attack surface
- android-debloat-lists β Safe-to-remove package lists for Samsung, Xiaomi, Pixel, OnePlus
- android-permission-auditor β Scan every app for dangerous permissions
- android-kernel-guide β KernelSU vs Magisk, custom kernel compilation
- android-notification-listener β Capture & auto-reply to notifications
- android-wakelock-analyzer β Battery drain diagnosis tool
Total repositories: 40+
Last updated: $(date +%Y-%m-%d)
Execute ADB commands across multiple connected devices simultaneously.
bash tools/batch-adb-commands.sh list
bash tools/batch-adb-commands.sh exec 'settings get global adb_enabled'
bash tools/batch-adb-commands.sh install app.apk
bash tools/batch-adb-commands.sh uninstall com.example.appPerfect for managing multiple devices without manual commands.
Detects and reports installed overlays, custom launchers, themes, and Magisk modules on a connected Android device.
Usage:
python3 tools/android-ui-analyzer.pyRequirements: adb, Python 3.6+
File: tools/trendy-android-tools.ts (TypeScript/Deno)
Automatically fetch trending Android tools from Reddit's r/Android, validate them, and find the most-starred versions on GitHub.
Usage:
deno run --allow-net tools/trendy-android-tools.tsOutput: List of trending tools with GitHub star counts and validation status.