Skip to content

SDM845 Release 20241104

Compare
Choose a tag to compare
@Shubhamvis98 Shubhamvis98 released this 04 Nov 13:16
· 17 commits to master since this release
f801e7c

Default User/Pass: kali/8888

Changelog:

  • Added NetHunter Kernel. So, OTG should work (-;
  • Squeekboard is back

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:

tar -xpf kali_phosh_sdm845_YYYYMMDD.tar.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

Install on EMMC (fastboot method):

Boot your device into fastboot and run below commands:

tar -xpf kali_phosh_sdm845_YYYYMMDD.tar.xz
fastboot flash userdata kali_phosh_sdm845_YYYYMMDD.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)