nkming2 / power-menu

Android app that provides an alternative power menu
Other
26 stars 13 forks source link

Does not work on unmodified /system #14

Closed sjennison closed 8 years ago

sjennison commented 8 years ago

This app does not work on a system that is unmodified (such as the latest, recommended way to root Android N with SuperSu). It would be nice if features such as replacing the stock power menu could work without installing as a system app, since that's not possible while keeping the system ro.

nkming2 commented 8 years ago

Currently it's necessary in order to gain the two signatureOrSystem permissions -- SHUTDOWN and REBOOT. Still worth exploring though, as it's also creating confusion on the installation and uninstallation process beside killing OTA

sjennison commented 8 years ago

Hmm. would it be possible to use a root shell to issue a shutdown command or something like that? That makes sense, I figured there was a reason you needed system access.