|
27 | 27 | </p>
|
28 | 28 | </div>
|
29 | 29 |
|
30 |
| -> **Warning**: This application is currently in beta state, so use at your own risk! While many people tested the application so far and we heard of no bricked devices, things might still go wrong. |
31 |
| -
|
32 |
| -> **Note**: Unlocking the bootloader will erase all data on your device! |
33 |
| -This also includes your DRM keys, which are stored in the Trim Area partition (also called TA) in case your device is fairly recent and supports DRM L1. Those devices will be downgraded to DRM L3. Devices on DRM L3 by default will not be affected. |
34 |
| -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. |
35 |
| -If you wish to backup the TA partition first, you can find tutorials related to your device on the internet. |
| 30 | +> [!WARNING] |
| 31 | +> This application is currently in beta state, so use at your own risk! While many people tested the application so far and we heard of no bricked devices, things might still go wrong. |
36 | 32 |
|
| 33 | +> [!IMPORTANT] |
| 34 | +> Unlocking the bootloader will erase all data on your device! |
| 35 | +> This also includes your DRM keys, which are stored in the Trim Area partition (also called TA) in case your device is fairly recent and supports DRM L1. Those devices will be downgraded to DRM L3. Devices on DRM L3 by default will not be affected. |
| 36 | +> 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. |
| 37 | +> If you wish to backup the TA partition first, you can find tutorials related to your device on the internet. |
37 | 38 |
|
38 | 39 | ## Usage
|
39 | 40 |
|
40 | 41 | Linux is currently the best supported platform (tested with Ubuntu 20.04/22.04 LTS). Windows and MacOS are also supported but you might experience more issues. So far there is no support for ARM-based systems.
|
41 | 42 |
|
42 | 43 | 1. Download the [.exe or appropriate executable file for your OS](https://github.com/openandroidinstaller-dev/openandroidinstaller/releases) from the releases or get the [official flatpak from flathub](https://flathub.org/apps/org.openandroidinstaller.OpenAndroidInstaller). You might need to change permissions to run the executable.
|
43 |
| - - On Windows also [install the Universal USB Drivers](https://adb.clockworkmod.com/) and other potentially drivers needed for your device. |
| 44 | + - On Windows also [install the Universal USB Drivers](https://adb.clockworkmod.com) and other potentially drivers needed for your device. |
44 | 45 | 2. Download the custom ROM image and the TWRP recovery image for your device and optionally some addons. A source for files can be found on the following websites:
|
45 | 46 | - some custom ROMs:
|
46 | 47 | - [LineageOS](https://wiki.lineageos.org/devices)
|
@@ -184,11 +185,11 @@ All kinds of contributions are welcome. These include:
|
184 | 185 | - Add features and/or improve the code base.
|
185 | 186 | - Report bugs.
|
186 | 187 |
|
187 |
| -[How to contribute your own installation configurations](https://github.com/openandroidinstaller-dev/openandroidinstaller/blob/main/doc/how_to_contribute_your_own_installation_configurations.md) |
| 188 | +[How to contribute your own installation configurations](https://github.com/openandroidinstaller-dev/openandroidinstaller/blob/main/docs/how_to_contribute_your_own_installation_configurations.md) |
188 | 189 |
|
189 |
| -[How to build the application for your platform](https://github.com/openandroidinstaller-dev/openandroidinstaller/blob/main/doc/building_the_application_for_your_platform.md) |
| 190 | +[How to build the application for your platform](https://github.com/openandroidinstaller-dev/openandroidinstaller/blob/main/docs/building_the_application_for_your_platform.md) |
190 | 191 |
|
191 |
| -[On unlocking the bootloader](https://github.com/openandroidinstaller-dev/openandroidinstaller/blob/main/doc/unlocking_the_bootloader.md) |
| 192 | +[On unlocking the bootloader](https://github.com/openandroidinstaller-dev/openandroidinstaller/blob/main/docs/unlocking_the_bootloader.md) |
192 | 193 |
|
193 | 194 | More details on how to contribute can be found [here](https://github.com/openandroidinstaller-dev/openandroidinstaller/blob/main/CONTRIBUTING.md).
|
194 | 195 | Please have a look before opening an issue or starting to contribute.
|
|
0 commit comments