Recboot 〈2K | 8K〉

su recboot From ADB shell (device connected to PC):

adb shell su recboot Some ROMs include alternative names: recboot

recboot recovery # explicit target recboot -r # -r flag for recovery Check if the command is available: su recboot From ADB shell (device connected to

ls -l /system/bin/recboot If not found, you can create a simple script (requires root): recboot

which recboot or