Category Archives: iOS

Generate and Test a iOS Push Certificate

Hello, A (working) quick way to generate a working P12 Certificate using OpenSSL for push notifications on your iOS apps: Transform the Certificate from CER to PEM openssl x509 -in aps_production.cer -inform DER -out distrib_final.pem -outform PEM} Transform the Key … Continue reading

Posted in iOS, Mac, Medium Technical | Tagged , , , , , , , , , , | Comments Off on Generate and Test a iOS Push Certificate

Baseband Fucked: a “working” fix for greyed out WIFI and Bluetooth on the iPhone

Hello, If you have this problem you can follow the “Apple official solution”; that is to reset your network settings, but…. To simple to work, don’t it?  Or try the next one that is to restore your iPhone and update/reload … Continue reading

Posted in iOS, Medium Technical | Tagged , , , , , , , , , , , , , , , , | Comments Off on Baseband Fucked: a “working” fix for greyed out WIFI and Bluetooth on the iPhone

How to run applications from console on the iPhone

Hello, If the application is a terminal application just do this: CD /Applications/Appname.app ./Appname But if the application is GUI application; you will need a Cydia package named “open”, so search for it on Cydia, install it, and then on … Continue reading

Posted in iOS, Medium Technical | Tagged , , , , , , , , | Comments Off on How to run applications from console on the iPhone

How to install .deb on the iPhone on SSH

Hello, Just send the file to your device and then run: dpkg -i nameofpackage.deb (Restart or re-spring maybe is needed…) Source: http://installpaidappsfree.blogspot.com.es/2013/02/how-to-install-deb-file-iphoneipodipad.html Regards, AC

Posted in iOS, Medium Technical | Tagged , , , , | Comments Off on How to install .deb on the iPhone on SSH

iOS – Recomended Cydia applications

Hello, A list of Cydia applications that you definitely need: 1 – SBSettings 2 – OpenSSH 3 – iFile 4 – Remove background 5 – Five icons AC.  

Posted in Basic Technical, iOS, Security | Tagged , , | Comments Off on iOS – Recomended Cydia applications