Download the A5 Jailbreak for iPhone 4S and iPad 2 on 5.0.1 here
For Mac:
http://cache.greenpois0n.com/dl/absinthe-mac-0.4.zip
For PC:
http://cache.greenpois0n.com/dl/absinthe-win-0.4.zip
For Linux:
http://cache.greenpois0n.com/dl/absinthe-linux-0.4.tar.gz
Demonstration of how Siri actually works and why it can be run on other devices, not just the 4S
Instructions from ketchup-mayo
Prerequisites
- a fully working SiriGUI (Spire)
- 1 important key from an iPhone 4S (validationdata) or best an iPhone 4S =)
- Linux / MacOS ( i am working here on a OpenSuse 11.4 but tested it aswell in a debian. so any unix is fine)
- modified SiriProxy - get it here
Installing all needed Tools
Note: in OpenSuse "zypper" is used for installing packages. In any other Linux you can use "apt-get".
All needed Software:
zypper install openssl
zypper install libopenssl-devel
zypper install zlib
zypper install zlib-devel
zypper install ruby
zypper install ruby-gems
zypper install make
zypper install gcc
zypper install gcc-c++
zypper install libxml2*
All needed ruby gems:
on linux: gem install eventmachine -- --with-ssl-dir=/usr/bin/openssl
on mac: gem install eventmachine
gem install CFPropertyList
gem install httparty
gem install json
gem install uuidtools
Create a Directory ( in my case /~):
mkdir ~/hacks
cd ~/hacks
wget http://www.ketchup-mayo-senf.de/blog/MySiriProxy.zip
unzip MySiriProxy.zip
cd SiriProxy
Create own Certificates:
(use any password and information you want)
openssl genrsa -des3 -out ca.key 4096
openssl req -new -x509 -days 365 -key ca.key -out ca.crt
openssl genrsa -des3 -out server.key 4096
(enter your ip or hostname in "common name" .. important! - if you want to use an iPhone 4S use "guzzoni.apple.com")
openssl req -new -key server.key -out server.csr
openssl x509 -req -days 365 -in server.csr -CA ca.crt -CAkey ca.key -set_serial 01 -out server.passless.crt
openssl rsa -in server.key -out server.key.insecure
mv server.key server.key.secure
mv server.key.insecure server.passless.key
Install the certificate on your phone
Email the ca.crt file to yourself and open it in your iPhone. Then press install.
Editing the ProxyServer
This is not needed anymore because of new version! Just connect a iPhone 4S and the data will be saved automaticly :)
Starting the Server
if you are root start it with:
ruby start.rb
if you are not root ( Ubuntu, MacOS etc):
sudo ruby start.rb
If you want to connect an iPhone 4S and used "guzzoni.apple.com" as Host in your certs you need a fake dns
cd ~/hacks/SiriProxy
wget http://www.ketchup-mayo-senf.de/blog/dns.py
./python dns.py
then try Siri =)
Whats next?
note: this steps only if you dont have iPhone 4S to connect to your server!
Edit the com.apple.assistant.plist via iFile and change "https://guzzoni.apple.com" to "https://YOURIP_OR_DYNDNS" for example in my case for my local network: "https://192.168.0.24"
then try Siri =)
@adnbek Removed it meaning the battery
AlphaFalconX 1 month ago
so with 4394 views would you be able to get money from youtube to buy yourself some battery for that alarm? Cuz its really annoying watchjng your vid and that sound!
aziatiklover 1 month ago
@aziatiklover I've since removed it because it was interfering with my videos.
AlphaFalconX 1 month ago
Hi van i have your Siri proxy adress?
Pm me
MultiBJ14 1 month ago
@MultiBJ14 It is not for public use.
AlphaFalconX 1 month ago
wtf is with the selena gomez?
ThomasShowproduction 2 months ago
@ThomasShowproduction I like Selena Gomez
AlphaFalconX 2 months ago 3