View Single Post
Old 07-04-2023, 01:20 AM   #5
swedenboy
Member
swedenboy began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Mar 2019
Device: Kobo Clara HD
Quote:
Originally Posted by Renate View Post
Hmm, I've been to Bournemouth, but never the New Forest. It sounds quite foresty. I've been to many of the US National Forests.


Most everything under /system can be viewed/copied without a problem and without risk.

You can try these commands:
Code:
C:\>adb shell
$ find /system -name '*.png'
/system/media/shutdown-default.png
/system/media/standby-1.png
/system/media/standby-2.png
/system/media/standby-3.png
$ find /system -name '*.jpg'
$ ^D
C:\>adb pull /system/media/standby-1.png
Under the Poke3 the default system images can be replaced by putting images with the same name in a writeable directory, e.g. /data/local/assets/standby-1.png

Undoubtedly the other models store the images in different directories.
Thank you so much, it worked great on Poke 5
swedenboy is offline   Reply With Quote