-- Leo's gemini proxy

-- Connecting to thurk.org:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en

Kicking Google in the Teeth

Topics: lineageos, android, magisk, e-os, de-googling, twrp, fairphone

2021-01-21


So, I received my Fairphone 3 yesterday. Sure, I could have bought a Fairphone 3 **Plus**, but I decided I'll grab the camera and audio upgrades a bit later and install them myself. Why? Well - to get into the spirit of Fairphone! Open hardware! Imagine that! Fuck Samsung.


The first thing I did was unlock its bootloader. This essential part of removing stock Android and placing a Google-less system on the phone is detailed here[1]. However, once I enabled developer tools, entered into developer tools, selected USB debugging and OEM unlocking, and navigated to the page[2] describing how to get a so-called *unlock code*, I encountered a problem. You may have already guessed what he problem was. The *unlock code* I received after inputting my IMEI1 and Serial Number **did not work**. The next three I tried also did not work. I was not deterred. Well, I would have been deterred had not I rooted around a bit on the web and discovered that the *unlock codes* were generated by an algorithm that can be downloaded (a PERL script!). Additionally, a kind soul put a webified version here[3]. The *unlock code* it generated worked.


I followed this[4] up until the last instruction of step 2 in the section *Installing /e/ from the bootloader*. I did not re-lock the bootloader. The reason will become clear soon. Anyone who is reading this and wants to go ahead and install Magisk (and TWRP) to root the phone will have to go through the whole ordeal of unlocking the bootloader once again **IF** said human bought a phone with /e/os pre-installed or used the Easy Installer provided by the *e Foundation*. Unlocking the bootloader will erase the accumulated narrative of said human's existence, or possibly only the data on said human's phone. Be warned! But - unfortunately, to continue, it is mandatory.


So, I performed everything up to the command that should not be entered:


fastboot flashing lock

(prosím, do not execute this command because it will re-lock the bootloader)


In continuation - I booted into /e/os. No problem!


I grabbed the newest Magisk[5], which actually isn't the absolute newest, but peasants can't be philosophers, can they? I also grabbed TWRP[6] for Fairphone 3. Whilst in normal /e/os operation, I plugged the phone via usb (implying that I did not use a DB-25 over RS-232, for example) into my PC (Arch Linux). I pulled down the overlay menu from the top of the screen and at the bottom of the notifications, I was notified *Android System - Charging this device via USB*. Tapping on the notification, I was told *Tap for more options*, which I did. To be able to transfer the Magisk zip and the TWRP img to the phone using adb, I changed the USB preferences to *File Transfer*.


At this point, I assume that whichever human is reading this is already aware of *adb* and *fastboot*. Of course, this is most likely a faulty assumption. So, depending on platform, download and install these two tools. They are part of the Android SDK. On Arch Linux and its derivatives, they can be obtained with the `android-tools` package. The commands I used to transfer the two files to my phone were:


adb push twrp-3.5.0_9-0-FP3.img /storage/emulated/0/Download
adb push Magisk-v21.1.zip /storage/emulated/0/Download

The steps for getting TWRP[7] onto the phone were clear, but I read them through twice before starting because of problems I'd had in the past with bootloops. Ironically, the only part that **seemed** to go awry was when I got to the paragraphs that read:


> Once booted, navigate to the Advanced > Install Recovery Ramdisk option. This will ask you to select the image you want to install TWRP from. Select the TWRP image you just downloaded and copied into device storage. Proceed to install this image.

>

> You also need to use the "Fix Recovery Bootloop" option present in the same Advanced Tab. Use that option after you have installed the recovery ramdisk successfully to avoid boot loops happening from installing TWRP Permanently.

I did both after performing a temporary boot into TWRP, but the second one - specifically about bootloops - gave me an error. But that did not matter. Everything worked. So don't worry!


I backed out until I saw the *Install* option in the upper left corner and pressed it. I then found the Magisk zip and installed it.


Rebooting the phone, I was back in normal /e/os operation. Magisk Manager was installed, rather magically, so I opened it, updated the manager, but NOT Magisk itself. At this point, I installed all my banking apps. I have two, specificaly - Revolut and CaixaBankNow. Neither would get past an opening screen without the following steps:


Install both apps but DO NOT OPEN THEM

Open Magisk Manager

Tap on the cogwheel in the upper right

Find *Magisk Hide* and activate it

Immediately above this item is *Hide Magisk Manager* or something similar

Activate it and choose the new "name" of the app (just accept the default *Manager*)

Back out and select the shield from the floating rectangle at the bottom

Tap *MagiskHide* and find my banking apps

Tap um


Bliss was achieved.



1: https://forum.fairphone.com/t/fp3-unlock-the-bootloader/53506

2: https://www.fairphone.com/en/bootloader-unlocking-code-for-fairphone-3/

3: https://public.z3ntu.xyz/FP3/verify-code.php

4: https://doc.e.foundation/devices/FP3/install

5: https://github.com/topjohnwu/Magisk/releases/download/v21.1/Magisk-v21.1.zip

6: https://eu.dl.twrp.me/FP3/twrp-3.5.0_9-0-FP3.img.html

7: https://twrp.me/fairphone/fairphone3.html



tzifur (Martenblog home)

jenju (Thurk.Org home)


@flavigula@sonomu.club

CC BY-NC-SA 4.0

-- Response ended

-- Page fetched on Sat Apr 20 08:03:02 2024