-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
devices: Add Xiaomi Redmi K30 / Poco X2 (phoenix / phoenixin)
- Loading branch information
1 parent
84b90fb
commit f569cfc
Showing
6 changed files
with
84 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,2 @@ | ||
# 17-Feb-2024 | ||
- Initial official release |
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,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/) |
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
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,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", | ||
"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" | ||
} | ||
] | ||
} |
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,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! |