Help - Search - Members - Calendar
Full Version: W980 - Removing Operator Logo
SE-NSE Forums > SE Firmware > Newbie Forum
karlingen
Here's the deal:P
I have a pic of my girlfriend as a wallpaper. It's annyoing with the Operator text "3" right on her forehead. She looks like an Indian girl ^^.
Not that I have anything against indians but you get the point tongue.gif.

So is there a possible way to remove the operator logo? Or at least change the position of it to bottom or something like that?
Dekxster
In layout_main.xml, there is something like this:
CODE
    <!-- Text fields (x1, x2, y1, y2) -->
    <attr value="16"/> <!-- Nbr text fields -->
    <attr value="1"/>   <attr value="239"/> <attr value="5"/>   <attr value="10"/>  <attr value="10"/> <!-- 0 -->
    <attr value="1"/>   <attr value="239"/> <attr value="34"/>  <attr value="56"/>  <attr value="10"/> <!-- 1 -->
    <attr value="1"/>   <attr value="239"/> <attr value="34"/>  <attr value="80"/>  <attr value="10"/> <!-- 2 -->
    <attr value="1"/>   <attr value="239"/> <attr value="55"/>  <attr value="80"/>  <attr value="10"/> <!-- 3 -->
    <attr value="1"/>   <attr value="239"/> <attr value="82"/>  <attr value="104"/> <attr value="10"/> <!-- 4 -->
    <attr value="4"/>   <attr value="236"/> <attr value="34"/>  <attr value="184"/> <attr value="4"/> <!-- Notes 5 -->
    <attr value="4"/>   <attr value="236"/> <attr value="58"/>  <attr value="184"/> <attr value="4"/> <!-- Notes 6 -->
    <attr value="4"/>   <attr value="236"/> <attr value="82"/>  <attr value="184"/> <attr value="4"/> <!-- Notes 7 -->
    <attr value="4"/>   <attr value="236"/> <attr value="106"/> <attr value="184"/> <attr value="4"/> <!-- Notes 8 -->
    <attr value="0"/>   <attr value="173"/> <attr value="205"/> <attr value="281"/> <attr value="0"/> <!-- L 12h time -->
    <attr value="0"/>   <attr value="240"/> <attr value="181"/> <attr value="281"/> <attr value="0"/> <!-- L 24h time -->
    <attr value="4"/>   <attr value="236"/> <attr value="210"/> <attr value="234"/> <attr value="5"/> <!-- Time -->
    <attr value="4"/>   <attr value="236"/> <attr value="238"/> <attr value="262"/> <attr value="5"/> <!-- Date -->
    <attr value="4"/>   <attr value="236"/> <attr value="210"/> <attr value="234"/> <attr value="5"/> <!-- Timer -->
    <attr value="4"/>   <attr value="236"/> <attr value="238"/> <attr value="262"/> <attr value="5"/> <!-- Alarm -->
    <attr value="174"/> <attr value="240"/> <attr value="211"/> <attr value="251"/> <attr value="0"/> <!-- L 12h time AM/PM -->


Change it like that:
CODE
<attr value="16"/> <!-- Nbr text fields -->
    <attr value="1"/>   <attr value="239"/> <attr value="5"/>   <attr value="-10"/>  <attr value="-10"/> <!-- 0 -->
    <attr value="1"/>   <attr value="239"/> <attr value="34"/>  <attr value="56"/>  <attr value="10"/> <!-- 1 -->.......


Shortly, last two attr values in the first line should be "-10".
Hope its clear and sorry for my english.
karlingen
Thanks a lot bro.

But is it possible to change that file? Since its not possible to upload any files to the phone trough a2_uploader. or am I wrong?
Dekxster
I think you need to find the original file somewhere.
I downloaded extracted filesystem for my phone, then modified the file and a2 uploader can upload it.

I`ll try to search search for your file.
karlingen
QUOTE (Dekxster @ 2008-11-24 20:29) *
I think you need to find the original file somewhere.
I downloaded extracted filesystem for my phone, then modified the file and a2 uploader can upload it.

I`ll try to search search for your file.


Oh okay, thanks bro. You're the best.
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.