Press "Enter" to skip to content

Posts published by “Pedro Adelino”

Community Manager.
Software Developer.
Pro Hacker.
Pro Gambler.
Shareholder.
Marketing.

From Lisbon with Love.

Cydra Tools v0.5 released

Pedro Adelino 0

Cydra Tools is an app for iOS to manage Cydia and jailbroken devices. It was written in C language and compiled with LLVM Clang (C18 standard). You can download the…

Script improvement

Pedro Adelino 0

I have now added “killall + name_of_ app” to my build (EXE from C) script, so it cleans up memory and prevents problematic processes from overheating the CPU. To check…

100K on M$ Rewards

Pedro Adelino 0

Today I am celebrating my first 100.000 points on MicroSoft Rewards. If I can do it, so can you. Go to my Atlan Money page and start earning!

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…

First apps for iOS

Pedro Adelino 0

I’ve converted my 2 Bash Scripts into C language. Please feel free to comment and contribute. Cydiareposbypedro. Chmod777fixbypedro. Cydiafixbypedro.

GitHub

Pedro Adelino 0

I am now on GitHub. Check my repo : https://github.com/pedroadelino

iPhoneOS 13.4 SDK

Pedro Adelino 0

If you develop apps on the iPhone, you need the SDK. Download the SDK, unzip the file and copy the folder to your iPhone. I use Theos, so I have…