forked from ubports/installer-configs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
trltespr.yml
84 lines (84 loc) · 3.03 KB
/
trltespr.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
name: "Samsung Galaxy Note 4 [910P, 910V]"
codename: "trltespr"
formfactor: "phone"
aliases:
- "N910R4"
- "N910P"
- "N910V"
doppelgangers: []
user_actions:
recovery:
title: "Reboot to Recovery"
description: "If you device did not reboot into Recovery, then, With the device powered off, hold Volume Up + Home + Power."
image: "phone_power_up"
button: true
download:
title: "Reboot to Download Mode"
description: "If your device did not reboot to Download Mode, then press, and hold Volume Down + Home + Power, until you see the Warning about Custom OS installations, press Volume Up to Continue, then you may have to unplug and plug the USB cord back in."
image: "phone_power_down"
button: true
trlte_check:
title: "Unlock Bootloader"
description: "You need to ensure you have an unlocked bootloader, which can be tested by installing TWRP. The Verizon variant should be the only variant with a locked bootloader, click 'More...' for instructions to unlock your Verizon Note 4, there is currently no solution for unlocking the AT&T variant, Sorry. :("
link: "https://forum.xda-developers.com/t/howto-bootloader-unlock-and-upgrade-to-marshmallow-n910vvru2cql1.3398144/"
unlock: []
handlers:
bootloader_locked:
actions:
- fastboot:oem_unlock:
operating_systems:
- name: "Ubuntu Touch"
compatible_installer: ">=0.9.2-beta"
options:
- var: "channel"
name: "Channel"
tooltip: "The release channel"
link: "https://docs.ubports.com/en/latest/about/process/release-schedule.html"
type: "select"
remote_values:
systemimage:channels:
- var: "wipe"
name: "Wipe Userdata"
tooltip: "Wipe personal data (required for new installs)"
type: "checkbox"
prerequisites:
- "trlte_check"
steps:
- actions:
- core:download:
group: "firmware"
files:
- url: "https://cdimage.ubports.com/devices/trltespr/halium-unlocked-recovery_trltespr.img"
checksum:
sum: "db6c1f3366a8116b1335abcb6bdf1b69301499ee1bfd69200aa03f7122f47149"
algorithm: "sha256"
- actions:
- adb:reboot:
to_state: "bootloader"
fallback:
- core:user_action:
action: "download"
- actions:
- heimdall:flash:
partitions:
- partition: "BOOT"
file: "halium-unlocked-recovery_trltespr.img"
group: "firmware"
- partition: "RECOVERY"
file: "halium-unlocked-recovery_trltespr.img"
group: "firmware"
- actions:
- adb:reboot:
to_state: "recovery"
fallback:
- core:user_action:
action: "recovery"
- actions:
- systemimage:install:
- actions:
- adb:reboot:
to_state: "recovery"
fallback:
- core:user_action:
action: "recovery"
slideshow: []