12 KiB
12 KiB
Android Phone
Install
Unlock the bootloader
Flash ROM
Root
Favorite Apps
Name | Description | Open Source Alternative |
---|---|---|
Waze | GPS navigation app | |
Printoid | Octoprint client | Web client? |
Youtube Vanced | Youtube without ads | NewPipe |
NordVPN | ||
Spotify | ||
Banking | ||
Trainline | ||
Tricount | Splittypie |
Name | Description | Open Source Alternative |
---|---|---|
Afwall | ||
Titanium Backup PRO | OAndBackupX |
Tutorials
Backup
I use adb backup
to backup the phone (guide).
Basically, I have to run:
adb backup -apk -shared -all -f ~/Cloud/android/backup/backup_$(date +"%Y_%m_%d").ab
Connect to the phone by SSH
https://wiki.termux.com/wiki/Bypassing_NAT
An other option would be to use Wireguard and shen to ssh
.