View Single Post
Old 12-06-2022, 10:19 AM   #75
popej
Connoisseur
popej has a complete set of Star Wars action figures.popej has a complete set of Star Wars action figures.popej has a complete set of Star Wars action figures.popej has a complete set of Star Wars action figures.
 
popej's Avatar
 
Posts: 51
Karma: 300
Join Date: Dec 2022
Device: onyx boox leaf 2 black
You could try to switch partition a/b. Try this:
Code:
fastboot getvar all
You should get a lot info, including something like this:
Code:
(bootloader) has-slot:modem:yes
(bootloader) has-slot:system:no
(bootloader) current-slot:a
(bootloader) has-slot:boot:yes
(bootloader) slot-retry-count:b:6
(bootloader) slot-unbootable:b:no
(bootloader) slot-successful:b:yes
(bootloader) slot-retry-count:a:6
(bootloader) slot-unbootable:a:no
(bootloader) slot-successful:a:yes
(bootloader) slot-count:2
If you are on slot a, like my Leaf above, then try to switch:
Code:
fastboot  --set-active=b
Just an idea, hope it wont make things worst.
popej is offline   Reply With Quote