Esato Mobile
Sony Ericsson / Sony : Software, Firmware and Drivers : Things you can do to your phone with the FAR Manager.
> New Topic
> Topic Locked
Esato Forum Index > Sony Ericsson / Sony > Software, Firmware and Drivers > Things you can do to your phone with the FAR Manager. Bookmark topic
Page <  123 ... 8, 91011>

max_wedge Posts: > 500

Quote:
On 2006-06-30 18:42:46, Naamloos wrote:
Remove Operator Name
Open up /tpa/system/layout/layout.xml with F4
Search for the object name="StatusIndication", remove the ... section hit F2 to save and F10 to close. Shutdown the loader and restart the phone. Now you'll see something worse than the Operator name wich is the Image Navigation/Title Small of your theme, all you have to do is remove that image with se theme creator and youll have a brandless stanby screen!


PS: It may also work by just changing the [sett name="TitleMode" value="1"] to [sett name="TitleMode" value="2"] but i was to lazy to try.


[ This Message was edited by: Naamloos on 2006-06-30 17:45 ]


Great tip man. did you realise when you enclose text with the greater than and less than symbols, the board see's it as a comment and hides it from the post? So that's why we can't see which section you mean.

Could you post that again, for us lazy bums who don't want to do twenty restarts trying to work out which section

Actually just worked it out - I can see the code now in your quote as I edit my post

It's the SETTINGS section.

Thanks for this awesome tip mate, sterling effort. Lot's off peeps have been looking for this option through far.
--
Posted: 2006-07-01 01:37:50
Edit : Quote

ann3x10 Posts: 154

can't wait to see many people doing this, could someone do it clearly the instructions are kind of confusing.
--
Posted: 2006-07-01 02:17:53
Edit : Quote

max_wedge Posts: > 500

it's quite straight forward: go to /tpa/system/layout and copy layout.xml to your computer. Edit it to remove the section called "settings" under "StatusIndication". Just delete that whole settings section.

Copy the layout.xml back to the phone, exit far (properly) and start the phone. Operator logo all gone
--
Posted: 2006-07-01 02:34:13
Edit : Quote

rockygali Posts: > 500

@ALL

ive encountered a problem after pimpin mah Media Player:

see it here:
http://www.esato.com/board/viewtopic.php?topic=124605

for all! go ahead and try it out... if it didnt happened on yer phone, maybe its only me...

---------------------

one more thing... about the OPERATOR LOGO... what i have is like the one below:


as you can see, I have a big operator logo "Sony Ericsson", then i have this irritating text below it "Service Provider".

following the steps on how to remove the operator logo... yes i have removed:
Code:
<settings>
<sett name="RowHeight" value="0"/>
<sett name="TopOffset" value="0"/>
<sett name="TitleHeight" value="0"/>
<sett name="TitleTopOffset" value="2"/>
<sett name="TitleMode" value="0"/>
<sett name="OverlayStyle" value="0"/>
<sett name="YPos" value="18"/>
<sett name="Height" value="176"/>
</settings>


but the the "Service Provider" text is still there... and the top is placed by the "Theme Title Bar" right? how can i remove the other text below my operator logo?

SUGGESTION:
what if we make a transparent file about the size of the operator logo, and change the value of:
Code:
<sett name="TitleTopOffset" value="2"/>


will that work on an *.xml file?

[ This Message was edited by: rockygali on 2006-07-01 04:32 ]
--
Posted: 2006-07-01 04:05:47
Edit : Quote

max_wedge Posts: > 500

Quote:
On 2006-07-01 04:05:47, rockygali wrote:
@ALL

ive encountered a problem after pimpin mah Media Player:

see it here:
http://www.esato.com/board/viewtopic.php?topic=124605

for all! go ahead and try it out... if it didnt happened on yer phone, maybe its only me...

yep I get that too. It seems to be mostly when video_background is used - will try without and report bac...

Quote:
SUGGESTION:
what if we make a transparent file about the size of the operator logo, and change the value of:
Code:
<sett name="TitleTopOffset" value="2"/>


will that work on an *.xml file?

xml can parse an image, that's not the issue. The phone may not even be able to display an image in the operator logo screen, even if the xml file was able to correctly reference an image.
--
Posted: 2006-07-01 06:21:11
Edit : Quote

rockygali Posts: > 500

but theres something there... we did delete the "settings" tag...
but how come when we start the phone it is replaced by the "Theme Title Small" file, that what makes me more curious... therefore it can read image. or was it loading the image next to the Standby Mode Screen which is the "Navigation Window" where the Theme Title Small file is scene first.

Coz when i followed the instructions above.. it did made my Operator Logo vanish... or rather replaced... by the "Theme Title Small" file.
--
Posted: 2006-07-01 06:27:22
Edit : Quote

s1ngs1ng Posts: 19

Anyone tried to W900 yet? is it working?
--
Posted: 2006-07-01 06:43:53
Edit : Quote

jasond Posts: 408

Oh my.

Well after thinking 'there has to be another way to remove the operator text from this phone!', I spent the afternoon altering all the variables in the StatusIndication part of the layout file, bit by bit.

The most annoying part of this process is never having real-time feedback, always having to reboot the phone slows things dooooown. My poor phone has never been restarted so many times!

The end result: Nada. Nothing I could do would deliver a different result from what has already been discussed here.

But there has to be a way stop the Title Small image from appearing on the standby screen without having to delete the file from a theme.

We can work through this! For references sake, here is the list of value changes that I worked through this afternoon, hopefully someone can take these further, find more values or something!


------
CHANGES MADE TO LAYOUT.XML AND RESULTS
------

RowHeight to 40 = no change
TopOffset to 40 = no change
TitleHieght to 40 = no change
opr1 to 160 = no change
TitleOffset to 160 = no change
TitleTopOffset to 176 = no change

TitleMode - Other values observed in file: 0, 255, 1, 2,
TitleMode changed to 0,2,255 = no change
TitleMode deleted = no change

rowheight, topoffset, titleheight, titletopoffset deleted = no change

OverlayStyle - Other values observed in file: 2, 9, 8, 5, 0, 4,
OverlayStyle to 1 = background image disappears
OverlayStyle to 2,9 = no change
OverlayStyle to 4 = Op1 text and date & time has moved approx 20 pixels up the screen, actual background image remained stationary. The process of locking and unlocking the keys makes the top status bar disappear, revealing op text previously part-hidden underneath. Op2 text still present.
OverlayStyle deleted = no change

YPos deleted = no change
Height deleted = no change
ypos made greater by X pixels = moves background image down X amount of pixels
Height to 0 = removes entire background image
Values 10 through to 12 altered = no difference
LargeFont made smaller = no change
SmallFont made smaller = no change
Operator Font made smaller = no change
Inverting values of attr index 1 through to 5 = no change


ALSO:
Here is the image a worked off to help determine what each of the values were corresponding with on-screen:

It was still pretty tricky though, and as you can see from the above results, didn't eventuate to much for me, but may help someone else out there!

Also, my phone says:

Carrier Name
Location

Rather than some people's:

Sony Ericsson
Carrier Name

For my phone 'Op2 text' is referred to as 'Cell Information' and is adjustable in Message Settings.

_________________
T65> K700i> K750i> Mars.

[ This Message was edited by: jasond on 2006-07-01 09:27 ]
--
Posted: 2006-07-01 09:53:28
Edit : Quote

tiggerbcn Posts: 58

Please could somebody put the file layout.xml modified so that it does not leave the logo the operator? To put it to unload. Gracias
--
Posted: 2006-07-01 12:21:18
Edit : Quote

Naamloos Posts: 95

@max_wedge
I didn't know, thanks for letting me know.

@rockygali
To remove the second opname try deleting the whole StatusIndication object. And let us know how it went.

@jasond
Great work, that inspired me im also going to experiment some more.

@tiggerbnc
Here you go: http://www.megaupload.com/?d=8I49WL7X
Sorry wrong one before, redownload it if its not working correctly.

[ This Message was edited by: Naamloos on 2006-07-01 11:24 ]

[ This Message was edited by: Naamloos on 2006-07-01 11:38 ]
--
Posted: 2006-07-01 12:21:20
Edit : Quote
Page <  123 ... 8, 91011>

New Topic   Topic Locked
Forum Index

Esato home