What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Theming Guide for changing system text settings.

The error about adb, is that in the command window of apk manager? I ask cause I get an error in that all the time and it still works fine.
exactly, i noticed on the xda site with the apk manager download,that the version betwwen linux and windows is different,anyway im in windows and it seems to work,i pulled the framework-res.apk out of the rom/theme im running,decompiled it and opened up keyguard_screen_tab_unlock.xml. i did a search for 08 00 00 1C and it finds nothing,i downloaded your example you provided and is currently compareing, yours differes by alot from the one im working with.


i understand that you added the color string codes so we dont have to do the whole process but if i use the ones you provided and place in my framework-res.apk after i change everything, wouldnt it mess up my apk that came with the rom,as i can add the music controls on my lockscreen and the xml you provided might not have those codes in it, sorry for my noob uestions or whatever.

The search for 08 00 00 1c only works if there are color codes already in there. Hence that is why I added them. Those two xml file are just for the clock, date, charging and alarm text settings. They should be the same rom wide (as I don't see why anyone would change those xml's from source)

As for this music from the lockscreen. What rom are you running?
im using UD, the developer has implamented a ud settings in the settings menu that allows you to put music controls on the lock scree and a custom message in the middle part of your lockscreen. if you want i can attach the 2 xml files


update= i took the OP files, searched for the codes OP said to search for, changed the sets after it to 0066ffff and saved the 2 files. adb puhed them to my droid and nothing changed.
 
Last edited:
More stuff we can do!

snap20100801143453.png
 
I've been messing with the background strings. Tried to compile and i got an error that said black background wasnt allowed. lol. used code ff000000 and it told me i couldnt use that for a background on one of the mms xml's.
 
I've been messing with the background strings. Tried to compile and i got an error that said black background wasnt allowed. lol. used code ff000000 and it told me i couldnt use that for a background on one of the mms xml's.

which XMl? I might have a way around that
 
I've been messing with the background strings. Tried to compile and i got an error that said black background wasnt allowed. lol. used code ff000000 and it told me i couldnt use that for a background on one of the mms xml's.

which XMl? I might have a way around that

layout\compose_message_activity.xml
layout\slideshow_attachment_view_portrait.xml

here is the error. lol

Error: String types not allowed (at 'background' with value 'ff000000').
 
Back
Top