Aosp hex codes - AT&T, Rogers, Bell, Telus Samsung Galaxy S III

I'm trying to locate the AOSP hex code thread that lists compatible led colors. I searched but for some reason it's not popping up. Can someone please share the link?
Sent from my SGH-I747 using Tapatalk 2

http://forum.xda-developers.com/showthread.php?t=1890774
AOKP RGB LED working hex colors

Related

Need hex code for miui orange and grey.

If anyone has the hex code for miui orange or grey or both and wants to give it to me that would be great.
Sent from my Galaxy Nexus using XDA
Did a quick search of MIUI...
Didn't see orange/gray combos.
But this is the app I was going to use to check, if you want to try it:
http://instant-eyedropper.com/
Did you see the miui orange?
Sent from my Galaxy Nexus using XDA
for future reference the hex code for the orange is ffff840b I believe
hex code ---> FD6440

[Request] Change Gummynex softkey background color

I'm currently on Gummy 1.2.2 for the toro and I've been going crazy trying to modify the background color of the softkeys. Not the glow effect, not the keys themeselves, but the actual bar they rest on. I'd like to make it white but if someone could just help me figure out how to change it to begin with it'd be greatly appreciated. I've decompiled the systemui apk and tried editing several xml's but got nowhere with it. It's driving me crazy trying to figure it out. Any help would be awesome. I've searched through the forums and had no luck thus far.
1.2.2
where can i get the 1.2.2?can't find it
utcu said:
I'm currently on Gummy 1.2.2 for the toro and I've been going crazy trying to modify the background color of the softkeys. Not the glow effect, not the keys themeselves, but the actual bar they rest on. I'd like to make it white but if someone could just help me figure out how to change it to begin with it'd be greatly appreciated. I've decompiled the systemui apk and tried editing several xml's but got nowhere with it. It's driving me crazy trying to figure it out. Any help would be awesome. I've searched through the forums and had no luck thus far.
Click to expand...
Click to collapse
Its all in layout folder the 3 nav xmls are what your going to want to edit and it'd be the first line of each XML when you open it and if you wanna change the nav bg with images I can post the XML so you can see yourself to see what you would need to change
Sent from my Galaxy Nexus using Xparent ICS Blue Tapatalk 2
ilysm said:
where can i get the 1.2.2?can't find it
Click to expand...
Click to collapse
http://goo.im/devs/TeamGummy/Roms/Toro
ZOMBI3 said:
Its all in layout folder the 3 nav xmls are what your going to want to edit and it'd be the first line of each XML when you open it and if you wanna change the nav bg with images I can post the XML so you can see yourself to see what you would need to change
Sent from my Galaxy Nexus using Xparent ICS Blue Tapatalk 2
Click to expand...
Click to collapse
How exactly would I go about this? I tried editing the hex values on all three of them but that was a no go. I didn't know I could replace them with images. Thanks again.
utcu said:
http://goo.im/devs/TeamGummy/Roms/Toro
Click to expand...
Click to collapse
thanks so much
utcu said:
How exactly would I go about this? I tried editing the hex values on all three of them but that was a no go. I didn't know I could replace them with images. Thanks again.
Click to expand...
Click to collapse
What are you using to decompile ? and there you go, compare my xmls with yours to do the edits i threw in the tracking xml also and thats how you go about having a custom pulldown bg,
1 pulldown back should be about 480x733 gives you a perfect image in portrait and landscape, and you take your image and name it pulldown_bg.png and save in gimp for example
2 navbar backgrounds = navbar01 =400x50, navbar02=50x400 save as png format
3. all three of those images put them in the drawable-xhdpi in sytemui
4. easy to do you should be able to do it on your own let me know if you have any troubles
Sent from my Galaxy Nexus using Xparent ICS Blue Tapatalk 2
ZOMBI3 said:
What are you using to decompile ?
Sent from my Galaxy Nexus using Xparent ICS Blue Tapatalk 2
Click to expand...
Click to collapse
I'm using an apk manager developed for Mac. I've used it to decompile, theme, and build multiple apk's from my rom. It works pretty awesome. Lol. I use that to decompile and then I use xml edit to change the xmls. I don't have a PC to run the regular apk tool on so I'm unsure if that's where my issue is.
utcu said:
I'm using an apk manager developed for Mac. I've used it to decompile, theme, and build multiple apk's from my rom. It works pretty awesome. Lol. I use that to decompile and then I use xml edit to change the xmls. I don't have a PC to run the regular apk tool on so I'm unsure if that's where my issue is.
Click to expand...
Click to collapse
just posted it on what to do depends on what you do this is what im doing right now
ZOMBI3 said:
What are you using to decompile ? and there you go, compare my xmls with yours to do the edits i threw in the tracking xml also and thats how you go about having a custom pulldown bg,
1 pulldown back should be about 480x733 gives you a perfect image in portrait and landscape, and you take your image and name it pulldown_bg.png and save in gimp for example
2 navbar backgrounds = navbar01 =400x50, navbar02=50x400 save as png format
3. all three of those images put them in the drawable-xhdpi in sytemui
4. easy to do you should be able to do it on your own let me know if you have any troubles
Sent from my Galaxy Nexus using Xparent ICS Blue Tapatalk 2
Click to expand...
Click to collapse
Seems simple enough. I just edited a ton of apps throughout my rom and blacked everything out. Very minimal color with an emphasis on black and white and I think the white nav and Status bars will help keep the contrast along the theme flowing. I can't wait to get home and try it out. Thanks again for the help.
Edit... well it was a no go for me. Cannot figure this out. Here's the xml's that I'm starting with.
utcu said:
Seems simple enough. I just edited a ton of apps throughout my rom and blacked everything out. Very minimal color with an emphasis on black and white and I think the white nav and Status bars will help keep the contrast along the theme flowing. I can't wait to get home and try it out. Thanks again for the help.
Edit... well it was a no go for me. Cannot figure this out. Here's the xml's that I'm starting with.
Click to expand...
Click to collapse
Is it recompiling correctly? And if you sign it don't just rename FROM UNSIGNEDSYSTEMUI TO SYSTEMUI and what apktooljars are you using also?
Sent from my MB860 using Xparent ICS Blue Tapatalk 2
Thanks again Zombi3. I wouldn't have figured this out alone.
utcu said:
View attachment 1082634
Thanks again Zombi3. I wouldn't have figured this out alone.
Click to expand...
Click to collapse
Np any time it looks good btw ! C:
Sent from my Galaxy Nexus using Xparent ICS Blue Tapatalk 2
Do you need to be on a custom ROM to be able to do this? Or will stock root work? Also did you replace your navbar background with an image or just changed the color? I am trying to do this but systemui crashes. Any help would be appreciated.

Need help with AOSP color scheme.

I am trying ot find the exact shade of blue/cyan that is in AOSP based roms such as aokp and CM.
I am trying to make some edits to a boot animation and i need the exact color for the based.
Any help is great.
Dougshell said:
I am trying ot find the exact shade of blue/cyan that is in AOSP based roms such as aokp and CM.
I am trying to make some edits to a boot animation and i need the exact color for the based.
Any help is great.
Click to expand...
Click to collapse
if you still need it, the hex code is ff33b5e5
bsbachert said:
if you still need it, the hex code is ff33b5e5
Click to expand...
Click to collapse
And where do I apply that hex code. In photoshop I am only able to extract a hex code not apply one.
Sent from my SAMSUNG-SGH-T989 using xda app-developers app
Dougshell said:
And where do I apply that hex code. In photoshop I am only able to extract a hex code not apply one.
Sent from my SAMSUNG-SGH-T989 using xda app-developers app
Click to expand...
Click to collapse
Click on the background or foreground color in PS. Then you will see a text box on the side. Type in the 6 digit hex without the #. It will give you the color and display what it will look like. Hit enter. You have selected the color.
Sent from my SAMSUNG-SGH-T989 using xda premium

[Q] How to change the color of dialer keys?

Hi, I was wondering if anyone knows how to change the text color of dialer keypad.
Since past 2-3 days I have tried out lots of stuff but couldn't find a way

			
				
1) Color is set in a separate file inside the Dialer.apk.
2) Color is set by it's code within one of the .xml files.
Only these 2 are possible. I have not worked on Dialer myself, so I cannot help any further.
Someguyfromhell said:
1) Color is set in a separate file inside the Dialer.apk.
2) Color is set by it's code within one of the .xml files.
Only these 2 are possible. I have not worked on Dialer myself, so I cannot help any further.
Click to expand...
Click to collapse
Yeah, I tried changing every .xml files with @Color/white to "#33B5E5" from SemcPhone, framework-res and Phonebook.apk but still no changes, keypad text is still white.
Using CM?
If yes, try to download a theme and move it to your pc. Maybe it will be easier to find what you are looki g for
Sent from my Xperia Arc S using xda premium
No, I am using UHD 3.1b
Would be great if anyone knows the exact location of the files which will change the text color of keypad.
Sent from my LT18i using xda app-developers app

Hex Code #

Anyone know the Hex Code for the blue in the settings menu? I can't find it anywhere.
Sent from my Pixel XL using XDA-Developers mobile app
Is this what you need?
jadams212510 said:
Anyone know the Hex Code for the blue in the settings menu? I can't find it anywhere.
Click to expand...
Click to collapse
Pixolor app works well for finding color codes
Sent from my Pixel XL using XDA Labs
What is the background color code of the pixel 2 app drawer ?
That white bg color code
Most screenshots of Google apps, etc. I've checked in Photoshop use #4286f5

Categories

Resources