Releases: Shubhamvis98/kali-pinephone
SDM845 Release 20241104
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
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
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
SDM845 Release 20240810
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
Release 20240803
Default User/Pass: kali/8888
Changelog:
- Added my self-hosted repository.
- Fixed Mobian repository.
- Added nethunter and network-scanner apps
Installation:
From PinePhone/Pro:
unxz ${IMAGE_FILE}.xz && bmaptool copy ${IMAGE_FILE} /dev/mmcblkX
or
unxz -c ${IMAGE_FILE}.xz | dd of=/dev/mmcblkX bs=1M oflag=sync status=progress
X: Storage Device
From PC [Use Tow-Boot's Mass Storage]:
While booting press Vol-up to boot into Mass Storage, led color will be blue
unxz ${IMAGE_FILE}.xz && bmaptool copy ${IMAGE_FILE} /dev/sdX
or
unxz -c ${IMAGE_FILE}.xz | dd of=/dev/sdX bs=1M oflag=sync status=progress
X: Storage Device
Please install Tow-Boot if boot fails
Create an issue if you see any bug in the release
Release 20240328
Default User/Pass: kali/8888
Changelog
- Fixed Kali Repository
Installation:
From PinePhone/Pro:
unxz ${IMAGE_FILE}.xz && bmaptool copy ${IMAGE_FILE} /dev/mmcblkX
or
unxz -c ${IMAGE_FILE}.xz | dd of=/dev/mmcblkX bs=1M oflag=sync status=progress
X: Storage Device
From PC [Use Tow-Boot's Mass Storage]:
While booting press Vol-up to boot into Mass Storage, led color will be blue
unxz ${IMAGE_FILE}.xz && bmaptool copy ${IMAGE_FILE} /dev/sdX
or
unxz -c ${IMAGE_FILE}.xz | dd of=/dev/sdX bs=1M oflag=sync status=progress
X: Storage Device
Please install Tow-Boot if boot fails
Create an issue if you see any bug in the release
Installer Test Images 20231010
Hi There,
The below published images are installer images contain calamares installer.
I've tested the PinePhone image and its working fine.
So, I need a volunteer to test the PinePhonePro's installer image.
The main purpose to release installer images is to have FDE(Full Disk Encryption), so please confirm if it's working fine.
You can open an issue to confirm or tag me on twitter.
Thanks...
Release 20230927
Default User/Pass: kali/8888
Changelog
- Preinstalled NetHunter App
- Aircrack-ng, mdk4 and macchanger added for NetHunter
- Added blockmap files to make installation faster
Installation:
From PinePhone/Pro:
unxz ${IMAGE_FILE}.xz && bmaptool copy ${IMAGE_FILE} /dev/mmcblkX
or
unxz -c ${IMAGE_FILE}.xz | dd of=/dev/mmcblkX bs=1M oflag=sync status=progress
X: Storage Device
From PC [Use Tow-Boot's Mass Storage]:
While booting press Vol-up to boot into Mass Storage, led color will be blue
unxz ${IMAGE_FILE}.xz && bmaptool copy ${IMAGE_FILE} /dev/sdX
or
unxz -c ${IMAGE_FILE}.xz | dd of=/dev/sdX bs=1M oflag=sync status=progress
X: Storage Device
Please install Tow-Boot if boot fails
Create an issue if you see any bug in the release
Release 20230521
Default User/Pass: kali/8888
Changelog
- Added ttyescape from postmarketos
Installation:
From PinePhone/Pro:
unxz -c $IMAGE_FILE | dd of=/dev/mmcblkX bs=1M oflag=sync status=progress
X: Storage Device
From PC [Use Tow-Boot's Mass Storage]:
While booting press Vol-up to boot into Mass Storage, led color will be blue
unxz -c $IMAGE_FILE | dd of=/dev/sdX bs=1M oflag=sync status=progress
X: Storage Device
Release 20230125
Default User/Pass: kali/8888
Changelog
- Back to Mobian Kernel
- Auto Resize root partition at boot time
Installation:
From PinePhone/Pro:
unxz -c $IMAGE_FILE | dd of=/dev/mmcblkX bs=1M oflag=sync status=progress
X: Storage Device
From PC [Use Tow-Boot's Mass Storage]:
While booting press Vol-up to boot into Mass Storage, led color will be blue
unxz -c $IMAGE_FILE | dd of=/dev/sdX bs=1M oflag=sync status=progress
X: Storage Device
SDM845-Test_Image-20230521
Default User/Pass: kali/8888
#This is a test image, many of the features are not working so I suggest you to flash in sdcard instead of your phone's emmc. Take backup of your boot.img, before flashing boot partition.
Installation:
From PC:
fastboot flash boot boot-beryllium-${variant}_{rel_date}.img
unxz -c $IMAGE_FILE | dd of=/dev/sdX bs=1M oflag=sync status=progress
X: Storage Device