1.8 KiB
1.8 KiB
title | visible |
---|---|
GSI | true |
[toc]
Devices
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 |
Installation
- Open a terminal and type
adb reboot bootloader
- After bootloader is up. Type
fastboot devices
to check if your device is found properly. - Type
fastboot flashing unlock
WARNING: User data will be deleted with this step - Type
fastboot reboot fastboot
to launch into standalone fastboot mode - Navigate to the folder where
vbmeta.img
andboot.img
are savedfastboot flash --disable-verity --disable-verification vbmeta vbmeta.img
fastboot flash --disable-verity --disable-verification boot boot.img
- Get the currently active system slot
fastboot getvar current-slot
- Change the slot using
fastboot --set-active=a/b
- Change the slot using
- Type
fastboot delete-logical-partition product_a
thenfastboot delete-logical-partition product_b
- Last step install GSI with
fastboot flash system [image].img
Updating
- Open a terminal and execute
adb reboot bootloader
fastboot reboot fastboot
fastboot getvar current-slot
- Change slot to the inactive one:
fastboot --set-active=a/b
fastboot flash system [image].img
fastboot reboot
- Open Magisk and direct install
- Reboot
Wipe everything
- Open a terminal and execute
adb reboot bootloader
fastboot reboot fastboot
fastboot erase system_a
fastboot erase system_b
fastboot erase userdata