Jump to content

Recommended Posts

Posted (edited)
thanks, though i don't need it , have you got your AXMLPrinter2 working?? mine is giving exceptions :@ and i can't edit the codes without it

Yeah, mate you can just follow EXACTLY what the guy does in the video in the hex editor.

1) Open up an original (i.e. not my modified one) status_bar.xml in a hex-editor (I use HxD Hex Editor)

2) Do a search for the code he uses in the video, you need to search twice and instead of putting FF FF FF etc where he does, put your hexadecimal colour code.

Go on, give it a try :)

P.S. Yeah I get exceptions too :(

P.P.S. If you want me to edit up a few different status_bar.xml files or even a complete framework-res.apk file let me know. Give me some time though if you do. :)

Edited by Guest
Guest zed2012
Posted

thanks for the orginal framework magicman .. dont think dark themes are my thing .. :)

How easy would it be to port over the elegant steel theme to 2.2? oh and what is the clock on elegant steel?

thanks,

ZeD

Guest x.balli.x
Posted
thanks for the orginal framework magicman .. dont think dark themes are my thing .. :)

How easy would it be to port over the elegant steel theme to 2.2? oh and what is the clock on elegant steel?

thanks,

ZeD

porting a theme is not that hard only if you have all the things working, the thing with Elegent Theme is that you have to change lots of colors and for that i guess you need to have XML > Txt converter,

P.S is ther any other way to get XML > Txt?

Guest zed2012
Posted

Thanks for that balli, sorry cant help you with that stuff am not a programming/coding kind of person .. no clue what so ever, did do a bit of java .. public static void .. lol :) .. back in the uni days many many moons ago .. :)

Guest x.balli.x
Posted (edited)
Yeah, mate you can just follow EXACTLY what the guy does in the video in the hex editor.

1) Open up an original (i.e. not my modified one) status_bar.xml in a hex-editor (I use HxD Hex Editor)

2) Do a search for the code he uses in the video, you need to search twice and instead of putting FF FF FF etc where he does, put your hexadecimal colour code.

Go on, give it a try :)

P.S. Yeah I get exceptions too :(

P.P.S. If you want me to edit up a few different status_bar.xml files or even a complete framework-res.apk file let me know. Give me some time though if you do. :)

i know but i want to do some more, like changing the color of notification box expanded , and more stuff, and the video only shows you the ticker colors........ someone please help me out here, i really don't understand the problem here, this is what i get when i convert the xml >> txt

E:\ZTE\android-sdk-windows\tools>java -jar AXMLPrinter2.jar status_bar.xml >> st
atus_bar.xml
java.lang.ArrayIndexOutOfBoundsException: 152
at android.content.res.StringBlock.getShort(StringBlock.java:231)
at android.content.res.StringBlock.getString(StringBlock.java:91)
at android.content.res.AXmlResourceParser.getName(AXmlResourceParser.jav
a:140)
at test.AXMLPrinter.main(AXMLPrinter.java:56)[/codebox]

Its not only us but actaully others are facing this problem too, its just with the Froyo 2.2 XMLs :(

XDA

Edited by x.balli.x
Guest x.balli.x
Posted
Thanks for that balli, sorry cant help you with that stuff am not a programming/coding kind of person .. no clue what so ever, did do a bit of java .. public static void .. lol :) .. back in the uni days many many moons ago .. :)

programming/coding is not my stuff too, infact am a business student, its just that i got love for this stuff, and i try to learn this stuff

Guest x.balli.x
Posted (edited)

Found our way around to edit XML :)

- Download Apktool ( download the first two files for windows and extract them in same folder and make sure you have smali.jar too)

now run this command to decode your .apk files

apktool d framework-res.apk

now you can edit XML files in notepad, once done

give this command

apktool b <location decoded .apk e.g c:\framework-res\ > [/codebox]

the apk file will be coded in /dist/

Edited by x.balli.x
Posted

Thanks mate! That helps with modding my phone's look no end!

I've been using the Android Phone 7 layout for the last few days but what I'd like to do is to remove the clock from the notification bar as I'm using a clock widget as well.

Any ideas how to remove the clock from the notification bar?

Cheers :)

Guest MIKEYMC
Posted

Make it the same colour as the bar would be easiest way I reckon.

Posted
Make it the same colour as the bar would be easiest way I reckon.

Thanks for the suggestion, I'll try it but would prefer to remove it completely and allow the battery bar and signal meter to sit in its place.

Thanks anyway!

Guest lazyliam
Posted

hiya im sorry im stuck ive tried various different themes i out em on the sc card next to my 2.2 froyo i extcact the zip just have i have my rom then on reboot i got stuck on the adroid man every time i have to then battery out turn back on to clockwork and reflash the 2.2 im sorry for any inconvience any help would be much appreaciated

Posted

Managed to remove the clock from the status/notification bar, the file I've attached is the services.jar for a phone with a black status/notification bar.

services.zip

Guest x.balli.x
Posted

Not sure how to remove the clock.....google might helpyou...am a bit bsy with project work,will do som more work when get ffree

@lazyliam, if you read previous posts you will find that these themes dont work on froyo 2.2,i only manage to port galaxys theme to froyo 2.2 and only that works rest of tjese dont work,go to first page of this topic and look under the first galaxys theme,it gives u two lnls downliad the 2.2 and try that

Posted
Not sure how to remove the clock.....google might helpyou...am a bit bsy with project work,will do som more work when get ffree

I done it mate, not too difficult I found a thread on XDA about it.

Posted (edited)

Here's the Desire V2 theme fixed for Froyo (2.2) - I changed the Network text (Expanded Status Bar - Where it says Vodafone, T-Mobile, etc) to White if that's OK with the original themer.

Just flash with ClockWork recovery.

I used Colour Change to make the change to the network text.

I also found a nice little guide that may help those of you into theming your phone.

EDIT - New version. I forgot to add the fonts from the 2.1 version.

DesireV2Froyo2.zip

Edited by Guest
Posted
Here's the Desire V2 theme fixed for Froyo (2.2) - I changed the Network text (Expanded Status Bar - Where it says Vodafone, T-Mobile, etc) to White if that's OK with the original themer.

Just flash with ClockWork recovery.

I used Colour Change to make the change to the network text.

I also found a nice little guide that may help those of you into theming your phone.

EDIT - New version. I forgot to add the fonts from the 2.1 version.

Link the file and I'll put it in the main post :)

Posted
Link the file and I'll put it in the main post :)

Sorry I'm a bit of a noob, but what exactly do you mean by link the file?

I've gone into the editor and have clicked 'insert attachment into text editor'?

Sorry for n00bness.

Guest x.balli.x
Posted

need some help here, am working on GalaxyS for 2.2 and its working fine, except the circle battery icon, in Froyo 2.2 Framework-res.apk i have

/system/ framework/ framework-res.apk/ drawable-hdpi/

and from GalaxyS circle battery frame work for 2.1 i have same folder and an additional folder

/system/ framework/ framework-res.apk/ drawable-hdpi -v4 /

all the circle icons are in their, no battery icons in standard drawable-hdpi, now when i copy these to Froyo framework in / drawable-hdpi/ it doesnt work, infact the battery stat is stuck @ 100% and 30% while charging and its not animated

how to solve it, ?

Posted
Sorry I'm a bit of a noob, but what exactly do you mean by link the file?

I've gone into the editor and have clicked 'insert attachment into text editor'?

Sorry for n00bness.

Oh, it's there now, must of been a delay or something :)

Guest popoyaya
Posted
Here's the Desire V2 theme fixed for Froyo (2.2) - I changed the Network text (Expanded Status Bar - Where it says Vodafone, T-Mobile, etc) to White if that's OK with the original themer.

Just flash with ClockWork recovery.

I used Colour Change to make the change to the network text.

I also found a nice little guide that may help those of you into theming your phone.

EDIT - New version. I forgot to add the fonts from the 2.1 version.

DesireV2Froyo2.zip

Hi, what does this theme change exactly? It seems to just change the notification bar to black, which is nice btw. Thanks.

Posted
Hi, what does this theme change exactly? It seems to just change the notification bar to black, which is nice btw. Thanks.

Just bits and bobs, really. Different colour status bar, different colour when you select something in apps/settings/etc, It's my favourite colour scheme so I thought I'd have a go at fixing it for Froyo. Currently fixing the icons for Elegant Steel :) Stops me getting bored.... :)

Posted

OK, I finished fixing Elegant Steel for Froyo too, it's cool finding about how to change the look of the phone. :)

Just flash it with Clockwork recovery.

ElegantSteelFroyo.zip

Guest popoyaya
Posted
OK, I finished fixing Elegant Steel for Froyo too, it's cool finding about how to change the look of the phone. :)

Just flash it with Clockwork recovery.

Great thanks! How does one revert back to the stock theme afterwards?

Guest x.balli.x
Posted
need some help here, am working on GalaxyS for 2.2 and its working fine, except the circle battery icon, in Froyo 2.2 Framework-res.apk i have

/system/ framework/ framework-res.apk/ drawable-hdpi/

and from GalaxyS circle battery frame work for 2.1 i have same folder and an additional folder

/system/ framework/ framework-res.apk/ drawable-hdpi -v4 /

all the circle icons are in their, no battery icons in standard drawable-hdpi, now when i copy these to Froyo framework in / drawable-hdpi/ it doesnt work, infact the battery stat is stuck @ 100% and 30% while charging and its not animated

how to solve it, ?

someone please help me out here

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.