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
This release adds:
- Allow flashing of the vendor_boot partition
- Add --disable-verity --disable-verification to flash vbmeta command
New devices:
- support for begonia (Xiaomi Redmi Note 8 Pro) (thanks to @anon1892)
- support for on7xelte (Samsung Galaxy J7 Prime) (thanks to @MagicLike)
- support for a7y17lte (Samsung Galaxy A7 2017) (thanks to @SirRGB)
- support for jfltexx (Samsung Galaxy S4) (thanks to @MagicLike)
- support for dipper (Xiaomi Mi 8) (thanks to @anon1892)
- support for surya/karna (Poco X3 - X3 NFC) (thanks to @anon1892)
- support for alioth (Redmi K40 / Mi 11X / Poco F3) (thanks to
@anon1892)
- new device code variant to `j7elte` & added TWRP link (thanks to
@MagicLike)
Other improvements:
- updates for some OnePlus and Pixel configs with make use of the
flashing of additional partitions if needed for Android 13
- a requirement checkbox to encourage booting stock OS at least once
- migrate xda developers link to a new url
- misc docs and minor config corrections/additions (thanks to @SirRGB)
Copy file name to clipboardexpand all lines: README.md
+20-13
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,8 @@
32
32
> [!IMPORTANT]
33
33
> Unlocking the bootloader will erase all data on your device!
34
34
> 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.
35
+
> Depending on your device you might be able to back up the TA partition using exploits and gaining temporary root access. On Sony Xperia 1/5 series phones DRM L1 will return once the bootloader is relocked.
35
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.
36
-
> If you wish to backup the TA partition first, you can find tutorials related to your device on the internet.
37
37
38
38
## Usage
39
39
@@ -57,12 +57,12 @@ Linux is currently the best supported platform (tested with Ubuntu 20.04/22.04 L
57
57
-[MicroG](https://microg.org)
58
58
- The recommended way to install MicroG is to use the zip file provided here: [https://github.com/FriendlyNeighborhoodShane/MinMicroG-abuse-CI/releases](https://github.com/FriendlyNeighborhoodShane/MinMicroG-abuse-CI/releases).
Xiaomi | Poco X3 Pro | [vayu](https://wiki.lineageos.org/devices/vayu) | | tested
190
197
Xiaomi | 12 | cupid | | untested
191
198
</details>
@@ -196,13 +203,13 @@ And more to come!
196
203
## Contributing
197
204
198
205
All kinds of contributions are welcome. These include:
199
-
-Fix and improve texts in configs and in the application.
200
-
-Test the tool for a supported device.
201
-
-Create a config for a new device.
202
-
-Test the application on your computer and/or device.
203
-
-Contribute an application build for a new platform.
204
-
-Add features and/or improve the code base.
205
-
-Report bugs.
206
+
-Fixes and improvements to the texts in configs and in the application.
207
+
-Testing the tool for a supported device.
208
+
-Creating a config for a new device.
209
+
-Testing the application on your computer and/or device.
210
+
-Contributing an application build for a new platform.
211
+
-Adding features and/or improve the code base.
212
+
-Reporting bugs.
206
213
207
214
[How to contribute your own installation configurations](https://github.com/openandroidinstaller-dev/openandroidinstaller/blob/main/docs/how_to_contribute_your_own_installation_configurations.md)
0 commit comments