Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

Make README refrence Android 10 instead of Android 9/8 #1

Open
wants to merge 1 commit into
base: bookworm
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@

## Preparations

Ensure your device has a vendor partition from Android 9 (newer versions will not work and Android 8 might work but any other older versions will not). If your device is A/B device (sargo and pro1 are A/B devices), it is necessary to have both slots on same Android version. So, if you upgraded Android to newer version than Android 9 (Pie), you have to downgrade Android first (flash Android 9 separately on both slots).

Download the rootfs for your architecture and your device's adaptation package from the releases of this repository. You can also download devtools for the same architecture if you wish so. Devtools may come handy if something goes wrong during installation. Also, it is recommended to ensure that you have the latest fastboot and adb versions. You will also need to have a recovery image (TWRP is recommended) for your phone.

After this, reboot your phone to fastboot (by pressing power and volume down buttons at the same time for a while) and connect the phone to your computer. Then, run following commands on your computer:

* `fastboot boot /path/to/recovery.img`
Ensure your device has a vendor partition from Android 10 (newer versions only *might* work :( ) Try flashing a Android 10 rom before trying to install.

## Installation

Expand Down