You can remove undeletable apps using Canta and Shizuku
Comment on Google meet ready set enshitify!
altphoto@lemmy.today 1 week ago
They had to! They had to make it un-deletable!!!
What the fuck is wrong with Google!!! I paid for this phone get the fuck off it asshole company!!!
FUCK YOU!
finalarbiter@piefed.social 1 week ago
1984@lemmy.world 1 week ago
or adb
finalarbiter@piefed.social 1 week ago
I think that’s actually how it works on the backend (some please correct me if I’m wrong!) but it’s a bit more convenient since I don’t have to plug in to a computer.
PolarPirate@lemmy.zip 1 week ago
You gotta look into the open source community. They can handle this super easy
IDew@lemmy.zip 1 week ago
Enable USB debugging in developer settings
Get adb (platform-tools) here: developer.android.com/tools/…/platform-tools
Extract the zip and open a cmd inside the folder
Plug in your phone and check if you’re connected by sending
adb devicesUninstall any app using
adb shell pm uninstall --user 0 com.example.appIn your case:
adb shell pm uninstall --user 0 com.google.android.apps.tachyonYou could also do it using Termux if you don’t have a desktop on hand