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
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: >
16
+
In this step, you need to flash a custom recovery on your device.
17
+
Press 'Confirm and run' to start the process. Confirm afterwards to continue.
18
+
command: heimdall_flash_recovery
19
+
- type: confirm_button
20
+
img: samsung-buttons.png
21
+
content: >
22
+
Unplug the USB cable from your device. Then manually reboot into recovery by pressing the *Volume Down* + *Power buttons* for
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.
0 commit comments