Skip to content

Commit

Permalink
devices: Import the Google ADT-2 | 20
Browse files Browse the repository at this point in the history
Change-Id: Icd4803446638afc5ebcb67bcc6bfaaad2c7305fc
  • Loading branch information
npjohnson committed Oct 9, 2023
1 parent 4f6a799 commit c6d28a0
Show file tree
Hide file tree
Showing 9 changed files with 77 additions and 0 deletions.
34 changes: 34 additions & 0 deletions _data/devices/beast.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
architecture: {cpu: 'arm64', userspace: 'arm'}
battery: None
before_install: {instructions: 'needs_specific_android_fw', version: '9.0', ships_fw: True}
before_recovery_install: g12
bluetooth: {spec: '4.2'}
cameras: []
codename: beast
cpu: Cortex-A53
cpu_cores: '4'
cpu_freq: 1.5 GHz
current_branch: 20
custom_unlock_cmd: 'fastboot flashing unlock'
dimensions: {width: 69, height: 69, depth: 15}
download_boot: 'adb reboot recovery'
gpu: ARM Mali-450 MP3
image: beast.png
install_method: fastboot_nexus
kernel: android_kernel_amlogic_linux-4.9
maintainers: []
name: ADT-2
network: None
peripherals: None
ram: 2 GB
recovery_boot: With the device unplugged, plug in the device while holding the <kbd>Side Button</kbd> until the Recovery menu is displayed.
release: 2018-08-05
screen: None
soc: Amlogic S905x
storage: 8 GB
tree: android_device_google_beast
type: Set top box
vendor: Google
vendor_short: google
versions: [20]
wifi: 802.11 a/b/g/n/ac
Binary file added images/devices/beast.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/devices/small/beast.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions pages/build/beast.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
sidebar: home_sidebar
title: Build for beast
folder: build
permalink: /devices/beast/build
device: beast
---
{% include templates/device_build.md %}
9 changes: 9 additions & 0 deletions pages/info/beast.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar: home_sidebar
title: Info about beast
folder: info
layout: deviceinfo
permalink: /devices/beast/
device: beast
---
{% include templates/device_info.md %}
8 changes: 8 additions & 0 deletions pages/install/beast.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
sidebar: home_sidebar
title: Install LineageOS on beast
folder: install
permalink: /devices/beast/install
device: beast
---
{% include templates/device_install.md %}
8 changes: 8 additions & 0 deletions pages/update/beast.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
sidebar: home_sidebar
title: Update LineageOS on beast
folder: update
permalink: /devices/beast/update
device: beast
---
{% include templates/device_update.md %}
8 changes: 8 additions & 0 deletions pages/upgrade/beast.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
sidebar: home_sidebar
title: Upgrade LineageOS on beast
folder: upgrade
permalink: /devices/beast/upgrade
device: beast
---
{% include templates/device_upgrade.md %}
2 changes: 2 additions & 0 deletions test/schema-06.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ definitions:
gpu_data:
enum:
- ARM Mali-400 MP4
- ARM Mali-450 MP3
- ARM Mali-G31 MP2
- ARM Mali-G52 MC2
- ARM Mali-G71 MP2
Expand Down Expand Up @@ -255,6 +256,7 @@ definitions:
type: object
soc_data:
enum:
- Amlogic S905x
- Amlogic S905x2
- Amlogic S905y2
- Amlogic S905y3
Expand Down

0 comments on commit c6d28a0

Please sign in to comment.