Xiaomi Mi Pad 5 Pro (xiaomi-elish)
Jump to navigation
Jump to search
USB Networking |
Works |
---|---|
Flashing |
Works |
Touchscreen |
Broken |
Display |
Partial |
WiFi | |
Xwayland | |
FDE | |
Mainline |
Works |
Battery |
Partial |
3D Acceleration |
Works |
Audio | |
Bluetooth | |
Camera | |
GPS | |
Mobile data |
Unavailable |
SMS |
Unavailable |
Calls |
Unavailable |
USB OTG | |
NFC |
Unavailable |
Accelerometer | |
---|---|
Magnetometer | |
Ambient Light | |
Proximity | |
Hall Effect | |
Ir TX |
Unavailable |
---|---|
TrustZone | |
Contributors
- Jianhua
Users owning this device
- Jianhua (Notes: mainlining in progress)
How to enter flash mode
You have to press Power + Volume Down to enter the bootloader.
Installation
(Optional) Backup super partiton(need root, recommand to use magisk):
adb shell su dd if=/dev/block/by-name/super of=/sdcard/super.img exit exit adb pull /sdcard/super.img
Switch to slot b to boot and disable dtbo:
fastboot set_active b fastboot erase dtbo
Install pmbootstrap and execute:
pmbootstrap init
Compile the kernel and flash rootfs to the super partition:
pmbootstrap build linux-postmarketos-qcom-sm8250 pmbootstrap build device-xiaomi-elish pmbootstrap install pmbootstrap flasher flash_rootfs --partition super pmbootstrap flasher flash_kernel
SSH into the device (Full instructions):
ssh user@172.16.42.1
See also
Initial merge request: pmaports!2871 pmaports fork: [1]