Jump to content

Xiaomi Redmi Note 5A: Difference between revisions

From postmarketOS Wiki
m Add type
Bczeman (talk | contribs)
Line 82: Line 82:


== Installation ==
== Installation ==
<!-- add more sections below as necessary, e.g. WiFi, photos, ... -->
* Follow the [[Installation guide]]
{{Note|'''Warning:''' Flashing [[lk2nd]] is '''required''', as it is a hard dependency. Without it the mainline kernel will not select the display panel (resulting in black screen on boot).}}
<syntaxhighlight lang="shell-session">
$ pmbootstrap init # choose Vendor: qcom Device codename: msm89x7
$ pmbootstrap install
$ pmbootstrap flasher flash_lk2nd
$ pmbootstrap flasher flash_rootfs
</syntaxhighlight>


== Display ==
== Display ==

Revision as of 14:52, 1 January 2025

Xiaomi Redmi Note 5A Prime
Xiaomi Redmi Note 5A running XFCE4
Xiaomi Redmi Note 5A running XFCE4
Manufacturer Xiaomi
Name Redmi Note 5A Prime
Codename xiaomi-ugg
Released 2017
Type handset
Hardware
Chipset Qualcomm Snapdragon 435 (MSM8940)
CPU 1.4 GHz Cortex-A53
GPU Adreno 505
Display 720x1280 IPS LCD
Storage 32G
Memory 3GB
Architecture aarch64
Software
Original software Android (MIUI)
Original version 7.1.2 (MIUI 11)
FOSS bootloader no
postmarketOS
Category testing
Pre-built images no
Features
Flashing
Works
USB Networking
Works
Internal storage
No data
SD card
No data
Battery
Works
Screen
Partial
Touchscreen
Works
Multimedia
3D Acceleration
No data
Audio
Broken
Camera
No data
Camera Flash
No data
IR TX
No data
Connectivity
WiFi
Works
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
Sensors
Accelerometer
No data
Magnetometer
No data
Ambient Light
No data
Proximity
No data
Hall Effect
No data
Haptics
No data
Barometer
No data
Power Sensor
No data


Contributors

  • Flafflar

Users owning this device

  • Bczeman
  • Filip2cz (Notes: Prime version - this just added fingerprint reader, better camera and littlebit better cpu)
  • Flafflar (Notes: Broken camera)
  • Xiaoyu2006 (Notes: Broken display)


How to enter flash mode

While the phone is off, hold the Power + Volume Down buttons together for a few seconds.

How to enter EDL mode

EDL mode (Emergency Download Mode) is a special mode in Qualcomm devices that allows, among other things, flashing firmware even when the phone is completely bricked. This might come useful in case something goes extremely wrong and the device won't even boot to fastboot.

To boot into EDL, you must first disassemble the device in order to expose the motherboard points required. This phone is very easy to disassemble, you can search for videos on YouTube if necessary. Once you have removed the back case and disconnected the battery, find the points shown below on the motherboard:

EDL testpoints on Redmi Note 5A motherboard (highlighted in red)

These are the test points that enable EDL mode. With the battery disconnected, use a metal tweezer or a small wire to short these two points. While keeping them sorted, plug the phone to a computer. The device should show up as "Qualcomm HS-USB QDLoader 9008". You can now use this tool to download firmware to your device.

Installation

Note Warning: Flashing lk2nd is required, as it is a hard dependency. Without it the mainline kernel will not select the display panel (resulting in black screen on boot).
$ pmbootstrap init # choose Vendor: qcom Device codename: msm89x7
$ pmbootstrap install
$ pmbootstrap flasher flash_lk2nd
$ pmbootstrap flasher flash_rootfs

Display

Both the display and the touchscreen work normally, although the interface won't show up if you are using LightDM. This happens because for whatever reason logind does not recognize the user's session as graphical. To fix this, edit /etc/lightdm/lightdm.conf and add the line logind-check-graphical=false to force LightDM to start the graphical session. See this article for more info: Display_manager#CanGraphical_issue.

The display also has trouble waking up after being put to sleep. The backlight is enabled as expected, but the screen stays blank.

WiFi

The WiFi works, but only with the proprietary firmware distributed with the phone. Make sure to enable nonfree firmware if you need to use WiFi.

When the WCNSS driver gets enabled, it might complain with the following error:

[  140.798259] wcnss: no space available for smd frame

This is probably a false error. After the firmware is loaded, the interface appears and works correctly, so you can ignore it.

See also