Skip to content

Instantly share code, notes, and snippets.

View ofarook060's full-sized avatar

Omer Farook ofarook060

View GitHub Profile
#!/data/data/com.termux/files/usr/bin/bash
# Complete Android Build Environment Setup Script - BASH VERSION
# Specifically for .bashrc configuration
SCRIPT_VERSION="1.5"
SCRIPT_NAME="Android Build Environment Setup (BASH)"
# Colors for output
RED='\033[0;31m'
@ofarook060
ofarook060 / AdbCommands
Created October 13, 2025 18:00 — forked from mrk-han/AdbCommands
Adb useful commands list
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
== Shell