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

23 lines
1.5 KiB

# degoogle android 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. 😲
I've been using S3 ([i9300](https://wiki.lineageos.org/devices/i9300)) with the release date as May 2012 along with lineageos for almost 10 years. This guide is for HTC One ([M8](https://wiki.lineageos.org/devices/m8)) though, but the process is nearly the same for your model as well. Both devices are still one of the most popular used models according to [stats.lineageos](https://stats.lineageos.org), m8's release date is March 2014, check if your phone is supported [here](https://wiki.lineageos.org/devices), check "Show discontinued devices" if you're okay to run the outdated version.
The [wiki](https://wiki.lineageos.org/devices/m8) page is more than enough but it's better to have everything in one place rather than following a lot of external links.
2 years ago
# Pre-Requirements
Enable USB Debugging: Settings -> Developer options, click "Yes" and check if USB Debugging is marked.
# Download the build file and its hash.
Find yours on [download.lineageos.org](https://download.lineageos.org)
```
wget https://mirrorbits.lineageos.org/full/m8/20211203/lineage-17.1-20211203-nightly-m8-signed.zip
sha256sum lineage-17.1-20211203-nightly-m8-signed.zip
wget https://mirrorbits.lineageos.org/full/m8/20211203/lineage-17.1-20211203-nightly-m8-signed.zip?sha256
cat lineage-17.1-20211203-nightly-m8-signed.zip\?sha256
```