how i entered the jailbreak scene aaron ash @aaronash@aaronash

44

Upload: lillie-kibble

Post on 13-Dec-2015

214 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash
Page 2: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash

How I entered the jailbreak scene

Aaron Ash @aaronash

Page 3: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash
Page 4: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash

I’ve always liked computers...

Page 5: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash

Popular Tweaks I wrote

Multifl0w Barrel

Page 6: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash

Tweak making

•It’s not as easy as it looks

•I promise! (always unexpected bugs)

•But it’s also not impossible

•If you work at it, you can do it

Page 7: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash

How I make tweaks

•Idea

•Hack at it

•Test it

•Share it

•Polish it

•Release it

•Improve it

•I

Page 8: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash

Idea

•Useful

•Looks cool

•(hopefully both of the above)

•It works well

Page 9: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash

Sources for ideas

•What can be improved?

•What is annoying?

•What could be given more shine?

•What do people want?

•What do you want?

Page 10: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash

Hack at it

•class-dump-z the binary

•Hack around with cycript (cycript.org)

•Log stuff to see what’s going on

•Figure out the best places to hook

•Code it (check out Logos/Theos framework by DHowett)

Page 11: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash

Test it

•Put it on your actual device

•If you can stand it, you’re off to a good start

•If you can’t, try fixing biggest bugs

•If it just won’t work, don’t force it

Page 12: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash

Share it

•See what your friends think about it

•Show Twitter

•Listen to feedback

Page 13: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash

Polish it

•Fix as many bugs as you can

•Fix crashes (nobody likes unexpected resprings)

•Double check for memory leaks

•First impression might be your only impression

Page 14: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash

Release it!

•Write up a clear description

•Maybe make a website

•Submit to a repo (I prefer BigBoss)

Page 15: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash
Page 16: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash

Improve it

•Tweet about it on release

•I normally make a YouTube video demonstrating the tweak

•Squash any bugs you missed

•Add features users request

•Repeat! Have fun

Page 17: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash

Multifl0w

•I had an iPhone, wanted to make stuff

•Was <18, couldn’t join Apple’s program

•Solution: jailbreak!

•Friend in high school had a Palm Pre

•I thought its “cards multitasking” was cool

•Why didn’t iPhone OS have it?

•“hmm, I could try making that”

Page 18: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash

•Problem: Didn’t have a mac (or money)

•Solution: Install SDK on windows!

Page 19: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash

•Problem: Couldn’t figure that out

•Solution: Install SDK on linux!

•Instructions are on saurik.com, couldn’t be that hard right?

Page 20: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash
Page 21: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash

•Problem: Couldn’t figure that out either (but I think I got close)

•Solution: need to research more...

Page 22: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash

•Answer: install toolchain on device!

•I used Notepad++ on Windows 7 RC

•Used WinSCP to autosync files and compiled on device through SSH

Page 23: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash

•Problem: Very little documentation on MobileSubstrate and/or examples + explanation

•Solution: check out open source projects, just keep hacking away at it...

Page 24: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash

It (kinda) works!

Page 25: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash

Made a video, put it on YouTube

Page 26: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash

•Got lots of attention

•Felt lots of pressure to release it

•So I did...

•But I should have waited. It could have used more work.

Page 27: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash

•Gizmodo article!

•Posts on almost all jailbreaking sites

•Engadget article

•got invited to “the cool” IRC channel

Page 28: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash

•It’s all good!

•Few weeks later, phone starts ringing...

•Caller ID says “Palm, Inc.”

•uh oh...

Page 29: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash

How my jailbreak time is normally spent

(estimated)

Page 30: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash

Icon effects

Barrel!

Page 31: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash

Barrel

•I wanted to make SpringBoard more fun

•Inspired by Compiz/Beryl

•Made mostly in my Econ class

Page 32: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash

How it works(in a nutshell)

•Hooks -(void)setContentOffset:(CGPoint)offset

•Calculates percentage between pages

•Uses CATransform3D to retain frame positions

Page 33: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash

Popular modes

Page 34: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash

Tweaks that didn’t make the cut

Page 35: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash

Icon Stack

Page 36: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash

Icon Stack

Page 37: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash

Icon Spiral

Page 38: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash
Page 39: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash

Multifl0w concepts

Page 40: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash
Page 41: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash
Page 42: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash
Page 43: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash
Page 44: How I entered the jailbreak scene Aaron Ash @aaronash@aaronash

Questions?Aaron Ash @aaronash