You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,10 @@
26
26
</p>
27
27
</div>
28
28
29
-
> **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, thinks might still go wrong.
29
+
> **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.
30
30
31
31
> **Note**: Unlocking the bootloader will erase all data on your device!
32
-
This also includes your DRM keys, which are stored in the Trim Area partition (also called TA).
32
+
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.
33
33
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.
34
34
If you wish to backup the TA partition first, you can find tutorials related to your device on the internet.
35
35
@@ -51,7 +51,7 @@ Linux is currently the best supported platform (tested with Ubuntu 20.04/22.04 L
51
51
-[TWRP recovery](https://twrp.me/Devices/)
52
52
- Optional Addons:
53
53
- There are different packages of *Google Apps* available.
- The recommended way to install MicroG is to use the zip file provided here: [https://github.com/FriendlyNeighborhoodShane/MinMicroG_releases/releases](https://github.com/FriendlyNeighborhoodShane/MinMicroG_releases/releases).
@@ -199,8 +199,8 @@ Every config file should have metadata with the following fields:
199
199
-`devicename`: str; Name of the device.
200
200
-`devicecode`: str; The official device code.
201
201
-`twrp-link`: [OPTIONAL] str; name of the corresponding twrp page.
202
-
203
-
In addition to these metadata, every config can have optional requirements. If these are set, the user is asked to check if they are meet.
202
+
203
+
In addition to these metadata, every config can have optional requirements. If these are set, the user is asked to check if they are meet.
204
204
-`android`: [OPTIONAL] int|str; Android version to install prior to installing a custom ROM.
205
205
-`firmware`: [OPTIONAL] str; specific firmware version to install before installing a custom ROM.
0 commit comments