plamoni / SiriProxy

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

SiriProxy init.d script #498

Closed elvisimprsntr closed 11 years ago

elvisimprsntr commented 11 years ago

I am very very close to have SiriProxy running via an /etc/init.d script. This is what I have:

https://gist.github.com/elvisimprsntr/5274928

  1. I can manually stop/start/restart the daemon from the command line using the init.d script, and siriproxy works!
  2. when I reboot, siriproxy will automatically start, but will crash upon launch of Siri.

Any suggestions for trouble shooting or correcting are welcome.

Thanks,

Elvis

elvisimprsntr commented 11 years ago

I was able to figure it out. I had to add the --chuid option.