User:Nisel/Draft:Xiaomi Redmi Note 11S 4G (xiaomi-fleur)
Appearance
| This device has been tested with postmarketOS, but its device package has not yet been added to the postmarketOS repositories. This means that it cannot be selected in pmbootstrap. Status: Mainline booted to initramfs |
|
| |
| Manufacturer | Xiaomi |
|---|---|
| Name | Redmi Note 11S 4G |
| Codename | xiaomi-fleur |
| Released | 2022 |
| Type | handset |
| Hardware | |
| Chipset | MediaTek Helio G96 (MT6781) |
| CPU |
2x 2.05 GHz Cortex-A76 6x 2.0 GHz Cortex-A55 |
| GPU | Mali-G57 MC2 @ 950 MHz |
| Display | 1080 x 2400 AMOLED @ 90 Hz, 20:9, 6.43 |
| Storage | 64/128 GB |
| Memory | 6/8 GB |
| Architecture | aarch64 |
| Software | |
Original software The software and version the device was shipped with. |
Android 11 (MIUI 13) |
Extended version The most recent supported version from the manufacturer. |
Android 13 (HyperOS 1.0) |
| postmarketOS | |
| Category | testing |
Mainline Instead of a Linux kernel fork, it is possible to run (Close to) Mainline. |
yes |
Flashing Whether it is possible to flash the device with pmbootstrap flasher. |
Untested
|
|---|---|
USB Networking After connecting the device with USB to your PC, you can connect to it via telnet (initramfs) or SSH (booted system). |
Untested
|
Internal storage eMMC, SD cards, UFS... |
Untested
|
SD card Also includes other external storage cards. |
Untested
|
Battery Whether charging and battery level reporting work. |
Untested
|
Screen Whether the display works; ideally with sleep mode and brightness control. |
Untested
|
Touchscreen |
Untested
|
| Multimedia | |
3D Acceleration |
Untested
|
Audio Audio playback, microphone, headset and buttons. |
Untested
|
Camera |
Untested
|
Camera Flash |
Untested
|
IR TX |
Untested
|
| Connectivity | |
WiFi |
Untested
|
Bluetooth |
Untested
|
Ethernet |
Untested
|
GPS |
Untested
|
NFC Near Field Communication |
Untested
|
| Modem | |
Calls |
Untested
|
SMS |
Untested
|
Mobile data |
Untested
|
| Miscellaneous | |
FDE Full disk encryption and unlocking with unl0kr. |
Untested
|
USB OTG USB On-The-Go or USB-C Role switching. |
Untested
|
| Sensors | |
Accelerometer Handles automatic screen rotation in many interfaces. |
Untested
|
Magnetometer Sensor to measure the Earth's magnetism |
Untested
|
Ambient Light Measures the light level; used for automatic screen dimming in many interfaces. |
Untested
|
Proximity |
Untested
|
Haptics |
Untested
|
Contributors
Users owning this device
How to enter flash mode
- Fastboot: Power on the device with both and buttons or using
adb reboot bootloader - Recovery: Power on the device with both and buttons or using
adb reboot recovery,fastboot reboot recovery - Fastbootd:
adb reboot fastbootorfastboot reboot fastboot
Installation
| WARNING: Make sure to backup any important data before you proceed |
- Install pmbootstrap
- Run through
pmbootstrap initand select 'xiaomi' as the vendor and 'fleur' as the device - Go through the rest of the setup with your preferences
- After the setup completes, generate a rootfs with
pmbootstrap install. - Reboot into fastboot mode
- Flash kernel and rootfs with the following command:
pmbootstrap flasher flash_kernel && pmbootstrap flasher flash_rootfsor you can export images viapmbootstrap exportand flash images with fastboot utility. - Flash minimal dtbo:
fastboot flash dtbo dtbo.img - Reboot the phone:
fastboot reboot