Skip to content

Commit 93e9b08

Browse files
committed
Update readme
1 parent 309a67a commit 93e9b08

2 files changed

Lines changed: 17 additions & 11 deletions

File tree

README.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,22 @@ This also includes your DRM keys, which are stored in the Trim Area partition (a
3333
Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent. Please note that OEM backup solutions like Samsung and Motorola backup may not be accessible from LineageOS once installed.
3434
If you wish to backup the TA partition first, you can find tutorials related to your device on the internet.
3535

36+
37+
## Usage
38+
39+
Linux is currently the best supported platform (tested with Ubuntu 20.04 LTS). Windows and MacOS are also supported but you might experience more issues. So far there is no support for ARM-based systems.
40+
41+
1. Download the AppImage, .exe or appropriate executable file for your OS. You might need to change permissions to run the executable.
42+
- On Windows also [install the Universal USB Drivers](https://adb.clockworkmod.com/) and other potentially drivers needed for your device.
43+
2. Download the custom ROM image and the TWRP recovery image for your device. A source for files can be found on
44+
- [LineageOS](https://wiki.lineageos.org/devices/)
45+
- [TWRP recovery](https://twrp.me/Devices/)
46+
- [/e/OS](https://doc.e.foundation/devices)
47+
- [LineageOS for microg](https://download.lineage.microg.org/)
48+
- or you can just search the web for an appropriate version for your device.
49+
3. Start the desktop app and follow the instructions.
50+
51+
3652
## Officially supported devices
3753
Vendor | Device Name | CodeName | Models | Status
3854
---|---|---|---|---
@@ -72,16 +88,6 @@ OnePlus | Nord N200 | [dre](https://wiki.lineageos.org/devices/dre/) | | tested
7288
OnePlus | 9 | lemonade | | under development
7389

7490

75-
## Usage
76-
77-
Linux is currently the best supported platform (tested with Ubuntu 20.04 LTS). Windows and MacOS are also supported but you might experience more issues. So far there is no support for ARM-based systems.
78-
79-
1. Download the AppImage, .exe or appropriate executable file for your OS. You might need to change permissions to run the executable.
80-
- On Windows also [install the Universal USB Drivers](https://adb.clockworkmod.com/) and other potentially drivers needed for your device.
81-
2. Download the lineageOS image and the custom recovery image. A source for files can be found on https://wiki.lineageos.org/devices/ or you can just search the web for an appropriate version for your device.
82-
3. Start the desktop app and follow the instructions.
83-
84-
8591
## Run OpenAndroidInstaller for development
8692

8793
Currently development is only supported on Ubuntu Linux. MacOS and Windows should also work fine. You might need to install additional USB-drivers on Windows.

openandroidinstaller/openandroidinstaller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
logger.add("openandroidinstaller.log")
4747

4848
# Toggle to True for development purposes
49-
DEVELOPMENT = True
49+
DEVELOPMENT = False
5050
DEVELOPMENT_CONFIG = "sargo" # "a3y17lte" # "sargo"
5151

5252

0 commit comments

Comments
 (0)