Skip to content

Commit 4c2afb0

Browse files
authored
Added support for Samsung Galaxy J7 Prime (#209)
Added support for the Samsung Galaxy J7 Prime. @linhcentrio if you are comfortable with it, please test this config. resolves #173
2 parents 8a0f35c + 8746d82 commit 4c2afb0

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ Help to improve the tool by reporting any issues you might face.
7272
Vendor | Device Name | CodeName | Models | Status
7373
---|---|---|---|---
7474
Samsung | Galaxy J7 2015 | j7elte | | tested
75+
Samsung | Galaxy J7 Prime | on7xelte | | untested
7576
Samsung | Galaxy A3 2017 | a3y17lte | SM-A320FL | tested
7677
Samsung | Galaxy A5 2016 | [a5xelte](https://wiki.lineageos.org/devices/a5xelte) | SM-A510F | tested
7778
Samsung | Galaxy A5 2017 | [a5y17lte](https://wiki.lineageos.org/devices/a5y17lte) | | tested
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
metadata:
2+
maintainer: MagicLike
3+
device_name: Samsung Galaxy J7 Prime
4+
is_ab_device: false
5+
device_code: on7xelte
6+
supported_device_codes:
7+
- on7xelte
8+
untested: true
9+
steps:
10+
unlock_bootloader:
11+
boot_recovery:
12+
- type: call_button
13+
content: >
14+
As a first step, you need to boot into the bootloader. A bootloader is the piece of software,
15+
that tells your phone how to start and run an operating system (like Android). Your device should be turned on.
16+
Then press 'Confirm and run' to reboot into the bootloader. Continue once it's done.
17+
command: adb_reboot_download
18+
- type: call_button
19+
content: >
20+
In this step, you need to flash a custom recovery on your device.
21+
Press 'Confirm and run' to start the process. Confirm afterwards to continue.
22+
command: heimdall_flash_recovery
23+
- type: confirm_button
24+
img: samsung-buttons.png
25+
content: >
26+
Unplug the USB cable from your device. Then manually reboot into recovery by pressing the *Volume Down* + *Power buttons* for 8~10 seconds
27+
until the screen turns black & release the buttons immediately when it does, then boot to recovery with the device powered off,
28+
hold *Volume Up* + *Home* + *Power button*.

0 commit comments

Comments
 (0)