KieronQuinn / ClassicPowerMenu

Power Menu Replacement for Android
Apache License 2.0
702 stars 23 forks source link

Reboot Button UI issues #67

Closed Dryd33n closed 2 years ago

Dryd33n commented 2 years ago

Reboot fastboot seems to be labbeled as "fastbootd" i think d is a typo

When rebooting to recovery the rebooting window that opens says "factory reset: restarting"

KieronQuinn commented 2 years ago

Not a bug, fastbootd is userspace fastboot: https://source.android.com/docs/core/architecture/bootloader/fastbootd

The app only invokes the system reboot methods for a given type, I do not control what the device does in those modes.