-
I've decided to use a treble rom to try "degoogle" my Motorola G Play (2021) (XT2093-4 GUAMNA) phone... sans GAPPS Treble Info tool tells me that the required image for my phone is system-
Questions this raised once I started looking at the ROM release files (which remained unanswered by the wiki):
The answers to my questions should help me decide between:
Additional Questions inspired by Treble Info: A) Seemless Upgrades: This I'm sure is something very different than "automatic updates", but raises the question... After flashing the ROM, is there an automation for "system" updates, or is the idea to flash an updated system ROM down the road? If subsequent flashing will be required, will that wipe my user data (installed apps and their data)? B) Dynamic Partitions: Which are the "high-level partitions"? Is System one of them? Oddly/conflictingly... according to https://forum.xda-developers.com/t/guide-using-fastboot-exe-with-motorola-devices.4042039/post-81656729 fastbootd is not used by my device...
... which is weird, because the instructions I was going to follow for my phone @ https://forum.xda-developers.com/t/any-custom-roms-out-there-for-moto-g-play-2021-guamna.4260871/post-86389207 do mention it in Step 7. I think I'll trust Treble Info and the flash instructions I found and forget the
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
"Seamless upgrades" is pretty much irrelevant for GSIs. GSI that implement OTA have it "seamless" no matter the device (but it works only on dynamic partition devices) If device isn't vndklite (treble info would say if it was), you can use both vndklite and non-vndklite images Secure fakes various properties to make it look like you're running stock OEM ROM, and removes any way to get root (which is annoying) |
Beta Was this translation helpful? Give feedback.
"Seamless upgrades" is pretty much irrelevant for GSIs. GSI that implement OTA have it "seamless" no matter the device (but it works only on dynamic partition devices)
To know which partitions are dynamic you can look at
fastboot getvar all
If device isn't vndklite (treble info would say if it was), you can use both vndklite and non-vndklite images
Secure fakes various properties to make it look like you're running stock OEM ROM, and removes any way to get root (which is annoying)