miniCode icon indicating copy to clipboard operation
miniCode copied to clipboard

Will u up it to iOS13?

Open theBillLee opened this issue 5 years ago • 6 comments

I hope u do that,thank u,if you are interesting

theBillLee avatar Feb 21 '20 18:02 theBillLee

It's kind of poorly written to be honest. If I were to do that I'd want to rewrite it, but I don't really have the time to do that.

lufinkey avatar Feb 24 '20 20:02 lufinkey

It's kind of poorly written to be honest. If I were to do that I'd want to rewrite it, but I don't really have the time to do that.

Would it be possible to just recompile it with arm64e support?

If not, can you tell me where the source code is for miniCodeInstall, so that I can compile it for arm64e?

The-SamminAter avatar Nov 18 '20 07:11 The-SamminAter

Very unlikely but you can try

On Wed, Nov 18, 2020, 2:25 AM Sam [email protected] wrote:

It's kind of poorly written to be honest. If I were to do that I'd want to rewrite it, but I don't really have the time to do that.

Would it be possible to just recompile it with arm64e support?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/lufinkey/miniCode/issues/13#issuecomment-729490490, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB3VGUOXI3PKCTQSYK36CMTSQNZGZANCNFSM4KZIKSZQ .

lufinkey avatar Nov 18 '20 12:11 lufinkey

Do you know where the source code for miniCodeInstaller is? I did a bit of tinkering with miniCode, and that seems to be one of the main issues (as far as I could see).

Is miniCodeInstaller necessary, and if so, what does it do?

The-SamminAter avatar Nov 18 '20 15:11 The-SamminAter

Yeahhh I don't know if I have that anymore, but I /think/ all it did was copy a built .app folder to /Applications. It was stickied with root permissions so it could do that.

I apologise I wrote this app a /long/ time ago when I barely had any idea what I was doing. I literally made it so I could build another project from my iPod touch haha

On Wed, Nov 18, 2020, 10:07 AM Sam [email protected] wrote:

Do you know where the source code for miniCodeInstaller is? I did a bit of tinkering with miniCode, and that seems to be one of the main issues (as far as I could see).

Is miniCodeInstaller necessary, and if so, what does it do?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/lufinkey/miniCode/issues/13#issuecomment-729740531, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB3VGUIWY44AQ7BKCK4T25LSQPPLPANCNFSM4KZIKSZQ .

lufinkey avatar Nov 18 '20 15:11 lufinkey

I think the one weird thing you might need to do is call setuid(0) or something like that as the first thing you do so the sticky bit stays

lufinkey avatar Nov 18 '20 16:11 lufinkey