Remove operator name from the screen?
Hi.
I cannot find any thread related to this matter so I will post a new one.
I have a w850i that has 3 as network. Now the annoying things is that the "3" is showing right in the middle of my picture. And there are two of then on each other. Am I able to delete these somehow?
Thanks
Re: Remove operator name from the screen?
No you can delete operator name,but you can hide operator name in "layout.xml"
You will find layout file in your phone -> tpa/system/layout/layout.xml
Open layout with notepad and find this section
"StatusIndication" - in that section find this lines
<attr value="1"/> <attr value="239"/> <attr value="-2"/> <attr value="-3"/> <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="0"/> <!-- 4 -->
and in each lines change 3rd and 4th value with -2 and -3 like I make in first line.
Thats will be all and now just upload your modified layout to phone
Re: Remove operator name from the screen?
Thank you very much. I will try this soon.
Re: Remove operator name from the screen?
Quote:
Originally Posted by
qwertyswe
Thank you very much. I will try this soon.
If you find some problems let me now and I modified layout for you
Re: Remove operator name from the screen?
When I open layout.xml after copied it to my computer with FARmanager, it is empty.There is no text in the file.
Re: Remove operator name from the screen?
Now I messed up the screen totally, no idea why. How can I restore this issue?
When I start the mobile i only see choose and Info, when the phone should ask for PIN number.
EDIT: I fixed this issue now, but still need help with the main question. How to change layout.xml properly.
Re: Remove operator name from the screen?
Quote:
Originally Posted by
qwertyswe
Now I messed up the screen totally, no idea why. How can I restore this issue?
When I start the mobile i only see choose and Info, when the phone should ask for PIN number.
EDIT: I fixed this issue now, but still need help with the main question. How to change layout.xml properly.
You can't download .xml from your phone ,you need to find original layout for your phone and than you be able to modified what you want