Quote:
Originally Posted by Ken Maltby
I am seeing this:
Code:
# prevent freezing (use it only, if your device constantly freezes)
# preventfreeze=true
Is having "true" commented out enough, or do I need to uncomment it and have it equal "false"?
|
It is necessary to set it to false, since one has to overwrite the pre-set "true" value. If I remember correctly, this was different in an earlier version of KSM. The reason for having changed it is that I had the opportunity to witness how soon some devices freeze after powering on.
(The next update will introduce setting values of usersettings.txt, and of the configuration file for nickel by menu.)
Quote:
Originally Posted by Ken Maltby
OT: What is this used for? Is it needed if you are not using the Nickel UI?:
Code:
#set preload libraries for nickel
nickelpreload="/opt/cfw/preload/hook.so /root/screenInv.so"
|
It only concerns nickel. This line makes the "nightmode hack" and the so-called "screensaver kobo Glo" hack work, even though the install routines of both hacks do not take into account KSM users. If one does not use nickel, the line is not needed (but it does no harm).