mob
This commit is contained in:
parent
71edff302f
commit
4f83e021fc
1 changed files with 28 additions and 12 deletions
|
@ -1,20 +1,36 @@
|
||||||
|
|
||||||
# Install LineageOS on Fairphone
|
# Install LineageOS on Fairphone
|
||||||
|
|
||||||
## 1. check your prerequisites on your computer
|
## 1. Check your prerequisites on your computer
|
||||||
[ ] adb and fastboot are installed? \
|
[ ] adb and fastboot are installed?
|
||||||
[ ] you have downloaded bootimage (img) and LineageOS (zip)? \
|
[ ] you have downloaded bootimage (img) and LineageOS (zip)?
|
||||||
[ ] you have the unlock code (in case of Fairphone 3)?
|
[ ] you have the unlock code (in case of Fairphone 3)?
|
||||||
|
|
||||||
- enable Developer mode (press 7 times “Build number” (Settings - About phone))
|
## 2. Unlock your fairphone
|
||||||
- enable OEM unlocking with unlock code (Settings - System – Advanced – Developer options)
|
1. Navigate to "Settings - About phone"
|
||||||
- enable USB Debugging (Settings - System – Advanced – Developer options)
|
1. Press 7 times “Build number” to enable Developer mode
|
||||||
|
1. Navigate to "Settings - System – Advanced – Developer options"
|
||||||
|
1. Enable OEM unlocking with unlock your code
|
||||||
|
1. Navigate to "Settings - System – Advanced – Developer options"
|
||||||
|
1. Enable USB Debugging
|
||||||
|
|
||||||
1.2. Download and install dependencies (on Your Computer)
|
## 3. Connect via usb
|
||||||
- install fastboot and adb (sudo apt install adb fastboot)
|
1. Connect your computer & fairphone via usb
|
||||||
- Download LineageOS .img and .zip files [here][LineageOS]
|
1. On your fairphone allow the usb connection
|
||||||
- connect Fairphone via USB with computer
|
1. Type `adb devices` on your computer. The result should show sth like
|
||||||
- Reboot bootloader (adb reboot bootloader)
|
```
|
||||||
|
List of devices attached
|
||||||
|
A209VYM20201 device
|
||||||
|
```
|
||||||
|
|
||||||
|
## 4. Install LinegaeOS
|
||||||
|
1. Reboot your fairphone to recovery mode: Type `adb reboot bootloader` on your computer.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
bootloader ()
|
||||||
|
|
||||||
1.2.1. Optional installation of GooglePlay Store
|
1.2.1. Optional installation of GooglePlay Store
|
||||||
- If you can't abstain from the Play Store there exist a minimum Google installation, (pico) Open GApps.
|
- If you can't abstain from the Play Store there exist a minimum Google installation, (pico) Open GApps.
|
||||||
|
|
Loading…
Reference in a new issue