From 7c15784d8494e301ddccb56fa42f9110bfff27d5 Mon Sep 17 00:00:00 2001 From: MagicLike Date: Mon, 31 Jul 2023 19:41:21 +0200 Subject: [PATCH 1/3] Added support for `on7xelte` --- .../assets/configs/on7xelte.yaml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 openandroidinstaller/assets/configs/on7xelte.yaml diff --git a/openandroidinstaller/assets/configs/on7xelte.yaml b/openandroidinstaller/assets/configs/on7xelte.yaml new file mode 100644 index 00000000..fb0c8c9f --- /dev/null +++ b/openandroidinstaller/assets/configs/on7xelte.yaml @@ -0,0 +1,27 @@ +metadata: + maintainer: MagicLike + device_name: Samsung Galaxy J7 Prime + is_ab_device: false + device_code: on7xelte + supported_device_codes: + - on7xelte +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*. \ No newline at end of file From 8d92e2062a4f63e04ce072a0543fd217a8278d06 Mon Sep 17 00:00:00 2001 From: MagicLike Date: Mon, 31 Jul 2023 19:43:15 +0200 Subject: [PATCH 2/3] Added Samsung Galaxy J7 Prime to the list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a49b1a4a..8c865894 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ Help to improve the tool by reporting any issues you might face. Vendor | Device Name | CodeName | Models | Status ---|---|---|---|--- Samsung | Galaxy J7 2015 | j7elte | | tested +Samsung | Galaxy J7 Prime | on7xelte | | untested Samsung | Galaxy A3 2017 | a3y17lte | SM-A320FL | tested Samsung | Galaxy A5 2016 | [a5xelte](https://wiki.lineageos.org/devices/a5xelte) | SM-A510F | tested Samsung | Galaxy A5 2017 | [a5y17lte](https://wiki.lineageos.org/devices/a5y17lte) | | tested From 886bbbae859d89a4532226d2ac63ca86bc818ff5 Mon Sep 17 00:00:00 2001 From: MagicLike Date: Sun, 8 Oct 2023 17:03:07 +0200 Subject: [PATCH 3/3] Marked `on7xelte` as `untested` --- openandroidinstaller/assets/configs/on7xelte.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/openandroidinstaller/assets/configs/on7xelte.yaml b/openandroidinstaller/assets/configs/on7xelte.yaml index fb0c8c9f..b8a6ae7d 100644 --- a/openandroidinstaller/assets/configs/on7xelte.yaml +++ b/openandroidinstaller/assets/configs/on7xelte.yaml @@ -5,6 +5,7 @@ metadata: device_code: on7xelte supported_device_codes: - on7xelte + untested: true steps: unlock_bootloader: boot_recovery: