messing-with-my-jailbroken-iphone-carpc

JSON

rev 2  |  foxhop  |  1391165907000  |  JSON

rev 1
rev 2
t1 t1Messing with my jailbroken iPhone CarPC
2========================================
23
3Notes that I took when messing with a jailbroken iPhone 4 ios 7.0.4 that I am us4Notes 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.
rev 1  |  foxhop  |  1391165864000  |  JSON

empty
rev 1
tt1 
2 
3Notes 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.
4 
5install python 2.7.2
6=====================
7 
8You must have *openssh* and *wget* installed.
9 
10Connect into the iPhone via SSH and run the following commands:
11 
12.. code-block:: bash
13 
14 car:~ wget https://yangapp.googlecode.com/files/python_2.7.2-5_iphoneos-arm.deb
 > --no-check-certificate
15 car:~ dpkg -i python_2.7.2-5_iphoneos-arm.deb
16 car:~ root# python --version
17 Python 2.7.2