Xiaomi Redmi 6 (xiaomi-cereus): Difference between revisions
Appearance
m Image fix |
LongnoseRob (talk | contribs) change to MR template |
||
(7 intermediate revisions by 4 users not shown) | |||
Line 6: | Line 6: | ||
| imagecaption = | | imagecaption = | ||
| releaseyear = 2018 | | releaseyear = 2018 | ||
| originalsoftware = Android 8.1 | | originalsoftware = Android | ||
| originalversion = 8.1 | |||
| chipset = MediaTek Helio P22 (MT6762) | | chipset = MediaTek Helio P22 (MT6762) | ||
| cpu = Octa-core 2.0 GHz Cortex-A53 | | cpu = Octa-core 2.0 GHz Cortex-A53 | ||
Line 14: | Line 15: | ||
| memory = 3 GB | | memory = 3 GB | ||
| architecture = aarch64 | | architecture = aarch64 | ||
| type = handset | |||
<!-- the following status_* questions should be answered with Y - yes, P - partial, N - no, or left blank (for untested or unknown) --> | <!-- the following status_* questions should be answered with Y - yes, P - partial, N - no, or left blank (for untested or unknown) --> | ||
| status_usbnet = Y | | status_usbnet = Y | ||
Line 68: | Line 70: | ||
* The bootloader in new Xiaomi devices are locked. To unlock it, you need to go to https://en.miui.com/unlock/download_en.html and follow the instructions as given. | * The bootloader in new Xiaomi devices are locked. To unlock it, you need to go to https://en.miui.com/unlock/download_en.html and follow the instructions as given. | ||
* A token from the unlock | * A token from the the official unlock tool is required for some devices, unlocking via [https://github.com/bkerler/mtkclient/issues/110 mtkclient] does not work to the token verified not being present in <code>devinfo</code> partition. See [https://github.com/bkerler/mtkclient/issues/110 bkerler#mtkclient#110] | ||
== Installation == | == Installation == | ||
Line 74: | Line 76: | ||
The following steps boots postmarketOS. | The following steps boots postmarketOS. | ||
<syntaxhighlight lang="shell-session"> | |||
$ pmbootstrap flasher flash_rootfs | |||
$ pmbootstrap flasher flash_kernel | |||
</syntaxhighlight> | |||
== Plasma Mobile == | == Plasma Mobile == | ||
Line 84: | Line 87: | ||
== See also == | == See also == | ||
* [https://github.com/MiCode/Xiaomi_Kernel_OpenSource/tree/cactus-p-oss Kernel Source | * [https://github.com/MiCode/Xiaomi_Kernel_OpenSource/tree/cactus-p-oss Kernel Official Source] (same as cactus) | ||
* [https://github.com/xiaomi-mt6765/android_kernel_xiaomi_mt6765 Kernel Source (with history)] | |||
* Initial merge request: {{MR|4408|pmaports}} | |||
* [https:// | |||
* | |||
Latest revision as of 08:43, 4 November 2024
![]() | |
Manufacturer | Xiaomi |
---|---|
Name | Redmi 6 |
Codename | xiaomi-cereus |
Released | 2018 |
Type | handset |
Hardware | |
Chipset | MediaTek Helio P22 (MT6762) |
CPU | Octa-core 2.0 GHz Cortex-A53 |
GPU | PowerVR GE8320 |
Display | 720 x 1440 IPS |
Storage | 64 GB |
Memory | 3 GB |
Architecture | aarch64 |
Software | |
Original software | Android |
Original version | 8.1 |
postmarketOS | |
Category | testing |
Pre-built images | no |
Flashing |
Works |
---|---|
USB Networking |
Works |
Internal storage |
No data |
SD card |
No data |
Battery |
No data |
Screen |
Works |
Touchscreen |
Works |
Multimedia | |
3D Acceleration |
No data |
Audio |
No data |
Camera |
No data |
Camera Flash |
No data |
Connectivity | |
WiFi |
Broken |
Bluetooth |
No data |
GPS |
No data |
Modem | |
Calls |
No data |
SMS |
No data |
Mobile data |
No data |
Miscellaneous | |
FDE |
No data |
USB OTG |
No data |
HDMI/DP |
No data |
Sensors | |
Accelerometer |
No data |
Magnetometer |
No data |
Ambient Light |
No data |
Proximity |
No data |
Hall Effect |
No data |
Haptics |
No data |
Barometer |
No data |
Contributors
- jerin
Maintainer(s)
- jerin
Users owning this device
How to enter flash mode
- Shutdown the phone completely
- Press Volume down(-) and Power button simultaneously to enter the fastboot mode.
- To enter BootROM mode, press and hold all buttons together, for mtkclient flashing.
Bootloader original status
- The bootloader in new Xiaomi devices are locked. To unlock it, you need to go to https://en.miui.com/unlock/download_en.html and follow the instructions as given.
- A token from the the official unlock tool is required for some devices, unlocking via mtkclient does not work to the token verified not being present in
devinfo
partition. See bkerler#mtkclient#110
Installation
The following steps boots postmarketOS.
$ pmbootstrap flasher flash_rootfs
$ pmbootstrap flasher flash_kernel
Plasma Mobile
WIP
See also
- Kernel Official Source (same as cactus)
- Kernel Source (with history)
- Initial merge request: pmaports!4408