How to install on a dynamic partition system? #1896
Replies: 4 comments 3 replies
-
0. Get an up-to-date fastboot on your computer (fastboot —version should
give version >= 29)
1. Get vbmeta.img from
https://dl.google.com/developers/android/qt/images/gsi/vbmeta.img
2. Get A/B GSI (I'm guessing you need ARM64), don't forget to uncompress it
3. From running Android, do adb reboot bootloader
4. fastboot flash vbmeta vbmeta.img
5. fastboot reboot fastboot
6. fastboot flash system system-xxxx.img
6bis. If fastboot tells you there isn't enough place, do fastboot
delete-logical-partition product, fastboot delete-logical-partition
product_a, fastboot delete-logical-partition product_b and run the fastboot
flash command again
7. On your phone, the screen should have a button "go back to recovery",
select it, then select "factory reset / wipe data"
8. Reboot and enjoy
Le ven. 11 juin 2021 à 13:56, Grinch_ ***@***.***> a écrit :
… I'm trying to install android 11 GSI on a dynamic partition device
(Andriod 10). Did anyone have success with this? List the steps below,
thanks.
Device: Poco M2 Shiva
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1896>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAA4OTVEMA7S2XJVT24PK3TSH2XTANCNFSM46QSRCPQ>
.
|
Beta Was this translation helpful? Give feedback.
-
You open a ticket in this bug tracker, or you come on the telegram group
11 juin 2021 15:12:46 Grinch_ ***@***.***>:
… Thanks, it worked, the issue was I was using the "Treble check" app which was telling me my device was a only but it's a/b. Thanks for correcting that. Btw if something doesn't work, how can I report it?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub[#1896 (reply in thread)], or unsubscribe[https://github.com/notifications/unsubscribe-auth/AAAA4OWDCDJ7XTLA4JRPKQ3TSIDU5ANCNFSM46QSRCPQ].
[data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAYAAACohjseAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAAjSURBVGiB7cEBDQAAAMKg909tDwcUAAAAAAAAAAAAAADApwExOAABR9ZGcwAAAABJRU5ErkJggg==###24x24:true###][Image de pistage][https://github.com/notifications/beacon/AAAA4OW2ZPVCEFSJFNGP34TTSIDU5A5CNFSM46QSRCP2YY3PNVWWK3TUL52HS4DFWFCGS43DOVZXG2LPNZBW63LNMVXHJKTDN5WW2ZLOORPWSZGOAAGRP4Q.gif]
|
Beta Was this translation helpful? Give feedback.
-
FAILED (remote: 'No such FUCKING file or directory') |
Beta Was this translation helpful? Give feedback.
-
get the treble info app,to see what system you need A64 or amd64. sometimes on certain devices you have to use ./fastboot instead of fastboot |
Beta Was this translation helpful? Give feedback.
-
I'm trying to install android 11 GSI on a dynamic partition device (Andriod 10). I've tried but it always ended with a bootloop. Did anyone have success with this? List the steps below, thanks.
Device: Poco M2 Shiva
Beta Was this translation helpful? Give feedback.
All reactions