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:
- Enable auto_scroll on the TerminalBox for advanced output
- Keep advanced output TerminalBox visible between steps
- Don't open a terminal window on Windows
- Display version number in app and logs
- Add a back-button to the default views
New devices:
- Samsung Galaxy S6
- Samsung Galaxy S6 Edge
- Samsung Galaxy S7 Edge
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 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 early alpha state, so use at your own risk! I take no responsibility for bricked devices or dead SD cards.
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.
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).
@@ -36,7 +36,7 @@ If you wish to backup the TA partition first, you can find tutorials related to
36
36
37
37
## Usage
38
38
39
-
Linux is currently the best supported platform (tested with Ubuntu 20.04 LTS). Windows and MacOS are also supported but you might experience more issues. So far there is no support for ARM-based systems.
39
+
Linux is currently the best supported platform (tested with Ubuntu 20.04/22.04 LTS). Windows and MacOS are also supported but you might experience more issues. So far there is no support for ARM-based systems.
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.
@@ -55,7 +55,7 @@ Linux is currently the best supported platform (tested with Ubuntu 20.04 LTS). W
55
55
56
56
## Officially supported devices
57
57
58
-
Currently, the **we support 45 devices** by various vendors and working on adding more soon!
58
+
Currently, the **we support 48 devices** by various vendors and working on adding more soon!
59
59
60
60
61
61
Support for these devices is provided as best effort, but things might still go wrong.
As a first step, you need to boot into the bootloader. A bootloader is the piece of software,
11
+
that tells your phone who to start and run an operating system (like Android). Your device should be turned on.
12
+
Then press 'Confirm and run' to reboot into the bootloader. Continue once it's done.
13
+
command: adb_reboot_download
14
+
- type: call_button
15
+
content: In this step, you need to flash a custom recovery on your device. Press 'Confirm and run' to start the process. Confirm afterwards to continue.
16
+
command: heimdall_flash_recovery
17
+
- type: confirm_button
18
+
img: samsung-buttons.png
19
+
content: >
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
+
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.
As a first step, you need to boot into the bootloader. A bootloader is the piece of software,
11
+
that tells your phone who to start and run an operating system (like Android). Your device should be turned on.
12
+
Then press 'Confirm and run' to reboot into the bootloader. Continue once it's done.
13
+
command: adb_reboot_download
14
+
- type: call_button
15
+
content: In this step, you need to flash a custom recovery on your device. Press 'Confirm and run' to start the process. Confirm afterwards to continue.
16
+
command: heimdall_flash_recovery
17
+
- type: confirm_button
18
+
img: samsung-buttons.png
19
+
content: >
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
+
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.
As a first step, you need to boot into the bootloader. A bootloader is the piece of software,
11
+
that tells your phone who to start and run an operating system (like Android). Your device should be turned on.
12
+
Then press 'Confirm and run' to reboot into the bootloader. Continue once it's done.
13
+
command: adb_reboot_download
14
+
- type: call_button
15
+
content: In this step, you need to flash a custom recovery on your device. Press 'Confirm and run' to start the process. Confirm afterwards to continue.
16
+
command: heimdall_flash_recovery
17
+
- type: confirm_button
18
+
img: samsung-buttons.png
19
+
content: >
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
+
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