Attachment 112572
Quote:
Originally Posted by nasser
Had missed this trick..
Tried it now..
Works..
(I restarted..as advised by the message..)
But..
The icon is still the cart one..
How to change that.. 
|
It's in the link in post #3 above.
1) Copy store.png and store_active.png to/mnt/us, i.e. the usb drive
2) Run this script:
#!/bin/sh
cd /usr/share/webkit-1.0/pillow/assets/search_bar
mntroot rw
mv store.png store.bak
mv store_active.png store_active.bak
cp /mnt/us/store.png .
cp /mnt/us/store_active.png .
mntroot ro
3) Reboot the kindle
4) Delete store.png and store_active.png from the usb drive
I have attached the icons (in two sizes, for paperwhite and touch) and a KUAL button that you can use to run the script