-
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.
- Split alphaplus to two variants. The Korea model has 3 cameras; everywhere else does not Change-Id: Ib2e0fbed400e109a9c5162c98e6dd778172db178
- Loading branch information
1 parent
894c4ff
commit 28272d2
Showing
18 changed files
with
132 additions
and
25 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,44 @@ | ||
architecture: arm64 | ||
battery: {capacity: 3500, removable: False, tech: 'Li-Po'} | ||
before_install: {instructions: 'needs_specific_android_fw', lineage_version: 20, version: '12'} | ||
before_lineage_install: ab_copy_partitions | ||
bluetooth: {profiles: [A2DP + aptX HD], spec: '5'} | ||
cameras: | ||
- {flash: 'LED', info: '12 MP'} | ||
- {flash: 'LED', info: '16 MP'} | ||
- {flash: None, info: '8 MP'} | ||
codename: alphaplus | ||
cpu: Kryo 485 | ||
cpu_cores: '8' | ||
cpu_freq: 1 x 2.84 GHz + 3 x 2.42 GHz + 4 x 1.78 GHz | ||
current_branch: 21 | ||
dimensions: {depth: 8.4, height: 151.9, width: 71.8} | ||
download_boot: With the device powered off, hold <kbd>Volume Up</kbd>, then connect a USB cable. | ||
gpu: Qualcomm Adreno 640 | ||
image: alphaplus.png | ||
install_method: dd | ||
is_ab_device: true | ||
is_unlockable: false | ||
kernel: {repo: android_kernel_lge_sm8150, version: '4.14'} | ||
maintainers: [lifehackerhansol] | ||
models: [LM-G820UM, LM-G820QM] | ||
name: G8 ThinQ | ||
network: [2G GSM, 3G UMTS, 3G CDMA2000, 4G LTE] | ||
peripherals: [3.5mm jack, Accelerometer, Barometer, Color spectrum sensor, Compass, Dual SIM, FM radio, Fingerprint reader, GPS, Gyroscope, Light sensor, Mobility DisplayPort (MyDP), NFC, Proximity sensor, USB OTG] | ||
quirks: [ims] | ||
ram: 6 GB | ||
recovery_boot: Run `adb reboot recovery`. | ||
recovery_partition: /dev/block/bootdevice/by-name/boot | ||
recovery_partition_name: boot | ||
release: 2019-02 | ||
screen: {resolution: '3120x1440', size: 6.1, technology: 'P-OLED'} | ||
sdcard: {size_max: '2 TB'} | ||
soc: Qualcomm SM8150 Snapdragon 855 | ||
storage: 128 GB | ||
tree: android_device_lge_alphaplus | ||
type: phone | ||
variant: 1 | ||
vendor: LG | ||
vendor_short: lge | ||
versions: [20, 21] | ||
wifi: 802.11 a/b/g/n/ac |
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
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
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
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
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
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
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 alphaplus | ||
folder: build | ||
permalink: /devices/alphaplus/build/variant2/ | ||
device: alphaplus_variant2 | ||
--- | ||
{% 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 |
---|---|---|
@@ -1,9 +1,12 @@ | ||
--- | ||
sidebar: home_sidebar | ||
title: Info about alphaplus | ||
title: Info about alphaplus variants | ||
folder: info | ||
layout: deviceinfo | ||
permalink: /devices/alphaplus/ | ||
redirect_from: | ||
- /devices/alphaplus/install | ||
- /devices/alphaplus/update | ||
device: alphaplus | ||
toc: false | ||
--- | ||
{% include templates/device_info.md %} | ||
{% include templates/device_variants.md info=true %} |
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 alphaplus | ||
folder: info | ||
layout: deviceinfo | ||
permalink: /devices/alphaplus/variant1/ | ||
device: alphaplus_variant1 | ||
--- | ||
{% 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,9 @@ | ||
--- | ||
sidebar: home_sidebar | ||
title: Info about alphaplus | ||
folder: info | ||
layout: deviceinfo | ||
permalink: /devices/alphaplus/variant2/ | ||
device: alphaplus_variant2 | ||
--- | ||
{% 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
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 alphaplus | ||
folder: install | ||
permalink: /devices/alphaplus/install/variant2/ | ||
device: alphaplus_variant2 | ||
--- | ||
{% 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
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 alphaplus | ||
folder: update | ||
permalink: /devices/alphaplus/update/variant2/ | ||
device: alphaplus_variant2 | ||
--- | ||
{% 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
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 alphaplus | ||
folder: upgrade | ||
permalink: /devices/alphaplus/upgrade/variant1/ | ||
device: alphaplus_variant1 | ||
--- | ||
{% include templates/device_upgrade.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 alphaplus | ||
folder: upgrade | ||
permalink: /devices/alphaplus/upgrade/variant2/ | ||
device: alphaplus_variant2 | ||
--- | ||
{% include templates/device_upgrade.md %} |