Ingan121 / FSUntether

Fucking Simple Untether for iOS 15-17
MIT License
196 stars 14 forks source link

Stop iDownload being killed after three minutes #8

Closed alfiecg24 closed 1 year ago

Ingan121 commented 1 year ago

Nice work! Quick question: do we need this for option 1? Are there any benefits to this? AutoLauncher only opens FSUntetherGUI on boot and that's all, it doesn't need to stay alive. Maybe making it stay alive could make we don't need to worry about the random restart? (uptime check already handles this though)

alfiecg24 commented 1 year ago

Quick question: do we need this for option 1? Are there any benefits to this?

Yeah, seems that’s the correct solution. I’m not too familiar with option 1 as I don’t have a TrollStore-compatible device to test it with. Hope this new commit is okay.

Ingan121 commented 1 year ago

Thanks, I'll merge it after checking if it doesn't stop for an hour.

alfiecg24 commented 1 year ago

Ok, sounds good! Currently my uptime is around 62k seconds and the server is still running: image

alfiecg24 commented 1 year ago

Also quick note to clear up any confusion, this is my fork of the project, so that’s why the “iDownload> “ is replaced with $ and it has an uptime command

Ingan121 commented 1 year ago

Confirmed working for an hour. Merged, thanks!