SDM845 Release 20240813
Default User/Pass: kali/8888
Changelog:
- Modem and Audio Fixed
- Mobian suite bumped to trixie
Installation:
Watch Installation Tutorial on YT
Supported Devices:
- SHIFT SHIFT6mq (axolotl)
- Xiaomi Poco F1 (beryllium ebbg/tianma)
- Oneplus 6 (enchilada)
- Oneplus 6T (fajita)
- Xiaomi Mi MIX 2S (polaris)
Install on SDCard:
unxz kali_phosh_sdm845_YYYYMMDD.img.xz
simg2img kali_phosh_sdm845_YYYYMMDD.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
fastboot erase dtbo # if your device has AB partitions
Install on EMMC (fastboot method):
Boot your device into fastboot and run below commands:
unxz kali_phosh_sdm845_YYYYMMDD.img.xz
fastboot flash userdata kali_phosh_sdm845_YYYYMMDD.img
fastboot flash boot boot-{model}.img
fastboot erase dtbo # if your device has AB partitions