-
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: I8faf8696abd53d0b3a0c1a6ea380c5f301c17d40
- Loading branch information
Showing
8 changed files
with
82 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,41 @@ | ||
architecture: arm64 | ||
battery: {capacity: 5000, removable: False, tech: 'Li-Po'} | ||
before_lineage_install: ab_copy_partitions | ||
before_recovery_install: {instructions: 'boot_stack', partitions: [dtbo]} | ||
bluetooth: {profiles: [A2DP], spec: '5'} | ||
cameras: | ||
- {flash: 'LED', info: '48 MP (Primary)'} | ||
- {flash: None, info: '2 MP (depth)'} | ||
- {flash: None, info: '8 MP (Front Facing)'} | ||
codename: guam | ||
cpu: Kryo 240 | ||
cpu_cores: '8' | ||
cpu_freq: 4 x 1.8 GHz & 4 x 1.6 GHz | ||
current_branch: 21 | ||
dimensions: {depth: 9.2, height: 165.2, width: 75.7} | ||
download_boot: With the device powered off, hold <kbd>Volume Down</kbd> + <kbd>Power</kbd>. | ||
gpu: Qualcomm Adreno 610 | ||
image: guam.png | ||
install_method: fastboot_motorola | ||
is_ab_device: true | ||
kernel: {repo: android_kernel_motorola_sm6225, version: '4.19'} | ||
maintainers: [Rajin Gangadharan] | ||
models: [XT2081-1, XT2081-2] | ||
name: moto e7 plus | ||
network: [2G GSM, 2G CDMA, 3G UMTS, 4G LTE] | ||
peripherals: [A-GPS, Accelerometer, Dual SIM, Fingerprint reader, Galileo, GLONASS, GPS, Light sensor, Proximity sensor, USB OTG] | ||
ram: 4 GB | ||
recovery_boot: With the device powered off, hold <kbd>Volume Down</kbd> + <kbd>Power</kbd>, then select "Recovery mode" using Volume keys. | ||
recovery_partition_name: recovery | ||
recovery_reboot: fastboot_menu | ||
release: 2020-09-16 | ||
screen: {resolution: '720x1600', size: 6.5, technology: 'IPS LCD'} | ||
sdcard: {size_max: '1 TB'} | ||
soc: Qualcomm SM4250 Snapdragon 460 | ||
storage: 64 GB eMMC 5.1 | ||
tree: android_device_motorola_guam | ||
type: phone | ||
vendor: Motorola | ||
vendor_short: motorola | ||
versions: [21] | ||
wifi: 802.11 b/g/n |
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 guam | ||
folder: build | ||
permalink: /devices/guam/build/ | ||
device: guam | ||
--- | ||
{% 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,9 @@ | ||
--- | ||
sidebar: home_sidebar | ||
title: Info about guam | ||
folder: info | ||
layout: deviceinfo | ||
permalink: /devices/guam/ | ||
device: guam | ||
--- | ||
{% 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 guam | ||
folder: install | ||
permalink: /devices/guam/install/ | ||
device: guam | ||
--- | ||
{% 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 guam | ||
folder: update | ||
permalink: /devices/guam/update/ | ||
device: guam | ||
--- | ||
{% 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 guam | ||
folder: upgrade | ||
permalink: /devices/guam/upgrade/ | ||
device: guam | ||
--- | ||
{% include templates/device_upgrade.md %} |