From 3b960e5ad32e3bbbc9fa67caf2322f33a6dabf58 Mon Sep 17 00:00:00 2001 From: MagicLike Date: Mon, 31 Jul 2023 13:06:13 +0200 Subject: [PATCH] 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