lineageos-fairphone/installation_guide.md

98 lines
3 KiB
Markdown
Raw Normal View History

2021-06-05 14:41:35 +00:00
Ungoogle Fairphone
2021-06-04 14:26:02 +00:00
=========
2021-06-05 13:35:59 +00:00
Angelegt Freitag 05 Juni 2021
2021-06-05 14:41:35 +00:00
Install LineageOS on Fairphone
---------------------------------
1.1. Save you Data and Unlock Bootloader (on Your Fairphone)
- Find IMEI number (Settings - About phone)
- Find serial number (Settings - About phone - Model and Hardware)
- enter them [here][bootloader] and get your unlock code.
- enable Developer mode (press 7 times “Build number” (Settings - About phone))
- enable OEM unlocking with unlock code (System Advanced Developer options)
- enable USB Debugging (System Advanced Developer options)
2021-06-05 13:35:59 +00:00
2021-06-05 14:41:35 +00:00
1.2. Install and download dependencies (on Your Computer)
- install fastboot and adb (sudo apt install adb fastboot)
- Download LineageOS .img and .zip files [here][LineageOS]
- connect Fairphone via USB with computer
- Reboot bootloader (adb reboot bootloader)
2021-06-05 13:35:59 +00:00
2021-06-05 14:41:35 +00:00
1.3. Prepare Phone (on Your Fairphone)
- start phone in Recovery mode
- choose Factory Reset - Format Data/Factory Reset
- apply update - Apply from ADB
2021-06-05 13:35:59 +00:00
2021-06-05 14:41:35 +00:00
1.4. Install LineageOS (on Your Computer)
- adb sideload <lineagos.zip>
2021-06-05 13:35:59 +00:00
2021-06-05 14:41:35 +00:00
1.5. Apply LineageOS (on Your Fairphone)
- apply update
2021-06-05 13:35:59 +00:00
2021-06-04 14:26:02 +00:00
2021-06-05 14:41:35 +00:00
Install Apps
2021-06-04 14:26:02 +00:00
------------
2021-06-05 14:41:35 +00:00
2.1. [Here][apkpure] you can download Apps which you can install via the computer on your phone (adb install example.apk).
Remove Google-dependencies
-----------------------------
3.1. enter new DNS: dns2.digitalcourage.de (Settings - Network and Internet - Private DNS)
3.2. Check Privacy Settings and GPS
3.3. Switch off Print Service (Settings - Connected devices - Connection preferences - Printing)
3.4. (Switch off Companion Device Manager? )
3.5. Fdroid Installation
2021-06-04 14:26:02 +00:00
a. deltachat (import backup von oben)
b. nextcloud
c. osmand
d. davx5
e. icsx5
f. fennec
g. LibreraReader
h. QRScanner
i. tusky
j. AudioAnchor
k. Aegis
l. CoronaTracking
m. editor
2021-06-05 14:41:35 +00:00
3.6. deltachat-backup + Files unter: ~/cloud/meissa/09_organisation/99_SystemAdministration/Lineageos auf das Smartphone kopieren
3.7. nextcloud einrichten
2021-06-04 14:26:02 +00:00
a. cloud.prod.meissa-gmbh.de
b. smart-jem
2021-06-05 14:41:35 +00:00
3.8. davx5 - crm einrichten
2021-06-04 14:26:02 +00:00
a. https://meissa.h.opencrm.eu/carddav.php/principals/jem
b. jem
2021-06-05 14:41:35 +00:00
3.9. tusky
2021-06-04 14:26:02 +00:00
a. https://social.meissa-gmbh.de
b. jem
2021-06-05 14:41:35 +00:00
3.10. email
3.11. tts
3.12. fennec
2021-06-04 14:26:02 +00:00
a. Einstellungen anpassen!
b. privacy badger einrichten
2021-06-05 14:41:35 +00:00
3.13. google captive portal MIT adb einrichten (https://www.kuketz-blog.de/android-captive-portal-check-204-http-antwort-von-captiveportal-kuketz-de/)
2021-06-04 14:26:02 +00:00
adb shell 'settings put global captive_portal_http_url "http://captiveportal.kuketz.de"'
adb shell 'settings put global captive_portal_https_url "https://captiveportal.kuketz.de"'
adb shell 'settings put global captive_portal_fallback_url "http://captiveportal.kuketz.de"'
adb shell 'settings put global captive_portal_other_fallback_urls "http://captiveportal.kuketz.de"'
# Test it
adb shell 'settings get global captive_portal_https_url'
2021-06-04 14:25:42 +00:00
2021-06-05 13:35:59 +00:00
[bootloader]: https://www.fairphone.com/en/bootloader-unlocking-code-for-fairphone-3/
2021-06-05 14:41:35 +00:00
[LineageOS]: https://download.lineageos.org/FP3
[apkpure]: https://apkpure.com