View Single Post
Old 03-24-2020, 03:22 PM   #235
sergeyvl12
ebook fan
sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.
 
Posts: 735
Karma: 2528718
Join Date: Dec 2010
Device: PocketBook 301+, Kindle 3 Wi-Fi, Onyx Boox A62, Kindle Touch
Quote:
Originally Posted by Antinoos View Post
Thanks a lot!

Though I couldn't test this version on a physical PW4, it does *not* work properly on my PW3: No personal sleep pictures. Release 2018-06-09 works correctly with this device.

On a *KT3* the new release works fine. But the same was already true for the 2018-06-09 version...
Now for KPW3 kindle system screensaver is used. You can use my screensaver and custom images.

Code:
    case `echo $serial | cut -c4-6` in
        0G1|0G2|0G4|0G5|0G6|0G7|0KB|0KC|0KD|0KE|0KF|0KG|0LK|0LL)
            model="KPW3"
            USE_SUSPEND_MANAGER="0"
            QWS_MOUSE_PROTO=KindleTSv2${QWS_MOUSE_DEBUG}
just change USE_SUSPEND_MANAGER="0" to USE_SUSPEND_MANAGER="1"

For KPW4 and KOA2 only kindle screensaver works correctly.
sergeyvl12 is offline   Reply With Quote