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 Xiaomi Redmi K30 / Poco X2 (phoenix / phoenixin) #109

Merged
merged 1 commit into from
Feb 18, 2024
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/phoenix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 17-Feb-2024
- Initial official release
29 changes: 29 additions & 0 deletions device_specs/phoenix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Xiaomi Redmi K30/Poco X2 (phoenix/phoenixin)

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

## <p align="center"> Released </p>
The Xiaomi Redmi K30/Poco X2: February 11, 2020

## Specifications

Basic | Spec Sheet
-------:|:-------------------------
CPU | Octa-core (2x2.2 GHz Kryo 470 Gold & 6x1.8 GHz Kryo 470 Silver)
Chipset | Qualcomm SM7150-AA Snapdragon 730 (8 nm)
GPU | Adreno 618
Memory | 6/8 GB RAM
Shipped Android Version | 10.0
Storage | 64/128/256 GB (UFS 2.1)
Bluetooth | 5 with A2DP + aptX HD
Battery | Non-removable Li-Po 4500 mAh
Network | 2G GSM, 2G CDMA, 3G UMTS, 3G CDMA2000, 4G LTE
Wifi | 802.11 a/b/g/n/ac, Dual-band, Wi-Fi Direct, Wi-Fi Display, DLNA, Hotspot
Peripherals | [A-GPS, Accelerometer, Compass, Dual SIM, FM radio, Fingerprint reader, GLONASS, GPS, Gyroscope, Light sensor, NFC, Proximity sensor, USB OTG
Display | 1080 x 2400 pixels, 6.67 inches (~395 ppi pixel density) Full HD IPS LCD
Camera | 64 MP wide camera, 8MP ultra wide-angle camera, 2MP macro camera, 2MP depth camera, Dual-LED flash, 20 MP wide-selfie camera No flash, 2 MP depth-selfie camera No flash

## <p align="center"> AwakenOS info </p>
* **Maintainer:** [Nikhil](https://github.com/Naruto-242)
* **Supported versions:** Android 14
[Downloads](https://sourceforge.net/projects/project-awaken/files/phoenix/)
8 changes: 8 additions & 0 deletions devices.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@
"maintainer_name": "Saikiran",
"active": true
},
{
"codename": "phoenix",
"codename_alt": "phoenixin",
"vendor": "Xiaomi",
"model": "Xiaomi Redmi K30/Poco X2",
"maintainer_name": "Nikhil",
"active": true
},
{
"codename": "porsche",
"vendor": "realme",
Expand Down
31 changes: 31 additions & 0 deletions devices/phoenix.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"maintainer": [
{
"name": "Nikhil",
"socials": {
"telegram": "Naruto242",
"github": "Naruto-242",
}
}
],
"active": true,
"android_version": 14,
"available_versions": [14],
"release": "monthly",
"device_display_name": "Xiaomi Redmi K30 / POCO X2",
"device_display_codename": "phoenix / phoenixin",
"device_telegram_group": "narutophoenixroms",
"public_download": "https://www.pling.com/p/1422701/",
"response": [
{
"datetime": 1708156059,
"size": 1909953705,
"filehash": "0e7614651c01fdafd25a13daafd77692",
"filename": "awaken-4.3-ursa-phoenix-official-0755-20240217.zip",
"id": "67f8b7335f86c16870f5e346ddf0740b78ff3a0446089bb63ae65f553d3a8c79",
"romtype": "official",
"version": "4.3",
"url": "https://sourceforge.net/projects/project-awaken/files/phoenix/awaken-4.3-ursa-phoenix-official-0755-20240217.zip/download"
}
]
}
Binary file added images/phoenix.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/phoenix.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 firmware for your region (/firmware phoenix or phoenixin)
- Download ROM
- Download Magisk v26.4 (optionally)
- Reboot to recommended recovery
- Flash the 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