You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -43,6 +50,7 @@ Currently, setup requires a pretty solid knowledge of certificates and openssl (
43
50
* CFPropertyList
44
51
* uuidtools
45
52
* eventmachine
53
+
* twitter (you can remove the require for the twitter plugin in start.rb if you don't want/have this gem)
46
54
5. Execute start.rb (as root -- since it must listen on TCP/443)
47
55
6. Activate Siri on your phone (connected to the network and using the DNS server with the fake entry), and say, "Test Siri proxy." It should respond, "Siri Proxy is up and running!"
48
56
@@ -51,9 +59,7 @@ FAQ
51
59
52
60
**Will this let me run Siri on my iPhone 4, iPod Touch, iPhone 3G, Microwave, etc?**
53
61
54
-
Short answer: No.
55
-
56
-
Longer answer: While this doesn't let you do such a thing, it could HELP with such a thing. For instance, if you get Siri installed on your iPhone 4 (don't ask me how to do this, I really don't know), and you get someone to give you a valid iPhone 4S UDID (don't ask me for mine, I will ignore your request), you could use this proxy in order to substitute the valid UDID for your device's invalid UDID. It would be pretty trivial. Of course, that would allow anyone with access to the proxy use your UDID, so I'd recommend against that sort of action on anything externally accessible without performing some sort of authentication (might I suggest, checking the phone's UDID? hehe).
62
+
No. Please stop asking.
57
63
58
64
**How do I generate the certificate?**
59
65
@@ -119,6 +125,10 @@ You're probably not using an iPhone 4S. You need to be using an iPhone 4S (or ha
119
125
120
126
Just go into your phone's Settings app, then go to "General->Profiles." Your CA will probably be the only thing listed under "Configuration Profiles." It will be listed as its "Common Name." Just click it and click "Remove" and it will be removed. (Thanks to [@tidegu](http://www.twitter.com/tidegu) for asking!)
121
127
128
+
**Does this require a jailbreak?**
129
+
130
+
No. The only action you need to take on the phone is to install the root CA's public key.
0 commit comments