avatar

foyer

orion

Orion is the designation for whatever phone I use.

tools
ÆgisOTP authenticator
AntennaPodpodcasts*
F-Droidsoftware repository
Firefoxweb browser
GadgetBridgeto interface with Watari
Lithiumebook reader
Loophabit tracker
PHONKscripting toolbox
ProtonMailemail
ProtonVPNVPN
Telegraminstant messaging
Termuxterminal æmulator
Vinylmusic player
VSCOphotography

bloatware

Be careful with this. You might accidentally brick your phone.

  1. Install android-tools on your laptop.
  2. Enable "Developer options" and "USB debugging" on your phone.
  3. Run the following on your laptop terminal.
adb devices # list devices
adb shell # enter adb shell

To list all and find packages:

pm list packages
pm list packages | grep 'bloat'

To uninstall a package:

pm uninstall -k --user 0 bloat

Unless your phone is rooted, the app will be uninstalled for the current user only. To restore apps, reinstall them or factory reset your phone.