View Single Post
Old 05-14-2024, 01:36 AM   #6
mace-cortex
Junior Member
mace-cortex began at the beginning.
 
Posts: 7
Karma: 10
Join Date: May 2024
Device: Poke 3
I decided to skip the EDL backup and dive into rooting.

I've gotten to the fastboot section, but cannot figure out how to boot the image to test before flashing.

Code:
adb reboot fastboot
# Works without issues
Code:
fastboot devices

# Displays the following:
B751CA90	 fastboot
Code:
fastboot getvar current-slot

# Displays the following:
getvar:current-slot	 	 FAILED (remote: 'GetVar Variable Not found')
Finished. Total time: 0.001s
Code:
fastboot boot magisk_patched-27000_lRCKS.img

# Hangs on the following
Sending 'boot.img' (13593 KB)                      

# Canceling the command shows this
FAILED (Status read failed (No such device))
mace-cortex is offline   Reply With Quote