![]() |
A How-to: How to Change Bookmark Icons Details »»
|
|||||||||||||||||||||||||||
|
A How-to: How to Change Bookmark Icons
Supporter Last Online: Nov 2009
The images are in /var/luna/data/browser/icons . For the "built-in" bookmarks, there are 3 files each:
I'm not happy with the way the Pre tries to make images for you, so I created some of my own. (I also use a better naming convention for the files). To add your own images: 1. Copy the default bookmark images from /var/luna/data/browser/images to you PC (use WinSCP or copy them to /media/internal and then use the USB cable). They make good templates for creating new images. 2. Create some new images. Here are mine for m.cnn.com: (cnn-icon32.png) (cnn-icon64.png) (cnn-thumbnail.png) 3. Copy the images to your Pre under /var/luna/data/browser/images . 4. Become root and make your filesystem read-write: Code$ sudo -i # rootfs_open -w Code# /usr/bin/sqlite3 /var/palm/data/file_.usr.palm.applications.com.palm.app.browser_0/0000000000000004.db Codesqlite> begin transaction;
sqlite> insert into bookmarks (url,title,defaultEntry,iconFile32,iconFile64,thumbnailFile)
values ('http://m.cnn.com','CNN',1,'/var/luna/data/browser/icons/cnn-icon32.png','/var/luna/data/browser/icons/cnn-icon64.png','/var/luna/data/browser/icons/cnn-thumbnail.png');
sqlite> commit;
sqlite> .exit
To view all you bookmarks in the database: Codesqlite> .header on sqlite> select * from bookmarks;
originally found here: Codehttp://forums.precentral.net/web-os-development/194160-does-anyone-know-where-browser-images-stored.html Show Your Support
|
|||||||||||||||||||||||||||
| The Following User Says Thank You to D/\SH For This Useful Post: | ||
|
CYBER WEESJE (09-21-2009)
| ||
![]() ![]() |
| Tags |
| bookmark, change, howto, icons |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [RELEASE] Change Start Menu Icons (CSMI v11 | CYBER WEESJE | Mobile Locker | 0 | 11-25-2009 01:44 PM |
| How to make bookmark icon look cooool | D/\SH | Palm WebOS Themes | 0 | 09-21-2009 01:56 PM |
| Cant figure out how to change my clock, menues, and icons. | rgilreath3 | HTC Touch Questions | 3 | 08-08-2008 05:50 AM |