Browse Source

Update 'README.md'

pull/1/head
onryo 2 years ago
parent
commit
e1fd3e4325
  1. 13
      README.md

13
README.md

@ -1,4 +1,4 @@
# degoogle android with lineageos
# Android deg00gling with lineageos
More than a hundred devices are supported by LineageOS including old ones, you don't need to buy a g00gle's Pixel phone to then degoogle it. 😲
@ -48,6 +48,13 @@ C8BDD07B189D49109D33BF486A152C73
- Run `fastboot flash unlocktoken Unlock_code.bin`
- On your phone select "Yes", and you finally unlocked the bootloader.
# Download a custom recovery
# Install LineageOS
Download a custom recovery with [TWRP.me](https://dl.twrp.me/m8), replace `m8` with your model, for me it's `dl.twrp.me/m8`.
- Download a custom recovery with [TWRP.me](https://dl.twrp.me/m8), replace `m8` with your model, for example for me it's `dl.twrp.me/m8`.
- `adb reboot bootloader`, once the device is in fastboot mode run: ```fastboot flash recovery <recovery_filename>.img```
- Power off your device, hold `Volume Down` + `Power`, select "RECOVERY".
- Tap `Wipe`, then `Format Data`.
- Go back to select `Advanced Wipe`, select `Cache` and `System`, then `Swipe to Wipe`.
- Go back to select `Advanced`, then `ADB Sideload`.
- On the host machine, run `adb sideload filename.zip.`
- Once you have installed everything successfully, run `adb reboot`.
Loading…
Cancel
Save