Apps Required: Sothink SWF Quicker
Diffuculty: Easy to Medium
If you download a lot of themes, you probably have a few beta themes. They are generally fine, but sometimes, you will find that an icon dosen't work, or Icons lead to the wrong place (Like the bluetooth button bringing you to applications). This can be very annoying, and make a theme unsuitable for everyday use. So I will tell you how to fix it! But please leave a post telling the theme creator(s) about the problem.
Step 1. Locate your file.
Step 2. Open it in Sothink SWF Quicker.
Step 3. Now, look at the menu that you have in front of you.
Step 4. Double click on the icon.
Step 5. A blue rectangle will appear around all the icons. Click the icon again.
Step 5.5. If a blue rectangle comes up again, click again
Step 6. Your icon should now be selected.
Step 7. Click the action tab near the middle of your screen. it is between filter and output.
Step 8. You will see something like this:
on (release)
{
FLCmd("set", "Menu", 1, 3, 0);
fscommand("launch", "SC,31");
}Step 9. Change the fscommand("launch", "SC,31"); to whatever it should be. Look at a theme that you know works to get the code.
Step 10. When you have the code changed, click export. NOT SAVE, EXPORT.
You are now finished.
To fix a theme with vibration:
1. Convert the swf to fla
2. Open the fla
3. Follow the part without vibration but change:
on (release)
{
FLCmd("set", "Menu", 1, 3, 0);
fscommand("launch", "SC,31");
}to
on (release)
{
fscommand2("set", "Menu", 1, 3, 0);
fscommand("launch", "SC,31");
}then export your fla to swf using flash lite 2.1