diff options
author | Sean McCreary <mccreary@mcwest.org> | 2020-03-10 21:13:55 -0600 |
---|---|---|
committer | Nolen Johnson <johnsonnolen@gmail.com> | 2020-03-16 02:03:04 +0100 |
commit | f37a3312d2979cd9eb80a36779f7c6aa059ca3d4 (patch) | |
tree | e2295557f8c8f9bdc77fcf03857ede1df93ea0ff /_data/devices/dumpling.yml | |
parent | 91e4645eadc2493410e90b87e34d34cd7bbe28f2 (diff) | |
download | lineage_wiki-f37a3312d2979cd9eb80a36779f7c6aa059ca3d4.tar.gz lineage_wiki-f37a3312d2979cd9eb80a36779f7c6aa059ca3d4.tar.bz2 lineage_wiki-f37a3312d2979cd9eb80a36779f7c6aa059ca3d4.zip |
wiki: RIP network bands
Networks bands are pain in the ass to list and due
to that fact they are often wrong and thus misleading.
Condense the list of network bands to the technology
standard used for each.
Change-Id: Ia98e805571ddd4e412bb81b014d61039b93e823d
Diffstat (limited to '_data/devices/dumpling.yml')
-rw-r--r-- | _data/devices/dumpling.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/_data/devices/dumpling.yml b/_data/devices/dumpling.yml index 03d4ce85..18b6cf36 100644 --- a/_data/devices/dumpling.yml +++ b/_data/devices/dumpling.yml @@ -21,10 +21,7 @@ install_method: fastboot_nexus kernel: android_kernel_oneplus_msm8998 maintainers: [amartinz, codeworkx] name: '5T' -network: -- {tech: 2G, bands: '850 900 1800 1900 MHz GSM, BC0 CDMA EVDO' } -- {tech: 3G, bands: '850 900 1700(AWS) 1900 2100 MHz HSDPA' } -- {tech: 4G, bands: '1 2 4 5 7 8 12 17 18 19 20 25 26 28 29 30 34 38 39 40 41 66' } +network: [2G GSM, 2G CDMA, 3G UMTS, 4G LTE] peripherals: [Dual SIM, Fingerprint reader, Accelerometer, Gyroscope, Proximity sensor, Compass, NFC, Hall effect sensor, Sensor hub, Light sensor] ram: 6/8 GB recovery_boot: With the device powered off, hold <kbd>Volume Down</kbd> + <kbd>Power</kbd>. |