Recboot [2021] Here

recboot recovery # explicit target recboot -r # -r flag for recovery Check if the command is available:

which recboot or

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

adb shell su recboot Some ROMs include alternative names: recboot recovery # explicit target recboot -r #

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