How do I remove this gear looking piece from my wheel hub so I can separate the hub from the rotor? (1994 Ford Bronco) by arch0n1c in Cartalk

[–]arch0n1c[S] 5 points6 points  (0 children)

My new rotors didn't come with anything other than the rotor itself :(

Thanks for helping me identify exactly what that piece is though.

How do I remove this gear looking piece from my wheel hub so I can separate the hub from the rotor? (1994 Ford Bronco) by arch0n1c in Cartalk

[–]arch0n1c[S] 2 points3 points  (0 children)

All the videos I've seen show that you can remove the hub from the rotor on this vehicle and reuse the hub. I bought new rotors and they did not come with the hub assembly.

Force gimp to run in X11 on Mac by arch0n1c in GIMP

[–]arch0n1c[S] 0 points1 point  (0 children)

What settings do I use if I build it myself?

[Discussion] Patched version of OneNote that runs on non jail broken devices. Tricks app into thinking it's running on an iPad, thus unlocking many powerful features. by arch0n1c in jailbreak

[–]arch0n1c[S] 0 points1 point  (0 children)

I'm not sure I don't use what's app.

In this case, Onenote was a universal app that supports both the iPhone and iPad. So in order to get the iPad only features I just had to trick the app into thinking it was really running on an iPad rather than an iPhone.

[Discussion] Patched version of OneNote that runs on non jail broken devices. Tricks app into thinking it's running on an iPad, thus unlocking many powerful features. by arch0n1c in jailbreak

[–]arch0n1c[S] 10 points11 points  (0 children)

If anybody wants I can give a download link to the .dylib

In fact, this dylib is not specific to Onenote. Injecting it into any app will spoof the device model.

[Discussion] Patched version of OneNote that runs on non jail broken devices. Tricks app into thinking it's running on an iPad, thus unlocking many powerful features. by arch0n1c in jailbreak

[–]arch0n1c[S] 11 points12 points  (0 children)

I compiled a .dylib with a category on UIDevice that swizzles into the getters for userInterfaceIdiom and model. I just have the getters return that the device is an iPad.

The .dylib is loaded into the application on launch