Pro@programming.dev to Technology@lemmy.worldEnglish · 1 month agoHow to turn off Gemini on Android — and why you shouldproton.meexternal-linkmessage-square22fedilinkarrow-up1395arrow-down111cross-posted to: [email protected]
arrow-up1384arrow-down1external-linkHow to turn off Gemini on Android — and why you shouldproton.mePro@programming.dev to Technology@lemmy.worldEnglish · 1 month agomessage-square22fedilinkcross-posted to: [email protected]
minus-squareFredselfish@lemmy.worldlinkfedilinkEnglisharrow-up12·1 month agoMy phone won’t let me uninstall it. And it shows it’s off yet every now and then it rears it’s ugly head.
minus-squaresquaresinger@lemmy.worldlinkfedilinkEnglisharrow-up36·1 month ago Install adb on your PC Enable developer options on your phone Enable USB Debugging inside the developer options Connect the phone to the PC using USB Open a console window of your choice Execute adb devices and allow USB debugging for this PC on your phone Execute adb shell pm disable-user --user 0 com.google.android.apps.gemini Done You can do that with any app you like, they can all be disabled that way. Beware though: if you disable critical system components (like e.g. your last launcher, keyboard or systemui) you might not have a great time using your phone afterwards.
minus-squareFredselfish@lemmy.worldlinkfedilinkEnglisharrow-up2·1 month agoThank you definitely few apps I want to remove off my phone.
minus-squareHawk@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up2·1 month agoI don’t have a Gemini app on my phone. The only way to somewhat disable it is through the settings app.
minus-squaresomerandomperson@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up7·1 month agoUse Canta & Shizuku You can uninstall pretty much everything
minus-squarePeffse@lemmy.worldlinkfedilinkEnglisharrow-up3·1 month agoThis combo even got rid of something that was ADB blocked in Android 14.
minus-squareSir_Kevin@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up4arrow-down2·1 month ago[email protected]
minus-squareThe Quuuuuill@slrpnk.netlinkfedilinkEnglisharrow-up13arrow-down3·1 month agoit would be great to have a non-ml degoogle comm. but then i’m also not willing to put in the work to moderate right now so maybe i’m a whiny asshole
minus-squareOfiuco@piefed.calinkfedilinkEnglisharrow-up6arrow-down1·edit-21 month agodeleted by creator
My phone won’t let me uninstall it. And it shows it’s off yet every now and then it rears it’s ugly head.
adb devices
and allow USB debugging for this PC on your phoneadb shell pm disable-user --user 0 com.google.android.apps.gemini
You can do that with any app you like, they can all be disabled that way. Beware though: if you disable critical system components (like e.g. your last launcher, keyboard or systemui) you might not have a great time using your phone afterwards.
Thank you definitely few apps I want to remove off my phone.
I don’t have a Gemini app on my phone. The only way to somewhat disable it is through the settings app.
Use Canta & Shizuku You can uninstall pretty much everything
This combo even got rid of something that was ADB blocked in Android 14.
[email protected]
it would be great to have a non-ml degoogle comm. but then i’m also not willing to put in the work to moderate right now so maybe i’m a whiny asshole
deleted by creator