Skip to content

Android home screen widget to show if USB debugging is on

License

Notifications You must be signed in to change notification settings

tobyhs/USBDebugStatus

Repository files navigation

USB Debug Status

USB Debug Status is an Android home screen widget that indicates whether USB debugging is on. Clicking the icon on the widget will open the Developer options screen.

Clicking the widget's switch will toggle USB debugging. In order to enable the switch, you need to grant permissions to your device via adb first:

adb shell pm grant io.github.tobyhs.usbdebugstatus android.permission.WRITE_SECURE_SETTINGS

After running the above command, you may need to re-add the widget.

After adding the widget to your home screen, you may need to restart your phone for it to work properly. I haven't figured out why this is sometimes necessary.

Battery Saver

The widget does not update when using Batter Saver on some phones. In order to work around this, you can open the App Info screen, tap App battery usage, and select Unrestricted.

About

Android home screen widget to show if USB debugging is on

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages