You Are Here:

Community: Developer Discussion Boards

#1 Old Lightbulb 6230i Themes Question - 2006-05-15, 11:05

Join Date: May 2006
Posts: 4
unleashed360
Offline
Registered User
Where can i find all the available tags for the theme_descriptor.xml in Nokia 6230i themes ?
Reply With Quote

#2 Old Re: 6230i Themes Question - 2006-05-15, 13:53

Join Date: Nov 2003
Posts: 3,641
Location: Bangalore , India
Send a message via Yahoo to balagopalks
balagopalks's Avatar
balagopalks
Offline
Forum Nokia Expert
Hi unleashed360! Welcome to Nokia Discussion Boards!!

A UI theme is saved into an .nth file (Nokia Theme), which contains:
• All the element files.
• A theme descriptor file, which is an XML file that specifies which image or ringtone
file is what element in the UI theme. If you use the same element twice - for example,
as a screen saver and wallpaper - the element is saved once in the .nth file, but
referenced twice in the theme descriptor file.

Here is a sample theme_descriptor.xml

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE theme PUBLIC "-//NOKIA//DTD THEME 1.0//EN" "theme.dtd">
<theme name="New Theme" version="1.0">
<wallpaper src="play.gif"/>
<screensaver src="Five.jpg"/>
<ringtone src="ElectricEel.mid"/>
<colorscheme color="blue"/>
</theme>

Regards
Gopal
Reply With Quote

#3 Old Re: 6230i Themes Question - 2006-05-15, 23:55

Join Date: May 2006
Posts: 4
unleashed360
Offline
Registered User
How about version 1.1, where you can specify the menu items pictures to, what other tags are there for this version or other versions, i want to know all the available tags for the XML descriptor file
Reply With Quote

#4 Old Re: 6230i Themes Question - 2006-06-24, 17:59

Join Date: Mar 2003
Posts: 29
lobotomat
Offline
Registered User
Quote:
Originally Posted by unleashed360
How about version 1.1, where you can specify the menu items pictures to, what other tags are there for this version or other versions, i want to know all the available tags for the XML descriptor file
So what you actually are looking for is the DTD-file referenced in the theme header;

Quote:
<!DOCTYPE theme PUBLIC "-//NOKIA//DTD THEME 1.1//EN" "theme.dtd">
That file does not seem to be published with the theme studio(s). I am currently looking for it as well....
Reply With Quote

#5 Old Re: 6230i Themes Question - 2006-06-29, 14:19

Join Date: Nov 2005
Posts: 3
witson
Offline
Registered User
Hi everyone.
I have a question about color tags mentionned in the .xml file:

Quote:
Originally Posted by balagopalks
Hi unleashed360! Welcome to Nokia Discussion Boards!!

A UI theme is saved into an .nth file (Nokia Theme), which contains:
• All the element files.
• A theme descriptor file, which is an XML file that specifies which image or ringtone
file is what element in the UI theme. If you use the same element twice - for example,
as a screen saver and wallpaper - the element is saved once in the .nth file, but
referenced twice in the theme descriptor file.

Here is a sample theme_descriptor.xml

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE theme PUBLIC "-//NOKIA//DTD THEME 1.0//EN" "theme.dtd">
<theme name="New Theme" version="1.0">
<wallpaper src="play.gif"/>
<screensaver src="Five.jpg"/>
<ringtone src="ElectricEel.mid"/>
<colorscheme color="blue"/>
</theme>

Regards
Gopal
I know the "colorscheme" can be red, green, blue, orange, grEy, brown and pink. When "violet" is used, phone says "theme is corrupted", even if the color is supported by phone.
Also "black", which is possible within theme studio is not present in phone presets
My question(s) : is there any other "hidden" colors, and how can we use violet color scheme within a theme because it is not present in theme studio..

Regards.
Reply With Quote

#6 Old Re: 6230i Themes Question - 2009-05-17, 21:14

Join Date: Apr 2009
Posts: 3
teraspawn
Offline
Registered User
Here's a fuller xml file example, hope it helps


<theme name="template" version="2.0">
<colors active_idle_active_font_color="0xffffff" active_idle_content_background_color="0xffffff" calendar_highlight_color="0xffffff" display="main" forms_selected_color="0xffffff" forms_selected_font_color="0xffffff" forms_unselected_color="0xffffff" forms_unselected_font_color="0xffffff" grid_menu_font_color="0xffffff" grid_menu_highlight_font_color="0xffffff" header_font_color="0xffffff" idle_font_color="0xffffff" idle_font_outline_color="0xffffff" idle_softkey_area_font_color="0xffffff" idle_status_area_font_color="0xffffff" menu_font_color="0xffffff" menu_highlight_font_color="0xffffff" shortcut_bar_popup_background_color="0xffffff" shortcut_bar_popup_font_color="0xffffff" softkey_font_color="0xffffff" status_area_font_color="0xffffff"/>
<colors active_idle_active_font_color="0xffffff" active_idle_content_background_color="0xffffff" calendar_highlight_color="0xffffff" display="second" forms_selected_color="0xffffff" forms_selected_font_color="0xffffff" forms_unselected_color="0xffffff" forms_unselected_font_color="0xffffff" grid_highlight_color="0xffffff" grid_menu_font_color="0xffffff" grid_menu_highlight_font_color="0xffffff" header_font_color="0xffffff" idle_font_color="0xffffff" idle_font_outline_color="0xffffff" idle_softkey_area_font_color="0xffffff" idle_status_area_font_color="0xffffff" menu_font_color="0xffffff" menu_highlight_font_color="0xffffff" reorder_highlight_color="0xffffff" reorder_highlight_font_color="0xffffff" shortcut_bar_popup_background_color="0xffffff" shortcut_bar_popup_font_color="0xffffff" softkey_font_color="0xffffff" status_area_font_color="0xffffff"/>
<menu_item animating_grid="image_3.gif" app_specific_bg="image_4.gif" grid_view_icon="image_2.gif" item_id="ams_messages" list_view_icon="image.gif"/>
<menu_item animating_grid="image_7.gif" app_specific_bg="image_8.gif" grid_view_icon="image_6.gif" item_id="applications" list_view_icon="image_5.gif"/>
<menu_item animating_grid="image_11.gif" app_specific_bg="image_12.gif" grid_view_icon="image_10.gif" item_id="brew" list_view_icon="image_9.gif"/>
<menu_item animating_grid="image_15.gif" app_specific_bg="image_16.gif" grid_view_icon="image_14.gif" item_id="callregister" list_view_icon="image_13.gif"/>
<menu_item animating_grid="image_19.gif" app_specific_bg="image_20.gif" grid_view_icon="image_18.gif" item_id="camera" list_view_icon="image_17.gif"/>
<menu_item animating_grid="image_23.gif" app_specific_bg="image_24.gif" grid_view_icon="image_22.gif" item_id="contacts" list_view_icon="image_21.gif"/>
<menu_item animating_grid="image_27.gif" app_specific_bg="image_28.gif" grid_view_icon="image_26.gif" item_id="extras" list_view_icon="image_25.gif"/>
<menu_item animating_grid="image_31.gif" app_specific_bg="image_32.gif" grid_view_icon="image_30.gif" item_id="gallery" list_view_icon="image_29.gif"/>
<menu_item animating_grid="image_35.gif" app_specific_bg="image_36.gif" grid_view_icon="image_34.gif" item_id="goto" list_view_icon="image_33.gif"/>
<menu_item animating_grid="image_39.gif" app_specific_bg="image_40.gif" grid_view_icon="image_38.gif" item_id="media" list_view_icon="image_37.gif"/>
<menu_item animating_grid="image_43.gif" app_specific_bg="image_44.gif" grid_view_icon="image_42.gif" item_id="messages" list_view_icon="image_41.gif"/>
<menu_item animating_grid="image_47.gif" app_specific_bg="image_48.gif" grid_view_icon="image_46.gif" item_id="number_entry" list_view_icon="image_45.gif"/>
<menu_item animating_grid="image_51.gif" app_specific_bg="image_52.gif" grid_view_icon="image_50.gif" item_id="organizer" list_view_icon="image_49.gif"/>
<menu_item animating_grid="image_55.gif" app_specific_bg="image_56.gif" grid_view_icon="image_54.gif" item_id="push_to_talk" list_view_icon="image_53.gif"/>
<menu_item animating_grid="image_59.gif" app_specific_bg="image_60.gif" grid_view_icon="image_58.gif" item_id="services" list_view_icon="image_57.gif"/>
<menu_item animating_grid="image_63.gif" app_specific_bg="image_64.gif" grid_view_icon="image_62.gif" item_id="settings" list_view_icon="image_61.gif"/>
<menu_item animating_grid="image_67.gif" app_specific_bg="image_68.gif" grid_view_icon="image_66.gif" item_id="simatk" list_view_icon="image_65.gif"/>
<menu_item animating_grid="image_71.gif" app_specific_bg="image_72.gif" grid_view_icon="image_70.gif" item_id="sport" list_view_icon="image_69.gif"/>
<menu_item animating_grid="image_75.gif" app_specific_bg="image_76.gif" grid_view_icon="image_74.gif" item_id="voiceportal" list_view_icon="image_73.gif"/>
<menu_item animating_grid="image_79.gif" app_specific_bg="image_80.gif" grid_view_icon="image_78.gif" item_id="wireless_village" list_view_icon="image_77.gif"/>
<wallpaper main_display_graphics="image_81.gif" second_display_graphics="image_138_1.gif"/>
<screensaver main_display_graphics="image_90.gif" second_display_graphics="image_138_2.gif"/>
<background idle_softkey_area_bg="image_83.gif" idle_status_area_bg="image_82.gif" main_default_bg="image_86.gif" note_bg="image_96.gif" second_default_bg="image_138_3.gif"/>
<calendar_bg april="image_118.gif" august="image_122.gif" december="image_126.gif" february="image_116.gif" january="image_133.gif" july="image_121.gif" june="image_120.gif" march="image_117.gif" may="image_119.gif" november="image_125.gif" october="image_124.gif" september="image_123.gif"/>
<radio_audio_bg audio_bg="image_112.gif" radio_bg="image_113.gif"/>
<softkey_bg left="image_87.gif" middle="image_88.gif" right="image_89.gif"/>
<wait_graphics src="image_95.gif"/>
<highlight active_idle_row="image_84.gif" active_idle_shortcut_bar="image_85.gif" forms_selected="image_131.gif" forms_unselected="image_132.gif"/>
<tones cal_alert="cal_alert$tones.mp3" msg_alert="msg_alert$tones.mp3" ringtone="ringtone$tones.mp3"/>
<startup duration="3000" main_display_graphics="image_91.gif" second_display_graphics="image_138_4.gif" tone="tone$startup.mp3"/>
<shutdown duration="3000" main_display_graphics="image_92.gif" second_display_graphics="image_138_5.gif" tone="tone$shutdown.mp3"/>
<transformation_open duration="1000" main_display_graphics="image_93.gif" second_display_graphics="image_138_6.gif" tone="tone$transformation_open.mp3"/>
<transformation_close duration="1000" main_display_graphics="image_94.gif" second_display_graphics="image_138_7.gif" tone="tone$transformation_close.mp3"/>
</theme>
Reply With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules

You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump
Similar Threads
Thread Thread Starter Forum Replies Last Post
6230i in the future??? jailboy General Discussion 5 2006-06-01 06:11
MMS containing special characters not supported on Nokia 6230i?? cestermann General Messaging 0 2006-03-20 17:50
6230i themes BrunoRomano Streaming and Video 1 2005-10-11 16:13
Question about the 6230i jayrary General Discussion 2 2005-07-10 10:53

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia