Hello everyone, I was reading this post http://forum.xda-developers.com/showthread.php?t=2154264
I would like to know if anyone knows what would be the corresponding values for our razr HD.
i try with the same values and only obtained a bootloop
Related
Hi, I have early prototype version of HTC Snap / Maple which keyboard looks like this http://www.mobilewhack.com/wp-content/images/2009/03/htc-maple-cnet.jpg
Is anyone have a keymap txt for this layout? For example there is no function key and tab key on this. I need it badly. Thanks.
If you are still trying to correct this, you my also want to try HKLM\HARDWARE\DEVICEMAP\KEYBD\LayoutID in the registry, Snap S510 Layout = 661 and
Ozone Layout = 605 (values are in Decimal), I am not sure of values for any of the Maple layouts, though I am sure with some looking you can find out your current and some others in search. If you narrow down a good range you can give a few attempts at numbers in that range. (might get lucky!) You'll have to reboot phone after every change to test, apologize if this doesn't help. Hope it does. Good luck!
Hi, I have been trying to mod the Desire Z, and HD keyboard to change the the colour of the text on the keys, similar to what was achieved with gimpsta's mods,
However im not having much luck, and i was wondering if there was someone who has successfully done this, or if there would someone willing to have a go? or had any ideas to help
thanks
Good evening everyone!
I would like to assign custom animation to screen orientation change. And here is the problem: I can't find code in Android sources which is doing that.
I was trying to investigate it by myself, but I have no clue where it can be coded.
Could you help me, please?
My One XL color temperature yellowish, whether by RE Manager to modify the code to modify the color blue, the CM10
This is similar to a piece of code, but I guess not use
http://forum.xda-developers.com/showthread.php?t=1521195
I believe a lot of people the screen yellowish I want to be able to use RE Explore modify color values, but I will not, and want someone to help me
Hi, thank you for your guide. However i'd like to customize even further the player style so it matches exactly my color scheme, but i couldn't find any hex/rgb/hsl inputs. So i went into the mxplayer xml config file (/data/data/com.mxtech.videoplayer.ad/shared_prefs/com.mxtech.videoplayer.ad_preferences.xml) and found some entries regarding color stuff, but the values are some negative numbers (maybe it's a proprietary format or maybe it's an obscure encoding). So i'd like to know how to convert from hex/rgb/hsl to mxplayer config color numbers. Thanks in advance.
plumbe0 said:
Hi, thank you for your guide. However i'd like to customize even further the player style so it matches exactly my color scheme, but i couldn't find any hex/rgb/hsl inputs. So i went into the mxplayer xml config file (/data/data/com.mxtech.videoplayer.ad/shared_prefs/com.mxtech.videoplayer.ad_preferences.xml) and found some entries regarding color stuff, but the values are some negative numbers (maybe it's a proprietary format or maybe it's an obscure encoding). So i'd like to know how to convert from hex/rgb/hsl to mxplayer config color numbers. Thanks in advance.
Click to expand...
Click to collapse
@bleu8888 could you help with his inquiry?
up
Moving this to a new thread for visibility.
plumbe0 said:
Hi, thank you for your guide. However i'd like to customize even further the player style so it matches exactly my color scheme, but i couldn't find any hex/rgb/hsl inputs. So i went into the mxplayer xml config file (/data/data/com.mxtech.videoplayer.ad/shared_prefs/com.mxtech.videoplayer.ad_preferences.xml) and found some entries regarding color stuff, but the values are some negative numbers (maybe it's a proprietary format or maybe it's an obscure encoding). So i'd like to know how to convert from hex/rgb/hsl to mxplayer config color numbers. Thanks in advance.
Click to expand...
Click to collapse
This is ARGB format means 1st byte is Alpha, 2nd is Red, 3rd is Green, and 4th is Blue.
You may need to convert it to a hex value and do some byte operation to manually change value.
See following link for more information;
http://en.wikipedia.org/wiki/RGBA_color_space
However you can enter each ARGB value manually on color picker screen of v1.7.38
http://forum.xda-developers.com/apps/mx-player/customizable-ui-themes-t2988237
In case you weren't already aware.