Hi community, I need your help urgently:
I'm unable to boot my phone and my phone is continuously booting to the recovery, the process that I did was the next:
- The last Saturday, I updated the phone via OTA (09042022), reboot the phone and wait to the system, once time that I was at the system, I rebooted the phone to the bootloader, from there, with fastboot, I booted the twrp.img to be able to flash the recovery using the option "Install Recovery RamDisk" and everything worked ok.
- Once the phone boots to the system, I rebooted again to the bootloader and with the proper command, I rebooted to the recovery, from the recovery with the adb shell, I extracted the boot_b partition (active at that moment) to patch it with magisk, again, reboot to the system.
- Using magisk app (lastest stable version) I patched the boot_b.img extracted with TWRP, renamed it (the magisk .img file generated) to boot_b.img and rebooted to the bootloader again, and form there, I flash the boot_b like ever, with the command "fastboot flash boot_b ./boot_b.img".
Once time the phone rebooted, the phone boots to the recovery ever and I have to shutdown it from the recovery.
Is there anything that I can make to fix this???, I'm ****ed right now without my phone.
Thanks in advance guys, for your time and help.
P.S.: This time, I did all the process from my linux TabPC (2-1 convertible) instead of my Windows PC like ever, I don't know if the last command (fastboot flash boot_b ./boot_b.img) is the problem here, I comment it because I don't know if the command from a linux terminal is the same than in a PowerShell terminal.