From 5b813b700b6f6141cb285f5eac01ffeb97b96739 Mon Sep 17 00:00:00 2001 From: SirRGB Date: Wed, 22 Feb 2023 14:05:23 +0100 Subject: [PATCH 1/2] fix misc grammar --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f73e9314..6fae80f9 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@

-> **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. +> **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. > **Note**: Unlocking the bootloader will erase all data on your device! This also includes your DRM keys, which are stored in the Trim Area partition (also called TA). @@ -51,7 +51,7 @@ Linux is currently the best supported platform (tested with Ubuntu 20.04/22.04 L - [TWRP recovery](https://twrp.me/Devices/) - Optional Addons: - There are different packages of *Google Apps* available. - - [MindTheGapps](https://wiki.lineageos.org/gapps#downloads) + - [MindTheGapps](https://wiki.lineageos.org/gapps#downloads) - [NikGApps](https://nikgapps.com/) - [MicroG](https://microg.org/) - 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 ## Officially supported devices -Currently, the **we support 52 devices** by various vendors and working on adding more soon! +Currently, **we support 52 devices** by various vendors and working on adding more soon! 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: - `devicename`: str; Name of the device. - `devicecode`: str; The official device code. - `twrp-link`: [OPTIONAL] str; name of the corresponding twrp page. - -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. + +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. - `android`: [OPTIONAL] int|str; Android version to install prior to installing a custom ROM. - `firmware`: [OPTIONAL] str; specific firmware version to install before installing a custom ROM. From 12a8a4ca411b46bf8b5200c313f7c0d22fbbfb57 Mon Sep 17 00:00:00 2001 From: SirRGB Date: Wed, 22 Feb 2023 14:54:44 +0100 Subject: [PATCH 2/2] clarify drm consequences --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fae80f9..74c3310c 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ > **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. > **Note**: Unlocking the bootloader will erase all data on your device! -This also includes your DRM keys, which are stored in the Trim Area partition (also called TA). +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. 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. If you wish to backup the TA partition first, you can find tutorials related to your device on the internet.