devices:marlin
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
devices:marlin [2019/01/15 08:26] – external edit 127.0.0.1 | devices:marlin [2024/08/13 19:46] (current) – removed Sean Rhone | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Information ====== | ||
- | |||
- | * Resources for the Google/HTC Pixel XL | ||
- | |||
- | ====== xda-developers ====== | ||
- | |||
- | * https:// | ||
- | |||
- | ====== Latest platform-tools ====== | ||
- | |||
- | ===== Linux ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== Windows ===== | ||
- | |||
- | * https:// | ||
- | * https:// | ||
- | |||
- | ====== Factory Image ====== | ||
- | |||
- | * https:// | ||
- | |||
- | ====== Filesystem Maintenance ====== | ||
- | |||
- | ===== Information ===== | ||
- | |||
- | ==== Slot A ==== | ||
- | |||
- | * ''/ | ||
- | * ''/ | ||
- | |||
- | ==== Slot B ==== | ||
- | |||
- | * ''/ | ||
- | * ''/ | ||
- | |||
- | ==== Shared ==== | ||
- | |||
- | * ''/ | ||
- | |||
- | ===== Format ===== | ||
- | |||
- | ==== Information ==== | ||
- | |||
- | * Formatting can be done from either Slot A or B | ||
- | |||
- | ==== Unmount ==== | ||
- | |||
- | **** | ||
- | |||
- | umount '/ | ||
- | |||
- | ==== Slot A ==== | ||
- | |||
- | * :!: This will format and **erase all content** on Slot A's ''/ | ||
- | |||
- | echo " | ||
- | |||
- | ==== Slot B ==== | ||
- | |||
- | * :!: This will format and **erase all content** on Slot B's ''/ | ||
- | |||
- | echo " | ||
- | |||
- | ==== Shared ==== | ||
- | |||
- | * :!: This will format and **erase all content** on the ''/ | ||
- | |||
- | echo " | ||
- | |||
- | ===== e2fsck ===== | ||
- | |||
- | ==== Information ==== | ||
- | |||
- | * This can be done from either Slot A or B | ||
- | * This checks the filesystem and fixes any issues with it | ||
- | |||
- | ==== Unmount ==== | ||
- | |||
- | **** | ||
- | |||
- | umount '/ | ||
- | |||
- | ==== Slot A ==== | ||
- | |||
- | e2fsck -y -f -v '/ | ||
- | |||
- | e2fsck -y -f -v '/ | ||
- | |||
- | ==== Slot B ==== | ||
- | |||
- | e2fsck -y -f -v '/ | ||
- | |||
- | e2fsck -y -f -v '/ | ||
- | |||
- | ==== Shared ==== | ||
- | |||
- | **** | ||
- | |||
- | e2fsck -y -f -v '/ | ||
- | |||
- | ===== fstrim ===== | ||
- | |||
- | ==== Information ==== | ||
- | |||
- | **** | ||
- | |||
- | umount '/ | ||
- | |||
- | ==== Legacy Commands ==== | ||
- | |||
- | * Pick one depending on if running from within '' | ||
- | |||
- | adb shell "mount -a && mount && fstrim -v '/ | ||
- | |||
- | mount -a && mount && fstrim -v '/ | ||
- | |||
- | ====== Ideal Stack ====== | ||
- | |||
- | * As of: 2019/01/05 | ||
- | |||
- | * TWRP ((for initial flash; not to be installed)) | ||
- | * LineageOS for microG ((microG is necessary for Simple banking app, along with Pokemon GO and Ingress)) | ||
- | |||
- | ===== Flash Order ===== | ||
- | |||
- | * Boot to Bootloader | ||
- | * '' | ||
- | * Be in Slot '' | ||
- | * Wipe everything | ||
- | * '' | ||
- | * Flash ROM | ||
- | * Reboot to System | ||
- | |||
- | ====== TWRP ====== | ||
- | |||
- | * https:// | ||
- | |||
- | ====== LineageOS ====== | ||
- | |||
- | ===== ROM ===== | ||
- | |||
- | * https:// | ||
- | * https:// | ||
- | |||
- | ====== Apps ====== | ||
- | |||
- | ===== F-Droid ===== | ||
- | |||
- | ==== Install ==== | ||
- | |||
- | * https:// | ||
- | * Expects the current directory to have '' | ||
- | |||
- | wget -O '/ | ||
- | |||
- | ==== Apps ==== | ||
- | |||
- | * 19 apps | ||
- | |||
- | * andOTP | ||
- | * AndStatus | ||
- | * DAVx⁵ | ||
- | * Feeder | ||
- | * Firefox Klar | ||
- | * Forecastie | ||
- | * F-Droid ((this should already be installed at this point :p)) | ||
- | * K-9 Mail | ||
- | * KeePass DX | ||
- | * Loyalty Card Keychain | ||
- | * M.A.L.P. | ||
- | * Maps & GPS Navigation OsmAnd+ | ||
- | * MuPDF viewer | ||
- | * SatStat | ||
- | * StreetComplete | ||
- | * VLC | ||
- | * WiFiAnalyzer | ||
- | * Yalp Store | ||
- | |||
- | ===== Yalp Store ===== | ||
- | |||
- | * 7 apps | ||
- | |||
- | * ARCore | ||
- | * Ingress | ||
- | * Keybase | ||
- | * Obenkyo | ||
- | * Old School RuneScape | ||
- | * Pokemon GO | ||
- | * Simple | ||
- | |||
- | ===== Disabled Apps ===== | ||
- | |||
- | ==== GUI ==== | ||
- | |||
- | * Email ((K-9 replaces it)) | ||
- | * Browser ((Firefox Klar replaces it)) | ||
- | * Music ((VLC replaces it)) | ||
- | |||
- | ==== adb shell ==== | ||
- | |||
- | * Requires Root | ||
- | |||
- | pm disable ' | ||
- | |||
- | pm disable ' | ||
- | |||
- | pm disable ' | ||
- | |||
- | pm disable ' | ||
- | |||
- | pm disable ' | ||
- | |||
- | pm disable ' | ||
- | |||
- | pm disable ' | ||
- | |||
- | pm disable ' | ||
- | |||
- | pm disable ' | ||
- | |||
- | ===== Firefox Klar ===== | ||
- | |||
- | ==== StartPage ==== | ||
- | |||
- | * https:// | ||
- | |||
- | adb shell input text " | ||
- | |||
- | https:// | ||
- | |||
- | ===== DAVdroid ===== | ||
- | |||
- | * https:// | ||
- | |||
- | * Username is email | ||
- | * Contact group method: Groups are **per-contact** categories | ||
- | |||
- | adb shell input text " | ||
- | |||
- | https:// | ||
/srv/www/wiki/data/attic/devices/marlin.1547558772.txt.gz · Last modified: (external edit)