// How to Install Siri Proxy on iPhone 4S and Control iTunes

How to Install Siri Proxy on iPhone 4S and Control iTunes

Dec 11, 11 How to Install Siri Proxy on iPhone 4S and Control iTunes

Install Siri Proxy

The installation of a Siri Proxy can be done on a Mac,Windows or Linux based computer and it only works on the iPhone 4S which you’ll need to send commands from a Mac. to start a server will configure static DNS settings for your wifi. Settings-> WiFi-> and under the connection. So your mac ie 20.0.0.43 and the router: 20.0.0.2, it allows you to connect the iPhone to Siri regular orders and commands from any Siri Proxy while maintaining Internet connectivity via WiFi. Should look like this:

Step 1. Download and extract this file , we will say extract to / Users / jbpc / SiriProxy and set up your iPhone with the above parameters. DNS said your ip MAC. 

Step 2. Create the necessary certificates for both your iPhone and the SiriProxyboot time (Spotlight search for “terminal”) and type each line by line

- Cd / SiriProxy or the name of the folder you extracted - / System / Library / OpenSSL / misc / CA.pl-newca <enter> 

- <Enter> - It will ask you to type a password: hello < enter> 

- It will ask you to name the country <enter>

 - You will be prompted for the name of the State <enter> 

- You will be asked for common name, to: ‘My Fake CA’ without the quotes and < enter> 

- / System / Library / OpenSSL / misc / CA.pl-newreq 

- It will ask you to type a password: hello <enter> 

- It will ask for the name of the country <enter>

 - You will be asked on behalf of the State <enter>

- You will be asked to name common to ‘guzzoni.apple.com “without quotes and <enter> 

- / System / Library / OpenSSL / misc / CA.pl-sign 

- Enter the word “hello” <enter> 

- Type “Y” in response to each prompt, <enter> 

- Openssl rsa-in-out newkey.pem server.passless.key <enter> 

- Enter the word “hello” < enter> 

- newcert.pem server.passless.crt <enter> Mv 

- Mv server.passless .* / Users / jbpc / SiriProxy

Setting up the iPhone 4S

We are done with Terminal, you can close it. We now have the certificate installed in the SiriProxy and we will navigate to the user / / jbpc / SiriProxy / cacert.pem demoCA file and send the certificate by email attached to your iPhone when you receive the file on your iPhone, click it to open and click install, and ignore the warning. 

Step 3. Install and configure dnsmasq to send to guzzoni.apple.com to computer running the proxy server. Here’s how we do it. - First let’s download the ports by if you have not already installed, download lion or Snow Leopard and install the package. - After rebooting your terminal application so you can start using the ports. - Start the terminal and type:

sudo port install dnsmasq

 

- You are invited to put the root password (su), if you do not have this enabled on your mac account just search Google, a few minutes - once you have installed dnsmasq does not start, we we need to edit / opt / local / etc / dnsmasq.conf, use any editor to open the file, go down to line 62 and add the following line just below # address = / double click.net / 127.0.0.1 address = / guzzoni.apple.com / ip your mac here

then save the file Now we can start dnsmasq to do this back to terminal and type:

sudo port load dnsmasq <enter>

and type

 

password and SU <enter>

dnsmasq should now work load. 

Step 4 . You need to install Ruby Gems,here’s how: Type the following commands

- Gem install

- remote httparty <enter> 

- gem install

- remote open-uri <enter> so ignore the error. 

- gem install

- remote json <enter> 

- gem install

- remote CFPropertyList <enter> 

- gem install

- remote uuidtools <enter> 

- gem install

- remote eventmachine <enter> 

- gem install

- remote <enter> twitter


All done, time to test. Navigate back to SiriProxy,

 

- Cd / Users / jbpc / SiriProxy


then type: 
 

- Ruby sudo start.rb


Now, start Siri and say “Test proxy Siri.” If configured correctly, you should have “Proxy Siri on!” Edit Start your Viper with Siri proxy, thanks to this script:

 

Code: 
vipercontrol.rb (place it in the plugins folder of “Siri Proxy”) 
viper_control.php (place it on web server)

@ Plamon has posted a video on how to install Proxy Siri Unbutu 11.10. Once this is passed you can begin installing Siri ProxyA list of all commands used on the video: HERE The latest version of SiriProxy: HERE

Install Siri Proxy

  • Jailpod

    everything is working except for the ruby gem install.
    When i put Gem install in the terminal it doesn’t work it just says:

    ERROR: While executing gem … (Gem::CommandLineError)
    Please specify at least one gem name (e.g. gem build GEMNAME)

    Please help!!