[Q] Theme Contacts.apk - Captivate Themes and Apps

Just wondering if anyone has any idea of how to change these colors.
{
"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,
ChanceM

You would have to extract the apk and find the corresponding icons or xml that controls the colors and edit them to your liking.

crusecontrl said:
You would have to extract the apk and find the corresponding icons or xml that controls the colors and edit them to your liking.
Click to expand...
Click to collapse
*face palm*
I realize that much as I have already decompiled the Contacts.apk and have been pouring over the xmls and smali code. I was hoping for some other developers input.
ChanceM

crusecontrl said:
You would have to extract the apk and find the corresponding icons or xml that controls the colors and edit them to your liking.
Click to expand...
Click to collapse
Thanks.

Something like so...?

fritzgerald said:
Something like so...?
Click to expand...
Click to collapse
Yes, I found that by changing a color in the twframework-res I could effect the change. What method are you using?
ChanceM
Sent from a Serendipity Captivate.

Smali. Ill get more detail when I get home. Driving now so I can't write up that much. Its in twframework.jar. I just changed the id for the color it looks for. But yeah, changing the code in twframework-res does the same.
Edit:
I made the mod in twframework.jar/smali/com\sec\android\touchwiz\widget\TwIndexScrollView.smali
I changed this...
Code:
const v1, 0x205000e
to this...
Code:
const v1, 0x2050041
Making the smali call to "tw_color066(red)" instead of "tw_color015(blue)". If you wanted to make it use a color other than one in twframework-res you could always add a custom color to colors.xml and point it to that value.
Hope this helps.
Sent from my SAMSUNG-SGH-I897 using XDA App

Related

[THEME] - Status Bar Icons (CDMA)

I modified most of the icons for the CDMA hero because they all contain a background image that prevents slick changes to the status bar.
(The sync icon is completed but I am unable to find where it is actually loaded from, so if you can let me know, thanks in advance)
{
"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"
}
You can see them in use on my gold theme at: http://forum.xda-developers.com/showthread.php?t=593066
I've attached my illustrator file, all of the icons are grouped and easily changable.
I've got them cut into named slices so you can save them for device/web from within illustrator and all of their file names will be the correct ones to be placed within the resources and framework packages.
Feel free to modify them and include them in this thread for others to download if you wish.
Illustrator File
Wow!!!
Thats very useful!
I'll do that for GSM with clear background.
Could I take some of them for my themes for Hero?
Formel-LMS said:
Could I take some of them for my themes for Hero?
Click to expand...
Click to collapse
You're welcome to do whatever you'd like with them.
Merci!
Thanks!
Danke!
Bedankt!
Nice work!
I will update my CDMA green theme with some of these. Please could you upload them as .png files zipped up? I don't have Illustrator.
pookie1 said:
Nice work!
I will update my CDMA green theme with some of these. Please could you upload them as .png files zipped up? I don't have Illustrator.
Click to expand...
Click to collapse
Icons zipped up and named in png-24 format.
http://www.4shared.com/file/168967490/d54d7cf7/icons.html
Nice one, you are the man!

menu font colors

Hey does anyone know what file in a rom defines what color the text in the menu is?
I was working on my rom and I did a bunch of editing to PNG files and a bit of XML and I can't find the file to change the color of the text in the menu. This is what happened accidentally when I changed some files...
{
"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"
}
any help would be great
thanks,
ljbaumer
ljbaumer said:
Hey does anyone know what file in a rom defines what color the text in the menu is?
I was working on my rom and I did a bunch of editing to PNG files and a bit of XML and I can't find the file to change the color of the text in the menu. This is what happened accidentally when I changed some files...
any help would be great
thanks,
ljbaumer
Click to expand...
Click to collapse
i need to know the exact same thing .. im trying to get white text on menus
same here, Dell Streak Gingerbread theme black text=no good.
I heard its pretty involved to do, the creator of the gingerstreak theme said he would update it but its been a week already.
I just did this tonight. It requires a lot of work. You have to decompile the framework-res.apk using APKManager. Then, find and edit res/values/styles.xml. Recompile and resign the app. Simply unzipping the .apk with 7zip isn't enough, you need to actually decompile and recompile it. And when you get APKTool make sure you get the 1.3.1 deprecated one, not the newest 1.3.2 version or you will bootloop.
You have to combine the posts from these 2 threads, they are very short.
http://forum.xda-developers.com/showthread.php?p=9719727
http://forum.xda-developers.com/showpost.php?p=8316984&postcount=2297

Help resizing top of notification area

Hi, I would like to resize the top of the notification area, which I marked in red color. I have full access to framework-res.apk and com.htc.resources.apk, which I modify constantly. I also have experience with the .xml so I am not looking for an easy question like "I want an apk to do that".
I just can't find what I have to modify to make it smaller. I've tried to make the png of that area less tall but didn't work, it stays at that size.
Waiting for your help, thank you very much!
{
"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"
}
Are these sizes not defined in framework res layout statusbar_xxxx.xml files?
Ephumuris. Defy CM7 by Quarx.
ephumuris said:
Are these sizes not defined in framework res layout statusbar_xxxx.xml files?
Ephumuris. Defy CM7 by Quarx.
Click to expand...
Click to collapse
I will take a deeper look at it. Thank you!
ephumuris said:
Are these sizes not defined in framework res layout statusbar_xxxx.xml files?
Ephumuris. Defy CM7 by Quarx.
Click to expand...
Click to collapse
Thank you, I eventually did it after a few attempts. I could "delete" that top area and also the "Ongoing" and other notification types titlebars. I have a HTC Wildfire (small screen) so every pixel is valuable.
This is a screenshot to show the results, all widgets and notifications in the same space:
Wouldn't selecting compact carrier in cyanogenmod settings accomplish the same thing?
bkmo said:
Wouldn't selecting compact carrier in cyanogenmod settings accomplish the same thing?
Click to expand...
Click to collapse
I can't tell since I don't use a Cyanogenmod ROM. I use a semi stock Sense ROM.

RED TINTED ROSIE for ARHD 6.3.x - I could need some help

As the title says, I want to create a red tinted Rosie, but I never did that before.
Here are some questions I have:
How do I have to repack the Rosie.apk? Using 7-zip and replacing zip with apk?
{
"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"
}
Is common_title_bar.9 (Based on sigurd_LU's) the graphic for the titlebar and if I make it 50% alpha I can see the wallaper shining through?
marc2040 said:
As the title says, I want to create a red tinted Rosie, but I never did that before.
Here are some questions I have:
How do I have to repack the Rosie.apk? Using 7-zip and replacing zip with apk?
Is common_title_bar.9 (Based on sigurd_LU's) the graphic for the titlebar and if I make it 50% alpha I can see the wallaper shining through?
Click to expand...
Click to collapse
If your on a sense 3.0 Rom, all the dock images are in fusion.apk not Rosie. If your wanting to adjust transparency or color, that's where to.change it. I adjust the transparency by playing with the layers
Sent from my Inspire 4G using XDA App
You want to make the rosie dock reddish? (? rötlich in german)
That's not possible at the moment, as Rayford said, the image itself can't be decoded with the current m10 editor. Only thing that can be done is change transparency (opacity) values. I attached a screenshot of my edits.
Then I was totally wrong.
I thought that can be done by changing the png´s and their colors.
Bloody beginner
For apk's which contain no m10 files, like SystemUI.apk or framework-res.apk, changing png files is normally the right thing to do if you want sth like this. You weren't completely wrong

[Q] How do I edit the text of pop-up lists & the location of the particular xml file?

[Q] How do I edit the text of pop-up lists & the location of the particular xml file?
Hello.
I wanted to edit the text of the pop-up lists to another color.
{
"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"
}
As the above image suggests, the text color cannot be seen.
So, I wanted to know how to change the pop-up list's text color to white or any other color.
I do not know the location of the particular xml file which contains the text color of the list.
I searched a lot, and almost all the users that did ask this ques never got an answer..
So, if anyone knows the location, do share it.
Thank You.
PS: I want to write down this location in a diary, open it up and check it after 3 decades!:fingers-crossed:
I think u have to edit framework-res.apk.
Just decompile it and try.
bandarigoda123 said:
I think u have to edit framework-res.apk.
Just decompile it and try.
Click to expand...
Click to collapse
Yes, or a theme can be edited.
But, I do not know the file to be edited.. And, there are too many styles, and I do not know which style contains the text color of pop-up lists.
It's not exactly mentioned..
Then u have to learn it yourself
Sent from my E16i using Tapatalk 2
Are you sure?
Do u think it cud magically get edited by a computer with a conscience? I really need to know!

Categories

Resources