orion
Orion is the designation for whatever phone I use.
Ægis | OTP authenticator |
AntennaPod | podcasts* |
F-Droid | software repository |
Firefox | web browser |
GadgetBridge | to interface with Watari |
Lithium | ebook reader |
Loop | habit tracker |
PHONK | scripting toolbox |
ProtonMail | |
ProtonVPN | VPN |
Telegram | instant messaging |
Termux | terminal æmulator |
Vinyl | music player |
VSCO | photography |
bloatware
Be careful with this. You might accidentally brick your phone.
- Install
android-tools
on your laptop. - Enable "Developer options" and "USB debugging" on your phone.
- 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.