Quote:
Originally Posted by Renate
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