The website which wants to sell your data to hundreds of "partners" pretends to be concerned about your privacy.
post
Senior security writer uses adb shell command he doesn't understand to do something to a package he doesn't know is or isn't on his phone.
Uh. OK.
Anyway.
I have 2 devices one on android 13 and one on grapheneos. Neither has Gemini.
To check for Gemini:
adb shell pm list packages bard
and since I don't know if it's a regular apk or not:
adb shell pm list packages --apex-only bard
To be super sure, I also checked using shell commands device_config list and getprop, and grep for strings including: gemini, bard, smart, ai, model, and personal(ize/ation)
eg adb shell device_config list | grep --color -i smart
If you're not running a degoogled ROM, you need to install one.
Doing that becomes harder and harder as time goes by. When I was shopping for a new Android phone I couldn't find one that was recent enough and also had custom rom support of any kind. I know there are smartphones specifically built to be friendly towards custom roms and Linux but those are only available in Europe and North America.
at the least disable the play stores, or services.
If some applications require GMS, use microG instead.
is there any way to set up microg without rooting or unlocking my bootloader? could i do something with shizuku?
my last phone i woulda rooted without a question but i have my reasons to keep this one vanilla (its a samsung)
If you want to use microG as GMS replacement, it's impossible to do it without rooting. When application access GMS API, it will check the signature of GMS, so microG need some patch (Some ROM include it, like Lineage OS) or hook (e.g. via Xposed, like FakeGapps module) on system framework to return a fake signature for such a query.
all 11 comments