-
-
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.
This Release adds: - Samsung A5 2017 (a5y17lte) thanks to @Gredin67 - Support for device code `beyond2` for Samsung Galaxy S10+. - Support for device code `evert_n` for Motorola Moto G6 plus. - Add config file for Samsung Tab S2 gts210vewifi T813 thanks to @freechelmi - a "request support for device" button if no config for the device code is found Fixes: - Update the unlocking instructions for FP3/4 and add fastboot_unlock_critical command. Changes: - Set a min width/height for the window to solve basic responsiveness issues
- Loading branch information
Showing
20 changed files
with
1,493 additions
and
1,094 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
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,27 @@ | ||
metadata: | ||
maintainer: Tobias Sterbak (tsterbak) | ||
device_name: Samsung Galaxy A5 (2017) | ||
is_ab_device: false | ||
device_code: a5y17lte | ||
supported_device_codes: | ||
- a5y17lte | ||
steps: | ||
unlock_bootloader: | ||
boot_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 how 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*. |
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
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,27 @@ | ||
metadata: | ||
maintainer: Michel Memeteau (freechelmi) | ||
device_name: Samsung Galaxy Tab S2 (T813 2016) | ||
is_ab_device: false | ||
device_code: gts210vewifi | ||
supported_device_codes: | ||
- gts210vewifi | ||
steps: | ||
unlock_bootloader: | ||
boot_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 how 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*. |
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
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
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
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
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
Oops, something went wrong.