-
Notifications
You must be signed in to change notification settings - Fork 515
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I716df5218033dc5e35e581f480c819edf1a87020
- Loading branch information
1 parent
1a90dbd
commit 5f9fafc
Showing
10 changed files
with
115 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
architecture: arm64 | ||
battery: {capacity: 5000, removable: False, tech: 'Li-Po'} | ||
before_install: {instructions: 'needs_specific_android_fw', ships_fw: True, version: '14'} | ||
before_recovery_install: {instructions: 'boot_stack', partitions: [dtbo, boot]} | ||
bluetooth: {profiles: [A2DP + aptX HD], spec: '5.1'} | ||
cameras: | ||
- {flash: 'LED', info: '108 MP (main)'} | ||
- {flash: 'LED', info: '2 MP (depth)'} | ||
- {flash: None, info: '16 MP'} | ||
codename: luigi | ||
cpu: Kryo 660 | ||
cpu_cores: '8' | ||
cpu_freq: 2 x 2.2 GHz + 6 x 1.7 GHz | ||
current_branch: 21 | ||
dimensions: {depth: 8.1, height: 163.7, width: 74.2} | ||
download_boot: With the device powered off, hold <kbd>Volume Up</kbd> + <kbd>Volume Down</kbd> + <kbd>Power</kbd>. | ||
firmware_update: firmware_update_realme_luigi | ||
gpu: Qualcomm Adreno 619 | ||
image: luigi.png | ||
install_method: fastboot_realme | ||
is_ab_device: true | ||
kernel: {repo: android_kernel_realme_sm6375, version: '5.4'} | ||
maintainers: [Vivekachooz] | ||
models: [RMX3660, RMX3661] | ||
name: 10 Pro 5G | ||
network: [2G GSM, 3G UMTS, 4G LTE, 5G NR] | ||
peripherals: [A-GPS, Accelerometer, Compass, Dual SIM, Dual-frequency GNSS, Fingerprint reader, BeiDou, Galileo, GLONASS, GPS, Gyroscope, Hall effect sensor, Light sensor, NFC, Proximity sensor, USB OTG] | ||
ram: 6/8 GB LPDDR4X | ||
recovery_boot: With the device powered off, hold <kbd>Volume Up</kbd> + <kbd>Volume Down</kbd> + <kbd>Power</kbd>, then select "Recovery mode" using Volume keys. | ||
recovery_partition_name: vendor_boot | ||
recovery_reboot: fastboot_menu | ||
release: 2022-11-24 | ||
screen: {refresh_rate: 120, resolution: '1080x2400', size: 6.72, technology: 'IPS LCD'} | ||
sdcard: {size_max: '1 TB'} | ||
soc: Qualcomm SM6375 Snapdragon 695 | ||
storage: 128 GB UFS2.2 | ||
tree: android_device_realme_luigi | ||
type: phone | ||
vendor: Realme | ||
vendor_short: realme | ||
versions: [21] | ||
wifi: 802.11 a/b/g/n/ac |
22 changes: 22 additions & 0 deletions
22
_includes/templates/device_specific/firmware_update_realme_luigi.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{% include templates/device_specific/firmware_update_realme_fastbootd.md content=" | ||
fastboot flash --slot=all abl abl.img | ||
fastboot flash --slot=all bluetooth bluetooth.img | ||
fastboot flash --slot=all core_nhlos core_nhlos.img | ||
fastboot flash --slot=all devcfg devcfg.img | ||
fastboot flash --slot=all dsp dsp.img | ||
fastboot flash --slot=all engineering_cdt engineering_cdt.img | ||
fastboot flash --slot=all featenabler featenabler.img | ||
fastboot flash --slot=all hyp hyp.img | ||
fastboot flash --slot=all imagefv imagefv.img | ||
fastboot flash --slot=all keymaster keymaster.img | ||
fastboot flash --slot=all modem modem.img | ||
fastboot flash --slot=all oplus_sec oplus_sec.img | ||
fastboot flash --slot=all oplusstanvbk oplusstanvbk.img | ||
fastboot flash --slot=all qupfw qupfw.img | ||
fastboot flash --slot=all rpm rpm.img | ||
fastboot flash --slot=all splash splash.img | ||
fastboot flash --slot=all tz tz.img | ||
fastboot flash --slot=all uefisecapp uefisecapp.img | ||
fastboot flash --slot=all xbl_config xbl_config.img | ||
fastboot flash --slot=all xbl xbl.img | ||
" %} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
sidebar: home_sidebar | ||
title: Build for luigi | ||
folder: build | ||
permalink: /devices/luigi/build/ | ||
device: luigi | ||
--- | ||
{% include templates/device_build.md %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
sidebar: home_sidebar | ||
title: Update firmware on luigi | ||
folder: fw_update | ||
permalink: /devices/luigi/fw_update/ | ||
device: luigi | ||
--- | ||
{% assign device = site.data.devices[page.device] %} | ||
{% capture path %}templates/device_specific/{{ device.firmware_update }}.md{% endcapture %} | ||
{% include {{ path }} %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
sidebar: home_sidebar | ||
title: Info about luigi | ||
folder: info | ||
layout: deviceinfo | ||
permalink: /devices/luigi/ | ||
device: luigi | ||
--- | ||
{% include templates/device_info.md %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
sidebar: home_sidebar | ||
title: Install LineageOS on luigi | ||
folder: install | ||
permalink: /devices/luigi/install/ | ||
device: luigi | ||
--- | ||
{% include templates/device_install.md %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
sidebar: home_sidebar | ||
title: Update LineageOS on luigi | ||
folder: update | ||
permalink: /devices/luigi/update/ | ||
device: luigi | ||
--- | ||
{% include templates/device_update.md %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
sidebar: home_sidebar | ||
title: Upgrade LineageOS on luigi | ||
folder: upgrade | ||
permalink: /devices/luigi/upgrade/ | ||
device: luigi | ||
--- | ||
{% include templates/device_upgrade.md %} |