Browse Source

Update README.md

pull/1/head
Duke Leto 4 years ago
committed by GitHub
parent
commit
45cba36a38
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 32
      README.md

32
README.md

@ -20,12 +20,44 @@ Firstly, we will be installing GrapheneOS.
* Install the correct version of `fastboot` from https://developer.android.com/studio/releases/platform-tools , must have at least 28.0.2 . Installing the latest version is probably best
* `fastboot --version` to see installed version
## Boot into your bootloader
First hold down "Volume Down" then press the Power button for a few seconds.
<img src="https://raw.githubusercontent.com/MyHush/HushDroid/master/graphene0.png">
## Unlocked bootloader
```
sudo fastboot flashing unlock
```
Once your bootloader is unlocked, it should look like this:
<img src="https://raw.githubusercontent.com/MyHush/HushDroid/master/graphene1.png">
With an unlocked bootloader, you are able to install any operating system you want! Freedom!
NOTE: Also remember, we must re-lock the bootloader when we are done, or somebody who steals your
phone can easily wipe all the data and install something new.
## Flash Graphene
```
# download appropriate file for your phone hardware
unzip xxx
cd xxx
sudo ./flash-all.sh
```
## Re-lock bootloader
```
sudo fastboot flashing lock
```
Now you have a phone which doesn't spy on you, as long as you don't put in a SIM or opt-in to Google services.

Loading…
Cancel
Save