FYI Bowers I found out how to change the lock screen without adding anything to the XML!!!
Woooooooooooooooooo Hooooooooooooooooooooo my quest is over!!!!!
FYI Bowers I found out how to change the lock screen without adding anything to the XML!!!
Woooooooooooooooooo Hooooooooooooooooooooo my quest is over!!!!!
Then do share!!
Also with using others colors for text you can change other things in the colors.xml. Like the foreground colors, but it will change them system wide and not just for one specific area.
i want to do that,it would match my orange theme perfectFYI Bowers I found out how to change the lock screen without adding anything to the XML!!!
Woooooooooooooooooo Hooooooooooooooooooooo my quest is over!!!!!
Then do share!!
Also with using others colors for text you can change other things in the colors.xml. Like the foreground colors, but it will change them system wide and not just for one specific area.
Ill hit you up when I get off work
Sent from my Droid using Tapatalk
I am interested in all your info bruther....This is helping me tremendously with my current WIP. Thanks again.
I am interested in all your info bruther....This is helping me tremendously with my current WIP. Thanks again.
me to everything you post im trying, the earlier poster said he figured out how to change the lockscreen without adding to the xml,how did he do that,is it the same way you posted in the OP
Any change I make gives me a whole slew of errors. I'm using HxD to edit them. Is that ok?
Also when overwriting the existing code, do we just type right over it? Sorry for the noob questions. I'm still learning.
Trying to do the button text. I'm simply typing over the text on the right side...Any change I make gives me a whole slew of errors. I'm using HxD to edit them. Is that ok?
Also when overwriting the existing code, do we just type right over it? Sorry for the noob questions. I'm still learning.
which ones are you doing in HxD? If doing the lockscreen or statusbar ones. Just do a search for 08 00 00 1c the next 4 sets are the color code backwards.
like this for my sample color of pink ff00ae is the regular hex color code
ff = red
00 = green
ae = blue
in hxd it would be like this
AE 00 FF FF
ae = blue
00 = green
ff = red
ff = alpha
Trying to do the button text. I'm simply typing over the text on the right side...Any change I make gives me a whole slew of errors. I'm using HxD to edit them. Is that ok?
Also when overwriting the existing code, do we just type right over it? Sorry for the noob questions. I'm still learning.
which ones are you doing in HxD? If doing the lockscreen or statusbar ones. Just do a search for 08 00 00 1c the next 4 sets are the color code backwards.
like this for my sample color of pink ff00ae is the regular hex color code
ff = red
00 = green
ae = blue
in hxd it would be like this
AE 00 FF FF
ae = blue
00 = green
ff = red
ff = alpha
so im on linux,i downloaded and extracted the apk manager,i cd to apk manager chmod everything as stated, run the script and i get the apk manager options. place the framework-res.apk in the modding folder, hit number 9 and it doesnt do anything,the apk manger window flashes, but no read out and goes back to the list of options,any idea,lol linux makes everything harder
thebowers said:The ones in styles.xml like the button text are decompiled xml's. Open them with notepad or notepad++.