From 3b960e5ad32e3bbbc9fa67caf2322f33a6dabf58 Mon Sep 17 00:00:00 2001 From: MagicLike Date: Mon, 31 Jul 2023 13:06:13 +0200 Subject: [PATCH 1/3] Added support for `jfltexx` / `jflte` --- .../assets/configs/jfltexx.yaml | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 openandroidinstaller/assets/configs/jfltexx.yaml diff --git a/openandroidinstaller/assets/configs/jfltexx.yaml b/openandroidinstaller/assets/configs/jfltexx.yaml new file mode 100644 index 00000000..7e9ea4a5 --- /dev/null +++ b/openandroidinstaller/assets/configs/jfltexx.yaml @@ -0,0 +1,31 @@ +metadata: + maintainer: MagicLike + device_name: Samsung Galaxy S4 #(Qualcomm) + is_ab_device: false + device_code: jfltexx + supported_device_codes: + - jfltexx + - jflte + - jfltetmo + twrp-link: jflte +requirements: + android: 5.0.1 +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 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*. \ No newline at end of file From 44a62055657f1af76a058b9ed3419ca884ca3a67 Mon Sep 17 00:00:00 2001 From: MagicLike Date: Mon, 31 Jul 2023 13:06:54 +0200 Subject: [PATCH 2/3] Added Samsung Galaxy S4 to the list --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a49b1a4a..33822589 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,8 @@ Samsung | Galaxy A5 2017 | [a5y17lte](https://wiki.lineageos.org/devices/a5y17lt Samsung | Galaxy A7 2016 | a7xelte | | tested Samsung | Galaxy Grand Prime VE | grandprimevelte | SM-G531F | tested Samsung | Galaxy S III Neo | s3ve3g | GT-I9301I | tested -Samsung | Galaxy Tab S2 | [gts210vewifi](https://wiki.lineageos.org/devices/gts210vewifi/) | T813 | tested +Samsung | Galaxy Tab S2 | [gts210vewifi](https://wiki.lineageos.org/devices/gts210vewifi) | T813 | tested +Samsung | Galaxy S4 | [jfltexx](https://wiki.lineageos.org/devices/jfltexx) | | untested Samsung | Galaxy S4 Mini LTE| [serranoltexx](https://wiki.lineageos.org/devices/serranoltexx) | | tested Samsung | Galaxy S6 | [zerofltexx](https://wiki.lineageos.org/devices/zerofltexx) | | tested Samsung | Galaxy S6 Edge | [zeroltexx](https://wiki.lineageos.org/devices/zeroltexx) | | tested From 1c361cc7ea7654d312dad0090376979bcdcdde12 Mon Sep 17 00:00:00 2001 From: MagicLike Date: Sun, 8 Oct 2023 17:30:12 +0200 Subject: [PATCH 3/3] Marked `jflte` as `untested` --- openandroidinstaller/assets/configs/jfltexx.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/openandroidinstaller/assets/configs/jfltexx.yaml b/openandroidinstaller/assets/configs/jfltexx.yaml index 7e9ea4a5..9090796e 100644 --- a/openandroidinstaller/assets/configs/jfltexx.yaml +++ b/openandroidinstaller/assets/configs/jfltexx.yaml @@ -8,6 +8,7 @@ metadata: - jflte - jfltetmo twrp-link: jflte + untested: true requirements: android: 5.0.1 steps: