Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

devices: Add Redmi Note 10 Pro/Pro Max (sweet/sweetin) #94

Merged
merged 1 commit into from
Dec 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions changelogs/sweet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 14-Dec-2023
- Initial official release
25 changes: 25 additions & 0 deletions device_specs/sweet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Redmi Note 10 Pro/Pro Max (sweet/sweetin)

![sweet](/images/sweet.png)

## <p align="center"> Released </p>
The Redmi Note 10 Pro/Pro Max: March, 2021

## Specifications

Basic | Spec Sheet
-------:|:-------------------------
CPU | Dual-core 2.3 GHz Kryo 470 Gold & Hexa-core 1.8 GHz Kryo 470 Silver
Chipset | Qualcomm SM7150 Snapdragon 732G
GPU | Adreno 618
Memory | 6/8 GB RAM
Shipped Android Version | 11.0
Storage | 64/128 GB (UFS 2.2)
Battery | Non-removable Li-Po 5020 mAh
Display | 1080 x 2400 pixels, 6.67 inches (~395 ppi pixel density)
Camera | 64/108 MP wide camera, 8MP ultra wide-angle camera, 5MP macro camera, 2MP depth camera, LED flash

## <p align="center"> AwakenOS info </p>
* **Maintainer:** [Zohaib](https://github.com/lemezohaib)
* **Supported versions:** Android 14
[Downloads](https://sourceforge.net/projects/project-awaken/files/sweet/)
8 changes: 8 additions & 0 deletions devices.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@
"maintainer_name": "Samyak Jain",
"active": false
},
{
"codename": "sweet",
"codename_alt": "sweetin",
"vendor": "Redmi",
"model": "Redmi Note 10 Pro/Pro Max",
"maintainer_name": "Zohaib",
"active": true
},
{
"codename": "tundra",
"vendor": "Motorola",
Expand Down
32 changes: 32 additions & 0 deletions devices/sweet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"maintainer": [
{
"name": "Zohaib",
"socials": {
"telegram": "lemezohaib",
"github": "lemezohaib",
"xda": "zohaibkhan143"
}
}
],
"active": true,
"android_version": 14,
"available_versions": [14],
"release": "monthly",
"device_display_name": "Redmi Note 10 Pro/Pro Max",
"device_display_codename": "sweet/sweetin",
"device_telegram_group": "lemezohaibdesk",
"public_download": "https://www.pling.com/p/1422701/",
"response": [
{
"datetime": 1702578406,
"size": 2288534210,
"filehash": "f10eda92e4ef945542331fd347070a42",
"filename": "awaken-4.1-ursa-sweet-official-1828-20231214.zip",
"id": "fe0bc852b06ad615803c07d6f7ebc1c7bb7acb0dcb3fdd4ba102c06b70a39f77",
"romtype": "official",
"version": "4.1",
"url": "https://sourceforge.net/projects/project-awaken/files/sweet/awaken-4.1-ursa-sweet-official-1828-20231214.zip/download"
}
]
}
Binary file added images/sweet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions instructions/sweet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Clean flash (coming from a different ROM):
- Download the latest MIUI 14 firmware for your region (/firmware sweet or sweetin)
- Download ROM
- Download Magisk v26.4 (optionally)
- Reboot to recommended recovery
- Flash the MIUI 14 firmware for your region
- Flash the ROM
- Format data
- Reboot and voila!

# Updating to a newer build (dirty flash):
- Flash ROM zip and magisk (optional)
- Wipe cache
- Reboot and voila!
Loading