On the Nokia C1-02 one of the icons in the main menu is the Alarm Clock. Unfortunately Carbide.ui doesn't have an entry for that icon.
I tried manually editing the theme.xml file by adding
Code:<grid-icon id="clock" source="clock36.png"/>Code:<grid-icon id="alarm_clock" source="clock36.png"/>None of these lines worked. Any idea where I could find the id of the Alarm clock icon?Code:<grid-icon id="alarm" source="clock36.png"/>
Edit : After reading menusettings.xml (a file I found in a hidden folder of the gsm). I can see it uses
to designate the Alarm clock, unfortunately usingCode:<menuitem name="MenuUCSK:AlarmClock" /> and <menuitem name="AlarmClock" />doesn't work.Code:<grid-icon name="AlarmClock" source="clock36.png"/> or ..id=AlarmClock"..
Any Idea why?

Reply With Quote

