You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3.1 KiB

Ungoogle Fairphone

Angelegt Freitag 05 Juni 2021

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 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)

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
  • connect Fairphone via USB with computer
  • Reboot bootloader (adb reboot bootloader)

1.2.1 Optional installation of Google Play Store

  • If you can't abstain from the Play Store there exist a minimum Google installation, (pico) Open GApps.
  • Download the favored version from here.

1.3. Prepare Phone (on Your Fairphone)

  • start phone in Recovery Mode
  • choose Factory Reset - Format Data/Factory Reset
  • apply update - Apply from ADB

1.4. Install LineageOS (on Your Computer)

  • adb sideload <lineagos.zip>
  • optional: adb sideload <gapps.zip>

1.5. Apply LineageOS (on Your Fairphone)

  • apply update

1.6. TODO: bootlock your phone

Install Apps

2.1. Here you can download Apps which you can install via the computer on your phone (adb install example.apk).

2.2. Download F-Droid Store here.

2.3. Now you can install Apps like DeltaChat, NextCloud, Fennec, Tusky...

2.4 Dont forget to check again the predefined settings (additional install a privacy badger).

Remove Google-dependencies

3.1. enter new DNS: dns2.digitalcourage.de (Settings - Network and Internet - Private DNS)

3.2. Check Privacy Settings and GPS (especially browser-settings from Fennec).

3.3. Switch off Print Service (Settings - Connected devices - Connection preferences - Printing)

3.4. (Switch off Companion Device Manager? )

3.5. Google captive portal check mit Kuketz einrichten bzw ersetzen. Dafür FP wieder mit dem Computer verbinden und erneut mit Hilfe von adb folgende Kommandos ausführen.

Um zu testen ob ob die Einstellungen übernommen wurden folgendes eingeben:

  • adb shell 'settings get global captive_portal_https_url'