Xiaomi Redmi Note 4G (xiaomi-dior)

From postmarketOS
Xiaomi Redmi Note 4G
FbKeyboard and pfetch on Xiaomi-dior
FbKeyboard and pfetch on Xiaomi-dior
Manufacturer Xiaomi
Name Redmi Note 4G
Codename xiaomi-dior
Released 2014
Category testing
Pre-built images no
Original software Android
Original version 4.2
Hardware
Chipset Qualcomm Snapdragon 400 (MSM8928)
CPU Quad-core 1.6 GHz Cortex-A7
GPU Adreno 305
Display 720 x 1280 pIPS LCD
Storage 8GB
Memory 2GB
Architecture ARMv7
Type handset
Features
USB Networking
Works
Flashing
Partial
Touchscreen
Works
Display
Works
WiFi
Works
FDE
Mainline
Battery
Partial
3D Acceleration
Audio
Bluetooth
Camera
GPS
Mobile data
Internal storage
SMS
Calls
USB OTG
NFC
Sensors
Accelerometer
Magnetometer
Ambient Light
Proximity
Hall Effect
Barometer
Power Sensor
Misc
Built-in DVB
Camera Flash
Keyboard
Touchpad
USB-A
HDMI/DP
Ir TX
Ir RX
Stylus
Memory Card
Haptics
Ethernet
FOSS bootloader


Contributors

  • Edwin0cheng

Maintainer(s)

Users owning this device


How to enter flash mode

  • Entering fastboot: hold Volume Down + Power buttons until fastboot mode is displayed on the screen.
  • Entering recovery: hold Volume Up + Power buttons. The default is Mi Recovery. TWRP is needed for installation, which can be obtained here

Installation

To flash this device, the boot partition have to be flashed by fastboot:

$ pmbootstrap export
$ fastboot flash:raw boot /tmp/postmarketOS-export/boot.img-xiaomi-dior

However, rootfs could be flash by pmbootstrap normally:

$ pmbootstrap flasher flash_rootfs

And its system partition is quite small (800mb), to flash a large distribution (e.g. xfce4), you have to:

1. Split the boot and root partitions (hint: you can use pmbootstrap install --split instead of losetup tricks):


sudo losetup /dev/loop0 /tmp/postmarketOS-export/xiaomi-dior.img
sudo dd if=/dev/loop0p1 of=boot_partition.img
sudo dd if=/dev/loop0p2 of=root_partition.img
sudo losetup -d /dev/loop0

2. Flash the boot partition to system partition:

$ fastboot flash system boot_partition.img

3. Use the netcat method to flash to user partition:

https://gitlab.com/postmarketOS/pmbootstrap/-/issues/456

Additional info

This original implementation of framebuffer device do not support framebuffer console and X-Windows, we patched all missing pieces such that it works. So xfce4 and FbKeyboard works now.

However, due to lacking of DRM driver, all drm related UI are not workings.


See also