RebootNya is a simple yet advanced reboot utility, and provides convenient access to various reboot options that normally require elevated privileges. The app supports both Root and Shizuku, allowing users to execute reboot commands safely and transparently.
Tested on some devices and works well on Android 9 to 17.
On some ROMs’ default launcher, the transparent background may not display correctly (e.g., ColorOS 15). The solution is to switch to another launcher, such as Lawnchair.
RebootNya now supports launching and closing the app via specific intents, allowing integration with external automation tools. Send the following intent to class github.daisukikaffuchino.rebootnya.MainActivity to use the feature.
<!-- Launch app -->
<action android:name="github.daisukikaffuchino.rebootnya.action.LAUNCH" />
<!-- Close app -->
<action android:name="github.daisukikaffuchino.rebootnya.action.CLOSE" />
<!-- Switch interface visibility -->
<action android:name="github.daisukikaffuchino.rebootnya.action.TOGGLE" />One of my old phones has both the power and volume buttons broken, so I urgently needed an advanced reboot app that is aesthetically pleasing, lightweight, and easy to use.
Feel free to dive in! Open an issue or submit pull requests (PRs).
This project exists thanks to all the people who contribute.
- RebootNya: Apache-2.0 license
- AboutLibraries: Apache-2.0 license
- Android Jetpack: Apache-2.0 license
- Material Components for Android: Apache-2.0 license
- libsu: Apache-2.0 license
- RikkaX: MIT license
- Shizuku-API: Apache-2.0 license

