Quote:
Originally Posted by rogerinnyc
3. Auto USB gadget
|
You can probably achieve this without kobopatch by manually editing the
.kobo/Kobo/Kobo eReader.conf config file in a decent text editor (e.g. Notepad++ on Windows). In the [DeveloperSettings] section:
Code:
[DeveloperSettings]
AutoUsbGadget=true
EnableDebugServices=true
The 3rd line enables 'Developer Settings'. I'm not 100% sure whether it's actually a prerequisite for the 2nd line, AutoUsbGadget=true, to also work.
Quote:
Originally Posted by rogerinnyc
7. Power settings -- unlock enabled
|
Similarly, try editing the config file's [PowerOptions] section:
Code:
[PowerOptions]
UnlockEnabled=true
As for the rest ... Patches 1, 2, 4 that you listed may well be suffering from the same basic problem as patches 5, 6 which were already identified as problematic earlier in this thread. I don't see a resolution to this unless @geek1011 steps in.