Skip to content

Releases: Shubhamvis98/kali-pinephone

Release 20240328

30 Mar 06:27
Compare
Choose a tag to compare

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

GitHub release (by tag)

SDM-845 Test Image

07 Jan 20:09
Compare
Choose a tag to compare
SDM-845 Test Image Pre-release
Pre-release

WARNING: Do not install in your main device as I've only tested in POCO F1 (beryllium) with an sdcard.

The tarball contains other sdm845 devices boot images as well like Oneplus6 etc.

WiFi is working.
Audio is not working as there are some (alsa-ucm)configurations are missing in kali repository. So, i'll fix the audio in next release.

Default User/Pass: kali/88888

GitHub release (by tag)

Installer Test Images 20231010

11 Oct 11:03
63ac01d
Compare
Choose a tag to compare
Pre-release

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...

GitHub release (by tag)

Release 20230927

27 Sep 08:02
e6848e6
Compare
Choose a tag to compare

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

GitHub release (by tag)

Release 20230521

21 May 14:35
Compare
Choose a tag to compare

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

#If booting fails, please install Tow-Boot first
GitHub release (by tag)

Release 20230125

24 Jan 21:12
Compare
Choose a tag to compare

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

#If booting fails, please install Tow-Boot first
GitHub release (by tag)

SDM845-Test_Image-20230521

21 May 15:03
Compare
Choose a tag to compare
Pre-release

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

GitHub release (by tag)

Release 20221004

04 Oct 06:34
b08a7d0
Compare
Choose a tag to compare

Default User/Pass: kali/8888

Changelog

  • Phosh UI Improvements
  • Packet Injection Working [use iwconfig instead of airmon-ng]
  • Compatible with Tow-Boot
  • eg25-manager is available in Kali repository.

I forget to enable eg25-manager service (-;

sudo systemctl enable eg25-manager

Get USB Arsenal for your PinePhone's Kali Linux

Installation:

From PinePhone:

unxz -c $IMAGE_FILE | dd of=/dev/mmcblkX bs=1M oflag=sync status=progress
growpart /dev/mmcblkX Y
e2fsck -y -f /dev/mmcblkXpY
resize2fs /dev/mmcblkXpY
X: Storage Device
Y: Partition Number

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
growpart /dev/sdX Y
e2fsck -y -f /dev/sdXY
resize2fs /dev/sdXY
X: Storage Device
Y: Partition Number

#If booting fails, please install Tow-Boot first

Kernel_5.17.4_pp

24 Nov 23:58
b08a7d0
Compare
Choose a tag to compare

Kernel Headers and Kernel Image for PinePhone

You can even add Mobian's repository to kali build and install kernel using apt

Release 20220724

24 Jul 18:02
41b8c20
Compare
Choose a tag to compare

Default User/Pass: kali/8888

Changelog

  • Now, The default partition table is gpt
  • alsa-ucm-conf fixed: Sound will work after update
  • Image size increased. So, the memory out of space issue fixed
  • Packet Injection Working [use iwconfig instead of airmon-ng]
  • Compatible with Tow-Boot
  • Totally depends on The Kali repository now except package eg25-manager as this is not a part of Kali repository

Get USB Arsenal for your PinePhone's Kali Linux

Installation:

unxz -c $IMAGE_FILE | dd of=/dev/mmcblkX bs=1M status=progress
growpart /dev/mmcblkX Y
e2fsck -y -f /dev/mmcblkXpY
resize2fs /dev/mmcblkXpY
X: Storage Device
Y: Partition Number
#If booting fails, please install Tow-Boot first