@dangoodin To remove the Gemini app, even on devices that do not allow you to disable it in the Apps menu:
𝗦𝗲𝘁𝘂𝗽 𝗔𝗗𝗕
1. Enable Developer options
- Launch ⚙️Settings
- Go to About phone then Software information
- Tap Build number seven times
2. Enable USB debugging
- Go to Developer options (in ⚙️Settings)
- Enable USB debugging
3. Install Android Debug Bridge (adb
) on your computer
4. Connect to phone via adb
- Connect with a good USB cable
- Run adb devices
- Click OK on Allow USB debugging?
5. Disable Gemini app (left
- adb shell pm uninstall com.google.android.apps.bard
6. Disable Developer options (recommended)
- Go to Developer options (in ⚙️Settings)
- Disable by toggling On to Off