SDM845 Release 20240810
Pre-release
Pre-release
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