View Single Post
Old 08-13-2019, 02:29 PM   #8
Ryzir
Connoisseur
Ryzir solves Fermat’s last theorem while doing the crossword.Ryzir solves Fermat’s last theorem while doing the crossword.Ryzir solves Fermat’s last theorem while doing the crossword.Ryzir solves Fermat’s last theorem while doing the crossword.Ryzir solves Fermat’s last theorem while doing the crossword.Ryzir solves Fermat’s last theorem while doing the crossword.Ryzir solves Fermat’s last theorem while doing the crossword.Ryzir solves Fermat’s last theorem while doing the crossword.Ryzir solves Fermat’s last theorem while doing the crossword.Ryzir solves Fermat’s last theorem while doing the crossword.Ryzir solves Fermat’s last theorem while doing the crossword.
 
Posts: 68
Karma: 28684
Join Date: Dec 2009
Device: Nook GL3, Kobo H2O, Nook STG, Sony PRS-300, Sony PRS-500
Quote:
Originally Posted by Raphi'Elohim View Post
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.

Last edited by Ryzir; 08-13-2019 at 02:33 PM.
Ryzir is offline   Reply With Quote