|
4875
|
|
جمعه ۳ اسفند ۱۳۸۶, ۲۰:۳۴
|
|||
|
|||
|
Dark_w810
این هم یه منو خفن برای w810 :
از شمع یک چیز اموختم : ایستاده بمیرم ,بیصدا بمیرم , بپای دوست بمیرم |
|||
|
سه شنبه ۱۳ فروردين ۱۳۸۷, ۱۷:۰۶
|
|||
|
|||
RE: Dark_w810
majid810 نوشته شده: فقط همین؟؟؟ دیگه ندارین؟؟؟؟ چو بد کردی ، مباش ایمن ز آفات -- که واجب شد طبیعت را مکافات |
|||
|
چهار شنبه ۱۴ فروردين ۱۳۸۷, ۱۵:۰۷
|
|||
|
|||
|
Re:بهترین منو ها برای گوشی های سونی اریکسون
اگه بخوایم این تو گشی اجرا بشه باید کجا بریزیمش؟ منظورم کدوم قسمت گوشی ؟ از طریق کامپیوتر ممنون |
|||
|
چهار شنبه ۱۴ فروردين ۱۳۸۷, ۱۷:۴۳
|
|||
|
|||
|
Re:بهترین منو ها برای گوشی های سونی اریکسون
تاپیک آموزشش مثل اینکه نبود. فعلا گذاشتم میتونید از اینجا ببینید: اگه هم قبلا در آواکس بود که پاکش میکنم |
|||
تشکر شده توسط : |
no Fear |
|
چهار شنبه ۱۴ فروردين ۱۳۸۷, ۲۲:۴۴
|
|||
|
|||
|
Re:بهترین منو ها برای گوشی های سونی اریکسون
ممنون مدیر عزیز... خیلی عالی بود.. |
|||
|
پنج شنبه ۵ ارديبهشت ۱۳۸۷, ۰۷:۲۷
|
|||
|
|||
|
Re:بهترین منو ها برای گوشی های سونی اریکسون
با سلام لطفا این منوها را بگذارین متشکرم menu_walkgreen.rar menu_walkgreen_full_animation.rar چو بد کردی ، مباش ایمن ز آفات -- که واجب شد طبیعت را مکافات |
|||
|
پنج شنبه ۵ ارديبهشت ۱۳۸۷, ۰۷:۳۵
|
|||
|
|||
|
Re:بهترین منو ها برای گوشی های سونی اریکسون
تفاوت منو با فلش منو چیست چو بد کردی ، مباش ایمن ز آفات -- که واجب شد طبیعت را مکافات |
|||
|
پنج شنبه ۵ ارديبهشت ۱۳۸۷, ۱۰:۵۱
|
|||
|
|||
|
Re:بهترین منو ها برای گوشی های سونی اریکسون
منو یک فایل شامل آیکون های مختلف است.
اما فلش منو یک فایل فلش که به عنوان منوی اصلی گوشی استفاده میشه, و فقط توسط گوشی هایی که فلش پلیر دارند باز میشه ![]() Firefox user
|
|||
|
جمعه ۶ ارديبهشت ۱۳۸۷, ۰۶:۰۲
|
|||
|
|||
|
Re:بهترین منو ها برای گوشی های سونی اریکسون
میشه روی k750نصب کرد. منوهایی که درخواست کردم رو نگذاشتید با سپاس فراوان چو بد کردی ، مباش ایمن ز آفات -- که واجب شد طبیعت را مکافات |
|||
|
جمعه ۶ ارديبهشت ۱۳۸۷, ۱۳:۰۴
|
|||
|
|||
|
RE: بهترین منو ها برای گوشی های سونی اریکسون
سلام مثل اینکه اینجا کمبود منو دارید؟ من اینو تو یه فروم خارجی پیدا کردم روش ساخت منو با منو ادیتور سونی اریکسونهکار زیاد سختی نیست In this tutorial we discuss changing the SE Menu Icons and more !!
In the File System (FS) of any SE firmware you will find a MENU.ML file at FS\TPA\PRESET\SYSTEM\MENU\**MENU ML HERE** The menu.ml xml file controls the complete behavior of the SE phone menu. You will get lots of ready made Menu packs with which you can change your main menu. Depeha’s blog has some cool menus check them out To install a pack. Just flash in the Menu ml to its location along with the icons that came with it. You can also download lots of menu ml packs from or From Se-nse.FS\TPA\PRESET\SYSTEM\MENU\**MENU ML and Icons HERE** That’s it .. Restart your phone and the new menu will greet you. Now lets see how these amazing menus are created !! MENU ML hacking ! Here i have uploaded an example menu.ml. This is the w610i menu ml. In the menu ml i have inserted lots of comments so that you understand it well. .now go through both Menu ml . I have inserted lots of comments in one of them. Comments in code won’t affect it. Note view commented menu ml in MS Word or Wordpad and not in notepad. Take the second element Internet Services for our analysis <element lock=“icons” id=“InternetServices”> <!– Line No 1–> now if you want FM Radio in place of Internet Service then just edit this line <element lock=“icons” id=“InternetServices”> to <element lock=“icons” id=“FMRadio”> You should basically replace the Element ID, If you want Write Message or Email Instead of Internet Service then replace element id as Msg_WriteNew or Messaging_Email respectively ! so here you learnt how to have any element at main menu. You can have Timer, Applications or Anything in phone at main menu. You must just know the element id. You can find out element id from the menu ml easily. Now we see how to change the text label of any Element in any menu See the Line No 2 <label type=“name” textid=“OLP_TITLE_TXT” /> change that to <label type=“name”><text>YOUR LABEL HERE</text></label> so to have your own label for any element whether its in main menu or a submenu you must replace it this way Now we see how to change icons in the main menu see lines no 3 and 4 <icon pos=“unselected” source=“internal”>DESKTOP_WAP_ICN</icon> <!– Line No 3–> Change them as follows <icon pos=“unselected” source=“file”>Your ICON.PNG</icon> Now both the Icons will be replace by Your ICON.PNG !! Changing the Shortcut Icon <icon pos=“shortcut” source=“internal”>RN_SHORTCUT_LIST_WAP_ICN</icon> change line 5 this way <icon pos=“shortcut” source=“file”>Your Shortcut Icon.PNG</icon> That way you change Icons !! Now lets say you wanted a Java Application at your main menu. For example Opera mini instead of Internet Service. Then you should change line no 6 this way !! Change Line no 6 from <link type=“internal” /> To This <link type=“java” javasuitename=“Jave Suite Name” javasuitevendor=“Vendor” javasuitepoint=“Suite Point”/> So to get opera mini do this <link type=“java” javasuitename=“Opera Mini” javasuitevendor=“Opera Software ASA” javasuitepoint=“Browser”/> Using the methods given above change it for all menu ml creating a menu pack with icons for each element. and upload all the icons and menu ml using FAR to FS. Then start your phone and enjoy your menu. Also note that by patching you can place the menu folder outside the FS and in your memory card, in that case you just need to replace the new menu and icons just in your phone memory card. This method is recommended so that you change your menu very fast and easily. Yes lastly you must check out this ! You can use to create preview and also make correct links if you want to use java programs.That’s it guys. happy menu Modding. Regards. Thanks for Reading. Have fun. منتظر باشید بعدا یه سری منو و فلاش منو میزارم برای مشاهده واقعیت درون عکس زیر ctrl+A رابزنید یا عکس زیر را در حالت انتخاب قرار دهید
![]() |
|||















تشکر شده توسط :
![[تصویر: firefox-logo.jpg]](http://www.sikhsearch.net/firefox-logo.jpg)

![[تصویر: 2lay1ci.jpg]](http://i28.tinypic.com/2lay1ci.jpg)
