View Single Post
Old 01-06-2025, 04:55 AM   #8
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 3,933
Karma: 17500001
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
I've run into this with my Go6. When my device sleeps from non activity or sleep cover, the light fades out immediately but it's sometimes 3-4 seconds before the sleep screen comes up. I think that there are two separate times where it tries to throw up a sleep screen. With my current setup the first fails entirely (maybe that's the /data one?). Then eventually the second one (in /system?) goes up.

I need to research this.

Do you get the fatuous "Press power button to wake up" on the screen 100% of the time? "Press power" is from /system/priv-app/kcb-release and is related to "Daydream".

Ok, if you are rooted and do this:
Code:
pm disable com.onyx/.common.dream.OnyxDaydreamService
You will get rid of half of this equation. (You can undo with "enable".)

Now I'm getting sleeping winged rabbits. Even though there are none of them in /system/media or /data/local/assets/images

Ok, the rabbits are coming from /system/framework/framework-res.apk -> /assets/images/standby-1.png

----------------
Final assessment
----------------

If you don't like the fatuous "Press power", do the "pm disable" above.
User sleep images will be taken from /data/local/assets/images/standby-1.png
The shutdown image is /data/local/assets/images/shutdown.png
I still haven't located where the "rotation variable" (1, 2, 3) is coming from.
Don't bother messing with /system/media

Apparently one version of sleep looks at /data/local/assets/images/ and falls back to /system/media
The other one looks at /data/local/assets/images/ and falls back to /system/framework/framework-res.apk
Although that doesn't explain everything either.
???
Make sure that you have all three standby- and the shutdown in /data/local/assets/images/

Although the Poke5 and Go6 are both 3.5.4, I believe only the Go6 has the "Press power". Still, you can "pm disable" on the Poke5.

Last edited by Renate; 01-07-2025 at 09:05 AM.
Renate is offline   Reply With Quote