Opaque status bar - Galaxy Y GT-S5360 and Duos 6102 Q&A, Help & Troubl

Hi all..
I am tired for searching tutorial of opaque status bar... i search opaque status bar.. but transparent status bar come out... try search non transparent status bar.. still same result come out.. i dont like hyperion with transparent status bar.. i want edit the status bar.. can someone help me?

EpullSalvatrucha said:
Hi all..
I am tired for searching tutorial of opaque status bar... i search opaque status bar.. but transparent status bar come out... try search non transparent status bar.. still same result come out.. i dont like hyperion with transparent status bar.. i want edit the status bar.. can someone help me?
Click to expand...
Click to collapse
yap..There is only guide for Transparent Statusbar..
u can make it Opaque by Editing Quickpanel_plmn_background & quickpanel_title_background
and Also Status_bar_background

Himan Boro said:
yap..There is only guide for Transparent Statusbar..
u can make it Opaque by Editing Quickpanel_plmn_background & quickpanel_title_background
and Also Status_bar_background
Click to expand...
Click to collapse
Urm.. can you make full guide sir? i dont understand...

Its easy bro..
Decompile ur SystemUi.apk and go in decompiled folder
res/drawable-ldpi/***
there u wil find The name of Pngs which i mentioned above...Edit it with Photosop or any photo editor....
Or else give me ur Stausbar screeenshot and upload ur systemUI..i wil try to mKe it .
---------- Post added at 04:21 AM ---------- Previous post was at 04:18 AM ----------
Go In This Thread... U Will find some Cool Statusbar for ur Hyperion rom
http://forum.xda-developers.com/showthread.php?t=2484845
They are also opaque..

its simple
just do the reverse to any transparent guide
decompile SystemUI.apk with apktool
open res/layout/status_bar.xml
find the line that starts
Code:
com.android.systemui.statusbar.StatusBarView
in that line will be a drawable value - it will look something like this
Code:
android:background=[COLOR="Red"]"@drawable/nameofpng"[/COLOR]
change the part in red so now it looks like this
Code:
android:background=[COLOR="Red"]"#ff000000"[/COLOR]
recompile
sign
put in a flashable zip and flash in cwm with system mounted

marcussmith2626 said:
its simple
just do the reverse to any transparent guide
decompile SystemUI.apk with apktool
open res/layout/status_bar.xml
find the line that starts
Code:
com.android.systemui.statusbar.StatusBarView
in that line will be a drawable value - it will look something like this
Code:
android:background=[COLOR="Red"]"@drawable/nameofpng"[/COLOR]
change the part in red so now it looks like this
Code:
android:background=[COLOR="Red"]"#ff000000"[/COLOR]
recompile
sign
put in a flashable zip and flash in cwm with system mounted
Click to expand...
Click to collapse
Thanks bro..

Himan Boro said:
Its easy bro..
Decompile ur SystemUi.apk and go in decompiled folder
res/drawable-ldpi/***
there u wil find The name of Pngs which i mentioned above...Edit it with Photosop or any photo editor....
Or else give me ur Stausbar screeenshot and upload ur systemUI..i wil try to mKe it .
---------- Post added at 04:21 AM ---------- Previous post was at 04:18 AM ----------
Go In This Thread... U Will find some Cool Statusbar for ur Hyperion rom
http://forum.xda-developers.com/showthread.php?t=2484845
They are also opaque..
Click to expand...
Click to collapse
ok sir... here the systemui.apk...
https://www.dropbox.com/s/f08icrnr3427ckk/SystemUI.apk

Related

transparent statusbar on jb?

anyone know how to manage this? i found a guide but it's for the s3... xml doesnt show me something bout background :/
any advice? guide?
t1MzN said:
anyone know how to manage this? i found a guide but it's for the s3... xml doesnt show me something bout background :/
any advice? guide?
Click to expand...
Click to collapse
Found this simple guide - should work on defy 2 I guess
Moved to Q&A.
Vicsa said:
Found this simple guide - should work on defy 2 I guess
Click to expand...
Click to collapse
I managed to edit systemUI.apk, now how do i make the themes with transparent bar ?
the default JB theme status bar is not tranaparent, so need a transparent theme to see transparency,
Do u know any theme cm10 which has transparent bar, plz post link here
thx
Vicsa said:
Found this simple guide - should work on defy 2 I guess
Click to expand...
Click to collapse
nope ...
the xml doesnt appear :/
hanu_blr said:
I managed to edit systemUI.apk, now how do i make the themes with transparent bar ?
the default JB theme status bar is not tranaparent, so need a transparent theme to see transparency,
Do u know any theme cm10 which has transparent bar, plz post link here
thx
Click to expand...
Click to collapse
maybe u can decompile another installable apk theme? there is *.png for the statusbar. maybe edit this?

Help....!

Can anyone tell me how to edit apps? Customize status bar without status bar gripper? To make own theme and status bar?
just need help.
Use the search button before creating a new thread... If you want to learn theming... There are a lot of guides already on xda such as this http://forum.xda-developers.com/showthread.php?t=916814, so search for such threads... Just to inform you, it's not an easy process..
parth_galaxy_y said:
Can anyone tell me how to edit apps? Customize status bar without status bar gripper? To make own theme and status bar?
just need help.
Click to expand...
Click to collapse
Use apk manager to decompile/recompile and sign apps it is pretty easy to use......
After decompiling u can modify the png images in res/drawable-idpi for some modifications.. Then recompile sign it and install in your phone... Now u r good to go
Please press thanx if I am useful to you

How to remove statusbar greper

Hey im using 33d invader rom, but i want to remove statbar greper because that just looks bad, anyone how to do it ? Ill attach my systemui and framework-res if you can help me remove it
Helo u cannot remove if u remove is status bar will not work
Shadman0 If I help U Pls Give Thanks
My Work http://forum.xda-developers.com/showthread.php?t=2521867

[Q] How to make transparent status bar

Hi guys! I am currently using odexed samsung galaxy y duos and this systemui modded by Kenjboy and I was thinking if there's a way to make it transparent and remove clock and date from the expanded? will anyone please help me?
here's the link of where i get it.
http://forum.xda-developers.com/showthread.php?t=2364522
thanks!
First Deodex
See for transparent status bar
http://forum.xda-developers.com/showthread.php?t=2204389
Decompile SystemUI.apk with apktool
For expanded change any pngs mentioned in status_bar_expanded.xml
For clock & date delete lines starting something like com.clock & com.dateview from status_bar_expanded.xml
Request to edit
marcussmith2626 said:
First Deodex
See for transparent status bar
http://forum.xda-developers.com/showthread.php?t=2204389
Decompile SystemUI.apk with apktool
For expanded change any pngs mentioned in status_bar_expanded.xml
For clock & date delete lines starting something like com.clock & com.dateview from status_bar_expanded.xml
Click to expand...
Click to collapse
thanks for your reply sir. but please can you do it for me? i do not know how to edit xmls and i dont have a pc. just remove the clock and date in the expanded and if you can add battery percentage, do it so. your work will be greatly appreciated. thanks in advance sir!
also, if making the statusbar transparent needs to be deodexed, just nevermind. i prefer using odex that deodexed ones. thanks again!
by the way sir, this is what i want to remove. thankssss!!
No I'm not doing it for you - learn to do it yourself!
There is Apktool for mobile so you don't need a pc to decompile
marcussmith2626 said:
No I'm not doing it for you - learn to do it yourself!
There is Apktool for mobile so you don't need a pc to decompile
Click to expand...
Click to collapse
okay sir. i thought i can only do it by pc. since there is a way to make it through mobile, i can manage everything. thank you for informing me. thankss! )

[Q] How to make statusbar Pulldown menu transparent

I need help sirs/ma'ms
Please tell /guide me how to make Galaxy y statusbar pulldown full transparent.I search xda but there are guides for hdpi or other phones .I need the guide asap
For the status bar itself see my guide
http://forum.xda-developers.com/showthread.php?t=2204389
for the status bar expanded either change the png - locate the name in status_bar_expanded.xml or an easy way is just to run the systemui through uot kitchen and just select the background of the status bar to what you want and dont change anything else
http://uot.dakra.lt/kitchen/
guides for other phones (gingerbread) and hdpi will also work although may need slight adapting
Thanks Sir
Sir can u please tell me the png names of pull down menus??
And please make a guide on it.How to change statusbar pulldown if possible.
marcussmith2626 said:
For the status bar itself see my guide
http://forum.xda-developers.com/showthread.php?t=2204389
for the status bar expanded either change the png - locate the name in status_bar_expanded.xml or an easy way is just to run the systemui through uot kitchen and just select the background of the status bar to what you want and dont change anything else
http://uot.dakra.lt/kitchen/
guides for other phones (gingerbread) and hdpi will also work although may need slight adapting
Click to expand...
Click to collapse
Sir can u please tell me the png names of pull down menus??
And please make a guide on it.How to change statusbar pulldown if possible.
[email protected] said:
Sir can u please tell me the png names of pull down menus??
And please make a guide on it.How to change statusbar pulldown if possible.
Click to expand...
Click to collapse
the names may differ with rom
all the pngs and references will be in status_bar_expanded.xml and all the other xmls in the drawable folder
If you want to just make the expanded transparent the quickest way to do it is using uot kitchen - the link iv already given
If you dont know how to use uot kitchen then youtube is your friend
Thanks Again Sir
marcussmith2626 said:
the names may differ with rom
all the pngs and references will be in status_bar_expanded.xml and all the other xmls in the drawable folder
If you want to just make the expanded transparent the quickest way to do it is using uot kitchen - the link iv already given
If you dont know how to use uot kitchen then youtube is your friend
Click to expand...
Click to collapse
Thanks sir But I don't wanna go online themming I don't have much data sir
Help Me sir
Sent from my GT-S5360 using xda app-developers app

Categories

Resources