transparent status bar? - Galaxy Note GT-N7000 Themes and Apps

i am on a rooted german ICS rom and was wondering wether its poosible to have a transparent status bar?

I'm searching for itit too, i know it is possible but how?

I think that it is possible, but to make it happened you have to change some .png for the statusbar.

I believe it requires smali edits in systemui.apk
Sent from my GT-N7000

actually you can mod the apk file and edit the color of status bar as alpha blending = 1
this is the method the status bar is drawn as far as i recall it doesn't have PNG files for the actual background though you can define that too.

look at this:
http://forum.xda-developers.com/showthread.php?t=1531222

http://forum.xda-developers.com/showthread.php?t=1624819
you will find it here

wich png or xml you need to edit? by the SystemUI.apk?

_giggino_ said:
wich png or xml you need to edit? by the SystemUI.apk?
Click to expand...
Click to collapse
if i'am not mistaken it's at the unpacked classes by the resources/values/... a file in there is the one needed sorry but i dont remember the exact name of it XD

I m searchin fr it fr a long tym...and still lookin fr a simple way to make it transparent....I dunn want to flash another rom fr just a transparent bar...im on goa rom and lovin it...best rom...

better you follow this guide
http://forum.xda-developers.com/showthread.php?t=1085118

sahilarora2003 said:
I m searchin fr it fr a long tym...and still lookin fr a simple way to make it transparent....I dunn want to flash another rom fr just a transparent bar...im on goa rom and lovin it...best rom...
Click to expand...
Click to collapse
You can using a custom status bar on stock lq2 its transparent with bunch of toggles looks much better then the stock one all icons in blue with 15 toggles
I will add xda thread link if you guys interested
Sent from my GT-N7000 using xda premium

crossmedia said:
You can using a custom status bar on stock lq2 its transparent with bunch of toggles looks much better then the stock one all icons in blue with 15 toggles
I will add xda thread link if you guys interested
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
I just want to flash the transparent status bar..i hv working blue toggles which are included in the rom which im using..i love it.is there any way i can make it transparent by editing some files or smthin like tht?
Sent from my GT-N7000 using xda app-developers app

As mentioned before, its a smali edit. Then you can either set the status bar colour to transparent or set the drawable to look for an image. I'll post a quick tutorial when I get to my computer. Really easy to do providing you know how to (de)compile properly
Handwritten by my AOKP'd up Desire HD & Note

K Dotty said:
As mentioned before, its a smali edit. Then you can either set the status bar colour to transparent or set the drawable to look for an image. I'll post a quick tutorial when I get to my computer. Really easy to do providing you know how to (de)compile properly
Handwritten by my AOKP'd up Desire HD & Note
Click to expand...
Click to collapse
I'll wait fr ur tutorial...
Sent from my GT-N7000 using xda app-developers app

Im writing this presuming you already know how to decompile ICS apk's, if not.......google is your friend
Make a backup of your systemUI just incase.
Decompile your SystemUI,
Navigate to /SystemUI/smali/com/android/systemui/statusbar/StatusBar.smali
In StatusBar.Smali, search for this line;
Code:
invoke-direct/range {v11 .. v16}, Landroid/view/WindowManager$LayoutParams;-><init>(IIIII)V
A few lines above this change;
Code:
const/16 v16, [B]0x4[/B]
To
Code:
const/16 v16, [B]-0x3[/B]
Save the file then navigate to SystemUI/res/values/drawables.xml
Look for the following line;
Code:
<item type="drawable" name="status_bar_background">[B]#ff000000[/B]</item>
Change the hex value (#ff000000) the what ever you want ((ff = 100% transparency)(000000 = black)
#00000000 - completely transparent
#7f000000 - roughly 50% translucent I think
Save the file then recompile SystemUI.apk, and then push the apk back to your phone with the correct permissions and if compile correctly you should have a transparent status bar
If something goes wrong, I'm not responsible....blah blah blah!!
Iv only done this on CM9 & AOSP/AOKP but it should work with stock/tw roms as long as they're ics.
I'm still not next to my computer so I can't remember the line of code to set the status bar as an image rather than a color, I'll post it as soon as I get home.
Handwritten by my AOKP'd up Desire HD & Note

How do I get a background Image, Like the attached Screenshot ?
Thanks!

Related

Bionix Theme "Nuke Green"

Ok im getting pretty good at editing frameworks and finally got a working theme for bionix!!! I think it looks pretty good, it gives Bionix Frost a cooler look!!! but let me know what you guys think. The pics will be posted in a minute.
Stuff Ive Themed So Far:
Nuke Green Status Bar
Themed Drop Down Menu w/New Icons,Transparent Background and Custom Galaxy Tab!!
Download and Slider Bars are Themed
Pop Up Menus Glow
Usb icons Are Changed
Lockscreen Themed
Like everybody else says im not responsible for bricks!! I have had this theme all day testing with no problems but this is just version 1 ill be adding more to the theme as i go. Also note i had a force close of titanium backup right after pushing the files not sure why just rebooted and never had a problem again and yes titanium back still works perfect i checked.
Just unzip and push both files to system/framework then reboot.
Heres the pics enjoy
Looks good. Look in res/layout/status_bar_expanded.XML to find the lines for the white background on your notification pulldown. ;-)
Sent from my LG-P999 using XDA App
krylon360 said:
Looks good. Look in res/layout/status_bar_expanded.XML to find the lines for the white background on your notification pulldown. ;-)
Sent from my LG-P999 using XDA App
Click to expand...
Click to collapse
Thanks krylon360!! Hey do you know any good xml editors for beginners that are free?
Notepad++ is what we all use
Sent from my LG-P999 using XDA App
krylon360 said:
Notepad++ is what we all use
Sent from my LG-P999 using XDA App
Click to expand...
Click to collapse
ok got it and tried for awhile but still cant figure out what to change to get rid of the white background its kinda confusion to look at for the first time. Could you tell me what i need to change? Heres a pic below, is it suppose to look as confusing as it does or am i not doing it right,lol? thanks
in the 3rd pic u can change the white in uot kitchen
lenny hodapp said:
in the 3rd pic u can change the white in uot kitchen
Click to expand...
Click to collapse
I know uot gives the option becuase i made those white parts black it even shows it in the preview but when i cook it, it changes to white. Im try to find it in the drawable-hdpi file to change it manually.
Sent from my SGH-T959V using XDA App
Bryanb82 said:
ok got it and tried for awhile but still cant figure out what to change to get rid of the white background its kinda confusion to look at for the first time. Could you tell me what i need to change? Heres a pic below, is it suppose to look as confusing as it does or am i not doing it right,lol? thanks
Click to expand...
Click to collapse
you have to decompile framework-res.apk in order to convert the xml's from binary to text, then recompile once done.
the drop down menu runs from twframework-res.apk and framework-res.apk. i don't know which changes it so i always cook the status bars the same in both files. i think if u try again u should get in done in uot kitchen.
krylon360 said:
you have to decompile framework-res.apk in order to convert the xml's from binary to text, then recompile once done.
Click to expand...
Click to collapse
Thanks krylon im gonna try that!! Thanks
lenny hodapp said:
the drop down menu runs from twframework-res.apk and framework-res.apk. i don't know which changes it so i always cook the status bars the same in both files. i think if u try again u should get in done in uot kitchen.
Click to expand...
Click to collapse
Yeah i always cook both files the same way i just think theres something diffrent about the bionix frameworks? would stock kd1 frameworks work on bionix? Im probably just going to edit the xml and be done with it. Thanks for the freedback.
krylon360 said:
you have to decompile framework-res.apk in order to convert the xml's from binary to text, then recompile once done.
Click to expand...
Click to collapse
Ok krylon i decompiled it with apk by putting the framework-res.apk in the "place-apk-here-for-modding" folder then hitting decompile then it decompiled it to the projects folder then i changed the status_bar_expanded but how do i compile it back?? apk ask me for a project number and the only one that shows up is the original apk??? Also i added a pic below let me know if i changed the right thing. I circled the color code that changed it to black #0000 it was originally #FF000 wich i think is white right?? thanks for helping this noob out
How do I install this theme I tried using CWM and it did not work
ak4life23 said:
How do I install this theme I tried using CWM and it did not work
Click to expand...
Click to collapse
unzip and copy both frameworks files to your sd card then using super manger or root explorer copy and paste to system/framework then reboot.
Sent from my SGH-T959V using XDA App

[Q] Green Gingerbread icons

I have successfully used the UOT Kitchen to modify the icons and fonts, etc. but I now want to add the "green if connected to Google" icons which I didn't see in the kitchen.
Can someone explain how this can be done? Can I just modify the framework-res.apk or is this another kind of tweak or fix??
Thanks
PS: I can't see any themes around anymore that offer this (I am on WB v5 + DL custom kernel at the moment)
If you are on stock rom you can use Achotjan flashable zip in android development section (i can't post here the link cause i'm on mobile but you can easily find it watching on achotjan threads on his profile)..otherwise if you are on a different rom..you can copy and replace icon.png images from achotjan framework to your! good luck
Sent from my X10i using XDA App
djkekko89 said:
If you are on stock rom you can use Achotjan flashable zip in android development section (i can't post here the link cause i'm on mobile but you can easily find it watching on achotjan threads on his profile)..otherwise if you are on a different rom..you can copy and replace icon.png images from achotjan framework to your! good luck
Sent from my X10i using XDA App
Click to expand...
Click to collapse
Thanks, I don't want a new ROM - just the green icons. I currently have green icons but not the ones that only go green when you are connected to Google services.
I am looking for JUST that part only.
Galaxea said:
Thanks, I don't want a new ROM - just the green icons. I currently have green icons but not the ones that only go green when you are connected to Google services.
I am looking for JUST that part only.
Click to expand...
Click to collapse
Yes mate..infact..achotjan has released a flashable addon of systemUI.apk with green icons when connect to google..not a whole rom..here you are..
http://forum.xda-developers.com/showthread.php?t=1192469
Edit: sorry..in the first reply i wrote that it is framework related..my mistake..it is systemUI related!
Sent from my X10i using XDA App
djkekko89 said:
Yes mate..infact..achotjan has released a flashable addon of systemUI.apk with green icons when connect to google..not a whole rom..here you are..
http://forum.xda-developers.com/showthread.php?t=1192469
Sent from my X10i using XDA App
Click to expand...
Click to collapse
I have used those once before, but the files don't exist on those links anymore. I would like a dev to explain if this is something that we can do ourselves, or if it is some complicated hack.....
Galaxea said:
I have used those once before, but the files don't exist on those links anymore. I would like a dev to explain if this is something that we can do ourselves, or if it is some complicated hack.....
Click to expand...
Click to collapse
Damn..you are right..link was deleted!! If you want tomorrow i can upload it for you!! let me know if you want achotjan file or if you want to try yourself!
Sent from my X10i using XDA App
I want it. Please upload if its not too much trouble... Btw i'm running wolfs tw v5. Will it work on this ROM?
Sent from my X10i using XDA App
I would like to be able to do it myself as I already have a customised framework and systemUI.apk.
If someone could explain the process that would be great.
you just need to replace the correct icons in the framework-res.apk and systemui.apk then replace them on your phone.
The way i did it was copy .apk file to computer, change extension to .rar, open it in winrar (not extract), extract the hdpi-drawable folder then replace icons, copy that hdpi-drawable folder with the new icons back into winrar and it will ask you to repack the .rar, after that change the extension back to .apk and copy it to the correct folder. The framework-res.apk one is ok to copy back but if you do the systemui.apk one you will get endless fc until you can restart your phone so i think you have to install it through flashtool?
I think that you have to replace the images without extract the entire apk otherwise you need to resign it when you finish! Anyway..framework is not involved..wifi and signal icons are sustemUI related only..i will upload it in few hours..then you can watch inside for the green icons and do it yourself! Pay attention..cause if you do something wrong probably the phone won't boot up or gives fc!
Cheers
Sent from my X10i using XDA App
Green Icons
Here you have the flashable file with Achotjan SystemUI (green icons)..a big thanks to him for sharing this file some mounth ago!
djkekko89 said:
Here you have the flashable file with Achotjan SystemUI (green icons)..a big thanks to him for sharing this file some mounth ago!
Click to expand...
Click to collapse
Thanks for the file. I am able to change the icons using the kitchen, but I need to understand how just replacing the icons gets them to change colour when connected to Google?? Is the code already there and the icons are all the same colour so we just don't see it with the stock icons?
I have made other changes to my SystemUI so I don't want to lose those changes - that's why I want to be able to change my own files.
Is it really just a case of changing the icons to get the desired effect? Is it some specific icons that are needed, or any icons? *still confused*
Galaxea said:
Thanks for the file. I am able to change the icons using the kitchen, but I need to understand how just replacing the icons gets them to change colour when connected to Google?? Is the code already there and the icons are all the same colour so we just don't see it with the stock icons?
I have made other changes to my SystemUI so I don't want to lose those changes - that's why I want to be able to change my own files.
Is it really just a case of changing the icons to get the desired effect? Is it some specific icons that are needed, or any icons? *still confused*
Click to expand...
Click to collapse
Mate..open the file that i post..inside you can find systemUI.apk..opne it with winrar and extract drawable-hdpi folder to your desktop..you will see all your icons..the images named "....fully.png" are colored green!! You must replace your current icon in your custom SystemUi with this ones!! Is it more clear now?
Galaxea said:
Thanks for the file. I am able to change the icons using the kitchen, but I need to understand how just replacing the icons gets them to change colour when connected to Google?? Is the code already there and the icons are all the same colour so we just don't see it with the stock icons?
I have made other changes to my SystemUI so I don't want to lose those changes - that's why I want to be able to change my own files.
Is it really just a case of changing the icons to get the desired effect? Is it some specific icons that are needed, or any icons? *still confused*
Click to expand...
Click to collapse
do you mean how the data icon and the signal bars change from green to white/grey?? cause if so then yes just changing the .pngs will be fine cause i did it with my own systemui/framework.
Thanks all. That's what I wanted to know.

how to change white status bar color

I flashed cwm unnamed rom n it was awesome lol
Since last week im looking for changing status bar's icons and bar's color.
but i couldnt changed...i changed framework n systemui file..
So my qustion is...how can i change my status bar color back to white?
Should i just change systemui- res -layout-statusbar color
If it right wat is the next step....? Plz help me
miss_h said:
I flashed cwm unnamed rom n it was awesome lol
Since last week im looking for changing status bar's icons and bar's color.
but i couldnt changed...i changed framework n systemui file..
So my qustion is...how can i change my status bar color back to white?
Should i just change systemui- res -layout-statusbar color
If it right wat is the next step....? Plz help me
Click to expand...
Click to collapse
UOT Kitchen It's a great online theming kitchen. Very easy to use. You chose what you want, upload the particular files, go to the pickup page, wait a bit, and before long, you get a flashable zip...
thomas.raines said:
UOT Kitchen It's a great online theming kitchen. Very easy to use. You chose what you want, upload the particular files, go to the pickup page, wait a bit, and before long, you get a flashable zip...
Click to expand...
Click to collapse
As you said it is a great !!! but...battery and icons were changed but status bar didn't change. I don't understand why...
should I change xml files...?
miss_h said:
As you said it is a great !!! but...battery and icons were changed but status bar didn't change. I don't understand why...
should I change xml files...?
Click to expand...
Click to collapse
You need to learn how to use apk manager, apk tool, or apk multi tool and get really familiar with decompiling/recompiling .apks. But yes, editing the xml should do the trick...
There is actually a thread in one of the sections (probably the theming section) here that tells you how to make the background of the status bar transparent, so I'm sure the same steps would apply to changing it to white to whatever your desired color is.
Or you could just flash a different ROM or theme...lol
miss_h said:
As you said it is a great !!! but...battery and icons were changed but status bar didn't change. I don't understand why...
should I change xml files...?
Click to expand...
Click to collapse
The only rom I have successfully cooked a theme using UOT was Whitehawkx Valhalla Final. UOT has issues extracting the apk. Atleast that is what I was told. editing the xml is probably going to be the best bet. Like thomas says getting familar with decompiling and recompiling will be the best idea.
This will be a good start -
http://forum.xda-developers.com/showthread.php?t=1188389
Sent from me
thomas.raines said:
You need to learn how to use apk manager, apk tool, or apk multi tool and get really familiar with decompiling/recompiling .apks. But yes, editing the xml should do the trick...
There is actually a thread in one of the sections (probably the theming section) here that tells you how to make the background of the status bar transparent, so I'm sure the same steps would apply to changing it to white to whatever your desired color is.
Or you could just flash a different ROM or theme...lol
Click to expand...
Click to collapse
Thank you so much !! I already know how to use apk manager but
my problem is xml file...
I don't know which one is status bar's color and text color ...

[Q] How can I install a new battery icon?

Here's the problem
I was using a ROM that had a battery I didn't like so I installed a different one using the ROM ToolBox app and now I have a combination of two icons.
I'm looking for the blue ICS battery, the percentage would be nice, and how to apply it to my status bar.
a_rocklobster said:
Here's the problem
I was using a ROM that had a battery I didn't like so I installed a different one using the ROM ToolBox app and now I have a combination of two icons.
I'm looking for the blue ICS battery, the percentage would be nice, and how to apply it to my status bar.
Click to expand...
Click to collapse
i used rom toolbox pro from the market lets you in change the status bar icons i use circle green for mine
this one is the one you need from it because you need to replace every battery icon png file if not you will have a mix
if not you can decompile the framework.res apk replace the png files witb the mod/pics you want then recompile the apk and flash
i dont have any links ob me to show you how decompile/recompile but you can find them in xda look for apk ics decompile and apk tool
EDIT:LINKS
how to properly de/recompile apkshttp://forum.xda-developers.com/showthread.php?t=1752201
ApkTOOL http://forum.xda-developers.com/showthread.php?t=1755243
Sent from my SAMSUNG-SGH-I727 using xda premium
this one would work but i kbow u wabt true ics blue
Sent from my SAMSUNG-SGH-I727 using xda premium

How to change notification background?

Hi, is it possible to change background in the notification center on a 4.2.1 ROM? Is there an easy way (like an app) or i must decompile systemui.apk and edit xml files?
Thank you
Nobody?
Sent from my Nexus S - Xylon 4.2.1
I know klinkerkp themed it into transparent. Don't know how he does it though. Try getting in touch with him(check my sig for his theme)
Sent from my Nexus S
It's hard to find the correct image, however I won't give up!!
meanwhile, if someone wants to try, this is a zip file with decompiled SystemUI.apk and framework-res.apk
What changed with respect to the normal darkbeanjelly?
Sent from my Nexus S
Nothing. I've just decompiled it, so it's easier if someone wants to analyze it.
Can anybody share a flashable transparent one, working with every aokp/cm10.1 rom?
Sent from my Nexus S using xda app-developers app
Yup. You can
andre-83 said:
hi, is it possible to change background in the notification center on a 4.2.1 rom? Is there an easy way (like an app) or i must decompile systemui.apk and edit xml files?
Thank you
Click to expand...
Click to collapse
i am using revolt jb rom 4.3.there is an option where you can change the notification backgroud and choose from gallery

Categories

Resources