* Google Search


Author Topic: How to 'fix' a theme  (Read 1620 times)

0 Members and 1 Guest are viewing this topic.

markreidyhp

  • Guest
How to 'fix' a theme
« on: July 30, 2010, 04:49:27 AM »
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:
Code: [Select]
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:
Code: [Select]
on (release)
{
    FLCmd("set", "Menu", 1, 3, 0);
    fscommand("launch", "SC,31");
}
to
Code: [Select]
on (release)
{
    fscommand2("set", "Menu", 1, 3, 0);
    fscommand("launch", "SC,31");
}
then export your fla to swf using flash lite 2.1
« Last Edit: October 07, 2010, 10:57:49 AM by TerryCee »

DFG StarMods

How to 'fix' a theme
« on: July 30, 2010, 04:49:27 AM »

Offline Keiran

  • Administrator
  • Elite Member
  • *****
  • Posts: 6237
  • Thanks Meter: 0
    • View Profile
    • The Darkforest Group
  • Firmware: 4.0.2.A.0.42
  • Model: Sony Ericsson Xperia Play
Re: How to 'fix' a theme
« Reply #1 on: July 30, 2010, 05:06:08 AM »
The script there includes vibration and so can only really be edited in adobe flash as a fla file. Some versions of sothink do not have flash lite support and so vibration will not be supported. Also a theme with vibration MUST be opened as a flash lite file otherwise the FLCmd command will not be recognised
Follow me on twitter

Offline jdotcong

  • Elite Developer
  • Elite Member
  • *****
  • Posts: 1053
  • Thanks Meter: 0
  • DFG ELITE MODDING TEAM
    • View Profile
    • MY FACEBOOK ACCOUNT
  • Model: s5230 (star)
  • Mods: STAR HERO v1 + StarEVO
Re: How to 'fix' a theme
« Reply #2 on: July 30, 2010, 06:39:30 AM »
The script there includes vibration and so can only really be edited in adobe flash as a fla file. Some versions of sothink do not have flash lite support and so vibration will not be supported. Also a theme with vibration MUST be opened as a flash lite file otherwise the FLCmd command will not be recognised

agreed
FLCmd command are originally fscommand2
it turns out to be FLCmd when open to sothink since sothink did not support fscommand2

FLCmd makes the menu do not vibrate
not a big deal with the menu
but in gadget
VALUE HAS A VALUE IF ITS VALUE IS VALUED!!

markreidyhp

  • Guest
Re: How to 'fix' a theme
« Reply #3 on: July 30, 2010, 07:11:44 AM »
Sorry.

@Jdotcong in referance to ur sig:
If you fail to plan then you plan to fail, haven't you succeded?

Offline jdotcong

  • Elite Developer
  • Elite Member
  • *****
  • Posts: 1053
  • Thanks Meter: 0
  • DFG ELITE MODDING TEAM
    • View Profile
    • MY FACEBOOK ACCOUNT
  • Model: s5230 (star)
  • Mods: STAR HERO v1 + StarEVO
Re: How to 'fix' a theme
« Reply #4 on: July 30, 2010, 07:35:31 PM »
No i think im not a failure i have a lot of PLANS hehehehe
VALUE HAS A VALUE IF ITS VALUE IS VALUED!!

Offline kapildogra0@gmail.com

  • *
  • Posts: 28
  • Thanks Meter: 0
    • View Profile
  • Model: s5233s
  • Mods: HTC HERO FINAL bY oNESTYLE & jdotcong
Re: How to 'fix' a theme
« Reply #5 on: August 10, 2010, 10:35:13 AM »
great help. ;D

thanks a lot markreidyhp............ :D

Offline kapildogra0@gmail.com

  • *
  • Posts: 28
  • Thanks Meter: 0
    • View Profile
  • Model: s5233s
  • Mods: HTC HERO FINAL bY oNESTYLE & jdotcong
Re: How to 'fix' a theme
« Reply #6 on: August 12, 2010, 09:46:12 AM »
but it opens only .sqf , .as files.................

TerryCee

  • Guest
Re: How to 'fix' a theme
« Reply #7 on: August 12, 2010, 10:02:37 AM »
Import swf

Offline tenny elai

  • *
  • Posts: 38
  • Thanks Meter: 0
  • ??proud to be filipino??
    • View Profile
  • Firmware: mxeil2
  • Model: s5230
  • Mods: star hero gadget + android menu + sticker myfiles
Re: How to 'fix' a theme
« Reply #8 on: October 07, 2010, 04:33:08 AM »
when i edit a theme using this application it always show this text

Offline tenny elai

  • *
  • Posts: 38
  • Thanks Meter: 0
  • ??proud to be filipino??
    • View Profile
  • Firmware: mxeil2
  • Model: s5230
  • Mods: star hero gadget + android menu + sticker myfiles
Re: How to 'fix' a theme
« Reply #9 on: October 07, 2010, 04:51:24 AM »
when i edit a theme using this application it always show this text

what can i do to remove this text? please help anyone.. :(

Offline Patr0

  • Developer
  • *****
  • Posts: 403
  • Thanks Meter: 1
    • View Profile
  • Model: s5230
  • Mods: StarHero by Jdotcong & OneStyle07
Re: How to 'fix' a theme
« Reply #10 on: October 07, 2010, 05:09:18 AM »
you have to buy a liceence
or make the program think that you bught it
Most people shout "OMG!!!" just before they lose control of a car... but I say: "Hold my beer and watch this!"

Offline jdotcong

  • Elite Developer
  • Elite Member
  • *****
  • Posts: 1053
  • Thanks Meter: 0
  • DFG ELITE MODDING TEAM
    • View Profile
    • MY FACEBOOK ACCOUNT
  • Model: s5230 (star)
  • Mods: STAR HERO v1 + StarEVO
Re: How to 'fix' a theme
« Reply #11 on: October 07, 2010, 06:28:06 AM »
that screenlock is included in starhero v1 kababayan pano mo gamitin yan alam m nba i-load sa phone mo yan?
VALUE HAS A VALUE IF ITS VALUE IS VALUED!!

markreidyhp

  • Guest
Re: How to 'fix' a theme
« Reply #12 on: December 21, 2010, 11:31:11 AM »
you have to buy a liceence
or make the program think that you bught it
Can you give me the registration key???
Global Moderator Comment No discussion of warez on the forum!

 


Chat

Refresh History
  • White Rider: @fare1180, port/driver problem. reinstall the drivers and try different usb ports. are you able to use the media player mode with computer?
    April 29, 2013, 09:13:30 PM
  • farey1180: :-[
    April 27, 2013, 11:10:07 PM
  • farey1180: my phone is not seen in multi loader. why?
    April 27, 2013, 11:02:04 PM
  • CookieMen: @goku i know it, but i have other patch menu? but i downloaded it from this topic. can you make screens with enabled patches?
    April 26, 2013, 05:05:33 AM
  • beginnerPRO: can you help me to make scrolling background for gadget.swf please..!!
    April 25, 2013, 09:25:18 PM
  • wahyuaire: :(
    April 23, 2013, 07:16:07 AM
  • wahyuaire: i miss U all Guys
    April 23, 2013, 07:16:04 AM
  • Goku: Deactivate all patchs and activate nly the ones i postd ther..
    April 19, 2013, 11:10:27 AM
  • CookieMen: default eabled patches, not settings
    April 18, 2013, 05:10:44 AM
  • CookieMen: white screen, but with default settings phonebook and lockscreen doesnt work
    April 18, 2013, 05:10:10 AM
  • CookieMen: pb
    April 18, 2013, 05:08:33 AM
  • Goku: Wat help u want??
    April 17, 2013, 11:28:28 AM
  • CookieMen: anyone can help me with this theme? http://darkforestgroup.com/starmod/index.php?topic=1999.msg24556#new
    April 17, 2013, 05:31:34 AM
  • iXamueL: Good ol' forum where everything started :D
    April 13, 2013, 11:44:00 PM
  • White Rider: @it , and nothing has changed since you left....  :(
    April 10, 2013, 07:01:30 AM
  • it: it's been so long since my last visit.. :)
    April 09, 2013, 08:12:51 PM
  • onlook: ...
    March 25, 2013, 02:35:41 AM
  • White Rider: Bored....
    March 20, 2013, 10:56:00 AM
  • null14: yeah
    March 14, 2013, 11:13:46 PM
  • Goku: Thats true...
    March 14, 2013, 11:14:48 AM

SimplePortal 2.3.3 © 2008-2010, SimplePortal