Hi. I've bought S500i few days ago, flashed w580 firmware and now trying to adapt it to w580. I've successfully edited menu (deleted radio, replaced fitness with alarms and swaped camera and alarms menu items) and now have a menu just like S500i but with track id and walkman. But that applies only to non-flash menu themes and S500i flash themes. w580 flash themes still have fitness and it does nothing (probably because i've removed fitness from menu.ml), so how can i edit w580 flash menus to open alarm clocks instead of fitness? I've looked at .swf files (decompiled it) and it seems i have to replace two lines in action script:
CODE
App4_ID = "SportsApp";
App4_Label = "MENU_SPO_TITLE_TXT";
to
CODE
App4_ID = "MenuItem_SetTemporaryAlarm";
App4_Label = "MENU_TR_ALARMS_TXT";
Am i right?
But when i compile it again (i am using flash mx 2004, because i think phone supports flash 7 technology) and upload to phone it just fallbacks to non-flash menu. Maybe i need to specify some special flash options when exporting or use newer flash version?