Android Control Panel
80bee is a native, standalone Android utility designed for complete, root-free device management. - Github
Tools
power_settings_new
Boot Manager Reboot, Recovery, Fastboot, Rescue Mode, Download Mode, and bootloader unlock/relock.
signal_cellular_alt
Connectivity Manager Configure radios and lock cellular bands (2G, 3G, 4G, 5G) to optimize signal and security. BETA
speed
UI Adjustments Adjust animation speed, display density, and DPI for a faster-feeling phone.
shield
Adblock DNS Block ads system-wide by setting your phone's Private DNS to a trusted provider.
battery_saver
Battery Optimizer Toggle Battery Saver, Adaptive Battery, and force Android's deep-sleep Doze mode.
troubleshoot
Battery Diagnostic Scan your device to identify battery drain culprits, view battery health, and analyze discharge patterns. BETA
bolt
Shizuku Manager Set up and start the Shizuku service for advanced device control without root.
auto_fix_high
Pixel Magisk Patcher Root your Pixel device by patching the stock boot image directly in your browser. BETA
volume_up
Audio Mods Bypass Android's volume dosimetry and safety limits for external audio equipment.
delete_sweep
Debloater & App Manager Uninstall, disable, or suspend bloatware and system apps.
file_upload
Sideload Bypass Install APKs via ADB for trusted testing and internal builds.
dns
Pi-hole Installer Deploy a local Pi-hole adblocker and DNS loopback via PRoot. SUSPENDED
home_app_logo
Home Assistant Automator Transform this device into a Home Assistant Core server using WebUSB and PRoot. BETA
photo_camera
GCam Detector Identify your phone hardware and get the perfect Google Camera (GCam) port and configuration. BETA
bluetooth_audio
Bluetooth Repair Fix pairing issues and reset the Bluetooth stack. Supports OEM-specific deep cleaning. BETA
Safety Level Bypass
Android implements a Calculated Sound Dose (CSD) system that limits volume based on a 7-day rolling window to prevent hearing damage. This tool suppresses these warnings via ADB.
Note: Due to legal regulations, Android will reset these settings after 20 hours of music playback or upon reboot. You will need to re-apply the bypass here when that happens.
Samsung Detected: Your device features a proprietary "Media Volume Limiter" in the Sound settings. If this bypass does not work, ensure that limiter is also disabled.
Pixel Detected: Google's firmware may re-enable CSD safety features aggressively when switching Bluetooth devices.
Quick Actions
restart_alt
Reboot
Restart the phone normally.
healing
Recovery
Boot into recovery partition.
bolt
Fastboot
Boot into bootloader mode.
Boot to Odin/Download Mode (Samsung Only).
Enter rescue mode for deep system recovery.
Bootloader Management
Private DNS routes DNS queries through an encrypted provider without installing apps. It can block ads and trackers at the system level.
info Works on Android 9+ and can be changed anytime.
Current Status
Connect a device to read current settings.
Query Mode
adb shell settings get global private_dns_mode
Query Hostname
adb shell settings get global private_dns_specifier
Adblock Provider
Pick a DNS-based adblocker and apply it with one click.
Reset Options
Automatic DNS
Return Private DNS to automatic (uses your network provider when available).
Set Auto Mode
adb shell settings put global private_dns_mode opportunistic
Delete Specifier
adb shell settings delete global private_dns_specifier
Turn off Private DNS completely and clear any hostname.
Turn DNS Off
adb shell settings put global private_dns_mode off
Delete Specifier
adb shell settings delete global private_dns_specifier
What is Shizuku? Shizuku allows other apps to use system APIs directly with ADB privileges. It's used by debloaters, specialized file managers, and automation tools.
Service Status
APK Checking...
Detect and Install Shizuku.
Service Stopped
Launch the Shizuku Service.
Android Core Optimizations
These patches help stop AOSP firmware from killing Shizuku in the background.
Android 8+
Baseline Whitelist
Bypass standard Doze Mode suspension.
Automated Profile
auto_fix_high
Doze Whitelist
DeviceIdle whitelist override
or...
• Go to Settings > Apps > Shizuku > Battery and select Not Optimized (or Unrestricted).
Android 9+
App Priority Framework
Force Shizuku into the "Exempted" App Standby Bucket.
Automated Profile
Status: Unknown
auto_fix_high
Exempt Standby Bucket
Elevate beyond Active (value 5)
or...
• Requires Developer Options. Standby buckets can sometimes be mapped to App Battery Usage settings depending on OS.
Android 11+
App Compaction
Disable cached app freezer, which lets Android migrate its processes into a frozen cgroup
Automated Profile
auto_fix_high
App Freezer Patch
or...
• Go to Developer Options, find Suspend execution for cached apps, set it to Disabled, and reboot.
Android 12+
Phantom Process Killer
Disable the Phantom Process Killer limit (32 max) which routinely purges heavy child threads.
Automated Profile
auto_fix_high
Disable PPK
or...
• Go to Developer Options, toggle Disable child process restrictions to ON. (ADB mandatory on A12-A13).
OEM-Specific Optimizations
Smartphone companies take things a step further and implement their own app killing methods.
Samsung
One UI
Samsung's Sleeping Apps feature aggressively puts unused background applications to sleep, starving Shizuku of resources.
Automated Profile
auto_fix_high
Battery Optimization Fix
Forces the AppOps manager to explicitly allow background execution, bypassing some of One UI's soft restrictions.
and...
• Navigate to Settings > Battery > Background usage limits and add Shizuku to 'Never sleeping apps'.
• Navigate to Settings > Apps > Shizuku > Battery and select 'Unrestricted'.
• Open the Recent Apps screen, tap the Shizuku icon, and select 'Keep open' to lock it in memory.
Xiaomi
MIUI / HyperOS