|
|
| t | | t | Messing with my jailbroken iPhone CarPC |
| | | ======================================== |
| | | |
| Notes that I took when messing with a jailbroken iPhone 4 ios 7.0.4 that I am us | | Notes that I took when messing with a jailbroken iPhone 4 ios 7.0.4 that I am us |
| ing as a carpc / carputer / dashboard camera. | | ing as a carpc / carputer / dashboard camera. |
|
|
| t | | t | |
| | | |
| | | Notes that I took when messing with a jailbroken iPhone 4 ios 7.0.4 that I am us |
| | | ing as a carpc / carputer / dashboard camera. |
| | | |
| | | install python 2.7.2 |
| | | ===================== |
| | | |
| | | You must have *openssh* and *wget* installed. |
| | | |
| | | Connect into the iPhone via SSH and run the following commands: |
| | | |
| | | .. code-block:: bash |
| | | |
| | | car:~ wget https://yangapp.googlecode.com/files/python_2.7.2-5_iphoneos-arm.deb |
| | | --no-check-certificate |
| | | car:~ dpkg -i python_2.7.2-5_iphoneos-arm.deb |
| | | car:~ root# python --version |
| | | Python 2.7.2 |