05/15/2011, 10:02 AM
|
#1 (permalink) |
|
Legend
![]()
Posts: 3,881
|
WebOS Clock Theme Builder v1.1
The built-in webOS app was designed by Palm with expandability in mind. This program, WebOS Clock Theme Builder, builds upon the existing Clock app's theme framework and lets users create full themes, either based on existing themes (just with replacement images) or full fledged original themes from scratch. The created themes don't use any patch files and don't replace any system images. Rather, it uses a unique new format that is OTA update safe. Do note: installing a clock theme will not override any Clock settings; it simply adds a new theme option to the popup listings. In fact, you could install every clock theme available if you so desire. Screenshots ![]() Download and Source Download: http://webos-clock-themer.googlecode...%20Builder.jar WebOS Clock Theme Builder is released under the MIT open source license. Source: webos-clock-themer - WebOS Clock Theme Builder - Google Project Hosting Theme Feed A feed has been setup for all clock themes and can be used by WOSQI and Preware. As of the v1.1, there's already 27 clock themes on the feed! Just add a custom feed with the following URL: Code:
http://webos-clock-themer.googlecode.com/svn/trunk/WebOS%20Clock%20Theme%20Builder/feed If have created your own theme and want it added to the feed, send it to me and after a quick check, I'll upload it ![]() Change Log v1.1 - June 1, 2011 - Now has webOS 1.4.5 support - Added control file import mode for experienced users v1.0 - May 15, 2011 - Initial release
__________________
If you've liked my software, please consider to towards future development.Developer of many apps such as: WebOS Quick Install, WebOS Theme Builder, Ipk Packager, Unified Diff Creator, Internalz Pro, ComicShelf HD, LED Torch, over 70 patches and more. @JayCanuck @CanuckCoding Facebook Last edited by Jason Robitaille; 06/01/2011 at 12:58 AM. |
05/15/2011, 01:01 PM
|
#4 (permalink) |
|
Member
![]()
Posts: 27
|
On 1.4.5 when installing themes from a feed problem (log from preware):
Code:
postinst
-1: Unable to run command: IPKG_OFFLINE_ROOT=/media/cryptofs/apps /bin/sh /media/cryptofs/apps/usr/lib/ipkg/info/ca.canucksoftware.clock.blue-glow-clock-theme.postinst 2>&1
** Message: serviceResponse Handling: 2, {"errorCode":"ErrorGenericMethodException", "errorText":"Service Method Exception: org.json.JSONException: Unterminated string at character 57 of {\"action\":\"add\",\"id\":\"blue-glow-clock-theme\",\"name\":\"Blue"}
__________________
Sorry for my English =) |
05/15/2011, 01:02 PM
|
#5 (permalink) | |
|
Member
![]()
Posts: 121
|
Quote:
|
|
05/15/2011, 07:38 PM
|
#7 (permalink) | |
|
Legend
![]()
Posts: 3,881
|
Quote:
WebOS Clock Theme Builder is desktop program. If you mean the themes, well, as previous stated in post you can use Preware for the feed.
__________________
If you've liked my software, please consider to towards future development.Developer of many apps such as: WebOS Quick Install, WebOS Theme Builder, Ipk Packager, Unified Diff Creator, Internalz Pro, ComicShelf HD, LED Torch, over 70 patches and more. @JayCanuck @CanuckCoding Facebook Last edited by Jason Robitaille; 05/15/2011 at 07:51 PM. |
|
05/15/2011, 09:04 PM
|
#9 (permalink) |
|
Legend
![]()
Posts: 3,881
|
Any name works. Make sure you spelled the url correctly, and with proper capitals as needed.
__________________
If you've liked my software, please consider to towards future development.Developer of many apps such as: WebOS Quick Install, WebOS Theme Builder, Ipk Packager, Unified Diff Creator, Internalz Pro, ComicShelf HD, LED Torch, over 70 patches and more. @JayCanuck @CanuckCoding Facebook |
05/15/2011, 09:40 PM
|
#11 (permalink) |
|
Member
![]() |
Never used a theme builder so I need to know how to get the images from the themes to edit. I did find the "Theme" image files from v2.0 so if those are the same, I guess i could use those.
Also, may i assume the images need to be in the correct file path when uploading to the builder? Otherwise, I don't see how it knows where to put what. Thanks. Also, is there a way to add edited css files? i.e., the background of the digi clock(v2.0 anyway)is black unless changed...
__________________
Palm Pre Legacy WebOS 2.1 http://www.prethemer.com/profile/holley2583/themes, Checkum' Out! Last edited by holley2583; 05/15/2011 at 09:45 PM. |
05/15/2011, 09:53 PM
|
#12 (permalink) | |
|
Member
![]()
Posts: 3,750
|
Quote:
Use the images from your 2.xx doctor for editing. Just drag n drop all images into the builder. It will set up the locations for you. You will need an icon. size 32x32.
__________________
Dropbox With over 200 animated wallpapers PayPal Make a donation and/or hit the Thanks button please Theme prethemer Patches Animated Back Grounds Devicemenu MaxedOut Animated Music Player Sound Bar My home page Last edited by warlord9159; 05/15/2011 at 11:12 PM. |
|
05/15/2011, 09:56 PM
|
#13 (permalink) |
|
Member
![]()
Posts: 3,750
|
1 of 2
For backgrounds. try and make it 480x480. Under Base in the theme builder you need to pick "none (custom base)". Note: this is only if the would like to add a background image to your theme. If you only edited images to make your theme, this step is not needed. *****Remember to make a backup copy of files before editing.***** Edit this line in the .css files. Change red from this; .clock-container { background: #000; position:fixed; top: 0; left: 0; height: 110%; width: 100%; min-height: 320px; max-height: 480px; } to this .clock-container { background: url(images/xxx.png) center center no-repeat; position:absolute; top: 0; left: 0; height: 100%; width: 100%; min-height: 480px; max-height: 480px; } in blue I change this to see if it would help center the image. Name the image the same as you named it in the .css file
__________________
Dropbox With over 200 animated wallpapers PayPal Make a donation and/or hit the Thanks button please Theme prethemer Patches Animated Back Grounds Devicemenu MaxedOut Animated Music Player Sound Bar My home page Last edited by warlord9159; 05/15/2011 at 11:22 PM. |
05/15/2011, 10:34 PM
|
#14 (permalink) |
|
Member
![]()
Posts: 3,750
|
2 of 2
After you edited the .css and saved it you will need all three files (.html, .js and .css edited or not) within the theme you picked to edit before Clock Theme Builder can make the .ipk file (your theme). Just drag n drop each one to there locations within Theme Builder. All three files need to be from the same folder in the theme you picked to edit from your 2.xx doctor. Last edited by warlord9159; 05/16/2011 at 12:39 AM. |
05/16/2011, 12:14 AM
|
#15 (permalink) |
|
Legend
![]()
Posts: 3,881
|
Expect a 1.4.5 fix within the next few days.
__________________
If you've liked my software, please consider to towards future development.Developer of many apps such as: WebOS Quick Install, WebOS Theme Builder, Ipk Packager, Unified Diff Creator, Internalz Pro, ComicShelf HD, LED Torch, over 70 patches and more. @JayCanuck @CanuckCoding Facebook |
05/16/2011, 08:30 PM
|
#17 (permalink) |
|
Member
![]() |
Question with the second-simple.png, that appears to be under the second.png and not seen, is this correct?
__________________
Palm Pre Legacy WebOS 2.1 http://www.prethemer.com/profile/holley2583/themes, Checkum' Out! |
05/16/2011, 09:03 PM
|
#19 (permalink) | |
|
Member
![]() |
Quote:
I drag/dropped all my image files one by one, but I can't do that with .css, .js, html files, nor can a folder be uploaded that way and i don't see their "locations within the Theme Builder". What will work? And thanks so much for helpin me.
__________________
Palm Pre Legacy WebOS 2.1 http://www.prethemer.com/profile/holley2583/themes, Checkum' Out! |
|
05/16/2011, 09:18 PM
|
#20 (permalink) | |
|
Member
![]()
Posts: 3,750
|
Quote:
__________________
Dropbox With over 200 animated wallpapers PayPal Make a donation and/or hit the Thanks button please Theme prethemer Patches Animated Back Grounds Devicemenu MaxedOut Animated Music Player Sound Bar My home page |
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|



