View Single Post
Old 10-28-2022, 01:35 PM   #4
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: 4,002
Karma: 18026955
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Quote:
Originally Posted by James Bryant View Post
If you're ever in the New Forest in Southern England I owe you a beer - do call and collect it.
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.

Quote:
Originally Posted by James Bryant View Post
I can't find system/media...
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.
Renate is offline   Reply With Quote