farhansadik / echominal

This script a simple manager for termux. User can use is in a short way. This script is very helpful for beginners
GNU General Public License v3.0
5 stars 0 forks source link

Reboot to Recovery Mode #34

Closed farhansadik closed 3 years ago

farhansadik commented 3 years ago

Reboot to Recovery Mode

main > 3 > 10

  1. Method 1
    # su -c reboot recovery 
  2. Method 2 Generally, reboot binary provides a recovery switch. After switching to root, execute this command:
    /system/bin/reboot recovery

    https://android.stackexchange.com/questions/21050/enter-recovery-mode-from-command-line https://www.trishtech.com/2015/03/reboot-android-into-recovery/

squaredevops commented 3 years ago

Method 1 worked without -c. Command was

termux-sudo or root access required!

$ sudo reboot recovery

Method 2 is worked in my device !

squaredevops commented 3 years ago

v0.1.22 patch

Patch worked! but stucked in grub while booting. I'll have to reboot again for boot.

farhansadik commented 3 years ago

It's because of you don't have recovery system. You're using android x86 in virtual box!