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:
- install view and allow to circle back to flash a recovery
- enable selecting addons
- enable installing addons
- download buttons for Google apps, f-droid and microg
Improvements:
- typehints
- better views handling
Fixes:
- remove error messages after retry
Copy file name to clipboardExpand all lines: README.md
+19-12Lines changed: 19 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@
26
26
</p>
27
27
</div>
28
28
29
-
> **Warning**: This application is currently in alpha 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, thinks might still go wrong.
30
30
31
31
> **Note**: Unlocking the bootloader will erase all data on your device!
32
32
This also includes your DRM keys, which are stored in the Trim Area partition (also called TA).
@@ -40,16 +40,23 @@ Linux is currently the best supported platform (tested with Ubuntu 20.04/22.04 L
40
40
41
41
1. Download the AppImage, .exe or appropriate executable file for your OS. You might need to change permissions to run the executable.
42
42
- On Windows also [install the Universal USB Drivers](https://adb.clockworkmod.com/) and other potentially drivers needed for your device.
43
-
2. Download the custom ROM image and the TWRP recovery image for your device. A source for files can be found on the following websites:
44
-
- some custom ROMs:
45
-
-[LineageOS](https://wiki.lineageos.org/devices/)
46
-
-[/e/OS](https://doc.e.foundation/devices)
47
-
-[LineageOS for microg](https://download.lineage.microg.org/)
- or you can just search the web or the [xda-developers forum](https://forum.xda-developers.com) for an appropriate version for your device.
43
+
2. Download the custom ROM image and the TWRP recovery image for your device and optionally some addons. A source for files can be found on the following websites:
44
+
- some custom ROMs:
45
+
-[LineageOS](https://wiki.lineageos.org/devices/)
46
+
-[/e/OS](https://doc.e.foundation/devices)
47
+
-[LineageOS for microg](https://download.lineage.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).
- or you can just search the web or the [xda-developers forum](https://forum.xda-developers.com) for an appropriate version for your device.
53
60
3. Start the desktop app and follow the instructions.
54
61
55
62
@@ -218,7 +225,7 @@ If you build the application for your platform and want to contribute the build,
218
225
#### On unlocking the bootloader
219
226
Devices by *Samsung*, *Google* and *Fairphone* make it fairly easy to unlock the bootloader and receive good support in the installer.
220
227
221
-
Some devices with require manual steps to unlock the bootloader. In general you will need to create an account at a vendor website and receive some code from there. OpenAndroidInstaller will try to guide you as far as possible. These vendors include *Sony, Motorola, Xiaomi* among others.
228
+
Some devices with require manual steps to unlock the bootloader. In general you will need to create an account at a vendor website and receive some code from there. OpenAndroidInstaller will try to guide you as far as possible. These vendors include *Sony, Motorola, Xiaomi*and *OnePlus*among others.
222
229
223
230
Other phone vendors stops allowing to unlock the bootloader all together. There is nothing to be done if you didn't unlock your device in time. These vendors include *Huawei and LG* among others. Support for these vendors will always be very limited.
Copy file name to clipboardExpand all lines: openandroidinstaller/assets/configs/a3y17lte.yaml
+1-9Lines changed: 1 addition & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -21,12 +21,4 @@ steps:
21
21
content: >
22
22
Unplug the USB cable from your device. Then manually reboot into recovery by pressing the *Volume Down* + *Power buttons* for
23
23
8~10 seconds until the screen turns black & release the buttons immediately when it does, then boot to recovery with the device powered off,
24
-
hold *Volume Up* + *Home* + *Power*. Confirm when the recovery screen appears.
25
-
install_os:
26
-
- type: call_button
27
-
content: >
28
-
In the next steps, you finally flash the selected OS image.
29
-
Connect your device with your computer with the USB-Cable.
30
-
This step will format your phone and wipe all the data. It will also remove encryption and delete all files stored
31
-
in the internal storage. Then the OS image will be installed. Confirm to run. This might take a while. At the end your phone will boot into the new OS.
32
-
command: adb_twrp_wipe_and_install
24
+
hold *Volume Up* + *Home* + *Power*. Confirm when the recovery screen appears.
Copy file name to clipboardExpand all lines: openandroidinstaller/assets/configs/a5xelte.yaml
+1-9Lines changed: 1 addition & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,4 @@ steps:
19
19
content: >
20
20
Unplug the USB cable from your device. Then manually reboot into recovery by pressing the *Volume Down* + *Power buttons* for 8~10 seconds
21
21
until the screen turns black & release the buttons immediately when it does, then boot to recovery with the device powered off,
22
-
hold *Volume Up* + *Home* + *Power button*.
23
-
install_os:
24
-
- type: call_button
25
-
content: >
26
-
In the next steps, you finally flash the selected OS image.
27
-
Connect your device with your computer with the USB-Cable.
28
-
This step will format your phone and wipe all the data. It will also remove encryption and delete all files stored
29
-
in the internal storage. Then the OS image will be installed. Confirm to run. This might take a while. At the end your phone will boot into the new OS.
Copy file name to clipboardExpand all lines: openandroidinstaller/assets/configs/a72q.yaml
+1-9Lines changed: 1 addition & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,4 @@ steps:
19
19
content: >
20
20
Unplug the USB cable from your device. Then manually reboot into recovery by pressing the *Volume Down* + *Power* for 8~10 seconds
21
21
until the screen turns black & release the buttons immediately when it does, then boot to recovery with the device powered off,
22
-
hold *Volume Up* + *Power button*.
23
-
install_os:
24
-
- type: call_button
25
-
content: >
26
-
In the next steps, you finally flash the selected OS image.
27
-
Connect your device with your computer with the USB-Cable.
28
-
This step will format your phone and wipe all the data. It will also remove encryption and delete all files stored
29
-
in the internal storage. Then the OS image will be installed. Confirm to run. This might take a while. At the end your phone will boot into the new OS.
Copy file name to clipboardExpand all lines: openandroidinstaller/assets/configs/a7xelte.yaml
+1-9Lines changed: 1 addition & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,4 @@ steps:
19
19
content: >
20
20
Unplug the USB cable from your device. Then manually reboot into recovery by pressing the *Volume Down* + *Power buttons* for 8~10 seconds
21
21
until the screen turns black & release the buttons immediately when it does, then boot to recovery with the device powered off,
22
-
hold *Volume Up* + *Home* + *Power button*.
23
-
install_os:
24
-
- type: call_button
25
-
content: >
26
-
In the next steps, you finally flash the selected OS image.
27
-
Connect your device with your computer with the USB-Cable.
28
-
This step will format your phone and wipe all the data. It will also remove encryption and delete all files stored
29
-
in the internal storage. Then the OS image will be installed. Confirm to run. This might take a while. At the end your phone will boot into the new OS.
0 commit comments