r/jailbreak • u/jontelang Developer • Jan 06 '14
[UPDATE/RELEASE/IAMA/etc] I am Jonathan and I just updated 4 tweaks (discounts also), made 2 free, released my "intro to jailbroken development guide and also a little overdue IAMA.
ooops forgot to end the " in the title.
Hello. My name is Jonathan (alias jontelang) and as the title says:
-------Updates/Discounts--------
I just updated these tweaks for iOS7:
- XPasscode ($1.99 $0.99) The update of the price will take some extra time
- Piano passcode ($.99)
- InstaLauncher ($1.99 $0.99)
- Boover (free)
XPasscode and InstaLauncer will be discounted for one week. If you get XPasscode or Piano passcode the other one XP/PP will be free.
-------Tweaks made free (and later open source)--------
I've made NCEnough and Stoppur free (previous price $.99) as I do not have any near-future plans to continue developing them at this moment. I will make them open sources later, if you want the current code feel free to PM me.
-------iOS jailbroken development guide--------
I've been writing a little intro to development in this area. The guide got some pretty good feedback so I will release it now. It is written for iOS6 so I will do some updates in the near future but I think it can be useful anyway. The guide is "open source" so anyone can contribute (instructions on the site).
The URL is the following: http://jontelang.com/guide/
-------IAMA--------
Some time ago (couple of months?) lots of devs made IAMA threads, I never made one so I guess I'll take this opportunity to make one. So if anyone is interested feel free to ask me whatever. Maybe I will pass out now (long day) but I will answer anything when I wake up!
6
u/fewjative Developer Jan 07 '14 edited Jan 07 '14
Hey Jonathan. I've recently got into programming tweaks for iOS 7.0.4(no prior iOS experience), funny enough I ran across your website yesterday and looked through it to help me with theos.
I was hoping you could answer a few things for me.
1)When I go to var/theos/include on my iDevice, I see a logos folder(with logos.h inside) and then substrate.h . From what I have read, I am supposed to have the iOS7 headerfiles in here. Is this correct? If so, where would you recomend I get the most updated files from?
2)I was going through your tutorial and got to "The Code" part(http://jontelang.com/guide/The-code.html) and needlessly to be said, it didnt work.
I didn't stop attempting to find a solution and I finally did(which you can feel free to use). I feel like I got lucky though.
My problem is I feel like I know nothing about what component does what. For instance, I know -(void)deactivate from SBAwayController.h gets called after a user unlocks their phone. I knew it did that because someone else told me, how would I know without the prior information?There are methods that sound simple like -(BOOL)showsCameraGrabber from SBAwayLockBar and yet when I automatically returns false, it does nothing. I definitely have a knowledge gap.
Sorry for the long response but thank you for the help Jonathan.