Skip to content

Commit

Permalink
wiki: Add gta4l (Samsung Galaxy Tab A7 LTE (2020))
Browse files Browse the repository at this point in the history
Change-Id: I04229f360cc195d1c11d94150891ea5dcd9bb68e
  • Loading branch information
chrmhoffmann authored and luk1337 committed Nov 18, 2023
1 parent a112987 commit a1c9bcd
Show file tree
Hide file tree
Showing 10 changed files with 103 additions and 0 deletions.
40 changes: 40 additions & 0 deletions _data/devices/gta4l.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
architecture: arm64
battery: {capacity: 7040, removable: False, tech: 'Li-Po'}
before_install: {instructions: 'needs_specific_android_fw', version: '12'}
before_recovery_install: samsung_qcom
bluetooth: {profiles: [A2DP], spec: '5'}
cameras:
- {flash: None, info: '8 MP (Primary)'}
- {flash: None, info: '5 MP (Front Facing)'}
codename: gta4l
cpu: Kryo 260
cpu_cores: '8'
cpu_freq: 4 x 2.0 GHz + 4 x 1.8 GHz
current_branch: 20
dimensions: {depth: 7, height: 157.4, width: 247.6}
download_boot: With the device powered off, plug in the device while holding <kbd>Volume up</kbd> + <kbd>Volume Down</kbd> + <kbd>Power</kbd>.
firmware_update: firmware_update_samsung_gta4l
gpu: Qualcomm Adreno 610
image: gta4l.png
install_method: odin
kernel: android_kernel_samsung_sm6115
maintainers: [chrmhoffmann]
models: [SM-T505, SM-T505C, SM-T505N]
name: 'Galaxy Tab A7 10.4 2020 (LTE)'
network: [2G GSM, 2G CDMA, 3G UMTS, 4G LTE]
peripherals: [Accelerometer, Gyroscope, Proximity sensor, Compass, GPS, Light sensor, USB OTG]
quirks: [ims]
ram: 3 GB
recovery_boot: With the device powered off, hold <kbd>Volume Up</kbd> + <kbd>Power</kbd>.
recovery_partition_name: recovery
release: 2020-09
screen: {resolution: '2000x1200', size: 10.4, technology: 'TFT LCD'}
sdcard: {sizeMax: '1 TB'}
soc: Qualcomm SM6115 Snapdragon 662
storage: 32 GB
tree: android_device_samsung_gta4l
type: tablet
vendor: Samsung
vendor_short: samsung
versions: [20]
wifi: 802.11 a/b/g/n/ac
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
There are two possibilities to get the latest firmware:

### You are still on the stock OS

1. Simply perform an OTA update

### You already installed a custom recovery

1. Download the latest firmware for your model [here](https://github.com/chrmhoffmann/gta4l-fw/releases) (All `.tar.md5` files)
{% include alerts/note.html content="You can find your model number on the back of your device!" %}
2. Flash the just downloaded file using odin. You can have a look at the [recovery installation instructions]({{ device | device_link: "/install" | append: "#installing-a-custom-recovery-using-odin" | relative_url }}) if you forgot how to do that.
{% include alerts/note.html content="The filename will give you a hint on which slot to flash each file to!" %}
Binary file added images/devices/gta4l.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/gta4l.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/gta4l.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
sidebar: home_sidebar
title: Build for gta4l
folder: build
permalink: /devices/gta4l/build
device: gta4l
---
{% include templates/device_build.md %}
10 changes: 10 additions & 0 deletions pages/fw_update/gta4l.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
sidebar: home_sidebar
title: Update firmware on gta4l
folder: fw_update
permalink: /devices/gta4l/fw_update
device: gta4l
---
{% 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/gta4l.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar: home_sidebar
title: Info about gta4l
folder: info
layout: deviceinfo
permalink: /devices/gta4l/
device: gta4l
---
{% include templates/device_info.md %}
8 changes: 8 additions & 0 deletions pages/install/gta4l.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
sidebar: home_sidebar
title: Install LineageOS on gta4l
folder: install
permalink: /devices/gta4l/install
device: gta4l
---
{% include templates/device_install.md %}
8 changes: 8 additions & 0 deletions pages/update/gta4l.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
sidebar: home_sidebar
title: Update LineageOS on gta4l
folder: update
permalink: /devices/gta4l/update
device: gta4l
---
{% include templates/device_update.md %}
8 changes: 8 additions & 0 deletions pages/upgrade/gta4l.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
sidebar: home_sidebar
title: Upgrade LineageOS on gta4l
folder: upgrade
permalink: /devices/gta4l/upgrade
device: gta4l
---
{% include templates/device_upgrade.md %}

0 comments on commit a1c9bcd

Please sign in to comment.