Smali Editing - Android Software/Hacking General [Developers Only]

I am looking to find someone who is willing to guide a quick learner in Smali editing. I have located the colors I want to change and have replaced their values but the end result is still no color change.
I have used Apk Manager along with Notepad++ and HxD.
I am on gtalk to make things easier.
Thanks!
BTW I've searched but all subjects on the matter are vague.

ssconceptz said:
I am looking to find someone who is willing to guide a quick learner in Smali editing. I have located the colors I want to change and have replaced their values but the end result is still no color change.
I have used Apk Manager along with Notepad++ and HxD.
I am on gtalk to make things easier.
Thanks!
BTW I've searched but all subjects on the matter are vague.
Click to expand...
Click to collapse
evn i'm in search of it... need to mod my camera.apk
so if u find some do let me know...

ssconceptz said:
I am looking to find someone who is willing to guide a quick learner in Smali editing. I have located the colors I want to change and have replaced their values but the end result is still no color change.
I have used Apk Manager along with Notepad++ and HxD.
I am on gtalk to make things easier.
Thanks!
BTW I've searched but all subjects on the matter are vague.
Click to expand...
Click to collapse
You can read all the meaning of the command from here:
http://pallergabor.uw.hu/androidblog/dalvik_opcodes.html
I learned it from there, and it helped me alot to add mod to Statusbar widget custom brightness..
Another thing i know, because this is an interpreted java language:
1. a variable will be named as v0-vn, which n stands for the number of variable existant in a function. And if you add any other variable than provided (like the max one is v9 and you want to have v10), you need to modify .locals declaration on the header of the function.
public static function <functionname>():type of return
.locals 10
~you can use v0-v9~
end function;
Click to expand...
Click to collapse
2. any parameter sent to the function will be named as p0-pn.
3. Any looping or directives command can only be done with
l:location
~looping program inside~
goto :location
Click to expand...
Click to collapse
That's it. The rest of the built in function can be learned from the link. Hope this helps.

Is there any particular way the/place where dimensions are stored, or it's just build in the code? I'm just trying to edit size of something in smali, but I can't find the dimensions...
Converting from hex to dec doesn't give anything that seems like value in pixels, either.

sizes are usually .xml arent they?, what exactly, perhaps we can help.
Smali is tough. no question.

Okay, thanks for the support! Here's what I'm trying to do:
I'm trying to resize these blue panels so that that the third row fully appears (as przemo5020 showed) :
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Here's the one on 450x854 screen, how it should like:
Download link: http://dl.dropbox.com/u/11576727/SemcMusic/SemcMusic.apk
Original thread: http://forum.xda-developers.com/showthread.php?t=1544956

ssconceptz said:
I am looking to find someone who is willing to guide a quick learner in Smali editing. I have located the colors I want to change and have replaced their values but the end result is still no color change.
I have used Apk Manager along with Notepad++ and HxD.
I am on gtalk to make things easier.
Thanks!
BTW I've searched but all subjects on the matter are vague.
Click to expand...
Click to collapse
How do you locate the colors in smali?? I'm desperatlly trying to locate backgrounsd colors without success....
are colors always like: const/16 ?or is there anything else?
someone can help please???

Related

Orange Today Plugin

[Please note these pics are photoshopped! This is not what the real plugin looks like. V]
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
wm5
so is this a hacked version that gets you the modded layout pictured above?
or is it a photoshop as per this thread?
http://forum.xda-developers.com/viewtopic.php?p=366217#366217
if its real...well done!! nice work..
ok, just answered my own Q...its the standard version, not modded like the picture.
:roll:
Hi People,
I just installed the apps and can confirm it is not the hacked version of the orange homescreen as in the photoshop shots.
Cheers,
Shah
Shah2 said:
Hi People,
I just installed the apps and can confirm it is not the hacked version of the orange homescreen as in the photoshop shots.
Cheers,
Shah
Click to expand...
Click to collapse
urm...yeah...like i said! :roll:
Hehe, sorry bout that, was early in the morning when I read it so misinterpreted the answer your own question bit.
Sorry bout that.
By the way I guess the guy in India didn't understand my idea all that well. but he still nice that he tried.
Cheers,
Shah
I found this file can be modify. (DIL_Cfg_A_Perso_L.dap)
[Start]
[Group],4|Group_5 (4=Group_5=Shortcuts)example: 0=Group_1=Contacts
[Elt],4,0|ActiveSync| (4,0=Group,item;ActiveSync=Menu Display)
[Act],4,0|19|\Windows\Start Menu\Programs\ActiveSync.lnk (Action item link)
[Elt],4,1|Notes|
[Act],4,1|19|\Windows\Start Menu\Programs\Notes.lnk
[Elt],4,2|File Explorer|
[Act],4,2|19|\Windows\Start Menu\Programs\File Explorer.lnk
[Elt],4,3|Calculator|
[Act],4,3|19|\Windows\Start Menu\Programs\Calculator.lnk
[End]
so, is there a way to configure this "Plugin"?
I've tryed everything and I can't change the shortcuts location...
any ideas?
...I've also looked at the icons included in the DIL_APP directory and I found one with a camera, but I can't seem to find a way to activate it.
Is there any way to make this happen?
Thanks in advance!
the only thing I have configured is the program links, havent figured out how to change the internet links.
This is my change for T-Chinese.
[Start]
[Group],0|Group_1
[Elt],0,0|聯絡人|
[Act],0,0|1|
[Elt],0,1|新增聯絡人|
[Act],0,1|2|
[Elt],0,2|電話|
[Act],0,2|19|\Windows\cprog.exe
[Group],1|Group_2
[Elt],1,0|電話記錄|
[Act],1,0|3|
[Elt],1,1|未接來電|
[Act],1,1|4|
[Elt],1,2|撥入電話|
[Act],1,2|5|
[Elt],1,3|撥出電話|
[Act],1,3|6|
[Group],2|Group_3
[Elt],2,0|發送 SMS|
[Act],2,0|12|
[Elt],2,1|未讀取 SMS|
[Act],2,1|8|
[Elt],2,2|未讀取 MMS|
[Act],2,2|9|
[Group],3|Group_4
[Elt],3,0|今天|
[Act],3,0|13|
[Elt],3,1|新增約會|
[Act],3,1|14|
[Elt],3,2|設定鬧鐘|
[Act],3,2|21|
[Group],4|Group_5
[Elt],4,0|工作|
[Act],4,0|19|\儲存卡\Windows\Start Menu\Programs\工作.lnk
[Elt],4,1|記事本|
[Act],4,1|19|\儲存卡\Windows\Start Menu\Programs\記事.lnk
[Elt],4,2|mPro商務|
[Act],4,2|19|\儲存卡\Windows\Start Menu\Programs\mPro商務.lnk
[Elt],4,3|檔案總管|
[Act],4,3|19|\儲存卡\Windows\Start Menu\Programs\檔案總管.lnk
[Elt],4,4|相機|
[Act],4,4|15|
[Elt],4,5|圖片與視訊|
[Act],4,5|16|
[Elt],4,6|背景|
[Act],4,6|22|
[Group],5|Group_6
[Elt],5,0|Internet Explorer|
[Act],5,0|19|\儲存卡\Windows\Start Menu\Programs\Internet Explorer.lnk
[Elt],5,1|即時新聞|
[Act],5,1|19|\儲存卡\Windows\Start Menu\Programs\即時新聞.lnk
[End]
But, I don't find how to change URL Link....
Please tell me how to config the plugin, since there are no option for me to do it.
yeah is there anyway how to config the plugin? ok heres my screenshot
i would like to change the color and font of time
Bump on that...
ditto.
mumu311 said:
wm5
Click to expand...
Click to collapse
why yours have config and others?
unlike mine
chev said:
why yours have config and others?
unlike mine
Click to expand...
Click to collapse
Yours is the real Orange plugin. The other one is Photoshopped. It's just an example.
There is only one option button found on the Camera ICON.
It allows you to switch between Normal or Expert Mode.
You can only change 4 shortcuts under EXPERT mode.
The interface is pretty nice, but too bad, cant launch below bug.
Bug found IN NORMAL MODE:
1. Under the camera tab,
Click TAKE A PICTURE.
The file 'camera' cannot be opened. Either it is not signed with a trusted certificate, or one of its components cannot be found. You might need to reinstall or restore this file.
Bug found In EXPERT MODE:
1. Under the folder tab,
Click Speed Dial
(The file 'TSPEEDIAL' cannot be openen. Either it is not signed with a trusted certificate, or one of its components cannot be found. You might need to reinstall or restore this file.
2.
Addon Bug
Probably a Third Bug
If you remove the plugin, Camera Button no longer recognzed by hardware. cant set anything to it. although camer works fine.
i quite like the interface. too bad, the apps not delicate for O2, missing a lot of functions, therefore, i not using it.
Moreover, i try to read the registry, cant find anything.
lol

iContact-like Shortuct Launcher ?

Anybody know of an app like iContact/PocketCM but to launch program shortcuts instead of contact dialer ?
I would like to have a thumb scrollable list of all the programs etc that I use.
If not, are there any brave souls willing to take the iContact source code and some how make it run exe shortcuts rather than contact dialling ?
I found l3v5y's Scroll Launcher, its great and very similar to my request.. but its still a little lacking.. any other suggestions ?
go into the registry and edit it:
HKLM\software\microsoft\shell\rai
and go to :mscontacts and edit the string in "1" to equal the path for the program you wanted to launch
madjokeer said:
go into the registry and edit it:
HKLM\software\microsoft\shell\rai
and go to :mscontacts and edit the string in "1" to equal the path for the program you wanted to launch
Click to expand...
Click to collapse
Not sure if you read my post, thanks for the random tip though
What I am looking for is an actual program that looks/feels like iContact, but launches shortcuts instead of dialling.
im interested too in such applikation, pm me pls, if you find some
I recommend mortbuttons. It's not exactly like icontact but it's very finger friendly. Besides, the blackaqua theme matches the glossy black bar very well.
why not use th Q n A section of the fourm???? funny thing is that i did a search n found many
PLEASE UES THE QnA UNLESS U HAVE SOMETHING TO OFFER
most people come here to see whats new or get updates for programs being developed ...it is very anoying to see new post with nothing to offer
that's what people do in here. is can't be clearer than this, that the first thread in this forum is for questions and answers... since it says : QUESTIONS AND ANSWERS HERE! or something like that...
but people ignore this, ask questions here, and since others reply instead of directing them to the correct thread, they STILL ask questions in new pointless threads. human nature.
I posted there, with no response. I dunno, it seems to me in order to get any eyeballs on a question you have to start a new thread (sorry, I know this is against 'the rules') Besides, this is technically a dev/hacking question, and I'm contributing by generating interest in such an app. Since I've posted, l3v5y has come out of the woodwork to say he's beginning a rewrite of his launcher - plus I've contacted Tene and SupBro to ask about the possibility of forking their projects into a launcher rather than dialler.
@ dan0zone & nir36 : Thanks for the helpful advice.
Way to much of this going on... Hopefully this thread is just moved before it too becomes a mess.
I agree that such a launcher has potential. It would be kind of cool if it had support for groups/folders as well.
Personally, I'd like to see something that uses shortcuts and sub folders inside of a base folder as opposed to a built in browse for the app style of assigning things. It makes setting up extremely easy if you're using your desktop. I uderstand that they both have their ins and outs though.
It would be kind of cool if it could be developed in such a way as to employ the skins from whatever version of iContact you're running or it's own...
Also, how about a contextual menu option to jump to the apps root folder in either file explorer or TC? It would make editing the preference files in those apps which still require manual editing of .ini or .xml files MUCH easier.
Schap's already has something in the works, and PointUI also has this function as well. PointUI is the entire UI, not just the app launcher, and I haven't used it lately, but the scrolling was inverted last I used.
this is what u want , but its not freeware
http://iwindowsmobile.com/mobile-launcher.html
kinmont said:
this is what u want , but its not freeware
http://iwindowsmobile.com/mobile-launcher.html
Click to expand...
Click to collapse
Nice link. I tried that one but it seems to be too battery draining for all day use, also not very customisable. I'm crossing my fingers that someone can just change iContact to make it launch apps instead. I'm learning C++ and gonna buy Visual Studio just for this project if no one else can ..
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Well it doesn't scroll the way Schaps new menu will.
Put it does have page flicks from left toe right and RtL and UtD etc.
MortBottuns yes.
If people would have given this some more support and skins a few years ago it would maybe even have had scrolling support.
Best of all is it's highly configurable and aoollws for you to make submenu's.
Who knows what a few donations to Mort would do.
Cheerz,
The MortButtons Evangalist
Well, after a few days of hunting.. I've come to the conclusion that patiently sitting back and waiting for Schaps's incredible-looking TouchXperience launcher is the best option.
I've donated a bit, and encourage everyone else interested to do the same

Need some resources to get started theming for DX

I'd like to give a shot to making some themes myself for you guys. Can someone recommend some good resources/guides to help me get started theming for DX? Preferably with files that would allow me to work on the leaked 2.2 build GUI as I'm under the impression that 2.2 files have changed significantly.
First thing, deodex your phone.
http://www.droidxforums.com/forum/droid-x-themes/4620-how-manually-deodex-your-phone.html
Then follow this:
http://forum.xda-developers.com/showthread.php?t=749333
To get an idea of how to start. I'm also just starting tonight, but that's pointed me in the right direction.
Yay! Good luck and thank you. I probably won't get to start for two weeks since I'm going on a trip in two days. Be sure to post your progress here
Also See This: http://androidforums.com/droid-all-...notification-clock-pull-down-text-colors.html
That's important for changing text colors...I'm testing it now. Booting is taking longer than normal...if it works I'll post some pics next.
EDIT: It took awhile to boot, but it worked! Lots more work to do, but proof of concept.
EDIT2: You can see that I still have to do the icons/3g etc.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Nice start. Yeah I read that the deodexing slows boot because it has to rebuild the cache.
I think it's also because in order to change the text color you have to modify services.jar. Boot speed is back to normal, that was what was slowing it down.
Phew, gosh. It took a long time to boot, nerve-wracking. I didn't mind so much during deodexing, but when I was applying the theme, my heart almost stopped.
Then, right when it's almost done booting it makes a little TICK on the vibrate, and I exhale .
Anyway, first attempt worked!
Awesome! Congrats! I'm still trying to figure out a way to edit the XML files. AXMLPrinter2 apparently doesn't work with FroYo. Once I can edit everything, and I get home from work, I'm gonna really push on getting more images done.
Wanted to let you know I FINALLY got the XML's all sorted out.
Get this: http://code.google.com/p/android-apktool/
Download and install per instructions on the front page.
Run in cmd like this:
apktool d -f <path to framework-res.apk>
It will decode the apk and pop all the files into a folder named after the apk. Then you can just open the XML files, and then you can build back again....though I haven't tackled that step yet.
Some of the apks are encoded? i don't think I have noticed one I couldn't open in winrar
No I can open the APK's just fine, but I couldn't open the XML's and see the plain-text. The apktool converts the XML so that they are readable in plain-text. Then you can use that to read the hex values in the XML properly. When I did this in status_bar.xml
I changed the HexValue AFTER 08 00 00 1C from 00 00 00 FF to FF FF FF FF. This changed text like "USB Connection" to show up in White now.
But it seems that status_bar_expanded.xml and status_bar_latest_event_content.xml don't have Hex Colors in them anymore. I'm still looking into this...
I just did this one and it does most of what you already want. may be a good starting point.
http://forum.xda-developers.com/showthread.php?t=760553
i'm just trying to see if I can sort out the transparency issues (see screens) and the fact that you can't seem to get transparent shade in 2.2 for DX
I have all that stuff done as well. The main problem I'm having is that, you see in yours where you have the actual notifications and the text is black? Well if I make a dark colored image/theme that text is almost unreadable. I'm trying to figure out how to make that particular text color white. Clock and everything I was able to do with services.jar hacking.
I'll delve into it more when I'm not at work
Have not tried it yet, but this may help you:
http://androidforums.com/droid-all-...notification-clock-pull-down-text-colors.html
edit: don't think this is for 2.x, but look:
http://alldroid.org/default.aspx?g=posts&m=8222#post8222
this guy got it, and someone already asked how. maybe stay tuned for the answer
Here's the latest version, skinned the battery (and charging) animations, and the signal strength images so far. Just lightened it so that the text is readable until I figure exactly where those text values are stored.
Good start. Way to work with what you're given . Well, I'm off on my trip. I'll check back when I'm back. Happy modding.
Thanks, check for a PM from me too.
Feel free to use my files as a reference, you can use them in your theme and modify them to your liking. Just dont forget to give credit

How to Change The Build And Software Numbers

I have'nt seen this on the forum,so i thought i would post this,i think this is a cool mod,i use it to add custom to my rom,anyway this is not my guide,it was originally posted by Sam Sarsten.
It may not be the coolest thing you could mod on your rooted HTC EVO, but the build and software version numbers can be changed very easily. Whether you want to see your name, feel cool and have it say "Ice Cream Sandwich," or just want to screw with your friends and have it say "iOS 5," changing version numbers is fast and fun.
Normally on the stock ROM, when you go to Settings > About phone > Software information, things looks pretty boring. You might see the word "Shooter" or "Supersonic" with some numbers and periods after it. If you're rooted, your ROM dev has most likely changed this to the name of the ROM.
And now you can change it too.
To get started, you will need several items:
•Rooted HTC EVO (I'll be doing this with a 4G, but a 3D should work just fine)
•Root Explorer ($3.99) or other root file manager app
•What you want your new version numbers to be
This is really easy and only takes a few steps. So, let's get going!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The first step to any modification is creating a Nandroid backup. Once this is complete, we can start the process, which is demonstrated in the video above and spelled out below.
Open up Root Explorer (or similar app) and go into the system folder. Make sure you hit the Mount R/W button in the upper right hand corner of the app and locate the build.prop.
Long press the build.prop file and then hit Open in Text Editor.
We want to edit one or two lines (you choose which files you want to edit):
1.ro.build.description edits the Build number
2.ro.product.version edits the Software number
I will change mine to say Good and EVO and Ice Cream Sandwich (v4.0.1), respectively.
When you are done editing the build.prop file, hit MENU and then Save changes.
Now, just reboot your HTC EVO (a hot restart is not enough).
Voila! You have a custom version number!
If you ever want to go back to stock, Root Explorer automatically adds a build.prop.bak (backup of your original file) that just needs to be renamed.
But, who would want to do that? I've added a new thread in the forums, so let's see what crazy version numbers you guys can come up with!
Heres a video.... http://www.youtube.com/watch?feature=player_embedded&v=PN4KlUik5_w
This might come in handy for someone starting out BUT I can already see the wheels turning on those trying to kang people's roms....hahahaha
mazdarider23 said:
This might come in handy for someone starting out BUT I can already see the wheels turning on those trying to kang people's roms....hahahaha
Click to expand...
Click to collapse
Lol,too funny.Yea i was thinking of putting something like...
Build Number:Cherry Pie OS
Software Number:6.1 Android
I like to mess with people,lol.
Diablo67 said:
Lol,too funny.Yea i was thinking of putting something like...
Build Number:Cherry Pie OS
Software Number:6.1 Android
I like to mess with people,lol.
Click to expand...
Click to collapse
The sad part about that is that someone MIGHT believe that you're actually running Android 6.1...hahahaa
i am running android revision 7.0.4. you;re a bit behind bro
tommytomatoe said:
i am running android revision 7.0.4. you;re a bit behind bro
Click to expand...
Click to collapse
I knew you were the man but Cot Damn... Leaving us all in the dust...
Sent from my PG8610000 using xda premium
Help
Can you please please tell me how to change tha image we see after sevral clicks on our android version number
Cool thanks

[Completed] [Help] Color values of some elements in LG systemui

Hi, as the title says, i need help in finding the color values of this LG systemui which i can't found after hours of searching in colors.xml and drawables.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
thanks in advance
lanvrc said:
Hi, as the title says, i need help in finding the color values of this LG systemui which i can't found after hours of searching in colors.xml and drawables.
thanks in advance
Click to expand...
Click to collapse
Hi lanvrc
Thanks for using XDA Assist.
Could you please state the Model & ROM version of your device so we could better approach your issue guiding you to the appropriate experts? Different Models and different ROM have theirs own approach.
I will be waiting for your reply within the next 2 days.
Nevertheless, as you image has low quality, I was unable to determine the exact color of that screen element. The closer I could get was a RGB value of "F7FCFF" (that may not be so ... you shall verify it). With this value you should be able, using Notepad++ or so, to search the entire APK source for that string value which would be faster than what you are trying to do.
Nice regards.
.
Kdio said:
Hi lanvrc
Thanks for using XDA Assist.
Could you please state the Model & ROM version of your device so we could better approach your issue guiding you to the appropriate experts? Different Models and different ROM have theirs own approach.
I will be waiting for your reply within the next 2 days.
Nevertheless, as you image has low quality, I was unable to determine the exact color of that screen element. The closer I could get was a RGB value of "F7FCFF" (that may not be so ... you shall verify it). With this value you should be able, using Notepad++ or so, to search the entire APK source for that string value which would be faster than what you are trying to do.
Nice regards.
.
Click to expand...
Click to collapse
Thanks for the reply, It's a lg stock rom based on android marshmallow.
all of the elements i pointed has a white color, mostly an icons and some is label/text, but i still can't find it anywhere.
the image is not that bad in my screen (?)
lanvrc said:
Thanks for the reply, It's a lg stock rom based on android marshmallow.
all of the elements i pointed has a white color, mostly an icons and some is label/text, but i still can't find it everywhere.
the image is not that bad in my screen (?)
Click to expand...
Click to collapse
Hi lanvrc
Thanks for the reply.
There are lots of LG devices. When seeking for support one shall be as detailed as possible in order to obtain the most precise support.
Those elements are not "white" as you mentioned. White would be if they appeared into the XML's as "#FFFFFFFF" and they probably doesn't.
I'm suggesting you that first use you should use the "Eyedropper" tool from the Drawing App you use (I do prefer GIMP) and determine the exact RGB color code that element has. With this color code, use Notepad++ to search and pinpoint where that color is used and, as so, narrowing your overall effort.
This is how we do Theme.
And yes, what you are attaching is coming heavily pixalated (see attachment) when I zoom in it.
Nice regards and good luck.
.
Kdio said:
Hi lanvrc
Thanks for the reply.
There are lots of LG devices. When seeking for support one shall be as detailed as possible in order to obtain the most precise support.
Those elements are not "white" as you mentioned. White would be if they appeared into the XML's as "#FFFFFFFF" and they probably doesn't.
I'm suggesting you that first use you should use the "Eyedropper" tool from the Drawing App you use (I do prefer GIMP) and determine the exact RGB color code that element has. With this color code, use Notepad++ to search and pinpoint where that color is used and, as so, narrowing your overall effort.
This is how we do Theme.
And yes, what you are attaching is coming heavily pixalated (see attachment) when I zoom in it.
Nice regards and good luck.
.
Click to expand...
Click to collapse
Sorry i forgot about that, it's LG Magna H502F
I color pick the original image using photoshop and it says #ffffff
i search through every files that contains #ffffffff related to what i (think) is the element and change it to #ff000000 but nothing changed
sim carrier label, settings icon beside user avatar, birghtness slider icon, volume slider icon, these are the elements i want to change

Categories

Resources