Results 202 comments of David Buchanan

The race condition is a seperate thing, which is not yet implemented in this repo. I'll get around to it one day soon!

You could write a parser that uses the offsets in the iDOT chunk, just like Apple does. You might find the code in here useful as a starting point: https://github.com/DavidBuchanan314/parallel-png-proposal

Yes, it's inherent in how the exploit works. You can reduce the artefacting by making your images more compressible. You can do this by: - Upscaling with nearest-neighbor interpolation -...

btw, I was able to compile it in the end by just deleting all the mp3-related code. But I was in a rush so I didn't try to implement it...

@Maschell I'm not 100% sure, but I think your device has an ehci controller unfortunately. So you'd need to patch your kernel if you want it to work.

@MuskratDesman what device? I wonder if the native code is not compatible with your architecture.

Hey @MuskratDesman, I think I fixed those installation issues in the latest release, please let me know if it works now: https://github.com/DavidBuchanan314/NXLoader/releases/tag/alpha-0.2

@laramie14 oops, that's just because I never changed the version in `build.gradle` because I'm a noob. I'll fix that for the next release. If you can see clickable links in...

@laramie14 See this: https://github.com/DavidBuchanan314/NXLoader/issues/7 Don't think there's much I can do I'm afraid.