..:*Donate Small 5$ Become VIP Member, Remove All ADs Also Get 500 Rep+ * :..

Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: How to make Theme effects yourself [Effects files detailed]

  1. #1
    Junior Poster


    Join Date
    Aug 2011
    Location
    No Mans Land
    Mobile
    ......
    Posts
    90
    User ID
    179086
    Status
    Offline
    Rep Point
    830


    Full How to make Theme effects yourself [Effects files detailed]

    They are the name file for the effect
    activeidle_viewswitch_bg_anim_to_image.fxml- boot time effects
    activeidle_viewswitch_bg_image_to_image.fxml -homescreen effects by three tick(anna)
    activeidle_viewswitch_bg_image_to_image_slow.fxml- homescreen sliding effects
    activeidle_viewswitch_close_editmode.fxml- long press to exit editmode of the homescreen effects
    activeidle_viewswitch_open_editmode.fxml-long press to active editmode of the homescreen effects
    app_activate.fxml- open menu effect
    app_exit.fxml- exit the program results
    app_start.fxml- open the program's performance
    app_start_long.fxml- program to open the front to wait for results
    app_start_rect.fxml- open the homescreen shortcut app
    appshell_exit.fxml- exit the menu effect
    confirmationnote_appear.fxml- confirmation box display
    confirmationnote_disappear.fxml- confirmation prompt box disappears effect
    contextmenu_appear.fxml- display the context menu (for example the power button menu, synchronization wizard box)
    contextmenu_disappear.fxml- effect of the context menu disappears
    dialer_close.fxml- dialer off effect
    dialer_open.fxml- dialer to open results
    dialer_list_appear.fxml- dialer interface, contact list display the search results
    dialer_list_disappear.fxml- dialer interface, contact list disappear search results
    discreet_popup_appear.fxml- left-down slide-out display boxes
    discreet_popup_disappear.fxml- left-down slide-out effect of the prompt box disappears
    errornote_appear.fxml- error message box display
    errornote_disappear.fxml- error box disappears effect
    fade_effect.fxml- when open options the background effect (include any pop-up display)
    folder_close.fxml- close the folder effect
    folder_open.fxml- open the folder effect
    informationnote_appear.fxml- message box display (this is not the message boxes)
    informationnote_disappear.fxml- message box disappears effect
    layoutswitch_appear.fxml- screen rotating display
    layoutswitch_disappear.fxml- screen rotation effect disappears
    layoutswitch_videos_appear.fxml- video rotating display
    layoutswitch_videos_disappear.fxml- video rotation effect disappears
    musicplayer_viewswitch_in.fxml open the music player song list effect
    musicplayer_viewswitch_out.fxml- exit music player song list effect
    optionsmenu_appear.fxml- open the option effect
    optionsmenu_disappear.fxml- exit option effect
    optionsmenu_cascade_appear.fxml-open the secondly options menu(example inside setting options menu)
    optionsmenu_cascade_disappear.fxml- exit secondly option menu effect
    phone_callui_appear.fxml- call display
    phone_callui_disappear.fxml- call away effect
    photos_fullscreen_close.fxml- exit full-screen view photo effects
    photos_gridview_to_fullscreen.fxml- Click the picture to full screen view effect
    photos_landscape_to_portrait.fxml- horizontal screen image switches to portrait effect
    photos_portrait_to_landscape.fxml- vertical screen image switches to landscape effects
    popup_appear.fxml- gestures display (long on-screen pop-up menu)
    popup_disappear.fxml- gestures effect disappears
    systemnotify_appear.fxml- notification display system
    systemnotify_disappear.fxml- system notice the effect disappears
    taskswapper_app_start_rect.fxml- in the Task Manager to switch to the open procedure effect
    taskswapper_appear.fxml- Task Manager display
    taskswapper_disappear.fxml- Task Manager disappear effect
    toolbar_ext_appear.fxml- toolbar display (for example, writing a message into the accessories that effect)
    toolbar_ext_disappear.fxml- toolbar disappears effect
    touchinput_close.fxml- off effect of input
    touchinput_open.fxml- open the input method results
    viewswitch_left.fxml- effects such as setting options inside (where the effect can be understood as open)
    viewswitch_left_appear.fxml- which options such as setting display
    viewswitch_left_disappear.fxml- options such as setting which effect disappears
    viewswitch_right.fxml- effects such as setting options inside (where the effect can be interpreted as exit)
    viewswitch_right_appear.fxml- which options such as setting display
    viewswitch_right_disappear.fxml- options such as setting which effect disappears
    waitnote_appear.fxml- wait for the prompt box display
    waitnote_disappear.fxml- wait for the prompt box disappears effect
    warningnote_appear.fxml- warning box display
    warningnote_disappear.fxml- warning box disappears effect



    How to DIY theme effects

    Effect one (right to left interchangeable slide)

    <? Xml version = "1.0" encoding = "ASCII"?>
    <Layers xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance"
    xsi: noNamespaceSchemaLocation = "http://www.nokia.com/FXML">
    <visual src="Item">
    <param name="translation_x" type="anim" ref="screen.width"> <style> outquad </ style> <duration> 0.35 </ duration> <keyframe
    at = "0.0"> 1.0 </ keyframe> <keyframe
    at = "1.0"> 0.0 </ keyframe> </ param>
    </ Visual>
    <visual src="input1" opaque="true">
    <param name="translation_x" type="anim" ref="screen.width"> <style> outquad </ style> <duration> 0.35 </ duration> <keyframe
    at = "0.0"> 0.00 </ keyframe> <keyframe
    at = "1.0"> 1.0 </ keyframe> </ param>
    </ Visual>
    </ Layers>
    -------------------------------------------------- -------------------------------------------------- -------------------------------------------------- ------------------

    Effect two (interchangeable sliding left to right)

    <? Xml version = "1.0" encoding = "ASCII"?>
    <Layers xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance"
    xsi: noNamespaceSchemaLocation = "http://www.nokia.com/FXML">
    <visual src="Item">
    <param name="translation_x" type="anim" ref="screen.width"> <style> outquad </ style> <duration> 0.35 </ duration> <keyframe
    at = "0.0"> -1.0 </ keyframe> <keyframe
    at = "1.0"> 0.0 </ keyframe> </ param>
    </ Visual>
    <visual src="input1" opaque="true">
    <param name="translation_x" type="anim" ref="screen.width"> <style> outquad </ style> <duration> 0.35 </ duration> <keyframe
    at = "0.0"> 0.00 </ keyframe> <keyframe
    at = "1.0"> -1.0 </ keyframe> </ param>
    </ Visual>
    </ Layers>

    1.
    Contrast these two effects can be seen that there are two different places
    at = "0.0"> 1.0 </ keyframe and at = "0.0"> -1.0 </ keyframe
    at = "1.0"> 1.0 </ keyframe and at = "1.0"> -1.0 </ keyframe

    If the effect is one of at = "0.0"> 1.0 </ keyframe to at = "0.0"> -1.0 </ keyframe
    at = "1.0"> 1.0 </ keyframe to at = "1.0"> -1.0 </ keyframe
    This can effect a sliding direction from right to left to left to right, into the opposite direction to the effect that

    2.
    "Translation_x" to "translation_y" will change the direction of

    "Translation_x" x said portrait or landscape orientation to the state about the direction of sliding
    "Translation_y" y that portrait or landscape mode in the direction of sliding up and down direction

    If the "translation_x" to "translation_y", pay attention to see if there "*****. width "phrase exist, there must be change it to "*****. height"
    "Translation_x" corresponds "*****. width "(where the ***** that name, a different configuration files have different names, this would not change)
    "Translation_y" corresponds "*****. height "

    3.
    <duration> 0.35 </ duration> 0.35 for the effect of speed, the greater the value the slower the speed, the smaller the faster

  2. #2
    Junior Poster

    chumno007's Avatar
    Join Date
    Nov 2010
    Location
    Cambodia
    Mobile
    6120c N79 Hacked by HelloOX C7 Hacked by flashUDA
    Firmware
    024.001
    Posts
    70
    User ID
    102647
    Status
    Offline
    Rep Point
    660


    Default Re: How to make Theme effects yourself [Effects files detailed]

    Dear Bro, sorry How can to create file " .fxml " ?
    <img src=http://www.mobilephonetalk.com/signaturepics/sigpic102647_1.gif border=0 alt= />

  3. #3
    ♠ The Administrator ♠


    Join Date
    Feb 2010
    Location
    Multan,PAKISTAN
    Mobile
    [HTC One X ,Iphone 3GS, HTC Explorer]
    Firmware
    HTC One X 4.0.4 Rooted,Iphone 3GS IOS 5.1.1 Jailbreaked with Redsn0w , HTC Explorer Rooted]
    Posts
    2,976
    User ID
    33666
    Status
    Offline
    Rep Point
    47705


    Default Re: How to make Theme effects yourself [Effects files detailed]

    nice share buddy
    thanks
    reputation added.

    {★★★ Android N00B Guide ★★★}
    &
    {Root Your Phone}
    Share your Pics captured by your Phone's Camera Here
    http://www.symbiantalk.net/signaturepics/sigpic33666_1.gif

  4. #4
    Junior Poster


    Join Date
    Aug 2011
    Location
    No Mans Land
    Mobile
    ......
    Posts
    90
    User ID
    179086
    Status
    Offline
    Rep Point
    830


    Default Re: How to make Theme effects yourself [Effects files detailed]

    Create a .txt file by notepad n save it with extension .fxml
    or u can edit any existing .fxml file by using xplore in your phone

    @ramisumi bro, i wasn't online at that time mate, but now , i've clarified here..
    Its okk now..??

  5. #5
    Senior Poster

    ramisumi's Avatar
    Join Date
    Oct 2009
    Location
    India
    Mobile
    Nokia N8 Belle Refresh 111.40.1511 by The One N8 v5.4.0(05-10-12)
    Firmware
    Nokia N8 Belle Refresh 111.40.1511 by The One N8 v5.4.0(05-10-12)
    Posts
    1,664
    User ID
    12659
    Status
    Offline
    Rep Point
    43600


    Default Re: How to make Theme effects yourself [Effects files detailed]

    Rkp007, You r smart and I made your thread Sticky so you may learn to stick.. God Bless.

  6. #6
    Excellent Poster


    Join Date
    Nov 2011
    Location
    india
    Mobile
    nokia 5233,Xperia tipo
    Posts
    444
    User ID
    194102
    Status
    Offline
    Rep Point
    5679


    Default Re: How to make Theme effects yourself [Effects files detailed]

    will it work on s60v5

  7. #7
    Junior Poster


    Join Date
    Aug 2011
    Location
    No Mans Land
    Mobile
    ......
    Posts
    90
    User ID
    179086
    Status
    Offline
    Rep Point
    830


    Default Re: How to make Theme effects yourself [Effects files detailed]

    Quote Originally Posted by pintudada View Post
    will it work on s60v5
    No..
    These are only for S^3

    --- Update ---

    Quote Originally Posted by ramisumi View Post
    rkp007, you r smart and i made your thread sticky so you may learn to stick.. God bless.
    thanks man.... :d

    --- Update ---

    Quote Originally Posted by ramisumi View Post
    rkp007, you r smart and i made your thread sticky so you may learn to stick.. God bless.
    thanks man....

  8. #8
    Good Poster

    texturejunkie's Avatar
    Join Date
    Mar 2011
    Location
    Canada
    Mobile
    N8 Hacked - N97mini - N96 - LG Vu - Music Xpress5300
    Firmware
    Belle Pro V7 by Taylor
    Posts
    131
    User ID
    141263
    Status
    Offline
    Rep Point
    512


    Default Re: How to make Theme effects yourself [Effects files detailed]

    I've been trying to mix different effects from different packs.. This has made my job way easier!

    THANKS!

  9. #9
    Junior Poster


    Join Date
    Jan 2011
    Location
    malaysia
    Mobile
    nokia n8-00
    Firmware
    v111.030.0609 pro v2
    Posts
    9
    User ID
    125403
    Status
    Offline
    Rep Point
    10


    Default Re: How to make Theme effects yourself [Effects files detailed]

    stil dont understand...c

  10. #10
    Junior Poster


    Join Date
    Mar 2011
    Location
    Iraq
    Mobile
    Nokia N8-00
    Posts
    33
    User ID
    134784
    Status
    Offline
    Rep Point
    10


    Default Re: How to make Theme effects yourself [Effects files detailed]

    Oh my God!

    dude, don't you ever get me wrong, but I LOVE YOU!

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •