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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,6 +130,7 @@ Other phone vendors stops allowing to unlock the bootloader all together. There
130
130
- The [Android SDK Platform Tools](https://developer.android.com/studio/releases/platform-tools) (such as adb and fastboot) are [Apache](https://android.googlesource.com/platform/system/adb/+/refs/heads/master/NOTICE)-licensed universal Android utilities
131
131
-[Heimdall](https://gitlab.com/BenjaminDobell/Heimdall/) is an [MIT](https://gitlab.com/BenjaminDobell/Heimdall/-/blob/master/LICENSE)-licensed replacement for the leaked ODIN tool to flash Samsung devices.
132
132
-[libusb-1.0](https://github.com/libusb/libusb) is a [LGPL-2.1](https://github.com/libusb/libusb/blob/master/COPYING)-licensed library for USB device access from Linux, macOS, Windows and others.
133
+
-[copy-partitions-20220613-signed.zip](https://mirrorbits.lineageos.org/tools/copy-partitions-20220613-signed.zip) The copy-partitions script was created by LineageOS developer erfanoabdi and filipepferraz and released under LGPL. It is used when the partitions need to be copied before flashing.
content: Connect the device to your PC via USB. And confirm to continue.
25
+
- type: call_button
26
+
content: Press the button to reboot into the bootloader now. When the notification light turns blue, confirm to continue.
27
+
command: adb_reboot_bootloader
28
+
- type: call_button_with_input
29
+
content: >
30
+
Use your code to unlock the bootloader of your device. Type in the full 18 character code starting with 0x (Example: 0x3EC4F7AD6E0B32B6).
31
+
If you already did that, you can skip this step.
32
+
command: fastboot_unlock_with_code
33
+
- type: call_button
34
+
content: >
35
+
Press the button to reboot. Since the device resets completely, you will need to re-enable USB debugging to continue.
36
+
Connect your device to your PC via USB. Then confirm here to continue.
37
+
command: fastboot_reboot
38
+
flash_recovery:
39
+
- type: call_button
40
+
content: >
41
+
Now you need to flash a custom recovery system on the phone. A recovery is a small subsystem on your phone, that manages updating,
42
+
adapting and repairing of the operating system.
43
+
Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
44
+
command: adb_reboot_bootloader
45
+
- type: call_button
46
+
content: Flash a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
47
+
command: fastboot_flash_recovery
48
+
install_os:
49
+
- type: call_button
50
+
content: >
51
+
In the next steps, you finally flash the selected OS image.
52
+
Wait until the TWRP screen appears. Then run the command.
53
+
This step will format your phone and wipe all the data. It will also remove encryption and delete all files stored
54
+
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