This has been Inverted for a while now but has never been fully transparent so since I figured it out on ICS, I figured I'd do the Gb version also since a lot of phones don't have and won't see ICS for a while... This has the video chat and it worked for me but just like any apk, some phones just won't play nice.. Enjoy!
Installation guide:
Pretty simple, just download this http://bit.ly/GBTalk13Transparent and flash it in recovery or rom manager...
{
"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"
}
For anyone wanting to know how to get that chat screen transparent:
We edit line 2834 in ChatView$MessageItem.smali to const v5, -0x100 for a black bg. So I looked up the public ID for Transparent in framework and it's 0x0106000d so I made line 2834 look like this instead const v5, 0x106000d so now instead of pulling an rgb from smali, it's pulling an ID from framework.. Then a few xml edits in values and layouts to complete it and a few png images... Boom! Gotta Transparent Gtalk.... Enjoy!
Related
for those on aosp here is a port of MANUP456's REVOlution theme...all credit goes to him obviously and check out his website digitalstylewars.com
Thanks to retrokid223 for originally porting this to the fascinate and providing help when I need it and to sbrissen for the reboot options and assistance...credit to DtatchD as always because I wouldnt have ever been able to do anything without his help when I first got into theming.
This is based of 1/3 Aosp v1. JT put battery percentage into v2 and since it was a java edit, I couldnt get rid of it and it was messing up the batteries ....so for my own sanity i based it off the v1 framework.
anyway, whats themed?: Framework, volume/system progress, bottom menus, settings, deskclock, and browser.
depending on progress of gb...i may or may not update this as it seems like it might not be worth it and just wait to port to that
Screens:
{
"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"
}
clockwork install:
v1 reboot, no battery mod: http://dl.dropbox.com/u/15331201/REVOlution_1_3_AOSP_V1.0_nitsuj17.zip
{
"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"
}
i want to change the background of the popup to be less transparent.
what images/files would i need to work with?
no one?.......
bump ...
Well the blue bar you need to edit progress_horizontal.xml in framework-res.apk/drawable.
The background image i can't remember right now i'll have to take a look.
ephumuris said:
Well the blue bar you need to edit progress_horizontal.xml in framework-res.apk/drawable.
The background image i can't remember right now i'll have to take a look.
Click to expand...
Click to collapse
thanks i had a feeling the progress bar was in that xml (since i noticed it from another theme) but i thought there was an image linked to it..
it worked though, i just took the one from NTSense..
Hi,
I`m trying to change the color of the callscreen background, but it doesn't work.
I replaced the bg_in_call_gradient_*.9.png`s with color ones, but the background is still black. Do I have to edit any xml`s?
I use this rom (V20l stock, deodexed with root)
there are more than one 9.png that u have to change.... and as well you have to mark the new 9.png with draw 9 patcher.
{
"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"
}
i have change all callscreen backgrounds 6 or 7 I think. I also marked patches, and recompile .9.png. using draw 9 patch recompiler.
Sent from my LG-P990 using Tapatalk
I added : "android:background="@drawable/bg_in_call_gradient_normal"" in "incall_screen.xml" in line "<FrameLayout android:id="@id/mainFrame"...". Now the incallscreen-background shows the bg_in_call_gradient_normal.9.png. So the first step works,
But, it would be nice if it looks like CM7, different backgrounds for "normal", "connected", "bluetooth", "ended", "on_hold" and "unidentified". If my information is right, since (LG`s ?) 2.3.4 this "feature" is "deactivated", any chance to "activate" this in Stock 2.3.4?
I was able to very easily modify the Honeycream theme since it was merely a swapping of images. I wanted to do a similar modification to the CyanbreadX theme. The CyanbreadX com_android_systemui.xml doesn't call for the substitution of the Noticification Power Widget images however. I copied that part of the .xml from the Honeycream one and pasted it in.
No success however, would get FC's after I had applied the theme. All images were named properly. In case you can't tell, I'm a newbie f-stick.
So I would like to know how to edit the CyanbreadX .xml to insert the images I would like. If someone has an already modded CyanbreadX .xml all the better, I can compare it to the original, and both of my failed attempts.
To make myself feel better, here was my success with the uber easy mod to the Honeycream theme (notif. power widget images and background-removed the Bee):
{
"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"
}
i am trying to style the text color from default black to white in these menus only so look like they look like the screen shot. the only way i have been able to do this so far is by changing the value <color name="bright_foreground_light">#ff000000</color> to white in colors. which messes up all the text fields and i get all white text on white fields. i messed with the widget styles in values for a few days now and i cant get anything to work right. i am new to styling android. but a fast learner can someone help me with this project i would definitely consider donating to a dev for help. running stock rooted gingerbread 2.3.4.
{
"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"
}