Tutorial pasang Rom GSI di android | How to install GSI rom any android devices

Опубликовано: 10 Февраль 2022
на канале: KAFA LAVA
3,668
52

#gsi #android #android12 #android11 #rom #aosp #customrom #google #redmi9

What is needed:
• UBL
• PC/LAPTOP
• Platform tools
• GSI Rom
• vbmeta
• ACCURACY IN DOING FLASHING

GSI Flashing Steps:
1. Download the GSI file here, choose the ARM64 AB
2. Extract the GSI if it is still in rar/zip form
3. Move the GSI rom file (in the form of a .img file) into the platform tools
4. Open cmd in platform tools
5. Connect the device to your PC/laptop
6. Then boot the device into the bootloader by pressing the power and volume down buttons simultaneously or by using the command "adb reboot bootloader"
7. After that check whether the device is connected to the pc/laptop by using the command "fastboot devices"
8. Once detected, enter the command "fastboot reboot fastboot" to enter the fastbootd menu to flash the GSI rom
9. Enter the command " fastboot erase system " to wipe the system
10. Flash the GSI rom by entering the command "fastboot flash system (filename of the GSI rom).img "
11. After finished flashing, reboot the device to the bootloader menu by giving the command "fastboot reboot bootloader"
12. Clean user data by using the command " fastboot -w "
13. After that format the data using the command "fastboot format userdata"
14. If there is writing like this: "file system raw not supported" just ignore it
15. Flash vbmeta using the command "fastboot disable-verity disable-verification flash vbmeta vbmeta.img"
16. Finally boot into the system "fastboot reboot" and the GSI rom has been installed on your device.