
19th October 2010, 02:09 AM
|
Junior Member - OP
Thanks Meter 0
Posts: 3
Join Date: Oct 2010
|
[Q] smali color coding???????
I've searched and searched and can't find my answer, so if this has already been discussed, I appoligize. I'm trying to edit colors in various smali files and am trying to understand the breakdown of the color coding. ie const/high16 v6, -0x100. I've seen that some of you are simply taking out the high16 and then entering a standard hex color code. Could someone just explain what the different portions of that code stand for? If I sound like a NOOB, it's because I am. Please have mercy on my soul
|

22nd October 2010, 03:10 AM
|
Junior Member - OP
Thanks Meter 0
Posts: 3
Join Date: Oct 2010
|
anyone?????????? I don't need tons of details, just a little understanding.
Thanks
|

14th November 2011, 07:31 PM
(Last edited by -= sk0t =-; 14th November 2011 at 07:41 PM.)
|
Junior Member
Thanks Meter 33
Posts: 9
Join Date: May 2010
|
If still need
const/high16 v6, -0x100 = const v6, -0x100 0000 = FF000000
const/high16 v6, -0x1 = const v6, -0x1 0000 = FFFF0000
const v6, -0x100 = FFFFFF00
const v6, -0x1 = FFFFFFFF
http://www.mediafire.com/?xyl88qzm6m7652r
|
|
The Following 25 Users Say Thank You to -= sk0t =- For This Useful Post: [ Click to Expand ]
|
|
Adam_Blade (20th November 2011), aguha1044 (25th August 2012), Azeranex (9th March 2013), CarlDeanCatabay (27th May 2013), chrisrotolo (27th May 2013), ganeshbiyer (17th November 2011), geva28 (31st May 2013), h@ns1976 (2nd February 2013), iridaki (28th November 2011), Josehg (27th May 2013), lex_is300 (5th April 2013), LfcFan1977 (2nd January 2012), m1keyb (23rd April 2012), M_J_Nazari (31st May 2012), nick1313 (18th January 2012), NuriJ (6th January 2013), Pneuma1985 (18th April 2012), robm1911 (2nd January 2012), RogueCoyote (21st March 2012), skifyr123 (28th August 2012), Spannaa (14th September 2012), tazman171 (11th March 2012), tdunham (18th May 2013), ZiViTi_13 (24th March 2012), `SBR` (13th April 2012)
|

28th November 2011, 12:58 PM
|
Retired Forum Moderator / Recognized Themer
Thanks Meter 4430
Posts: 3,598
Join Date: Feb 2007
Location: Athens
DONATE TO ME
|
Quote:
Originally Posted by -= sk0t =-
If still need
const/high16 v6, -0x100 = const v6, -0x100 0000 = FF000000
const/high16 v6, -0x1 = const v6, -0x1 0000 = FFFF0000
const v6, -0x100 = FFFFFF00
const v6, -0x1 = FFFFFFFF
http://www.mediafire.com/?xyl88qzm6m7652r
|
Hands down the most useful thing I have seen in a while!!!!
|

28th November 2011, 05:32 PM
|
DONATE TO ME
|
Please use the Q&A Forum for questions Thanks
Moving to Q&A
Pay attention and participate,Encourage,
not discourage, Listen to advice and accept instruction,
and in the end you will be wise.......... Prov. 19:20 ✟
|

11th December 2011, 01:46 PM
|
Senior Member
Thanks Meter 340
Posts: 1,396
Join Date: Dec 2010
Location: Crestview
|
Quote:
Originally Posted by -= sk0t =-
If still need
const/high16 v6, -0x100 = const v6, -0x100 0000 = FF000000
const/high16 v6, -0x1 = const v6, -0x1 0000 = FFFF0000
const v6, -0x100 = FFFFFF00
const v6, -0x1 = FFFFFFFF
http://www.mediafire.com/?xyl88qzm6m7652r
|
if i were a woman, id totally have your baby!
|

2nd January 2012, 11:22 PM
|
Recognized Themer
Thanks Meter 1731
Posts: 1,123
Join Date: Nov 2010
Location: Weatherford Tx.
DONATE TO ME
|
Quote:
Originally Posted by -= sk0t =-
If still need
const/high16 v6, -0x100 = const v6, -0x100 0000 = FF000000
const/high16 v6, -0x1 = const v6, -0x1 0000 = FFFF0000
const v6, -0x100 = FFFFFF00
const v6, -0x1 = FFFFFFFF
http://www.mediafire.com/?xyl88qzm6m7652r
|
very handy tool thank you for this
|

25th January 2012, 04:05 AM
|
Junior Member - OP
Thanks Meter 0
Posts: 3
Join Date: Oct 2010
|
How do you know whether to use const/high16 or const?
|

18th April 2012, 08:10 AM
|
Senior Member
Thanks Meter 373
Posts: 470
Join Date: Jan 2011
Location: Around
DONATE TO ME
|
Most useful smali color coding tool out there that I have found... Anyone find better please let us know... Id like to have one that helps with the variables as well that would be nice...
|

27th May 2013, 12:20 AM
|
Member
Thanks Meter 28
Posts: 58
Join Date: Jul 2012
|
Quote:
Originally Posted by -= sk0t =-
If still need
const/high16 v6, -0x100 = const v6, -0x100 0000 = FF000000
const/high16 v6, -0x1 = const v6, -0x1 0000 = FFFF0000
const v6, -0x100 = FFFFFF00
const v6, -0x1 = FFFFFFFF
http://www.mediafire.com/?xyl88qzm6m7652r
|
Really, really useful app, thanks m8   
|
|
|