-
Notifications
You must be signed in to change notification settings - Fork 517
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I01e3147a0e0052ee05484e2e23261e2f6684d15f
- Loading branch information
Showing
9 changed files
with
93 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,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 |
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 a73xq | ||
folder: build | ||
permalink: /devices/a73xq/build | ||
device: a73xq | ||
--- | ||
{% 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,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 }} %} |
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 a73xq | ||
folder: info | ||
layout: deviceinfo | ||
permalink: /devices/a73xq/ | ||
device: a73xq | ||
--- | ||
{% 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 a73xq | ||
folder: install | ||
permalink: /devices/a73xq/install | ||
device: a73xq | ||
--- | ||
{% 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 a73xq | ||
folder: update | ||
permalink: /devices/a73xq/update | ||
device: a73xq | ||
--- | ||
{% 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 a73xq | ||
folder: upgrade | ||
permalink: /devices/a73xq/upgrade | ||
device: a73xq | ||
--- | ||
{% include templates/device_upgrade.md %} |