Skip to content

OutrageousStorm/android-quick-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚙️ Android Quick Settings

Fast Rust CLI to toggle Android settings via ADB — airplane mode, WiFi, Bluetooth, brightness, location, timeouts.

Install

cargo install --path .
# Or: cargo build --release

Usage

aqs airplane              # toggle airplane mode
aqs wifi on               # turn WiFi on
aqs bluetooth off         # turn Bluetooth off
aqs brightness 200        # set brightness (0-255)
aqs timeout 5             # screen timeout 5 minutes
aqs location on           # enable location
aqs status                # show all settings

All operations via ADB to connected device. No root needed.

About

⚙️ Rapid Android settings manager — CLI tool to toggle airplane mode, WiFi, BT, screen timeout, dev options via one command.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors