itsjunetime / smserver

An app to allow Jailbroken iPhones to send texts & attachments from their browser
GNU General Public License v3.0
157 stars 26 forks source link

Question - How to run SMServer as a daemon #111

Closed sabogalc closed 3 years ago

sabogalc commented 3 years ago

I attempted to set up SMServer to run as a daemon by following these instructions, but I was unsuccessful. On version 0.7.3, it caused an infinite loop of crashes, but there were no more crashes on version 0.7.4 😃. This is what my SSH client looked like when I tried to run the commands Screenshot 2021-03-18 183430

itsjunetime commented 3 years ago

Yeah, uh I definitely checked everything extensively to make sure those commands worked, but they're not working for me now either. I'll look into this more to see if I can figure out the issue.

itsjunetime commented 3 years ago

Update: turns out there were a lot of issues with that — I can describe them all if you want but it'll take quite a while so just suffice it to say this should be fixed with the next version. Also shoutout to @sgtaziz, turns out the infinite crash from a few issues ago can be fixed with the memorystatus_control function he has in his main.swift file, so thanks to them for that.

itsjunetime commented 3 years ago

This issue should be fixed with version 0.8.0. See the updated instructions in the new daemon control file