diff --git a/README.md b/README.md index c3e40324..8ba5b82d 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ Samsung | Galaxy Note 8 | greatlte | SM-N950F | tested Samsung | Galaxy Note 9 | [crownlte](https://wiki.lineageos.org/devices/crownlte) | | 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 Tab S6 Lite | [gta4xlwifi](https://wiki.lineageos.org/devices/gta4xlwifi) | SM-P610 | untested diff --git a/openandroidinstaller/assets/configs/gta4xl.yaml b/openandroidinstaller/assets/configs/gta4xl.yaml new file mode 100644 index 00000000..2137455f --- /dev/null +++ b/openandroidinstaller/assets/configs/gta4xl.yaml @@ -0,0 +1,30 @@ +metadata: + maintainer: MagicLike + device_name: Samsung Galaxy Tab S6 Lite LTE + is_ab_device: false + device_code: gta4xl + supported_device_codes: + - gta4xl + twrp-link: gta4xl +requirements: + android: 12 +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* + *Power button*. \ No newline at end of file diff --git a/openandroidinstaller/assets/configs/gta4xlwifi.yaml b/openandroidinstaller/assets/configs/gta4xlwifi.yaml new file mode 100644 index 00000000..7dce54f2 --- /dev/null +++ b/openandroidinstaller/assets/configs/gta4xlwifi.yaml @@ -0,0 +1,30 @@ +metadata: + maintainer: MagicLike + device_name: Samsung Galaxy Tab S6 Lite WIFI + is_ab_device: false + device_code: gta4xlwifi + supported_device_codes: + - gta4xlwifi + twrp-link: gta4xlwifi +requirements: + android: 12 +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* + *Power button*. \ No newline at end of file