plamoni / SiriProxy

A (tampering) proxy server for Apple's Siri
GNU General Public License v3.0
2.12k stars 343 forks source link

iPhone is not 'detecting' SiriProxy #432

Closed 128keaton closed 11 years ago

128keaton commented 11 years ago

And SiriProxy is not detecting the phone either. Is there a log? I have set everything up properly. I got the certs to work. I am an iPhone 5, iOS 6.1

128keaton commented 11 years ago

Could I generate the certs on the ubuntu machine and point them to the PowerMac?

laxman01 commented 11 years ago

go into your siriproxy directory run rake install run siriproxy gencerts

128keaton commented 11 years ago

Okay, siriproxy, command not found

laxman01 commented 11 years ago

i have no idea what is wrong... rake install worked ?

128keaton commented 11 years ago

Yes.

128keaton commented 11 years ago

Should I try sudo?

laxman01 commented 11 years ago

i dont think that will work, im sorry i have zero experience with ubuntu and powermac. but if you ever want to try it on a mac i would try this https://github.com/plamoni/SiriProxy/issues/428

128keaton commented 11 years ago

AGH!

laxman01 commented 11 years ago

sorry if i think of anything i will let you know

128keaton commented 11 years ago

/Users/user/.rvm/gems/ruby-1.9.3-p374@SiriProxy/gems/siriproxy-0.3.2/lib/siriproxy/../../scripts/gen_certs.sh: line 27: /Users/user/.siriproxy/cert.log: Permission denied /Users/user/.rvm/gems/ruby-1.9.3-p374@SiriProxy/gems/siriproxy-0.3.2/lib/siriproxy/../../scripts/gen_certs.sh: line 45: /Users/user/.siriproxy/cert.log: Permission denied /Users/user/.rvm/gems/ruby-1.9.3-p374@SiriProxy/gems/siriproxy-0.3.2/lib/siriproxy/../../scripts/gen_certs.sh: line 48: /Users/user/.siriproxy/cert.log: Permission denied /Users/user/.rvm/gems/ruby-1.9.3-p374@SiriProxy/gems/siriproxy-0.3.2/lib/siriproxy/../../scripts/gen_certs.sh: line 61: /Users/user/.siriproxy/cert.log: Permission denied /Users/user/.rvm/gems/ruby-1.9.3-p374@SiriProxy/gems/siriproxy-0.3.2/lib/siriproxy/../../scripts/gen_certs.sh: line 64: /Users/user/.siriproxy/cert.log: Permission denied /Users/user/.rvm/gems/ruby-1.9.3-p374@SiriProxy/gems/siriproxy-0.3.2/lib/siriproxy/../../scripts/gen_certs.sh: line 67: /Users/user/.siriproxy/cert.log: Permission denied mv: rename /tmp/newcert.pem to /Users/user/.siriproxy/server.passless.crt: No such file or directory mv: rename /tmp/siriCA/cacert.pem to /Users/user/.siriproxy/ca.pem: No such file or directory

Is what I get when I try to generate a vert

laxman01 commented 11 years ago

Maybe try Sudo

128keaton commented 11 years ago

Same thing

laxman01 commented 11 years ago

Try reinstalling the siriproxy gem

128keaton commented 11 years ago

I did rake install, then bundle siriproxy and it says no task

laxman01 commented 11 years ago

i would try reinstalling everything and we can set up together step by step

128keaton commented 11 years ago

Okay.

128keaton commented 11 years ago

I have RVM installed, DNSMasq, and the latest ruby

laxman01 commented 11 years ago

ok now try reinstalling siriproxy

128keaton commented 11 years ago

Alrighty, gotta git it

laxman01 commented 11 years ago

yeah and do you have internet connection on ubuntu

128keaton commented 11 years ago

Nope. Hmmm. Gonna reboot

laxman01 commented 11 years ago

ok

128keaton commented 11 years ago

Ok I got it

128keaton commented 11 years ago

Gitting the siriproxy

laxman01 commented 11 years ago

sweet

128keaton commented 11 years ago

Okay, gonna rake install, k?

128keaton commented 11 years ago

Scratch that, gotta make the siriserver dir

laxman01 commented 11 years ago

did you already rvmsudo gem install rake bundler

128keaton commented 11 years ago

I did that too

laxman01 commented 11 years ago

alright

128keaton commented 11 years ago

I copied the YMLs and edited them, about to generate certificates

128keaton commented 11 years ago

I need to rake install

128keaton commented 11 years ago

Okay, siriproxy, command not found

128keaton commented 11 years ago

Got it fixed

128keaton commented 11 years ago

No, I didn't

laxman01 commented 11 years ago

What's wrong now

128keaton commented 11 years ago

Still giving me werid stuff

128keaton commented 11 years ago

Gonna resume tommorrow

128keaton commented 11 years ago

Back

128keaton commented 11 years ago

Got it all bundled

128keaton commented 11 years ago

I switched over to three little pigs and that works, but it is trying to connect to itself instead of guzzoni. Can I have some help?

laxman01 commented 11 years ago

I can later, I'm at school now

Deanmv commented 11 years ago

Read: Using Siri causes a whole bunch of the following messages, followed by SiriProxy crashing!

Here: https://github.com/plamoni/SiriProxy

laxman01 commented 11 years ago

ok so where are you at in the process and what errors are you receiving

128keaton commented 11 years ago

Ok, I am in the same boat I was with siriproxy. I cannot connect to the proxy. It won't even detect it!

128keaton commented 11 years ago

There is something with DNSMasq that freaks out my internet when I kill DNSMasq

plamoni commented 11 years ago

So it sounds like you've configured your network to point to dnsmasq for DNS (probably via a DHCP configuration). So when you bring down dnsmasq, you lose DNS service on your network (which would make it appear as if your Internet is down).

Here's my suggestion:

  1. Run siriproxy update --branch dev. This will pull the dev branch, which should resolve the "circular connections" problem.
  2. Turn on your dnsmasq.
  3. Turn on Airplane mode on your phone, then turn it off again (this resets all your network connections).
  4. Check your network settings on your phone (via the WiFi settings) and find the DNS server address, it should be your SiriProxy server's IP. If it's not, change it manually (I'm going to guess it is, though).
  5. Run Siri and say "Test SiriProxy" -- hopefully it will respond that SiriProxy is up and running. If not, report back here.
128keaton commented 11 years ago

@plamoni Thanks! I gave up on trying to run it on Ubuntu, so it runs on my PowerMac. Sometimes Ubuntu acts like s**t!