Page 1 of 10 123 ... LastLast
Results 1 to 10 of 93
  1. #1
    Member Magicnet2's Avatar
    Join Date
    Nov 2006
    Device
    K750/W800
    Posts
    42
    Thanks
    3
    Thanked 36 Times in 10 Posts

    How to put flash Menus on K750

    Normally K750 and w800 and such, don't support flash menus. But it is possible to make a normal menu, that looks and acts like the flash menus. The trick is that you either create a new or edit an existing menu in such a way, that you will create only the "selected" versions of the icons. You dont need to bother with the unselected icons, cause you wont be able to see them. Those selected icons, have to be as big as the screen excluding the upper and bottom bars, so in my case (K750 or W800) it should be 170 x 140. You will have to chose if you want to have the menu rotating, or as tabs, or anything. The trick is to draw the little and the big "icons" on the same picture, that you will use later as the icon (so you won't have one picture as the bacground and separate little pictures for selected and unselected icons. You will have 12 big pictures. And on all of them there will be the background, all the little unselected icons and one selected icon.) So first you make one basic picture which will represent the background. You can even use animated giffs for the backgroun for the icons, so you will have an animated looping moving desktop. My example will be a cirkular menu looking from above, so you see the whole circle. On the background image you have to draw all the other icons there are on the desctop and organize them corresponding to the menu you have now. On every picture there will be all of the little icons drawn and one of them will have to be highlighted, so youll have to create 12 similar pictures, all of them with all of the little "icons" drawn in the same places, but on every picture a different little "icon" will be selected. You have to organiye the so, that by moving to one or the other side, you will hit the right picture for the right menu. In my case it would have to be as follows: I would have to start by "messaging" (thats the first menu selected) starting at the bottom of the circle and going right on the joystick = counterclockwise on the circle: then "Media Player", "File Manager", "Contacts", "Radio", "Calls", "Organizer", "Settings", "Play Now", "Net Services", "Games" and last "Camera". So in the circle, the camera will be just left from Messaging and
    the Media Player will be just right from Messaging. When you have finished makeing all twelve of the big "Icons", then edit the menu.ml. The easiest way, when you dont know how to is to take an allready modded one and rename your pictures to correspond to the paths stated in the menu.ml. But, you'll have to delete the lines that refer to the unselected icons. I'll copy a little passage out of two menu.ml-s One using ordinary layout(1) with the unselected icons paths and one using circular layout(2) without the unselected icon paths:

    1:
    <!-- Desktop Element 1 using DESKTOP_HOOK_1 -->
    <element id="PlayNow" replace="next">
    <label type="name" textid="DIL_PRE_PLAY_LINK_TXT"/>
    <icon pos="unselected" source="internal">PREPLAY_DESKTOP_ICN</icon>
    <icon pos="selected" source="internal">PREPLAY_DESKTOP_SELECTED_ICN</icon>
    <link type="internal"/>
    </element>

    2:
    <!-- Desktop Element 1 using DESKTOP_HOOK_1 -->
    <element id="PlayNow" replace="next">
    <label type="name" textid="DIL_PRE_PLAY_LINK_TXT"/>
    <icon pos="selected" source="file">icon1_selected.gif</icon>
    <link type="internal"/>
    </element>

    As you can see, in the first one, where there is the ordinary menu layout, you have the "Selected" and "unselected" icon paths. But in the second one, there you dont have the "unselected" icon paths as you don't use unselected Icons. And you can see in the first part, there are still the original names for the icons: PREPLAY_DESKTOP_ICN. In the second allready the changed names:icon1_selected.gif . So you have to change the names in the menu.ml to those names of the pictures. When you have the pictures and the menu.ml ready, connect to the phone and copy all the pictures and the menu.ml to the file TPA/PRESET/SYSTEM/MENU. I will not give a tutor on how to flash the CID36 and CID49 phones. You can find them either here somewhere or on esato or se-nse.

    Here some example pictures. (These are the icons , to which the paths are set)





    Another thing. If you want to make them nice smoothly scrolling, you could acomplish it, but would take even more time using photoshop and a gif animator.
    OK, imagine: you have a ready big icon picture, like those above. Go to Photoshop, make a blank, lets say black picture of the same size as your icon picture. Copy the whole icon picture and paste it into the black one, but so, that u move it up nearly "out of the black picture" so you will see the black and only a little stripe of the icon on the upper side of the black one. Save it as lets say 1.jpg. then move the icon pict a little bit down, so you see a bit more of it and save as 2. Then move it again more down, and save and so on, till the icon picture "slides" completely down to cover the whole black picture. Everytime u move the icon over the black, move it for the same amount of pixels, so the final "movement in the animated pict would be fluent. So you will probably have now like 10 - 12 "frames of an animated gif. Put it in a giff animator as frames, set the timing between the frames to really low times, so the slide will be quick and leave it to run only one time. NOT LOOPING. Because, if you would stay on the menu longer, it would keep sliding down for ever and would look idiotic. I chose the movement up - down, cause from left to right, or reverse, would look good only if you would scroll the oposite way and not the same. Example: icons slide from left to right. You scroll from right to left, so the icons "comes" from the left. OK. But you scroll right, and the icon should come from right and comes again from left. BAD. So up down or down up is at least a bit better. And then make or use a theme, that has the background in the same colour as the blank that is getting covered by the icon pictures, so it wont slide covering a black background in a yellow theme :-)

    Takes time, but you get a good feeling you have a menu nobody else has and that you made it yourself and it works... :-)
    Last edited by Top Sony; 03-11-2007 at 11:14 PM. Reason: adding attachments

  2. The Following 22 Users Say Thank You to Magicnet2 For This Useful Post:


  3. #2
    Recently Initiate moedjs's Avatar
    Join Date
    Jan 2007
    Device
    -
    Posts
    6
    Thanks
    1
    Thanked 4 Times in 2 Posts
    Too complicated, i rather use the grid menu pack.
    too bad the full screen menu has a lack in the title menu part (a square block that changes the color every time you change the theme).
    BTW, it's nice tut, keep it up.:)

  4. The Following 3 Users Say Thank You to moedjs For This Useful Post:


  5. #3
    Recently Initiate maybach's Avatar
    Join Date
    Mar 2007
    Device
    -
    Posts
    11
    Thanks
    2
    Thanked 2 Times in 1 Post
    wow... that's not just a easy thing to do... I'll try another time

    Thnx btw.

  6. The Following 2 Users Say Thank You to maybach For This Useful Post:


  7. #4
    Recently Initiate
    Join Date
    Mar 2007
    Device
    -
    Posts
    1
    Thanks
    0
    Thanked 2 Times in 1 Post
    thats long allow that

  8. The Following 2 Users Say Thank You to baig002 For This Useful Post:


  9. #5
    Recently Initiate
    Join Date
    Mar 2007
    Device
    -
    Posts
    7
    Thanks
    0
    Thanked 6 Times in 3 Posts
    It'is a little difficult.can you give a n easier way?

  10. The Following 2 Users Say Thank You to andri880 For This Useful Post:


  11. #6
    Member Magicnet2's Avatar
    Join Date
    Nov 2006
    Device
    K750/W800
    Posts
    42
    Thanks
    3
    Thanked 36 Times in 10 Posts
    Well it only looks difficult. Its fairly easy, once you understand what is it about. The tutor is so long, cause I wanted to say it as precise as possible. We would need to talk about it on ICQ realtime, so I could answer your questions more precise and faster... Besides my ICQ number is 373-310-392

  12. The Following 2 Users Say Thank You to Magicnet2 For This Useful Post:


  13. #7
    Recently Initiate caos82's Avatar
    Join Date
    Mar 2007
    Device
    -
    Posts
    1
    Thanks
    0
    Thanked 2 Times in 1 Post
    hi to all, but it is not possible to modify the file customize!? in far I have see as there is a folder desktop/flash, cannot be used!?
    thanks hello to all Andrea

  14. The Following 2 Users Say Thank You to caos82 For This Useful Post:


  15. #8
    Recently Initiate pascal-x's Avatar
    Join Date
    Mar 2007
    Device
    T200-Z1010-K750-W580-G705-C905
    Posts
    2
    Thanks
    2
    Thanked 2 Times in 1 Post
    is there a way to have a mac-style "dock" menu instead of a circle?

  16. The Following 2 Users Say Thank You to pascal-x For This Useful Post:


  17. #9
    Recently Initiate
    Join Date
    Nov 2006
    Device
    K750i
    Posts
    11
    Thanks
    7
    Thanked 4 Times in 2 Posts
    Pascal,

    You always can search on the net for some icons.
    On the SE-nSE forum there is a topic of icons, where you can download some mac style icons.
    http://forums.se-nse.net/index.php?showtopic=3716

  18. The Following 3 Users Say Thank You to dubas For This Useful Post:


  19. #10
    Recently Initiate
    Join Date
    Mar 2007
    Device
    -
    Posts
    2
    Thanks
    0
    Thanked 2 Times in 1 Post
    Does someone know a website from where you can download "flash" menus for k750/w800?

  20. The Following 2 Users Say Thank You to rock100 For This Useful Post:


Thread Information

Users Browsing this Thread

There are currently 3 users browsing this thread. (0 members and 3 guests)

Tags for this Thread

Posting Permissions

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