Skip to content

Commit

Permalink
wiki: Add Realme 10 Pro 5G
Browse files Browse the repository at this point in the history
Change-Id: I716df5218033dc5e35e581f480c819edf1a87020
  • Loading branch information
Vivekachooz authored and luk1337 committed Aug 16, 2024
1 parent 1a90dbd commit 5f9fafc
Show file tree
Hide file tree
Showing 10 changed files with 115 additions and 0 deletions.
42 changes: 42 additions & 0 deletions _data/devices/luigi.yml
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
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
" %}
Binary file added images/devices/luigi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/devices/small/luigi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions pages/build/luigi.md
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 %}
10 changes: 10 additions & 0 deletions pages/fw_update/luigi.md
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 }} %}
9 changes: 9 additions & 0 deletions pages/info/luigi.md
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 %}
8 changes: 8 additions & 0 deletions pages/install/luigi.md
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 %}
8 changes: 8 additions & 0 deletions pages/update/luigi.md
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 %}
8 changes: 8 additions & 0 deletions pages/upgrade/luigi.md
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 %}

0 comments on commit 5f9fafc

Please sign in to comment.