January 11, 2023
This feature lets you configure the Algiz RT7 to start as soon as power/charger is connected.
Enter fastboot mode
Connect the unit via USB with your PC. Switch off the unit and press volume low button along with power button to enter fastboot. You should see the handheld logo with FASTBOOT written on the top.
Enable the boot on charge mode
Run the following commands from your PC while the unit is in fastboot mode.
fastboot oem disable-charger-screen fastboot reboot
Disable the boot on charge mode
Run the following commands from your PC while the unit is in fastboot mode.
fastboot oem enable-charger-screen fastboot reboot
Other commands
fastboot oem device-info | This command shows the current status of the charger screen |
fastboot oem enable-charger-screen | This command enables the charger screen The unit will NOT start when connected to a charger |
fastboot oem disable-charger-screen | This command disables the charger screen The unit will start when connected to a charger |
fastboot reboot | This command reboots the device and starts android |
fastboot oem help | This command prints all the available commands |