Skip to content

Instantly share code, notes, and snippets.

View SuggonM's full-sized avatar
🐢
shut-in

Sagun SuggonM

🐢
shut-in
View GitHub Profile
@SuggonM
SuggonM / vim-in-adb-shell.md
Last active April 22, 2026 10:52
Run bash and vim inside ADB shell

Why?

Because using the built-in mksh and editing text using pipes and redirects like a caveman is insanity!

Luckily, a kind stranger has already saved us the headache of cross-compiling :)

https://github.com/bnsmb/binaries-for-Android

Setup Instructions

[!NOTE]

@SuggonM
SuggonM / tgs-to-gif.md
Last active April 11, 2026 12:33
Convert telegram sticker: .tgs into .gif (or any media format)

Set up a virtual environment and install lottie along with its deps.

python -m venv .venv
source venv/bin/activate
pip install lottie pillow cairosvg

It's now as simple as running lottie_convert over the downloaded sticker.

lottie_convert.py AnimatedSticker.tgs sticker.gif
@SuggonM
SuggonM / exconfidential-gitexposed.md
Last active March 27, 2026 05:43
Full list of files in "Exconfidential GitExposed Pack" archive (so you don't need to waste 100GB bandwidth)
@SuggonM
SuggonM / adb-5555.md
Last active April 4, 2026 11:39
Restart wireless debugging (ADB) in port 5555 with Termux (no root)

Requirements:

  • Packages: android-tools, nmap
  • Apps: Termux:API (for termux-notification)

Optional:

  • Termux:Boot: Run the script at boot (preferably, add some delay)
  • Termux:Widget: Run the script from a home screen shortcut

Tips:

  • Enable wireless debugging before port scanning begins. If no port is found, tap the script notification to rerun the scan.