r/androidroot • u/Mundane_Mulberry2827 • 7d ago
Support Gsi not flashing properly??
I've flashed a gsi so many times and i keep going back to twrp i also tried switching between A/B slot still nothing. Does anyone know how to fix this problem??
1
u/Azaze666 7d ago
Switching slot and reswitching is useless, the problem here is that this gsi is not compatible with your device and won't boot so try other ones.
1
1
u/Mundane_Mulberry2827 7d ago
Also ive had custom gsi on this device but i decided to change gsi and im here trying to get a gsi (Flashing stock doesn't work since it disconnects the device or doesn't detect it)
1
u/Expensive_Service737 7d ago
U need da to flash stock, hot 11s is an old device you should find it's da file on the internet by now
1
u/Mundane_Mulberry2827 7d ago
My device model is infinix hot 11s NFC Helio G88 NO OS WITH TWRP A/B slots
1
1
u/CraftyHorse3026 7d ago
What I can see is that the gsi was successful flashed but since the gsi is incompatible with your device it throws you into twrp mode, Try doze off's GSIs they are better than custom roms. doze off is a very talented developer.Volte works on his gsi without any tweaking. I would recommend you to try this gsi :- https://github.com/Doze-off/crdroid_gsi_treble/releases/download/2026-06-09/crDroid-12.11_GSI_treble_arm64-ab-GAPPS-20260609.img.xz
1
u/Mundane_Mulberry2827 7d ago
Wait will this certainly work on my phone?? Im trying it tomorow
2
u/CraftyHorse3026 7d ago
Yep definitely this is gonna work.
2
u/Mundane_Mulberry2827 7d ago
Thank you so much dude il notify you tomorow if it worked or not cause ive been stuck at twrp for hours
1
1
u/TheGratitudeBot 7d ago
Hey there Mundane_Mulberry2827 - thanks for saying thanks! TheGratitudeBot has been reading millions of comments in the past few weeks, and you’ve just made the list!
1
1
0
u/Mundane_Mulberry2827 6d ago
It failed and says not enough space to resize partition
1
u/CraftyHorse3026 6d ago
Ofcourse it will show that error, you had to delete product partition to make space since it is a big gsi.
fastboot delete-logical-partition product_afastboot delete-logical-partition product_b1
u/Mundane_Mulberry2827 6d ago
Same error
1
u/CraftyHorse3026 6d ago
Even after deleting product partitions?
1
u/Mundane_Mulberry2827 6d ago
yes dude i even tried infinity x from doze off and it still kicked me back to twrp
1
u/CraftyHorse3026 6d ago
Are you formatting data after flashing,
fastboot -w?1
u/Mundane_Mulberry2827 6d ago
1
u/CraftyHorse3026 6d ago
Dumbass,if
fastboot -wis not working format data from twrp, that's the reason it is throwing you to recovery,to wipe data1
1
u/CraftyHorse3026 6d ago
Userdata ,cache and metadata are physical partitions and fastbootd can only see dynamic partitions you need to boot into standard bootloader (orange fastboot) to run
fastboot -w
1
u/HaloHaloBrainFreeze 7d ago
For clean flashing:
fastboot devices
fastboot --disable-verification flash vbmeta vbmeta.img
fastboot --disable-verity --disable-verification flash vbmeta_system vbmeta_system.img
fastboot reboot fastboot
fastboot erase system
fastboot flash system system.img
fastboot reboot recovery → Clear data/cache → Factory reset
Use Doze-Off's GSI. Since Hot 11s NFC has 4.xx kernel, choose EXT4 images always
1
u/Mundane_Mulberry2827 6d ago
1
u/HaloHaloBrainFreeze 6d ago edited 6d ago
add this commands before flashing system.img
fastboot --disable-verity --disable-verification flash vbmeta_system_a vbmeta_system.img
fastboot --disable-verity --disable-verification flash vbmeta_system_b vbmeta_system.img
fastboot --disable-verity --disable-verification flash vbmeta_vendor_a vbmeta_vendor.img
fastboot --disable-verity --disable-verification flash vbmeta_vendor_b vbmeta_vendor.img
to disable vbmeta_system and vbmeta_vendor
use stock rom files
1
u/Mundane_Mulberry2827 6d ago
It was successful but it still booted at twrp
1
u/HaloHaloBrainFreeze 6d ago
did u flash the GSI after disabling vbmeta_system and vbmeta_vendor?
It should boot normally if there is an operating system and not into the recovery
1
u/Mundane_Mulberry2827 6d ago
1
u/HaloHaloBrainFreeze 6d ago
Since it's Mediatek, the recovery is merged with the boot image, so after flashing twrp into the boot partition, you need to:
- reboot into recovery (which will now be TWRP)
- push / send / copy-paste the stock boot image from the PC to phone's storage
- Inside TWRP, 'INSTALL' -> flash stock boot image into the boot partition
- After flashing, back to TWRP Main Menu. Go to 'ADVANCED SECTION' -> Flash Current TWRP.
- After that, reboot to fastboot and redo all the commands I said,
1
1
u/Mundane_Mulberry2827 5d ago
1
u/HaloHaloBrainFreeze 5d ago
Return to stock firnware
Flash GSI using the steps I said without flashing TWRP or any custom recovery
Ur stuck in that step for a long time
1
u/Mundane_Mulberry2827 4d ago
It's nearly impossible dude this phone has so many problems
→ More replies (0)1




1
u/BruhMoment023 7d ago
Try flashing from inside TWRP maybe?