Skip to content

Commit

Permalink
devices: Add Redmi Note 12 Turbo/POCO F5 (marble/marblein)
Browse files Browse the repository at this point in the history
Signed-off-by: lemezohaib <[email protected]>
  • Loading branch information
lemezohaib committed Apr 28, 2024
1 parent c2b2f9f commit 34a8519
Show file tree
Hide file tree
Showing 6 changed files with 122 additions and 0 deletions.
19 changes: 19 additions & 0 deletions changelogs/marble.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 28-Apr-2024
- Initial official release
- Full OSS kernel
- Upstream kernel
- Update common blobs from ziyi V816.0.4.0.ULLMIXM
- Update media from ziyi V816.0.4.0.ULLMIXM
- Update marble blobs from V816.0.3.0.UMRMIXM
- Added MIUI camera from marble V816.0.3.0.UMRMIXM
- Introduce Dolby Atmos support
- Update display stack from LA.VENDOR.1.0.r1-24300-WAIPIO QSSI14.0
- wlan: Disable fw TWT
- wlan: Enable wifi 6 hotspot support
- wlan: Add qca6750 config
- Extract diwali media configs
- Decommonize [email protected]
- Do not balance msm_drm and kgsl_3d0 IRQs
- Move to Xiaomi common sepolicy
- Rework supported color modes
- Other mics improvements
23 changes: 23 additions & 0 deletions device_specs/marble.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Redmi Note 12 Turbo/ Poco F5 (marble/marblein)

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

## <p align="center"> Released </p>
The Redmi Note 12 Turbo/POCO F5: March, 2023

## Specifications

Basic | Spec Sheet
-------:|:-------------------------
Platform | Snapdragon® 7+ Gen 2 (SM7475)
RAM & Storage | 8GB/256GB, 12GB/256GB, 12/512GB, 16GB/1024GB (LPDDR5 RAM, UFS 3.1 storage)
Shipped Android Version | 13
Battery | Non-removable, 5000 mAh
Display | 6.67″, 120Hz, 2400x1080 (395 ppi)
Rear camera | 64MP wide angle, 8MP ultra wide-angle, 2MP macro
Front camera | 16MP in-display

## <p align="center"> AwakenOS info </p>
* **Maintainer:** [Zohaib](https://github.com/lemezohaib)
* **Supported versions:** Android 14
[Downloads](https://sourceforge.net/projects/project-awaken/files/marble/)
8 changes: 8 additions & 0 deletions devices.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@
"maintainer_name": "Krishnakant Shedge",
"active": false
},
{
"codename": "marble",
"codename_alt": "marblein",
"vendor": "Redmi",
"model": "Redmi Note 12 Turbo/POCO F5",
"maintainer_name": "Zohaib",
"active": true
},
{
"codename": "miatoll",
"vendor": "Xiaomi",
Expand Down
32 changes: 32 additions & 0 deletions devices/marble.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.6228226"
}
}
],
"active": true,
"android_version": 14,
"available_versions": [14],
"release": "monthly",
"device_display_name": "Redmi Note 12 Turbo/POCO F5",
"device_display_codename": "marble",
"device_telegram_group": "awaken_marble",
"public_download": "https://www.pling.com/p/1422701/",
"response": [
{
"datetime": 1714318608,
"size": 2504189415,
"filehash": "c710dbf473f21d477563f4eeee900126",
"filename": "awaken-4.4-ursa-marble-official-1537-20240428.zip",
"id": "0aaaa6d01d5e417301dc56a91f0ff6f5342fea36ef39bbd65f2427fecd75d655",
"romtype": "official",
"version": "4.4",
"url": "https://sourceforge.net/projects/project-awaken/files/marble/4.4/awaken-4.4-ursa-marble-official-1537-20240428.zip/download"
}
]
}
Binary file added images/marble.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions instructions/marble.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Keep in mind...
- DO NOT USE any other recovery but only recommended ones availabe at xda and telegram.
- YOU MUST CLEAN FLASH IF:
- You are coming from any other ROM or MIUI
- You are coming from previous Android Version
- Magisk should only be flashed after booting once into the ROM. Do not flash Magisk along with the ROM package
- Use the latest hyperos firmware for your region
- Use recommended recoveries i-e TWRP 3.8 or awakenOS recovery
- If you face issues like poor RAM management or storage issues, you have not followed the instructions and/or have changed kernel/recovery. STRICTLY follow the instructions provided again before reporting any issues.

# Clean Flash (coming from a different ROM)
Clean flash involves formatting data which means you will be loosing data stored in the internal storage of your device. I will not be responsible for any loss of data.
- Download ROM
- Reboot the device to Recovery mode by powering off the device and then by holding Power button and Volume UP key together
- Format data
- Flash the ROM
- Make sure to enable the checkbox "Automatically reflash Twrp after flashing a Rom"
- Flash Firmware
- Reboot and voila!

# Flash using awakenOS recovery
- You must have a working PC and a type C data cable
- Download the ROM file to your PC
- Reboot into recovery as mentioned above
- Connect device to your PC and make sure you have all the necessary drivers installed
- Apply Update> Apply via adb sideload
- adb sideload rom.zip
- Format data
- Reboot and voila!

# Dirty Flash / Update
There will be no loss of data if everything goes well. Keep backups incase of any mishap. I will not be responsible for any loss of data.
- Download ROM file
- Reboot the device to recovery
- Flash the ROM
- Flash magisk (optional)
- Flash the firmware if you are not on the latest firmware
- Reboot and voila!

Note: In case of dirty flash/update you should flash magisk after reboot back to recovery to switch to updated slot a/b.

0 comments on commit 34a8519

Please sign in to comment.