Press "Enter" to skip to content

Posts published in May 2020

New log system

Pedro Adelino 0

I’ve developed a simple log system in C for iOS/Linux. This will make it easy to test and debug future software releases. Please check my GitHub page. You can download…

APT List Parser

Pedro Adelino 0

If you need to restore your iOS device, you can use this app to generate a script to restore every package previously installed. You will need the file aptlist.txt created…

DPKG Packages restore

Pedro Adelino 0

If you need to restore your iOS device, you can use this script to restore every package previously installed. You will need the file dpkglist.txt created with the script iplcreatorbypedro.sh.…

Packages list creator

Pedro Adelino 0

Installed packages list creator for iOS. This Bash Script creates 2 lists, one for APT and another for DPKG. Download Script. I am now working on a Script to restore…