Skip to content

SDM845 Release 20240810

Pre-release
Pre-release
Compare
Choose a tag to compare
@Shubhamvis98 Shubhamvis98 released this 10 Aug 12:02
· 38 commits to master since this release
9355253

Default User/Pass: kali/8888

Installation:

Supported Devices:

  • SHIFT SHIFT6mq (axolotl)
  • Xiaomi Poco F1 (beryllium ebbg/tianma)
  • Oneplus 6 (enchilada)
  • Oneplus 6T (fajita)
  • Xiaomi Mi MIX 2S (polaris)

Known issues:

  • Mobile data and audio aren't working on the Poco F1 (beryllium).

Mobile data and audio can be fixed by running below commands:

sudo sed -i 's/bookworm/trixie/g' /etc/apt/sources.list.d/mobian.list
sudo apt update
sudo apt upgrade -y
sudo update-initramfs -u

sudo apt install pulseaudio -y
systemctl --user mask pipewire pipewire-pulse
systemctl --user enable pulseaudio

sudo reboot

Not tested on other devices, I only have Poco F1.

Install on SDCard:

unxz kali_phosh_sdm845_20240810.img.xz
simg2img kali_phosh_sdm845_20240810.img rootfs_ext4.img
dd if=rootfs_ext4.img of=/dev/sdX bs=1M oflag=sync status=progress
and at last, flash boot.img using fastboot
fastboot flash boot boot-{model}.img

Install on EMMC (fastboot method):

Boot your device into fastboot and run below commands:

unxz kali_phosh_sdm845_20240810.img.xz
fastboot flash userdata kali_phosh_sdm845_20240810.img
fastboot flash boot boot-{model}.img

WARNING: This will wipe your phone. So, I won't recommend to flash it in your daily driver, but if your device supports external sdcard, go ahead (-;

Create an issue if you see any bug in the release

If you find my work useful and would like to support it, consider making a donation

GitHub release (by tag)