-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
382 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
metadata: | ||
maintainer: Tobias Sterbak (tsterbak) | ||
devicename: Samsung Galaxy A72 | ||
devicecode: a72q | ||
steps: | ||
unlock_bootloader: | ||
flash_recovery: | ||
- type: call_button | ||
content: > | ||
As a first step, you need to boot into the bootloader. A bootloader is the piece of software, | ||
that tells your phone who to start and run an operating system (like Android). Your device should be turned on. | ||
Then press 'Confirm and run' to reboot into the bootloader. Continue once it's done. | ||
command: adb_reboot_download | ||
- type: call_button | ||
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. | ||
command: heimdall_flash_recovery | ||
- type: confirm_button | ||
img: samsung-buttons.png | ||
content: > | ||
Unplug the USB cable from your device. Then manually reboot into recovery by pressing the *Volume Down* + *Power* for 8~10 seconds | ||
until the screen turns black & release the buttons immediately when it does, then boot to recovery with the device powered off, | ||
hold *Volume Up* + *Power button*. | ||
install_os: | ||
- type: call_button | ||
content: > | ||
In the next steps, you finally flash the selected OS image. | ||
Connect your device with your computer with the USB-Cable. | ||
This step will format your phone and wipe all the data. It will also remove encryption and delete all files stored | ||
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. | ||
command: adb_twrp_wipe_and_install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
metadata: | ||
maintainer: Tobias Sterbak (tsterbak) | ||
devicename: Samsung Galaxy A7 (2016) | ||
devicecode: a7xelte | ||
steps: | ||
unlock_bootloader: | ||
flash_recovery: | ||
- type: call_button | ||
content: > | ||
As a first step, you need to boot into the bootloader. A bootloader is the piece of software, | ||
that tells your phone who to start and run an operating system (like Android). Your device should be turned on. | ||
Then press 'Confirm and run' to reboot into the bootloader. Continue once it's done. | ||
command: adb_reboot_download | ||
- type: call_button | ||
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. | ||
command: heimdall_flash_recovery | ||
- type: confirm_button | ||
img: samsung-buttons.png | ||
content: > | ||
Unplug the USB cable from your device. Then manually reboot into recovery by pressing the *Volume Down* + *Power buttons* for 8~10 seconds | ||
until the screen turns black & release the buttons immediately when it does, then boot to recovery with the device powered off, | ||
hold *Volume Up* + *Home* + *Power button*. | ||
install_os: | ||
- type: call_button | ||
content: > | ||
In the next steps, you finally flash the selected OS image. | ||
Connect your device with your computer with the USB-Cable. | ||
This step will format your phone and wipe all the data. It will also remove encryption and delete all files stored | ||
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. | ||
command: adb_twrp_wipe_and_install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
metadata: | ||
maintainer: Tobias Sterbak (tsterbak) | ||
devicename: Pixel 5a | ||
devicecode: barbet | ||
steps: | ||
unlock_bootloader: | ||
- type: confirm_button | ||
content: > | ||
As a first step, you need to unlock the bootloader. A bootloader is the piece of software, that tells your phone | ||
how to start and run an operating system (like Android). Your device should be turned on. | ||
- type: call_button | ||
content: Press 'Confirm and run' to reboot into the bootloader. | ||
command: adb_reboot_bootloader | ||
- type: confirm_button | ||
content: > | ||
Select 'Restart bootloader' on your smartphone screen by pressing the volume button and the confirm by pushing the power button. | ||
Then press 'Confirm and continue' here. | ||
- type: call_button | ||
content: In this step you actually unlock the bootloader. Just press 'Confirm and run' here. Once it's done, press continue here. | ||
command: fastboot_unlock | ||
- type: confirm_button | ||
content: > | ||
At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader. | ||
Please take whatever actions the device asks you to to proceed. | ||
- type: call_button | ||
content: To finish the unlocking, the phone needs to reboot. Just press 'Confirm and run' here to reboot. Then continue. | ||
command: fastboot_reboot | ||
- type: confirm_button | ||
content: The bootloader is now unlocked. Since the device resets completely, you will need to re-enable USB debugging to continue. | ||
flash_recovery: | ||
- type: confirm_button | ||
content: > | ||
Now you need to flash a custom recovery system on the phone. A recovery is a small subsystem on your phone, that manages updating, | ||
adapting and repairing of the operating system. | ||
- type: call_button | ||
content: Once the device is fully booted, you need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. | ||
command: adb_reboot_bootloader | ||
- type: confirm_button | ||
content: Select 'Restart bootloader' on your smartphone screen. Then confirm to continue. | ||
- type: call_button | ||
content: Flash a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. | ||
command: fastboot_flash_recovery | ||
install_os: | ||
- type: call_button | ||
content: > | ||
In the next steps, you finally flash the selected OS image. | ||
Wait until the TWRP screen appears. Then run the command. | ||
This step will format your phone and wipe all the data. It will also remove encryption and delete all files stored | ||
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. | ||
command: adb_twrp_wipe_and_install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
metadata: | ||
maintainer: Tobias Sterbak (tsterbak) | ||
devicename: Samsung Galaxy S10 | ||
devicecode: beyond1lte | ||
steps: | ||
unlock_bootloader: | ||
flash_recovery: | ||
- type: call_button | ||
content: > | ||
As a first step, you need to boot into the bootloader. A bootloader is the piece of software, | ||
that tells your phone who to start and run an operating system (like Android). Your device should be turned on. | ||
Then press 'Confirm and run' to reboot into the bootloader. Continue once it's done. | ||
command: adb_reboot_download | ||
- type: call_button | ||
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. | ||
command: heimdall_flash_recovery | ||
- type: confirm_button | ||
img: samsung-buttons.png | ||
content: > | ||
Unplug the USB cable from your device. Then manually reboot into recovery by pressing the *Volume Down* + *Bixby* for 8~10 seconds | ||
until the screen turns black & release the buttons immediately when it does, then boot to recovery with the device powered off, | ||
hold *Volume Up* + *Bixby* + *Power button*. | ||
install_os: | ||
- type: call_button | ||
content: > | ||
In the next steps, you finally flash the selected OS image. | ||
Connect your device with your computer with the USB-Cable. | ||
This step will format your phone and wipe all the data. It will also remove encryption and delete all files stored | ||
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. | ||
command: adb_twrp_wipe_and_install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
metadata: | ||
maintainer: Tobias Sterbak (tsterbak) | ||
devicename: Pixel 4 | ||
devicecode: flame | ||
steps: | ||
unlock_bootloader: | ||
- type: confirm_button | ||
content: > | ||
As a first step, you need to unlock the bootloader. A bootloader is the piece of software, that tells your phone | ||
how to start and run an operating system (like Android). Your device should be turned on. | ||
- type: call_button | ||
content: Press 'Confirm and run' to reboot into the bootloader. | ||
command: adb_reboot_bootloader | ||
- type: confirm_button | ||
content: > | ||
Select 'Restart bootloader' on your smartphone screen by pressing the volume button and the confirm by pushing the power button. | ||
Then press 'Confirm and continue' here. | ||
- type: call_button | ||
content: In this step you actually unlock the bootloader. Just press 'Confirm and run' here. Once it's done, press continue here. | ||
command: fastboot_unlock | ||
- type: confirm_button | ||
content: > | ||
At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader. | ||
Please take whatever actions the device asks you to to proceed. | ||
- type: call_button | ||
content: To finish the unlocking, the phone needs to reboot. Just press 'Confirm and run' here to reboot. Then continue. | ||
command: fastboot_reboot | ||
- type: confirm_button | ||
content: The bootloader is now unlocked. Since the device resets completely, you will need to re-enable USB debugging to continue. | ||
flash_recovery: | ||
- type: confirm_button | ||
content: > | ||
Now you need to flash a custom recovery system on the phone. A recovery is a small subsystem on your phone, that manages updating, | ||
adapting and repairing of the operating system. | ||
- type: call_button | ||
content: Once the device is fully booted, you need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. | ||
command: adb_reboot_bootloader | ||
- type: confirm_button | ||
content: Select 'Restart bootloader' on your smartphone screen. Then confirm to continue. | ||
- type: call_button | ||
content: Flash a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. | ||
command: fastboot_flash_recovery | ||
install_os: | ||
- type: call_button | ||
content: > | ||
In the next steps, you finally flash the selected OS image. | ||
Wait until the TWRP screen appears. Then run the command. | ||
This step will format your phone and wipe all the data. It will also remove encryption and delete all files stored | ||
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. | ||
command: adb_twrp_wipe_and_install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
metadata: | ||
maintainer: Tobias Sterbak (tsterbak) | ||
devicename: Samsung Galaxy J7 (2015) | ||
devicecode: j7elte | ||
steps: | ||
unlock_bootloader: | ||
flash_recovery: | ||
- type: call_button | ||
content: > | ||
As a first step, you need to boot into the bootloader. A bootloader is the piece of software, | ||
that tells your phone who to start and run an operating system (like Android). Your device should be turned on. | ||
Then press 'Confirm and run' to reboot into the bootloader. Continue once it's done. | ||
command: adb_reboot_download | ||
- type: call_button | ||
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. | ||
command: heimdall_flash_recovery | ||
- type: confirm_button | ||
img: samsung-buttons.png | ||
content: > | ||
Unplug the USB cable from your device. Then manually reboot into recovery by pressing the *Volume Down* + *Power buttons* for 8~10 seconds | ||
until the screen turns black & release the buttons immediately when it does, then boot to recovery with the device powered off, | ||
hold *Volume Up* + *Home* + *Power button*. | ||
install_os: | ||
- type: call_button | ||
content: > | ||
In the next steps, you finally flash the selected OS image. | ||
Connect your device with your computer with the USB-Cable. | ||
This step will format your phone and wipe all the data. It will also remove encryption and delete all files stored | ||
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. | ||
command: adb_twrp_wipe_and_install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
metadata: | ||
maintainer: Tobias Sterbak (tsterbak) | ||
devicename: Pixel 5 | ||
devicecode: redfin | ||
steps: | ||
unlock_bootloader: | ||
- type: confirm_button | ||
content: > | ||
As a first step, you need to unlock the bootloader. A bootloader is the piece of software, that tells your phone | ||
how to start and run an operating system (like Android). Your device should be turned on. | ||
- type: call_button | ||
content: Press 'Confirm and run' to reboot into the bootloader. | ||
command: adb_reboot_bootloader | ||
- type: confirm_button | ||
content: > | ||
Select 'Restart bootloader' on your smartphone screen by pressing the volume button and the confirm by pushing the power button. | ||
Then press 'Confirm and continue' here. | ||
- type: call_button | ||
content: In this step you actually unlock the bootloader. Just press 'Confirm and run' here. Once it's done, press continue here. | ||
command: fastboot_unlock | ||
- type: confirm_button | ||
content: > | ||
At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader. | ||
Please take whatever actions the device asks you to to proceed. | ||
- type: call_button | ||
content: To finish the unlocking, the phone needs to reboot. Just press 'Confirm and run' here to reboot. Then continue. | ||
command: fastboot_reboot | ||
- type: confirm_button | ||
content: The bootloader is now unlocked. Since the device resets completely, you will need to re-enable USB debugging to continue. | ||
flash_recovery: | ||
- type: confirm_button | ||
content: > | ||
Now you need to flash a custom recovery system on the phone. A recovery is a small subsystem on your phone, that manages updating, | ||
adapting and repairing of the operating system. | ||
- type: call_button | ||
content: Once the device is fully booted, you need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. | ||
command: adb_reboot_bootloader | ||
- type: confirm_button | ||
content: Select 'Restart bootloader' on your smartphone screen. Then confirm to continue. | ||
- type: call_button | ||
content: Flash a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. | ||
command: fastboot_flash_recovery | ||
install_os: | ||
- type: call_button | ||
content: > | ||
In the next steps, you finally flash the selected OS image. | ||
Wait until the TWRP screen appears. Then run the command. | ||
This step will format your phone and wipe all the data. It will also remove encryption and delete all files stored | ||
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. | ||
command: adb_twrp_wipe_and_install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
metadata: | ||
maintainer: Tobias Sterbak (tsterbak) | ||
devicename: Pixel 4a | ||
devicecode: sunfish | ||
steps: | ||
unlock_bootloader: | ||
- type: confirm_button | ||
content: > | ||
As a first step, you need to unlock the bootloader. A bootloader is the piece of software, that tells your phone | ||
how to start and run an operating system (like Android). Your device should be turned on. | ||
- type: call_button | ||
content: Press 'Confirm and run' to reboot into the bootloader. | ||
command: adb_reboot_bootloader | ||
- type: confirm_button | ||
content: > | ||
Select 'Restart bootloader' on your smartphone screen by pressing the volume button and the confirm by pushing the power button. | ||
Then press 'Confirm and continue' here. | ||
- type: call_button | ||
content: In this step you actually unlock the bootloader. Just press 'Confirm and run' here. Once it's done, press continue here. | ||
command: fastboot_unlock | ||
- type: confirm_button | ||
content: > | ||
At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader. | ||
Please take whatever actions the device asks you to to proceed. | ||
- type: call_button | ||
content: To finish the unlocking, the phone needs to reboot. Just press 'Confirm and run' here to reboot. Then continue. | ||
command: fastboot_reboot | ||
- type: confirm_button | ||
content: The bootloader is now unlocked. Since the device resets completely, you will need to re-enable USB debugging to continue. | ||
flash_recovery: | ||
- type: confirm_button | ||
content: > | ||
Now you need to flash a custom recovery system on the phone. A recovery is a small subsystem on your phone, that manages updating, | ||
adapting and repairing of the operating system. | ||
- type: call_button | ||
content: Once the device is fully booted, you need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. | ||
command: adb_reboot_bootloader | ||
- type: confirm_button | ||
content: Select 'Restart bootloader' on your smartphone screen. Then confirm to continue. | ||
- type: call_button | ||
content: Flash a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. | ||
command: fastboot_flash_recovery | ||
install_os: | ||
- type: call_button | ||
content: > | ||
In the next steps, you finally flash the selected OS image. | ||
Wait until the TWRP screen appears. Then run the command. | ||
This step will format your phone and wipe all the data. It will also remove encryption and delete all files stored | ||
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. | ||
command: adb_twrp_wipe_and_install |
Oops, something went wrong.