Control any Android phone via Telegram using Gemini AI — no root required.
Powered by OpenClaw + Shizuku + Termux
- 💬 Telegram Bot — Send commands from anywhere
- 🧠 Gemini AI — Understands natural language
- 📱 30+ Commands — WiFi, Bluetooth, calls, SMS, screenshots, volume & more
- 🔒 No Root — Uses Shizuku for ADB-level access
- ⚡ 1-Click Install — Single script sets up everything
| Requirement | Details |
|---|---|
| Android Phone | Android 11+ |
| Shizuku | F-Droid or Play Store |
| Termux | F-Droid |
| Telegram Bot Token | Get from @BotFather |
| Gemini API Key | Free from Google AI Studio |
- Go to
Settings → About Phone→ tap "Build Number" 7 times to enable Developer Options. - Go to
Settings → Developer Options→ turn on Wireless Debugging. - Install Termux from F-Droid.
- Install Shizuku from F-Droid or Play Store.
- Open Shizuku → tap "Pairing" under Wireless Debugging.
- In Wireless Debugging settings, tap "Pair device with pairing code" and enter the code.
- Tap "Start" until it says "Shizuku is running".
- Tap "Use Shizuku in terminal apps" → "Export files".
- Create a folder named
Shizukuin your internal storage and save files there.
⚠️ Important: The folder must be named exactlyShizuku(capital S) in your main storage.
Open Termux and paste:
curl -sL https://raw.githubusercontent.com/jarvesusaram99/Openclaw-Termux-NoRoot/main/auto_setup.sh | bashopenclaw onboard
openclaw auth add google --key "YOUR_GEMINI_KEY_HERE"openclaw gatewayNow open Telegram, find your bot, and try:
"What's my battery?""Open Chrome""Search YouTube for lofi beats""Turn off WiFi"
| Command | What it does |
|---|---|
battery |
Check battery level |
wifi on/off |
Toggle WiFi |
bluetooth on/off |
Toggle Bluetooth |
brightness 0-255 |
Set brightness |
volume-up / volume-down |
Adjust volume |
mute |
Toggle mute |
lock |
Lock screen |
screenshot |
Take a screenshot |
open-app <package> |
Launch any app |
kill-app <package> |
Force-stop an app |
list-apps |
List installed apps |
open-url <url> |
Open URL in browser |
youtube-search <query> |
Search YouTube |
call <number> |
Make a call |
send-sms <number> <msg> |
Compose SMS |
whatsapp-send <number> <msg> |
Send WhatsApp message |
info |
Device model & Android version |
| Problem | Solution |
|---|---|
rish: command not found |
Re-run bash ~/storage/shared/Shizuku/copy.sh |
| Shizuku not responding | Open Shizuku app → ensure it says "Running" → run shizuku in Termux |
| Network errors | Run export NODE_OPTIONS=--dns-result-order=ipv4first |
rish_shizuku.dex not found |
In Shizuku → "Use in terminal apps" → "Export files" → save to Shizuku folder |
- OpenClaw Android by AidanPark — The AI gateway that powers this project.
- Shizuku — ADB-level access without root.
- Termux — Linux terminal for Android.
- Google Gemini — AI brain for natural language understanding.
MIT License — see LICENSE for details.