top of page
Recboot !new! -
ls -l /system/bin/recboot If not found, you can create a simple script (requires root):
recboot recovery # explicit target recboot -r # -r flag for recovery Check if the command is available: recboot
which recboot or
adb shell su recboot Some ROMs include alternative names: ls -l /system/bin/recboot If not found, you can
bottom of page