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>
@@ -203,13 +203,13 @@ And more to come!
203
203
## Contributing
204
204
205
205
All kinds of contributions are welcome. These include:
206
-
-Fix and improve texts in configs and in the application.
207
-
-Test the tool for a supported device.
208
-
-Create a config for a new device.
209
-
-Test the application on your computer and/or device.
210
-
-Contribute an application build for a new platform.
211
-
-Add features and/or improve the code base.
212
-
-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.
213
213
214
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)
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 |
Copy file name to clipboardExpand all lines: openandroidinstaller/assets/configs/Mi439.yaml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -28,25 +28,25 @@ steps:
28
28
- type: link_button_with_confirm
29
29
content: >
30
30
- Create a Mi account on Xiaomi’s website. Beware that one account is only allowed to unlock one unique device every 30 days.
31
-
31
+
32
32
- Add a phone number to your Mi account, insert a SIM into your phone.
33
-
33
+
34
34
- Enable developer options in `Settings` > `About Phone` by repeatedly tapping MIUI Version.
35
-
35
+
36
36
- Link the device to your Mi account in `Settings` > `Additional settings` > `Developer options` > `Mi Unlock status`.
37
-
37
+
38
38
- Download the Mi Unlock app with the link bellow (Windows is required to run the app), and follow the instructions provided by the app. It may tell you that you have to wait, usually 7 days. If it does so, please wait the quoted amount of time before continuing to the next step!
39
-
39
+
40
40
- After device and Mi account are successfully verified, the bootloader should be unlocked.
41
-
41
+
42
42
- Since the device resets completely, you will need to re-enable USB debugging to continue : `Settings` > `Additional settings` > `Developer options` > `USB debugging`
43
43
link: https://en.miui.com/unlock/download_en.html
44
44
boot_recovery:
45
45
- type: call_button
46
46
content: >
47
47
Now you need to install a custom recovery system on the phone. A recovery is a small subsystem on your phone,
48
48
that manages updating, adapting and repairing of the operating system.
49
-
49
+
50
50
Once the device is fully booted, you need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
51
51
command: adb_reboot_bootloader
52
52
- type: call_button
@@ -59,4 +59,4 @@ steps:
59
59
Reboot to recovery by pressing 'Confirm and run', and hold the Vol+ button of your phone UNTIL you see the recovery.
60
60
If MiUI starts, you have to start the process again, since MiUI delete the recovery you just flashed.
Copy file name to clipboardExpand all lines: openandroidinstaller/assets/configs/begonia.yaml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -21,17 +21,17 @@ steps:
21
21
- type: link_button_with_confirm
22
22
content: >
23
23
- Create a Mi account on Xiaomi’s website. Beware that one account is only allowed to unlock one unique device every 30 days.
24
-
24
+
25
25
- Add a phone number to your Mi account, insert a SIM into your phone.
26
-
26
+
27
27
- Enable developer options in `Settings` > `About Phone` by repeatedly tapping MIUI Version.
28
-
28
+
29
29
- Link the device to your Mi account in `Settings` > `Additional settings` > `Developer options` > `Mi Unlock status`.
30
-
30
+
31
31
- Download the Mi Unlock app with the link bellow (Windows is required to run the app), and follow the instructions provided by the app. It may tell you that you have to wait, usually 7 days. If it does so, please wait the quoted amount of time before continuing to the next step!
32
-
32
+
33
33
- After device and Mi account are successfully verified, the bootloader should be unlocked.
34
-
34
+
35
35
- Since the device resets completely, you will need to re-enable USB debugging to continue : `Settings` > `Additional settings` > `Developer options` > `USB debugging`
36
36
link: https://en.miui.com/unlock/download_en.html
37
37
boot_recovery:
@@ -53,4 +53,4 @@ steps:
53
53
Reboot to recovery by pressing 'Confirm and run', and hold the Vol+ button of your phone UNTIL you see the recovery.
54
54
If MiUI starts, you have to start the process again, since MiUI delete the recovery you just flashed.
Copy file name to clipboardExpand all lines: openandroidinstaller/assets/configs/cupid.yaml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -22,25 +22,25 @@ steps:
22
22
- type: link_button_with_confirm
23
23
content: >
24
24
- Create a Mi account on Xiaomi’s website. Beware that one account is only allowed to unlock one unique device every 30 days.
25
-
25
+
26
26
- Add a phone number to your Mi account, insert a SIM into your phone.
27
-
27
+
28
28
- Enable developer options in `Settings` > `About Phone` by repeatedly tapping MIUI Version.
29
-
29
+
30
30
- Link the device to your Mi account in `Settings` > `Additional settings` > `Developer options` > `Mi Unlock status`.
31
-
31
+
32
32
- Download the Mi Unlock app with the link bellow (Windows is required to run the app), and follow the instructions provided by the app. It may tell you that you have to wait, usually 7 days. If it does so, please wait the quoted amount of time before continuing to the next step!
33
-
33
+
34
34
- After device and Mi account are successfully verified, the bootloader should be unlocked.
35
-
35
+
36
36
- Since the device resets completely, you will need to re-enable USB debugging to continue : `Settings` > `Additional settings` > `Developer options` > `USB debugging`
37
37
link: https://en.miui.com/unlock/download_en.html
38
38
boot_recovery:
39
39
- type: call_button
40
40
content: >
41
41
Now you need to install a custom recovery system on the phone. A recovery is a small subsystem on your phone,
42
42
that manages updating, adapting and repairing of the operating system.
43
-
43
+
44
44
Once the device is fully booted, you need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
0 commit comments