diff --git a/_data/devices/dragon.yml b/_data/devices/dragon.yml index 114cb558..7ab3314f 100644 --- a/_data/devices/dragon.yml +++ b/_data/devices/dragon.yml @@ -16,6 +16,7 @@ image: dragon.png install_method: fastboot_nexus kernel: {repo: android_kernel_google_dragon, version: '3.18'} maintainers: [] +migrated_to: {codename: 'sphynx', version: 20} name: Pixel C network: None peripherals: [Accelerometer, Gyroscope, Proximity sensor, Compass, Barometer] @@ -29,7 +30,6 @@ soc: NVIDIA Tegra X1 (T210) storage: 32/64 GB tree: android_device_google_dragon type: tablet -uses_twrp: true vendor: Google vendor_short: google versions: [14.1, 15.1] diff --git a/_data/devices/sphynx.yml b/_data/devices/sphynx.yml new file mode 100644 index 00000000..53561c2e --- /dev/null +++ b/_data/devices/sphynx.yml @@ -0,0 +1,37 @@ +architecture: arm64 +battery: {removable: False, capacity: 9240, tech: 'Li-Po'} +bluetooth: {spec: '4.1', profiles: [A2DP]} +cameras: +- {flash: None, info: '8 MP'} +- {flash: None, info: '2 MP'} +codename: sphynx +cpu: Cortex-A57 +cpu_cores: '4' +cpu_freq: 4 x 1.9 GHz +current_branch: 21 +dimensions: {width: '179.0 mm (7.05 in)', height: '242.0 mm (9.53 in)', depth: '7.0 mm (0.28 in)'} +download_boot: With the device powered off, hold Volume Down + Power. +gpu: NVIDIA Maxwell 256-core +image: dragon.png +install_method: fastboot_nexus +kernel: {repo: android_kernel_nvidia_linux-4.9_kernel_kernel-4.9, version: '4.9'} +maintainers: [npjohnson, electmon, webgeek1234] +name: Pixel C (Linux 4.9) +network: None +note_title: LineageOS 20 Beta Builds +note_content: "LineageOS 20 for this device lacks support for the following components currently: Camera, Sensors" +peripherals: [Accelerometer, Gyroscope, Proximity sensor, Compass, Barometer] +ram: 3 GB +recovery_boot: With the device powered off, hold Volume Down + Power. On the next screen choose Recovery Mode. +recovery_partition_name: recovery +recovery_reboot: fastboot_menu +release: 2015-12-08 +screen: {size: 10.2, resolution: '2560x1800', technology: 'IPS LTPS LCD'} +soc: NVIDIA Tegra X1 (T210) +storage: 32/64 GB +tree: android_device_google_sphynx +type: tablet +vendor: Google +vendor_short: google +versions: [21] +wifi: 802.11 a/b/g/n/ac, Dual-band, Wi-Fi Direct, Hotspot diff --git a/pages/build/sphynx.md b/pages/build/sphynx.md new file mode 100644 index 00000000..7f3f6566 --- /dev/null +++ b/pages/build/sphynx.md @@ -0,0 +1,8 @@ +--- +sidebar: home_sidebar +title: Build for sphynx +folder: build +permalink: /devices/sphynx/build +device: sphynx +--- +{% include templates/device_build.md %} diff --git a/pages/info/sphynx.md b/pages/info/sphynx.md new file mode 100644 index 00000000..969a9a0e --- /dev/null +++ b/pages/info/sphynx.md @@ -0,0 +1,9 @@ +--- +sidebar: home_sidebar +title: Info about sphynx +folder: info +layout: deviceinfo +permalink: /devices/sphynx/ +device: sphynx +--- +{% include templates/device_info.md %} diff --git a/pages/install/sphynx.md b/pages/install/sphynx.md new file mode 100644 index 00000000..1f6845ef --- /dev/null +++ b/pages/install/sphynx.md @@ -0,0 +1,8 @@ +--- +sidebar: home_sidebar +title: Install LineageOS on sphynx +folder: install +permalink: /devices/sphynx/install +device: sphynx +--- +{% include templates/device_install.md %} diff --git a/pages/update/sphynx.md b/pages/update/sphynx.md new file mode 100644 index 00000000..12205627 --- /dev/null +++ b/pages/update/sphynx.md @@ -0,0 +1,8 @@ +--- +sidebar: home_sidebar +title: Update LineageOS on sphynx +folder: update +permalink: /devices/sphynx/update +device: sphynx +--- +{% include templates/device_update.md %} diff --git a/pages/upgrade/sphynx.md b/pages/upgrade/sphynx.md new file mode 100644 index 00000000..7ecc4219 --- /dev/null +++ b/pages/upgrade/sphynx.md @@ -0,0 +1,8 @@ +--- +sidebar: home_sidebar +title: Upgrade LineageOS on sphynx +folder: upgrade +permalink: /devices/sphynx/upgrade +device: sphynx +--- +{% include templates/device_upgrade.md %}