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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
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
@@ -130,7 +130,7 @@ Sony | Xperia 10 Plus | [mermaid](https://wiki.lineageos.org/devices/mermaid) |
130
130
Sony | Xperia XA2 | [pioneer](https://wiki.lineageos.org/devices/pioneer) | | tested
131
131
Sony | Xperia XZ2 | [akari](https://wiki.lineageos.org/devices/akari) | | tested
132
132
Sony | Xperia XZ3 | [akatsuki](https://wiki.lineageos.org/devices/akatsuki) | | tested
Motorola | moto z | [griffin](https://wiki.lineageos.org/devices/griffin) | | tested
158
158
159
159
</details>
@@ -200,13 +200,13 @@ And more to come!
200
200
## Contributing
201
201
202
202
All kinds of contributions are welcome. These include:
203
-
-Fix and improve texts in configs and in the application.
204
-
-Test the tool for a supported device.
205
-
-Create a config for a new device.
206
-
-Test the application on your computer and/or device.
207
-
-Contribute an application build for a new platform.
208
-
-Add features and/or improve the code base.
209
-
-Report bugs.
203
+
-Fixes and improvements to the texts in configs and in the application.
204
+
-Testing the tool for a supported device.
205
+
-Creating a config for a new device.
206
+
-Testing the application on your computer and/or device.
207
+
-Contributing an application build for a new platform.
208
+
-Adding features and/or improve the code base.
209
+
-Reporting bugs.
210
210
211
211
[How to contribute your own installation configurations](https://github.com/openandroidinstaller-dev/openandroidinstaller/blob/main/docs/how_to_contribute_your_own_installation_configurations.md)
Copy file name to clipboardExpand all lines: docs/building_the_application_for_your_platform.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,8 @@ If you build the application for your platform and want to contribute the build,
6
6
7
7
## Run OpenAndroidInstaller for development
8
8
9
-
Currently development is only supported on Ubuntu Linux. MacOS and Windows should also work fine. You might need to install additional USB-drivers on Windows.
9
+
Currently development is only supported on Ubuntu Linux. MacOS, Windows as well as other Linux distributions supporting flatpak should also work fine. You might need to install additional USB-drivers on Windows.
10
10
11
11
1. Clone the main branch of this repository
12
12
2. Run `make poetry` and `make install` to install poetry to manage python and install the required dependencies like adb, fastboot and heimdall.
13
13
3. Run `make app` to start the desktop app from the source.
Copy file name to clipboardExpand all lines: docs/how_to_contribute_your_own_installation_configurations.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,4 +40,3 @@ Every step in the config file corresponds to one view in the application. These
40
40
-`allow_skip`: [OPTIONAL] boolean; If a skip button should be displayed to allow skipping this step. Can be useful when the bootloader is already unlocked.
41
41
42
42
**Please try to retain this order of these fields in your config to ensure consistency.**
Copy file name to clipboardExpand all lines: docs/unlocking_the_bootloader.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ For some devices, it is necessary to unlock the bootloader manually. You usually
10
10
Other phone manufacturers no longer allow you to unlock the bootloader. Nothing can be done if you have not unlocked your device in time. These manufacturers include *Huawei, Honor, LG and ASUS*. Support for these manufacturers will always be very limited.
11
11
12
12
## Here is a brief overview of the bootloader policies of some of the most popular brands (may be incomplete/inaccurate)
13
+
## Note: Some oems on the list may offer carrier locked or region specific models, which also affect the unlock ability (Sony, Google, Motorola, etc.)
13
14
14
15
| Brand | Flashing tool | Unlocking Method | Loss of guarantee\*| Supported models |
0 commit comments