From 293e00667708f05527b92aba40fa74bc71bd1c15 Mon Sep 17 00:00:00 2001 From: Tobias Sterbak Date: Fri, 24 Feb 2023 18:53:20 +0000 Subject: [PATCH] Add config for beyond0lte, beyond2lte and d2s --- README.md | 5 ++- .../assets/configs/beyond0lte.yaml | 38 +++++++++++++++++++ .../assets/configs/beyond2lte.yaml | 38 +++++++++++++++++++ openandroidinstaller/assets/configs/d2s.yaml | 38 +++++++++++++++++++ 4 files changed, 118 insertions(+), 1 deletion(-) create mode 100644 openandroidinstaller/assets/configs/beyond0lte.yaml create mode 100644 openandroidinstaller/assets/configs/beyond2lte.yaml create mode 100644 openandroidinstaller/assets/configs/d2s.yaml diff --git a/README.md b/README.md index f73e9314..8f960159 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Linux is currently the best supported platform (tested with Ubuntu 20.04/22.04 L ## Officially supported devices -Currently, the **we support 52 devices** by various vendors and working on adding more soon! +Currently, the **we support 55 devices** by various vendors and working on adding more soon! Support for these devices is provided as best effort, but things might still go wrong. @@ -84,7 +84,10 @@ Samsung | Galaxy S7 Edge | [hero2lte](https://wiki.lineageos.org/devices/hero2lt Samsung | Galaxy S9 | [starlte](https://wiki.lineageos.org/devices/starlte/) | | tested Samsung | Galaxy Note 9 | [crownlte](https://wiki.lineageos.org/devices/crownlte/) | | tested Samsung | Galaxy S10 | [beyond1lte](https://wiki.lineageos.org/devices/beyond1lte/) | | tested +Samsung | Galaxy S10e | [beyond0lte](https://wiki.lineageos.org/devices/beyond0lte/) | | tested +Samsung | Galaxy S10+ | [beyond2lte](https://wiki.lineageos.org/devices/beyond2lte/) | | tested Samsung | Galaxy Note 10 | [d1](https://wiki.lineageos.org/devices/d1/) | | tested +Samsung | Galaxy Note 10+ | [d2s](https://wiki.lineageos.org/devices/d2s/) | | tested Samsung | Galaxy Note 3 LTE | [hltetmo](https://wiki.lineageos.org/devices/hltetmo/) | N900T/V/W8 | tested diff --git a/openandroidinstaller/assets/configs/beyond0lte.yaml b/openandroidinstaller/assets/configs/beyond0lte.yaml new file mode 100644 index 00000000..150f1668 --- /dev/null +++ b/openandroidinstaller/assets/configs/beyond0lte.yaml @@ -0,0 +1,38 @@ +metadata: + maintainer: Tobias Sterbak (tsterbak) + devicename: Samsung Galaxy S10e + devicecode: beyond0lte +requirements: + android: 12 +steps: + unlock_bootloader: + - type: call_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. + Press 'Confirm and run' to reboot into download mode. Then continue. + command: adb_reboot_download + - type: confirm_button + content: > + Now, click the button that the onscreen instructions correlate to “Continue” and/or “Unlock Bootloader”. + Your device will reboot, you may now unplug the USB cable from your device. + The device will demand you format userdata, please follow the onscreen instructions to do so. + - type: confirm_button + content: > + The bootloader is now unlocked. Go through Android Setup skipping everything you can, then connect the device to a Wi-Fi network. + Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue. + flash_recovery: + - type: call_button + content: > + Now plug the USB-cable to your device. As a first step, you need to boot into download mode. Your device should be turned on. + Then press 'Confirm and run' to reboot into download mode. 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*. \ No newline at end of file diff --git a/openandroidinstaller/assets/configs/beyond2lte.yaml b/openandroidinstaller/assets/configs/beyond2lte.yaml new file mode 100644 index 00000000..50d780b6 --- /dev/null +++ b/openandroidinstaller/assets/configs/beyond2lte.yaml @@ -0,0 +1,38 @@ +metadata: + maintainer: Tobias Sterbak (tsterbak) + devicename: Samsung Galaxy S10+ + devicecode: beyond2lte +requirements: + android: 12 +steps: + unlock_bootloader: + - type: call_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. + Press 'Confirm and run' to reboot into download mode. Then continue. + command: adb_reboot_download + - type: confirm_button + content: > + Now, click the button that the onscreen instructions correlate to “Continue” and/or “Unlock Bootloader”. + Your device will reboot, you may now unplug the USB cable from your device. + The device will demand you format userdata, please follow the onscreen instructions to do so. + - type: confirm_button + content: > + The bootloader is now unlocked. Go through Android Setup skipping everything you can, then connect the device to a Wi-Fi network. + Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue. + flash_recovery: + - type: call_button + content: > + Now plug the USB-cable to your device. As a first step, you need to boot into download mode. Your device should be turned on. + Then press 'Confirm and run' to reboot into download mode. 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*. \ No newline at end of file diff --git a/openandroidinstaller/assets/configs/d2s.yaml b/openandroidinstaller/assets/configs/d2s.yaml new file mode 100644 index 00000000..c20894c6 --- /dev/null +++ b/openandroidinstaller/assets/configs/d2s.yaml @@ -0,0 +1,38 @@ +metadata: + maintainer: Tobias Sterbak (tsterbak) + devicename: Samsung Galaxy Note 10+ + devicecode: d2s +requirements: + android: 12 +steps: + unlock_bootloader: + - type: call_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. + Press 'Confirm and run' to reboot into download mode. Then continue. + command: adb_reboot_download + - type: confirm_button + content: > + Now, click the button that the onscreen instructions correlate to “Continue” and/or “Unlock Bootloader”. + Your device will reboot, you may now unplug the USB cable from your device. + The device will demand you format userdata, please follow the onscreen instructions to do so. + - type: confirm_button + content: > + The bootloader is now unlocked. Go through Android Setup skipping everything you can, then connect the device to a Wi-Fi network. + Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue. + flash_recovery: + - type: call_button + content: > + Now plug the USB-cable to your device. As a first step, you need to boot into download mode. Your device should be turned on. + Then press 'Confirm and run' to reboot into download mode. 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*. \ No newline at end of file