Quote:
Originally Posted by James Bryant
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
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.