-
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.
Change-Id: I2c5f148d53ee5352c0bec5bdb851e2bcf08706a9
- Loading branch information
Showing
12 changed files
with
123 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-Ion'} | ||
before_install: {instructions: 'needs_specific_android_fw', lineage_version: 22.1, version: '12'} | ||
before_recovery_install: samsung_a21s | ||
bluetooth: {profiles: [A2DP], spec: '5'} | ||
cameras: | ||
- {flash: 'LED', info: '48 MP'} | ||
- {flash: 'LED', info: '8 MP (ultrawide)'} | ||
- {flash: None, info: '2 MP (macro)'} | ||
- {flash: None, info: '2 MP (depth)'} | ||
codename: a21s | ||
cpu: Cortex-A55 | ||
cpu_cores: '8' | ||
cpu_freq: 8 x 2.0 GHz | ||
current_branch: 22.1 | ||
dimensions: {depth: 8.9, height: 163.7, width: 75.3} | ||
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_a21s | ||
gpu: ARM Mali-G52 MC2 | ||
image: a21s.png | ||
install_method: heimdall | ||
kernel: {repo: android_kernel_samsung_exynos850, version: '4.19'} | ||
maintainers: [DaemonMCR] | ||
models: [SM-A217F, Sm-A217M, SM-A217F/DS, SM-A217F/DSN, SM-A217M/DS] | ||
name: Galaxy A21s | ||
network: [2G GSM, 3G UMTS, 4G LTE] | ||
peripherals: [3.5mm jack, Accelerometer, Compass, Fingerprint reader, GPS, Gyroscope, Proximity sensor] | ||
quirks: [ims] | ||
ram: 2/3/4/6 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: {refresh_rate: 60, resolution: '720x1600', size: 6.5, technology: 'PLS LCD'} | ||
sdcard: {size_max: '512 GB', slot: 'hybrid'} | ||
soc: Samsung Exynos 850 | ||
storage: 32/64/128 GB | ||
tree: android_device_samsung_a21s | ||
type: phone | ||
vendor: Samsung | ||
vendor_short: samsung | ||
versions: [22.1] | ||
wifi: 802.11 a/b/g/n/ac |
15 changes: 15 additions & 0 deletions
15
_includes/templates/device_specific/before_recovery_install_samsung_a21s.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,15 @@ | ||
## Pre-Install Instructions | ||
|
||
{% include alerts/warning.html content="The following instructions will unlock the bootloader and wipe all userdata on the device." %} | ||
|
||
1. Connect the device to a Wi-Fi network. | ||
2. Enable Developer Options by pressing the "Build Number" option at least 7 times, in the "Settings" app within the "About" menu | ||
3. Within the "Settings" app go to "Date and Time" and change the date to be 2 years in the past | ||
4. Reboot the device | ||
5. Go to the Developer Options menu in the "Settings" app and enable OEM unlock | ||
6. Power off the device, and boot it into download mode: | ||
* {{ device.download_boot }} | ||
* Now, click the button that the onscreen instructions correlate to "Continue" and/or "Unlock Bootloader". | ||
7. Your device will reboot and format all user data, you may now unplug the USB cable from your device. | ||
8. Run through Android Setup, it is crucial that you connect to a Wi-Fi network when setting up the device | ||
9. Re-enable Development settings by clicking the "Build Number" option 7 times, in the "Settings" app within the "About" menu, and verify that "OEM Unlock" is still enabled in the "Developer options" menu. |
14 changes: 14 additions & 0 deletions
14
_includes/templates/device_specific/firmware_update_samsung_a21s.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,14 @@ | ||
There are two possibilities to get the latest firmware: | ||
|
||
### You are still on the stock OS with locked bootloader | ||
|
||
1. Simply perform OTA updates until the device reports that no updates are available. | ||
|
||
### You already installed a custom recovery | ||
|
||
1. Download the latest firmware for your model [here](https://github.com/DaemonMCR/samsung-sm-a217x-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 %} |
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 a21s | ||
folder: build | ||
permalink: /devices/a21s/build/ | ||
device: a21s | ||
--- | ||
{% 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 a21s | ||
folder: fw_update | ||
permalink: /devices/a21s/fw_update/ | ||
device: a21s | ||
--- | ||
{% 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 a21s | ||
folder: info | ||
layout: deviceinfo | ||
permalink: /devices/a21s/ | ||
device: a21s | ||
--- | ||
{% 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 a21s | ||
folder: install | ||
permalink: /devices/a21s/install/ | ||
device: a21s | ||
--- | ||
{% 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 a21s | ||
folder: update | ||
permalink: /devices/a21s/update/ | ||
device: a21s | ||
--- | ||
{% 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 a21s | ||
folder: upgrade | ||
permalink: /devices/a21s/upgrade/ | ||
device: a21s | ||
--- | ||
{% include templates/device_upgrade.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