-
Notifications
You must be signed in to change notification settings - Fork 514
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wiki: Add gta4l (Samsung Galaxy Tab A7 LTE (2020))
Change-Id: I04229f360cc195d1c11d94150891ea5dcd9bb68e
- Loading branch information
1 parent
a112987
commit a1c9bcd
Showing
10 changed files
with
103 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,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 |
12 changes: 12 additions & 0 deletions
12
_includes/templates/device_specific/firmware_update_samsung_gta4l.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,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!" %} |
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 gta4l | ||
folder: build | ||
permalink: /devices/gta4l/build | ||
device: gta4l | ||
--- | ||
{% 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 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 }} %} |
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 gta4l | ||
folder: info | ||
layout: deviceinfo | ||
permalink: /devices/gta4l/ | ||
device: gta4l | ||
--- | ||
{% 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 gta4l | ||
folder: install | ||
permalink: /devices/gta4l/install | ||
device: gta4l | ||
--- | ||
{% 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 gta4l | ||
folder: update | ||
permalink: /devices/gta4l/update | ||
device: gta4l | ||
--- | ||
{% 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 gta4l | ||
folder: upgrade | ||
permalink: /devices/gta4l/upgrade | ||
device: gta4l | ||
--- | ||
{% include templates/device_upgrade.md %} |