diff --git a/README.md b/README.md index dfc84a7..dc3c36a 100644 --- a/README.md +++ b/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`. \ No newline at end of file +- 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 .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`. \ No newline at end of file