Android
DROID DOES
Welcome to the droidymcdroidface-iest, Lemmyest (Lemmiest), test, bestest, phoniest, pluckiest, snarkiest, and spiciest Android community on Lemmy (Do not respond)! Here you can participate in amazing discussions and events relating to all things Android.
The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:
Rules
1. All posts must be relevant to Android devices/operating system.
2. Posts cannot be illegal or NSFW material.
3. No spam, self promotion, or upvote farming. Sources engaging in these behavior will be added to the Blacklist.
4. Non-whitelisted bots will be banned.
5. Engage respectfully: Harassment, flamebaiting, bad faith engagement, or agenda posting will result in your posts being removed. Excessive violations will result in temporary or permanent ban, depending on severity.
6. Memes are not allowed to be posts, but are allowed in the comments.
7. Posts from clickbait sources are heavily discouraged. Please de-clickbait titles if it needs to be submitted.
8. Submission statements of any length composed of your own thoughts inside the post text field are mandatory for any microblog posts, and are optional but recommended for article/image/video posts.
Community Resources:
We are Android girls*,
In our Lemmy.world.
The back is plastic,
It's fantastic.
*Well, not just girls: people of all gender identities are welcomed here.
Our Partner Communities:
view the rest of the comments
Depends on the GSI rom. Some have microG, some have play services, some have none, some come with debug variables enabled.
In my understanding, GSI roms (project treble) are like a shell around the main android components, like firmware, so they are generic to every device, but some features might break. Here are some ROMs.
There are some details, like vndk and vndk lite, A/B partitioning, if the ROM is signed, etc.
so i was reading it, and told me i could check my device via a apk. i did that and said "generic image found". does that mean i can just download the generic rom (it said AB for my device) from their repo and flash it?
Depends on the version, if it's android 15, use GSIs with android 15 or higher, with versions equal or higher than the vndk on your device, then it will work.
One example to the naming is in the Andy Yan's LineageOS build:
https://sourceforge.net/projects/andyyan-gsi/files/lineage-21-pre-qpr2-light/
With attention to the naming scheme, I think you can grab any that has the features you want. Oh, and microG now has a build that doesn't need signature spoofing now, seems android doesn't check the signatures on system apps agains the binary data, so just copying it to microG solved (from what I understood).
sorry for my ignorance with this, so this https://github.com/TrebleDroid/treble_experimentations/releases/tag/ci-20250415 will work on my device as per what their app told me?
I wouldn't use the pure phh GSI rom, it's very barebones and comes with all debug options enabled.
Maybe this LineageOS miggt be better: https://github.com/MisterZtr/LineageOS_gsi/releases/tag/v2025.10.10
Or an Android 16 LineageOS (from the same repository), or other ones in this range. I have a suspicion that all these new ones are A/B compatible.
got it. will test it out and report back. time to dich google again.
so i ended up using DSU loader to run linage OS, and it seems to be working great, however, to my understanding, im not really installing the ROM, more so running it. is this how its supposed to work now?
I didn't download the image, but if it came in a .img, you can flash with fastboot, if it came in a .zip, you can flash with a recovery like twrp, what format it came in?
img
Try using fastboot, you can flash the ROM directly to the system partition. There are some tutorials on how to do that.
im getting there. i got the image flashed, but only have 4G which is ok, but i cant install APKS becuase of some security flag, so im reinstalling everything and trying again