[BILLIE] [FASTBOOT] GSI Installer

Search This thread

Artesna

Member
Sep 25, 2021
17
4
25
Redmi 9C
OnePlus Nord N10 5G
i try it on BE2029 and it work, but only with small rom (without gapps) - boot AOSP Android 12 OK
signal ok, wifi ok, bluetooth ok, fingerprint OK, sound OK, calling OK.... everything is ok :D

If i try flash rom with gapps then you can see error:

FAILED (remote: 'Not enough space to resize partition')​


Someone who can help me with this? :)

p.s. i try:
1) fastboot resize-logical-partition system_a 1810000000 - result was OK,
but still same error after i use "fastboot flash system_a system.img" (i cant use higher value bcs again no space)
2) fastboot delete-logical-partition product - result was OK,
but still same error after i use "fastboot flash system_a system.img"


p.s. 2 I FOUND SOLUTION! USE:
fastboot delete-logical-partition product_a

and then you can flash new system :)


So i Fix for you bat file :) Now you can flash what you need!
++ TWRP in previous version dont work for me... (cant boot) - so i use other twrp and now worked :)


for you:
-update v2 - all img files replace to BE2029
-update v3 -some bug fixes :)
-update v4 - new vbmeta and --disable-verification added



You can use AOSP Android 12:

Or Pixel Experience Android 12 (recomended -
bcs gapps included and work like charm. AOSP dont work now with gapps trust me):

root in Pixel Experience Android 12 is not possible now... i try many ways...
if you find way how to root this rom with magisk - tell me :D


Who need help PM me :)
And of crs THANK YOU KILLCMD :)
If you didn't find this yet, use the product_gsi.img in my post above this when flashing the gsi instead of deleting product, and you can flash magisk the normal way and have room for GSI's. Works like a charm.
 

Gamer_Mida

Senior Member
Nov 9, 2022
51
1
i try it on BE2029 and it work, but only with small rom (without gapps) - boot AOSP Android 12 OK
signal ok, wifi ok, bluetooth ok, fingerprint OK, sound OK, calling OK.... everything is ok :D

If i try flash rom with gapps then you can see error:

FAILED (remote: 'Not enough space to resize partition')​


Someone who can help me with this? :)

p.s. i try:
1) fastboot resize-logical-partition system_a 1810000000 - result was OK,
but still same error after i use "fastboot flash system_a system.img" (i cant use higher value bcs again no space)
2) fastboot delete-logical-partition product - result was OK,
but still same error after i use "fastboot flash system_a system.img"


p.s. 2 I FOUND SOLUTION! USE:
fastboot delete-logical-partition product_a

and then you can flash new system :)


So i Fix for you bat file :) Now you can flash what you need!
++ TWRP in previous version dont work for me... (cant boot) - so i use other twrp and now worked :)


for you:
-update v2 - all img files replace to BE2029
-update v3 -some bug fixes :)
-update v4 - new vbmeta and --disable-verification added



You can use AOSP Android 12:

Or Pixel Experience Android 12 (recomended -
bcs gapps included and work like charm. AOSP dont work now with gapps trust me):

root in Pixel Experience Android 12 is not possible now... i try many ways...
if you find way how to root this rom with magisk - tell me :D


Who need help PM me :)
And of crs THANK YOU KILLCMD :)
now i hard bricked my device (mi pad 5) :(
 
Nov 9, 2022
16
2
Its the same device and honestly even the firmware isn't all that different. Its almost not even worth the risk. OEM Unlock is still grayed out until you can unlock the device with tmo. Even then, that might not unlock the bootloader ability still
I found this tool in the forums called One+_Tool and this basically allows you to toggle oem unlocking and I did this on my oneplus nord n10 to flash global rom, custom roms, and gsis.
 
here is what i do to flash any gsi with gapps. i flashed ricedroid 12.1 which was 3.9GB onto my nord n10 5g. it will allow you to flash past not enough space

fastboot reboot fastboot
fastboot erase system_a
fastboot delete-logical-partition product_a
fastboot delete-logical-partition system_ext_a
fastboot flash system GSI.img
fastboot -w
fastboot reboot
 

Top Liked Posts

  • There are no posts matching your filters.
  • 4
    GOOD DAY XDA'S FINEST!

    I recently got interested in the Generic System Image posts you guys were making, well honestly I wanted to make a script to restore my phone Mauronofrio style! It's uploaded to SourceForge and working pretty nicely. I used it to install Corvus OS on this little under supported underdog.

    Right now I'm waiting for the file to finish processing on SF.

    For Now Here's the OOS 10.5.11 script!
    Factory Image [Global Variant]

    UPDATE:
    Corvus 16.5 works ok, I can't say I notice anything not working.
    3

    Instructions!​

    Prerequisites!​

    What's Needed?​

    1. ADB Reborn.
    2. A GSI that's smaller than 2.7GB that's for ARM64 and has AB partitions.
    3. Patience or a sense of humor.
    4. An unlocked bootloader.
    5. a cold drink.

    Installation!​

    1. Extract the juicy contents to a preferred directory on your drive.
    2. Extract the GSI to the root of that directory and rename it system.img.
    3. Run the Flash-Device.bat.
    4. Follow the on-screen prompts.

    Recommended Options!​

    I recommend wiping the userdata partition when prompted and installing with the option 3, installing on both partitions.


    Downloads!​

    GSI Installer

    ADB Reborn [XDA]

    Treble-Enabled Device Development A/AB ROMS [XDA]

    i try it on BE2029 and it work, but only with small rom (without gapps) - boot AOSP Android 12 OK
    signal ok, wifi ok, bluetooth ok, fingerprint OK, sound OK, calling OK.... everything is ok :D

    If i try flash rom with gapps then you can see error:

    FAILED (remote: 'Not enough space to resize partition')​


    Someone who can help me with this? :)

    p.s. i try:
    1) fastboot resize-logical-partition system_a 1810000000 - result was OK,
    but still same error after i use "fastboot flash system_a system.img" (i cant use higher value bcs again no space)
    2) fastboot delete-logical-partition product - result was OK,
    but still same error after i use "fastboot flash system_a system.img"


    p.s. 2 I FOUND SOLUTION! USE:
    fastboot delete-logical-partition product_a

    and then you can flash new system :)


    So i Fix for you bat file :) Now you can flash what you need!
    ++ TWRP in previous version dont work for me... (cant boot) - so i use other twrp and now worked :)


    for you:
    -update v2 - all img files replace to BE2029
    -update v3 -some bug fixes :)
    -update v4 - new vbmeta and --disable-verification added



    You can use AOSP Android 12:

    Or Pixel Experience Android 12 (recomended -
    bcs gapps included and work like charm. AOSP dont work now with gapps trust me):

    root in Pixel Experience Android 12 is not possible now... i try many ways...
    if you find way how to root this rom with magisk - tell me :D


    Who need help PM me :)
    And of crs THANK YOU KILLCMD :)
    2

    Instructions!​

    Prerequisites!​

    What's Needed?​

    1. ADB Reborn.
    2. A GSI that's smaller than 2.7GB that's for ARM64 and has AB partitions.
    3. Patience or a sense of humor.
    4. An unlocked bootloader.
    5. a cold drink.

    Installation!​

    1. Extract the juicy contents to a preferred directory on your drive.
    2. Extract the GSI to the root of that directory and rename it system.img.
    3. Run the Flash-Device.bat.
    4. Follow the on-screen prompts.

    Recommended Options!​

    I recommend wiping the userdata partition when prompted and installing with the option 3, installing on both partitions.


    Downloads!​

    GSI Installer

    ADB Reborn [XDA]

    Treble-Enabled Device Development A/AB ROMS [XDA]
    1
    You'd have to use that unbrick tool for global to bypass the bootloader lock from TMO TBH.
    I actually found a bypass for flashing the international version in another thread on here.
    1
    I've tried flashing so many GSI's... have yet to have one boot. Best I get is stuck at boot animation