-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS 12 support #129
Comments
Ok, so turns out it was crazily easy to make a (potentially) iOS 12-compatible CLI version of SMServer (commit). I don't have an iOS 12 device to test with to verify, but it runs fine (mind you, CLI only — the app is just completely blank if you launch it) on my iOS 14.4.2 6s. I'll upload a build of the 12-compatible version here in a minute for others to test out and verify. I may expand this later to actually create a UI for iOS 12 and lower (since I have now learned UIKit), but for the time being it'll remain CLI. Edit: download the .deb here. The binary will be located at |
@CSab6482 sorry about that -- I just fixed the link, and updated the make script as well so that it will work on your mac. Unfortunately, there's no way (as of right now) to build it on windows. |
Yup, SSH in and try running |
@CSab6482 Try ./SMServer12 Unlike Windows, the current directory is not part of the PATH. The dot means current directory. As for the DPKG error try running |
I think we'll need to test those as well. I don't know if I'm going to release this on a public repository (since it's CLI-only (for now, at least), and that would confuse people), so it's not crucial that I do extensive testing for those versions, but I think I'll upload a compiled version here, with instructions on how to use, if people would like to use it. |
I successfully installed the deb posted earlier on an old iPhone 5c with iOS 10.3.3 and can run the server. Some notes:
However, it appears the bundled
|
@stevenmirabito thank you so much for checking that out! With regard to the issues you listed:
|
Does this mean that the next version will support iOS 12 out of the box? I tried the above method on my iOS 12.5.3 but encountered the same half built package error CSab6482 was seeing. When I rebooted before cleaning up the package I wasn't able to rejailbreak and had to completely reset my phone. |
Hey, your link is dead. Could you please upload the file to some more reliable file hosting? Maybe Google Drive? Trying to install it on my old iPad Mini 2 with iOS 9.3.6 :) Thank you in advance! |
Here ya go. Edit -
I'm not sure if this will work on iOS 9, but please test it out and let us know. |
Hey, sorry I didn't realize I can build it myself using Tried installing both However, Remote Messages worked perfectly. Thank you so much for a reference! Cheers :) |
Any update on the support? Works flawlessly via CLI but curious about the frontend to be able to adjust settings |
The last commit was in 2022 and the developer now works full-time at Beeper so I think it's safe to say the project will not be updated further unless somebody forks it. |
Opening to see if someone has the skills for supporting iOS 12 (and maybe lower versions)?
Alternatively, the UI be decoupled from the server, if it works and there's no UI or only a command-line tool where you have to open a Terminal on the iPhone or SSH to it in order to configure it, it's still pretty fine.
The text was updated successfully, but these errors were encountered: