Skip to content

Commit 7a65066

Browse files
committed
Add configs for Galaxy Note 9 and 10
1 parent 52596e5 commit 7a65066

3 files changed

Lines changed: 66 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ Samsung | Galaxy A5 2016 | [a5xelte](https://wiki.lineageos.org/devices/a5xelte/
4242
Samsung | Galaxy A7 2016 | a7xelte | | tested
4343
Samsung | Galaxy S7 | [herolte](https://wiki.lineageos.org/devices/herolte/) | SM-G930F | tested
4444
Samsung | Galaxy S9 | [starlte](https://wiki.lineageos.org/devices/starlte/) | | tested
45+
Samsung | Galaxy Note 9 | [crownlte](https://wiki.lineageos.org/devices/crownlte/) | | tested
4546
Samsung | Galaxy S10 | [beyond1lte](https://wiki.lineageos.org/devices/beyond1lte/) | | tested
47+
Samsung | Galaxy Note 10 | [d1](https://wiki.lineageos.org/devices/d1/) | | tested
4648
Google | Pixel 3a | [sargo](https://wiki.lineageos.org/devices/sargo/) | sargo | tested
4749
Google | Pixel 4 | [flame](https://wiki.lineageos.org/devices/flame/) | flame | tested
4850
Google | Pixel 4a | [sunfish](https://wiki.lineageos.org/devices/sunfish/) | sunfish | tested
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
metadata:
2+
maintainer: Tobias Sterbak (tsterbak)
3+
devicename: Samsung Galaxy Note 9
4+
devicecode: crownlte
5+
requirements:
6+
android: 10
7+
steps:
8+
unlock_bootloader:
9+
flash_recovery:
10+
- type: call_button
11+
content: >
12+
As a first step, you need to boot into the bootloader. A bootloader is the piece of software,
13+
that tells your phone who to start and run an operating system (like Android). Your device should be turned on.
14+
Then press 'Confirm and run' to reboot into the bootloader. Continue once it's done.
15+
command: adb_reboot_download
16+
- type: call_button
17+
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.
18+
command: heimdall_flash_recovery
19+
- type: confirm_button
20+
img: samsung-buttons.png
21+
content: >
22+
Unplug the USB cable from your device. Then manually reboot into recovery by pressing the *Volume Down* + *Bixby* for 8~10 seconds
23+
until the screen turns black & release the buttons immediately when it does, then boot to recovery with the device powered off,
24+
hold *Volume Up* + *Bixby* + *Power button*.
25+
install_os:
26+
- type: call_button
27+
content: >
28+
In the next steps, you finally flash the selected OS image.
29+
Connect your device with your computer with the USB-Cable.
30+
This step will format your phone and wipe all the data. It will also remove encryption and delete all files stored
31+
in the internal storage. Then the OS image will be installed. Confirm to run. This might take a while. At the end your phone will boot into the new OS.
32+
command: adb_twrp_wipe_and_install
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
metadata:
2+
maintainer: Tobias Sterbak (tsterbak)
3+
devicename: Samsung Galaxy Note 10
4+
devicecode: d1
5+
requirements:
6+
android: 12
7+
steps:
8+
unlock_bootloader:
9+
flash_recovery:
10+
- type: call_button
11+
content: >
12+
As a first step, you need to boot into the bootloader. A bootloader is the piece of software,
13+
that tells your phone who to start and run an operating system (like Android). Your device should be turned on.
14+
Then press 'Confirm and run' to reboot into the bootloader. Continue once it's done.
15+
command: adb_reboot_download
16+
- type: call_button
17+
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.
18+
command: heimdall_flash_recovery
19+
- type: confirm_button
20+
img: samsung-buttons.png
21+
content: >
22+
Unplug the USB cable from your device. Then manually reboot into recovery by pressing the *Volume Down* + *Bixby* for 8~10 seconds
23+
until the screen turns black & release the buttons immediately when it does, then boot to recovery with the device powered off,
24+
hold *Volume Up* + *Bixby* + *Power button*.
25+
install_os:
26+
- type: call_button
27+
content: >
28+
In the next steps, you finally flash the selected OS image.
29+
Connect your device with your computer with the USB-Cable.
30+
This step will format your phone and wipe all the data. It will also remove encryption and delete all files stored
31+
in the internal storage. Then the OS image will be installed. Confirm to run. This might take a while. At the end your phone will boot into the new OS.
32+
command: adb_twrp_wipe_and_install

0 commit comments

Comments
 (0)