Help - Search - Members - Calendar
Full Version: Replacing Text in Menu.ml
SE-NSE Forums > SE Firmware > Newbie Forum
islander_810
I applied the patch whitelist callers to blacklist callers and it worked (happens very rarely for me tongue.gif )

Anyway, so i thought it makes more sense to change the text from Accept Calls to Reject Callers.

CODE

<element id="AllowedCallers_Id">
<label type="name" textid="MENU_ALLOWED_CALLERS_TXT"/>
<link type="internal"/>
</element>


I identified this portion in menu.ml and changed "MENU_ALLOWED_CALLERS_TXT" to "Reject Callers"

Prob is the whole text is blacked out. However, other options are visible.

help.gif
Lic
try this wink.gif

CODE
<element id="AllowedCallers_Id">
          <label type="name">
            <text>Reject Callers</text>
          </label>
<link type="internal"/>
</element>




islander_810
Doesn't work man shy.gif
KrX
What phone are you using?
draza
CODE
<element id="AllowedCallers_Id">
                          <label type="name"> <text>your text here</text> </label>
                          <link type="internal"/>
                        </element>


try this.. laugh.gif
Ronin420
QUOTE (draza @ 2008-05-08 16:43) *
CODE
<label type="name"> <text>your text here</text> </label>


try this.. laugh.gif


How's it different from the previous one? confused.gif
Ronin420
QUOTE (KrX @ 2008-05-08 16:34) *
What phone are you using?


Am using a k750i@w800i R1BC002 CID49 RED
Ronin420
@draza Thx man, it worked. Putting it in one line worked thumbsup.gif
draza
glad to help wink.gif
NeoBetas
There's a faster way. Use the LNG Editor, and update the en.lng file.
Ronin420
Can you explain in detail how to do that?
NeoBetas
QUOTE (Ronin420 @ 2008-05-10 17:57) *
Can you explain in detail how to do that?



Search in the forum for LNG Editor, and use it to open the en.lng of your phone. (You can get it by D/L it form your phone or from the File Structure RAW file.) And Serach for the Keyword "Accept", you will know what to do then. tongue.gif
Bakemono
anywhere that i can get menu.mi for w660i? i delete it by mistake.. help me..
Jinx13
QUOTE (Bakemono @ 2009-04-17 07:29) *
anywhere that i can get menu.mi for w660i? i delete it by mistake.. help me..



HERE Top link wink.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.