Skip to content

Commit 6d136df

Browse files
authored
Support for Samsung Galaxy Grand Prime VE (#140)
Added a config for the Samsung Galaxy Grand Prime VE (`grandprimevelte`), but I was not able to test it yet, as the device is not officially supported by LineageOS.
2 parents ad81cca + 37dbeba commit 6d136df

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
@@ -76,6 +76,7 @@ Samsung | Galaxy J7 2015 | j7elte | | tested
7676
Samsung | Galaxy A3 2017 | a3y17lte | SM-A320FL | tested
7777
Samsung | Galaxy A5 2016 | [a5xelte](https://wiki.lineageos.org/devices/a5xelte) | SM-A510F | tested
7878
Samsung | Galaxy A7 2016 | a7xelte | | tested
79+
Samsung | Galaxy Grand Prime VE | grandprimevelte | SM-G531F | tested
7980
Samsung | Galaxy S III Neo | s3ve3g | GT-I9301I | tested
8081
Samsung | Galaxy S4 Mini LTE| [serranoltexx](https://wiki.lineageos.org/devices/serranoltexx) | | tested
8182
Samsung | Galaxy S6 | [zerofltexx](https://wiki.lineageos.org/devices/zerofltexx) | | 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 Grand Prime VE
4+
is_ab_device: false
5+
device_code: grandprimevelte
6+
supported_device_codes:
7+
- grandprimevelte
8+
twrp-link: grandprimevelte
9+
requirements:
10+
android: 5.1.1
11+
steps:
12+
unlock_bootloader:
13+
boot_recovery:
14+
- type: call_button
15+
content: >
16+
As a first step, you need to boot into the bootloader. A bootloader is the piece of software,
17+
that tells your phone who to start and run an operating system (like Android). Your device should be turned on.
18+
Then press 'Confirm and run' to reboot into the bootloader. Continue once it's done.
19+
command: adb_reboot_download
20+
- type: call_button
21+
content: In this step, you need to boot a custom recovery on your device. 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)