Tag Archives: ssh

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