Quote:
Originally Posted by Raphi'Elohim
Maybe, because the device is easy to root -- I can conceive a java coding hack that might be able to do it but that is a new frontier no one has taken , yet.
|
Renate over on XDA has figured out some ways to change the screensaver.
Quote:
Oh! I figured something out. I looked through the code.
If you just want to have one screensaver of your own (which you could manually change).
All you have to do is change some undocumented settings.
File: /data/data/com.nook.partner/shared_prefs/screen_saver_preference.xml
Code:
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<map>
<boolean name="pref_key_screen_saver_from_sdcard" value="true" />
<string name="pref_key_screen_saver_from_path">/sdcard/sleep.png</string>
<boolean name="pref_key_screen_saver_low_power" value="false" />
<int name="key_screensaver_img_index" value="8" />
</map>
|
I've used this on my rooted GL3 to set my current book cover as the screensaver. I'll have to manually change it when I start a new book though.