-
Notifications
You must be signed in to change notification settings - Fork 516
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I8de1e965288b7393b31d265b6f1638976fe3a3f5 Signed-off-by: Saalim Quadri <[email protected]>
- Loading branch information
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,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 |
21 changes: 21 additions & 0 deletions
21
_includes/templates/device_specific/firmware_update_oneplus_sm6350.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,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 | ||
" %} |
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 billie | ||
folder: build | ||
permalink: /devices/billie/build/ | ||
device: billie | ||
--- | ||
{% 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 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 }} %} |
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 billie | ||
folder: info | ||
layout: deviceinfo | ||
permalink: /devices/billie/ | ||
device: billie | ||
--- | ||
{% 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 billie | ||
folder: install | ||
permalink: /devices/billie/install/ | ||
device: billie | ||
--- | ||
{% 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 billie | ||
folder: update | ||
permalink: /devices/billie/update/ | ||
device: billie | ||
--- | ||
{% 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 billie | ||
folder: upgrade | ||
permalink: /devices/billie/upgrade/ | ||
device: billie | ||
--- | ||
{% include templates/device_upgrade.md %} |