Skip to content

Commit

Permalink
wiki: Add Samsung Galaxy A73 5G
Browse files Browse the repository at this point in the history
Change-Id: I01e3147a0e0052ee05484e2e23261e2f6684d15f
  • Loading branch information
Simon1511 authored and npjohnson committed Dec 9, 2023
1 parent 1bf6fdb commit ddcd490
Show file tree
Hide file tree
Showing 9 changed files with 93 additions and 0 deletions.
42 changes: 42 additions & 0 deletions _data/devices/a73xq.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
architecture: arm64
battery: {capacity: 5000, removable: False, tech: 'Li-Po'}
before_install: {instructions: 'needs_specific_android_fw', version: '13'}
before_recovery_install: samsung_qcom
bluetooth: {profiles: [A2DP], spec: '5'}
cameras:
- {flash: 'LED', info: '108 MP'}
- {flash: 'LED', info: '12 MP (ultrawide)'}
- {flash: None, info: '5 MP (macro)'}
- {flash: None, info: '5 MP (depth)'}
codename: a73xq
cpu: Kryo 670
cpu_cores: '8'
cpu_freq: 1 x 2.4 GHz + 3 x 2.2 GHz & 4 x 1.9 GHz
current_branch: 20
dimensions: {depth: 7.6, height: 163.7, width: 76.1}
download_boot: With the device powered off, hold <kbd>Volume Up</kbd> + <kbd>Volume Down</kbd> and connect USB cable to PC.
firmware_update: firmware_update_samsung_sm7325
gpu: Qualcomm Adreno 642L
image: a73xq.png
install_method: odin
kernel: android_kernel_samsung_sm7325
maintainers: [Simon1511]
models: [SM-A736B, SM-A736B/DS]
name: Galaxy A73 5G
network: [2G GSM, 3G UMTS, 4G LTE, 5G NR]
peripherals: [Accelerometer, Barometer, Compass, Fingerprint reader, GPS, Gyroscope, Proximity sensor]
quirks: [ims]
ram: 6/8 GB
recovery_boot: With the device powered off, hold <kbd>Volume Up</kbd> + <kbd>Power</kbd> while the device is connected to a PC via USB cable.
recovery_partition_name: recovery
release: 2022
screen: {resolution: '1080x2400', size: 6.7, technology: 'Super AMOLED'}
sdcard: {sizeMax: '512 GB', slot: 'hybrid'}
soc: Qualcomm SM7325 Snapdragon 778G 5G
storage: 128/256 GB
tree: android_device_samsung_a73xq
type: phone
vendor: Samsung
vendor_short: samsung
versions: [20]
wifi: 802.11 a/b/g/n/ac/ax
Binary file added images/devices/a73xq.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/a73xq.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/a73xq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
sidebar: home_sidebar
title: Build for a73xq
folder: build
permalink: /devices/a73xq/build
device: a73xq
---
{% include templates/device_build.md %}
10 changes: 10 additions & 0 deletions pages/fw_update/a73xq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
sidebar: home_sidebar
title: Update firmware on a73xq
folder: fw_update
permalink: /devices/a73xq/fw_update
device: a73xq
---
{% assign device = site.data.devices[page.device] %}
{% capture path %}templates/device_specific/{{ device.firmware_update }}.md{% endcapture %}
{% include {{ path }} %}
9 changes: 9 additions & 0 deletions pages/info/a73xq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar: home_sidebar
title: Info about a73xq
folder: info
layout: deviceinfo
permalink: /devices/a73xq/
device: a73xq
---
{% include templates/device_info.md %}
8 changes: 8 additions & 0 deletions pages/install/a73xq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
sidebar: home_sidebar
title: Install LineageOS on a73xq
folder: install
permalink: /devices/a73xq/install
device: a73xq
---
{% include templates/device_install.md %}
8 changes: 8 additions & 0 deletions pages/update/a73xq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
sidebar: home_sidebar
title: Update LineageOS on a73xq
folder: update
permalink: /devices/a73xq/update
device: a73xq
---
{% include templates/device_update.md %}
8 changes: 8 additions & 0 deletions pages/upgrade/a73xq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
sidebar: home_sidebar
title: Upgrade LineageOS on a73xq
folder: upgrade
permalink: /devices/a73xq/upgrade
device: a73xq
---
{% include templates/device_upgrade.md %}

0 comments on commit ddcd490

Please sign in to comment.