Skip to content

Commit

Permalink
wiki: Add OnePlus Nord N10 (billie)
Browse files Browse the repository at this point in the history
Change-Id: I8de1e965288b7393b31d265b6f1638976fe3a3f5
Signed-off-by: Saalim Quadri <[email protected]>
  • Loading branch information
danascape authored and luk1337 committed Aug 19, 2024
1 parent 63d3d2e commit aef7d93
Show file tree
Hide file tree
Showing 10 changed files with 115 additions and 0 deletions.
43 changes: 43 additions & 0 deletions _data/devices/billie.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
architecture: arm64
battery: {capacity: 4300, removable: False, tech: 'Li-Po'}
before_install: {instructions: 'needs_specific_android_fw', ships_fw: True, version: '11'}
before_recovery_install: {instructions: 'boot_stack', partitions: [dtbo, vbmeta]}
bluetooth: {profiles: [A2DP], spec: '5.1'}
cameras:
- {flash: 'LED', info: '64 MP'}
- {flash: 'LED', info: '8 MP (Ultra Wide)'}
- {flash: 'LED', info: '2 MP (Depth)'}
- {flash: 'LED', info: '2 MP (Macro)'}
- {flash: None, info: '16 MP'}
codename: billie
cpu: Kryo 560
cpu_cores: '8'
cpu_freq: 2.0 GHz
current_branch: 21
dimensions: {depth: 9, height: 163, width: 74.7}
download_boot: With the device powered off, hold <kbd>Volume Up</kbd> + <kbd>Volume Down</kbd> + <kbd>Power</kbd>.
firmware_update: firmware_update_oneplus_sm6350
gpu: Qualcomm Adreno 619L
image: billie.png
install_method: fastboot_nexus
is_ab_device: true
kernel: {repo: android_kernel_oneplus_sm6350, version: '4.19'}
maintainers: [danascape]
models: [BE2029, BE2025, BE2026, BE2028]
name: Nord N10
network: [2G GSM, 3G UMTS, 4G LTE, 5G NR]
peripherals: [Dual SIM, Fingerprint reader, Accelerometer, Gyroscope, Light sensor, Proximity sensor, Compass, NFC, GPS]
ram: 6 GB LPDDR4
recovery_boot: With the device powered off, hold <kbd>Volume Down</kbd> + <kbd>Power</kbd>.
recovery_partition_name: recovery
release: 2020-10-26
screen: {resolution: '2400x1080', size: 6.49, technology: 'IPS LCD'}
sdcard: {size_max: '512 GB', slot: 'hybrid'}
soc: Qualcomm SM6350 Snapdragon 690 5G
storage: 64/128 GB
tree: android_device_oneplus_billie
type: phone
vendor: OnePlus
vendor_short: oneplus
versions: [21]
wifi: 802.11 a/b/g/n/ac
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{% include templates/device_specific/firmware_update_oneplus_fastbootd.md content="
fastboot flash --slot=all abl abl.img
fastboot flash --slot=all aop aop.img
fastboot flash --slot=all bluetooth bluetooth.img
fastboot flash --slot=all devcfg devcfg.img
fastboot flash --slot=all dsp dsp.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 logo logo.img
fastboot flash --slot=all modem modem.img
fastboot flash --slot=all multiimgoem multiimgoem.img
fastboot flash --slot=all qupfw qupfw.img
fastboot flash --slot=all spunvm spunvm.img
fastboot flash --slot=all storsec storsec.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/billie.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/billie.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/billie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
sidebar: home_sidebar
title: Build for billie
folder: build
permalink: /devices/billie/build/
device: billie
---
{% include templates/device_build.md %}
10 changes: 10 additions & 0 deletions pages/fw_update/billie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
sidebar: home_sidebar
title: Update firmware on billie
folder: fw_update
permalink: /devices/billie/fw_update/
device: billie
---
{% 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/billie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar: home_sidebar
title: Info about billie
folder: info
layout: deviceinfo
permalink: /devices/billie/
device: billie
---
{% include templates/device_info.md %}
8 changes: 8 additions & 0 deletions pages/install/billie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
sidebar: home_sidebar
title: Install LineageOS on billie
folder: install
permalink: /devices/billie/install/
device: billie
---
{% include templates/device_install.md %}
8 changes: 8 additions & 0 deletions pages/update/billie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
sidebar: home_sidebar
title: Update LineageOS on billie
folder: update
permalink: /devices/billie/update/
device: billie
---
{% include templates/device_update.md %}
8 changes: 8 additions & 0 deletions pages/upgrade/billie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
sidebar: home_sidebar
title: Upgrade LineageOS on billie
folder: upgrade
permalink: /devices/billie/upgrade/
device: billie
---
{% include templates/device_upgrade.md %}

0 comments on commit aef7d93

Please sign in to comment.