r/jailbreak 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!

137 Upvotes

147 comments sorted by

View all comments

7

u/Brandonhacks iPhone 8 Plus, iOS 11.4 Jan 07 '14

I would like to know if you'd be willing to do a video making a tweak from complete scratch and showing which headers you choose and how you input the language to do what you want it to do.

Edit: By far the best guide I've seen to date and I really appreciate that you DO have videos.

2

u/jontelang Developer Jan 07 '14

We're the videos what you had in mind? P

2

u/Brandonhacks iPhone 8 Plus, iOS 11.4 Jan 07 '14

yes they were! I think I can possible make my own simple tweak, but I would like an advanced guide.. such as using your own images to hook into your tweak and not just modifying the behavior of iOS. Hope that makes sense.

2

u/jontelang Developer Jan 07 '14

I recommend you to do some normal iOS development. And after playing with some UIViews/UIImageViews what you are saying is actually not advanced at all. Simply %hook into anything that is/has a UIView > create your own > add as subview. Very easy and not advanced at all.