Jump to content

Xiaomi Redmi 4 Prime (xiaomi-markw): Difference between revisions

From postmarketOS Wiki
Vipaol (talk | contribs)
Vipaol (talk | contribs)
Installation: Rewrite the installation guide, because the device is now supported by the kernel and added to pmaports
Tags: mobile edit mobile web edit
Line 129: Line 129:


== Installation ==
== Installation ==
Both internal memory and SD are working. Phosh works perfectly, gnome mobile and plasma (desktop and mobile) are working but there's some issues, fbkeyboard and mate are broken, others are untested.
* Follow the [[Installation guide]]
 
{{Note|'''Note:''' [[lk2nd]] is a hard dependency, without it the mainline kernel will not select the display panel and you'll get a black screen.}}
Our device is not in pmaports yet, so you can't install the OS automaticaly, but you can install in manually:
* Use the <code>--add lk2nd-msm8953</code> flag during <code>pmbootstrap install</code> to get the lk2nd package.
 
* Do not use "android recovery zip" method, because it can't install lk2nd.
* Install custom [https://github.com/msm8953-mainline/lk2nd lk2nd] (alternative bootloader that provides a standard fastboot interface). You can download it from releases.
* If you want to use FDE, you need to add <code>--fde --add=unl0kr</code> to use unl0kr instead of broken osk-sdl.
* Install pmbootstrap [https://wiki.postmarketos.org/wiki/Pmbootstrap#From_git from git] (you need [[Compiling_kernels_with_envkernel.sh|envkernel.sh]] that isn't provided by pip version)
Installation:
<source lang="shell-session">
Do init (choose edge branch and any other device for this step)
$ pmbootstrap init
</source>
 
* Put the packages device-xiaomi-markw and firmware-xiaomi-markw from my [https://gitlab.com/vipaoL/pmaports pmaports fork] (device/testing) into your local pmaports (usually at ~/.local/var/pmbootstrap/cache_git/pmaports). Then you can choose xiaomi markw in pmbootstrap init. <b>This will break "pmbootstrap pull" until you delete these packages.</b>
 
<source lang="shell-session">
Pmbootstrap init, select our device - xiaomi-markw, select edge branch (We need to select it to be able to compile the kernel, because stable branches don't contain tools for building and packaging kernels):
$ pmbootstrap init
Clone my fork of msm8953-mainline kernel:
$ git clone https://github.com/vipaoL/8953-linux.git && cd 8953-linux
Build it with envkernel:
$ source <pmbootstrap_install_path>/helpers/envkernel.sh
$ make defconfig msm8953.config no-unused-drivers.config pmos.config xiaomi-markw.config
$ make -j<number_of_threads> && pmbootstrap build --envkernel linux-postmarketos-qcom-msm8953
</source>
At this step we're done with compilation and ready to install it on the device. If you want to use FDE, you need to add <code>--fde --add=unl0kr</code> to use unl0kr instead of broken osk-sdl
; On SD-card:
; On SD-card:
:: Find your SD-card: <code>lsblk</code>
:: Find your SD-card: <code>lsblk</code>
:: Install (change /dev/sdX to your card) <source lang="shell-session">$ pmbootstrap install --sdcard /dev/sdX</source>
:: Install (change /dev/sdX to your card) <source lang="shell-session">$ pmbootstrap install --add lk2nd-msm8953 --sdcard /dev/sdX</source>
; On internal memory
; On internal memory
:: <source lang="shell-session">$ pmbootstrap install
:: <source lang="shell-session">$ pmbootstrap install --add lk2nd-msm8953
$ pmbootstrap flasher flash_rootfs --partition userdata</source>
$ pmbootstrap flasher flash_rootfs --partition userdata</source>


Flash lk2nd:
<source lang="shell-session">$ pmbootstrap flasher flash_lk2nd</source>


Then '''boot into lk2nd''' and flash boot:
Then '''boot into lk2nd''' and flash the kernel:
<source lang="shell-session">$ pmbootstrap flasher flash_kernel</source>
<source lang="shell-session">$ pmbootstrap flasher flash_kernel</source>
[https://wiki.postmarketos.org/wiki/Pmbootstrap#Installing_postmarketOS (Generic installation guide)]


== See also ==
== See also ==

Revision as of 15:49, 5 May 2023

Xiaomi Redmi 4 Prime
xiaomi-markw showing phosh about
xiaomi-markw showing phosh about
Manufacturer Xiaomi
Name Redmi 4 Prime
Codename xiaomi-markw
Released 2016
Hardware
Chipset Qualcomm Snapdragon 625 (MSM8953)
CPU Octa-core 2 GHz Cortex-A53
GPU Adreno 506
Display 1080x1920 IPS
Storage 32 GB
Memory 3 GB
Architecture aarch64
Software
Original software Android
Original version 6.0.1
postmarketOS
Category testing
Pre-built images no
Mainline yes
postmarketOS kernel mainline
Features
Flashing
Works
USB Networking
Works
Internal storage
No data
SD card
No data
Battery
Works
Screen
Works
Touchscreen
Works
Multimedia
3D Acceleration
Works
Audio
No data
Camera
No data
Camera Flash
No data
IR TX
No data
Connectivity
WiFi
Works
Bluetooth
Works
GPS
No data
Modem
Calls
No data
SMS
No data
Mobile data
No data
Miscellaneous
FDE
Partial
USB OTG
Works
Sensors
Accelerometer
Works
Magnetometer
Works
Ambient Light
Partial
Proximity
Works
Haptics
No data
Power Sensor
No data

Contributors

Maintainer(s)

Users owning this device

  • ApertureUA (Notes: Atmel with green lightsaber stripe in the middle focaltech, unlocked with aboot patch)
  • Vipaol (Notes: pmOS,Ebbg+Atmel)


How to enter flash mode

[Power] + [Vol-] to fastboot mode

Device Notes

Display Panels

Display Touch Status
Ebbg atmel,maxtouch Works
Tianma edt,edt-5336 (edt,edt-ft5x06) Works

Sensors

Connected to i2c-gpio

Sensor Model Status
Accelerometer/Gyroscope bosch,bmi120 (bosch,bmi160) Works
Light/Proximity liteon,ltr559 (liteon,ltr501) Works
Magnetometer yamaha,yas537 (yamaha,yas530) Works

Bluetooth

To fix it in phosh: rc-update add bluetooth boot

Suspend

The device can't wake up from suspend (but turning display off is working). You can disable it in your UI's settings.

FDE

Atmel touch works incorrectly in osk-sdl (focaltech is untested). You can just use more modern unl0kr instead of osk-sdl.

Installation

Note Note: lk2nd is a hard dependency, without it the mainline kernel will not select the display panel and you'll get a black screen.
  • Use the --add lk2nd-msm8953 flag during pmbootstrap install to get the lk2nd package.
  • Do not use "android recovery zip" method, because it can't install lk2nd.
  • If you want to use FDE, you need to add --fde --add=unl0kr to use unl0kr instead of broken osk-sdl.

Installation:

On SD-card
Find your SD-card: lsblk
Install (change /dev/sdX to your card)
$ pmbootstrap install --add lk2nd-msm8953 --sdcard /dev/sdX
On internal memory
$ pmbootstrap install --add lk2nd-msm8953
$ pmbootstrap flasher flash_rootfs --partition userdata

Flash lk2nd:

$ pmbootstrap flasher flash_lk2nd

Then boot into lk2nd and flash the kernel:

$ pmbootstrap flasher flash_kernel

See also