Results 204 comments of David Buchanan

@LooP403 worked for every other s7 user, check your cable I guess.

Thanks for the contribution :) First commit looks good. I don't really like the log messages being stored in `strings.xml`, personally I find them useful when reading the code to...

@natinusala ah ok, in that case the strings are good :) I'm kinda busy right now, but I'll get this tested and merged soon

@a7mag3ddon not true. Where did you read that? SUBMITURB failed most likely means your device has an EHCI controller, not XHCI. You'd need to patch your kernel's drivers if you...

@a7mag3ddon XHCI != USB 3.0. My nexus 5 is USB 2.0 only, yet it has an XHCI controller.

@a7mag3ddon xhci does not need patching under any circumstances, ehci does however.

@aKMTR not patch *to* xhci, simply patch *ehci* to behave the way we want it to. https://github.com/fail0verflow/shofel2/blob/master/linux-ehci-enable-large-ctl-xfers.patch You will need to recompile your kernel to do this most likely, although...

Depends if it's built as a module or not...

Worth looking at this: https://github.com/MCMrARM/switch_linux_launcher

I think it should be possible to write a fusee payload that loads coreboot.rom from SD. This, combined with your method to load the kernel etc. from SD should make...