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
+6-6Lines changed: 6 additions & 6 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).
@@ -62,7 +62,7 @@ Linux is currently the best supported platform (tested with Ubuntu 20.04/22.04 L
62
62
63
63
## Officially supported devices
64
64
65
-
Currently, the **we support 52 devices** by various vendors and working on adding more soon!
65
+
Currently, **we support 52 devices** by various vendors and working on adding more soon!
66
66
67
67
68
68
Support for these devices is provided as best effort, but things might still go wrong.
@@ -195,8 +195,8 @@ Every config file should have metadata with the following fields:
195
195
-`devicename`: str; Name of the device.
196
196
-`devicecode`: str; The official device code.
197
197
-`twrp-link`: [OPTIONAL] str; name of the corresponding twrp page.
198
-
199
-
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.
198
+
199
+
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.
200
200
-`android`: [OPTIONAL] int|str; Android version to install prior to installing a custom ROM.
201
201
-`firmware`: [OPTIONAL] str; specific firmware version to install before installing a custom ROM.
0 commit comments