This is a list of my own devices using a GSI ROM.
Device | Notes |
---|---|
Xiaoxin Pad 2022 | Only system_b works, system_a is not present |
adb reboot bootloader
fastboot devices
to check if your device is found properly.fastboot flashing unlock
WARNING: User data will be deleted with this stepfastboot reboot fastboot
to launch into standalone fastboot modevbmeta.img
and boot.img
are saved
fastboot flash --disable-verity --disable-verification vbmeta vbmeta.img
fastboot flash --disable-verity --disable-verification boot boot.img
fastboot getvar current-slot
fastboot --set-active=a/b
fastboot delete-logical-partition product_a
then fastboot delete-logical-partition product_b
fastboot flash system [image].img
adb reboot bootloader
fastboot reboot fastboot
fastboot getvar current-slot
fastboot --set-active=a/b
fastboot flash system [image].img
fastboot reboot
adb reboot bootloader
fastboot reboot fastboot
fastboot erase system_a
fastboot erase system_b
fastboot erase userdata