Skip to content

Commit

Permalink
wiki: Add Galaxy A71
Browse files Browse the repository at this point in the history
Change-Id: Id376cb9176d6c3202ae89aef343fa1557e0b6123
  • Loading branch information
Haky86 committed Aug 9, 2024
1 parent f866d38 commit 395bd1f
Show file tree
Hide file tree
Showing 10 changed files with 107 additions and 0 deletions.
42 changes: 42 additions & 0 deletions _data/devices/a71.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
architecture: arm64
battery: {capacity: 4500, removable: False, tech: 'Li-Po'}
before_install: {instructions: 'needs_specific_android_fw', lineage_version: 21, version: '14'}
before_recovery_install: samsung_qcom
bluetooth: {profiles: [A2DP], spec: '5'}
cameras:
- {flash: 'LED', info: '64 MP'}
- {flash: 'LED', info: '12 MP (ultrawide)'}
- {flash: None, info: '5 MP (macro)'}
- {flash: None, info: '5 MP (depth)'}
codename: a71
cpu: Kryo 470
cpu_cores: '8'
cpu_freq: 2 x2.2 GHz + 6 x 1.8 GHz
current_branch: 21
dimensions: {depth: 7.7, height: 163.3, 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_a71
gpu: Qualcomm Adreno 618
image: a71.png
install_method: odin
kernel: {repo: android_kernel_samsung_a71, version: '4.14'}
maintainers: [Haky86]
models: [SM-A715F, SM-A715F/DS, SM-A715F/DSN, SM-A715F/DSM]
name: Galaxy A71
network: [2G GSM, 3G UMTS, 4G LTE]
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: 2020
screen: {resolution: '1080x2400', size: 6.7, technology: 'Super AMOLED'}
sdcard: {size_max: '512 GB', slot: 'hybrid'}
soc: Qualcomm SDM730 Snapdragon 730 (8 nm)
storage: 128 GB
tree: android_device_samsung_a71
type: phone
vendor: Samsung
vendor_short: samsung
versions: [21]
wifi: 802.11 a/b/g/n/ac/ax
14 changes: 14 additions & 0 deletions _includes/templates/device_specific/firmware_update_samsung_a71.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
There are two possibilities to get the latest firmware:

### You are still on the stock OS with locked bootloader

1. Simply perform an OTA update

### You already installed a custom recovery

1. Download the latest firmware for your model [here](https://github.com/Haky86/a71-fw/releases) (All `.tar.md5` files)
{% include alerts/note.html content="You can find your model number under About Phone in your phone's Settings app!" %}
2. Flash the just downloaded files using Odin. You can have a look at the [recovery installation instructions]({{ device | device_link: "/install" | append: "#installing-lineage-recovery-using-odin" | relative_url }}) if you forgot how to do that.
{% include alerts/note.html content="The filenames will give you a hint on which slot to flash each file to!" %}

{% include snippets/fw_update_success.md %}
Binary file added images/devices/a71.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/a71.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/a71.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
sidebar: home_sidebar
title: Build for a71
folder: build
permalink: /devices/a71/build/
device: a71
---
{% include templates/device_build.md %}
10 changes: 10 additions & 0 deletions pages/fw_update/a71.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
sidebar: home_sidebar
title: Update firmware on a71
folder: fw_update
permalink: /devices/a71/fw_update/
device: a71
---
{% 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/a71.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar: home_sidebar
title: Info about a71
folder: info
layout: deviceinfo
permalink: /devices/a71/
device: a71
---
{% include templates/device_info.md %}
8 changes: 8 additions & 0 deletions pages/install/a71.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
sidebar: home_sidebar
title: Install LineageOS on a71
folder: install
permalink: /devices/a71/install/
device: a71
---
{% include templates/device_install.md %}
8 changes: 8 additions & 0 deletions pages/update/a71.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
sidebar: home_sidebar
title: Update LineageOS on a71
folder: update
permalink: /devices/a71/update/
device: a71
---
{% include templates/device_update.md %}
8 changes: 8 additions & 0 deletions pages/upgrade/a71.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
sidebar: home_sidebar
title: Upgrade LineageOS on a71
folder: upgrade
permalink: /devices/a71/upgrade/
device: a71
---
{% include templates/device_upgrade.md %}

0 comments on commit 395bd1f

Please sign in to comment.