Help - Search - Members - Calendar
Full Version: How Can Edit Flash Themes?
SE-NSE Forums > SE Firmware > Newbie Forum
zolookas
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?
zolookas
Ok, i've managed to do it by reading swf format description, comparing modified swf files, finding differences and editing swf files with hex editor.
If anybody want those menus, they are here (put those files to /tpa/preset/system/desktop/flash): Click to view attachment
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.