[REQ] Semi-transparent status bar/notification bar - AT&T, Rogers, Bell, Telus Samsung Galaxy S III

I'm using a stock-based ROM that was made using UCDLK3 firmware for the AT&T Galaxy S3. (Intergalactic II) Could someone make my statusbar (or notification bar, whatever you call it) look like the one in this picture?
{
"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"
}

Go to the Play Store. Put a search in for Super Status Bar. You can make your status bar any color u want among many other features BUT I'm not sure about 50 percent transparency, like your pic shows.
Give it a shot though. Pretty cool app.
EDIT: Just tried it and I can make the status bar 100 percent transparent with the app. This is on Liquids AOSP 4.2. The app is universal tho so it'll work the same for TW ROMS.

Just a comparison screenie of the status bar without using the app.

Hmm.. this doesn't seem to be what I'm looking for exactly. It seems like it's an app to fully replace the status bar. Just to clarify, I am looking for a way to theme the default status bar, not replace it with a 3rd party app.

Send me your systemui.apk, the percentage transparency you desire (and colour if applicable) and I will cook it up for you.
If you are able to compile/decompile the systemui, I would also be happy to give you instructions how to do it?
Sent from my SGH-I747M using XDA Premium HD app

David Dee said:
Send me your systemui.apk, the percentage transparency you desire (and colour if applicable) and I will cook it up for you.
If you are able to compile/decompile the systemui, I would also be happy to give you instructions how to do it?
Sent from my SGH-I747M using XDA Premium HD app
Click to expand...
Click to collapse
I am able to do it, please tell me which XML modify and where

@David Dee:
I can't seem to get my status bar to be transparent. I can change it from black to whatever color I like, blue for example:
- Image
- Image
(Yeah, I've changed the battery icons, connection icons and notification center background with success)
I am changing the HEX colors for the status bar background in SystemUI/res/values/drawables.xml and some status bar and notification center related files in SystemUI/res/layout. The HEX color for full transparency should be #00000000 (AARRGGBB format).
When I use this color, the statusbar stays black (like it is default)...
What am I missing here...

A51Rene said:
@David Dee:
I can't seem to get my status bar to be transparent. I can change it from black to whatever color I like, blue for example:
- Image
- Image
(Yeah, I've changed the battery icons, connection icons and notification center background with success)
I am changing the HEX colors for the status bar background in SystemUI/res/values/drawables.xml and some status bar and notification center related files in SystemUI/res/layout. The HEX color for full transparency should be #00000000 (AARRGGBB format).
When I use this color, the statusbar stays black (like it is default)...
What am I missing here...
Click to expand...
Click to collapse
Change line 2 in tw_super_status_bar.xml (found in ~/res/layout) to this:
Code:
<com.android.systemui.statusbar.phone.StatusBarWindowView android:background="#[COLOR="Red"]00000000[/COLOR]"
Also change
The transparency of the status bar in tw_status_bar.xml ((found in ~/res/layout)
Code:
<com.android.systemui.statusbar.phone.PhoneStatusBarView android:orientation="vertical" android:id="@id/status_bar" android:background="#[COLOR="red"]00000000[/COLOR]" android:focusable="true" android:fitsSystemWindows="true" android:descendantFocusability="afterDescendants"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui">
<LinearLayout android:gravity="center" android:orientation="horizontal" android:id="@id/center_clock_layout" android:layout_width="fill_parent" android:layout_height="fill_parent">

I am not in front of a pc right now, but you could make 1 xml change so thst rather than a color it will use a .png status bar of any type. Basically (and I may have the path wrong right now) but fhange where the status bar xml is from #ff000000 or whatever it is to @drawable/status_bar_bg and then look in your systemui/xhdpi folder and you will see a status_bar_bg.png that you can make or change to anything/any color you want. If you cannot find it right away let ke know and I will type the exact path to it and what to change it to. Then once done you can use Morohology's different status bar backgrounds they have available or make your own VERY EASILY. I did this for my SGS2 and made a post with many themes. Status bars being one of them.
This will make it so you wont have to change the systemui xml again on the firmware. You can just flash a cwm zip each time with a different stats_bar_bg.png each time you want to change it.
Sent from my SAMSUNG-SGH-I747 using xda premium

David Dee said:
Send me your systemui.apk, the percentage transparency you desire (and colour if applicable) and I will cook it up for you.
If you are able to compile/decompile the systemui, I would also be happy to give you instructions how to do it?
Sent from my SGH-I747M using XDA Premium HD app
Click to expand...
Click to collapse
Can u pls make me one for my stock ROM?
Sent from my SAMSUNG-SGH-I747 using xda app-developers app

Just flash S3Rx and set it yourself to whatever color, transparency you like...

joe3681 said:
Just flash S3Rx and set it yourself to whatever color, transparency you like...
Click to expand...
Click to collapse
Where can I find it? Link?
Sent from my SAMSUNG-SGH-I747 using xda app-developers app

The ROM. In development.
Sent from my SAMSUNG-SGH-I747 using xda premium

I'm on the same situation.
I'm looking to have my status bar transparent but i don't know where to start. My phone is running cianogenmod jb 4.2.2 from my 15. I tried to edit the file status_bar.xml from the systemui.apk but there is no value tha I can change. I'm looking for a way to have it fully transparent.
Sent from my SAMSUNG-SGH-I747 using xda premium

KFlexx said:
I'm on the same situation.
I'm looking to have my status bar transparent but i don't know where to start. My phone is running cianogenmod jb 4.2.2 from my 15. I tried to edit the file status_bar.xml from the systemui.apk but there is no value tha I can change. I'm looking for a way to have it fully transparent.
Sent from my SAMSUNG-SGH-I747 using xda premium
Click to expand...
Click to collapse
In system UI navigate to drawables.xml in ~/res/values/ and make the following change from:
Code:
<item type="drawable" name="status_bar_background">#ff000000</item>
to:
Code:
<item type="drawable" name="status_bar_background">#00000000</item>

mentose457 said:
In system UI navigate to drawables.xml in ~/res/values/ and make the following change from:
Code:
<item type="drawable" name="status_bar_background">#ff000000</item>
to:
Code:
<item type="drawable" name="status_bar_background">#00000000</item>
Click to expand...
Click to collapse
How come I don't have the folder "values" under "systemui.apk/res/"
Sent from my SAMSUNG-SGH-I747 using xda premium

spaceghost21 said:
How come I don't have the folder "values" under "systemui.apk/res/"
Sent from my SAMSUNG-SGH-I747 using xda premium
Click to expand...
Click to collapse
If you properly decompiled the app with a tool like apktool. Then the systemui.apk you used is not deodexed. Look in your /system/app folder for a file called systemui.odex. If it is there you need to deodex it before you can so this mod.
Sent from my DROID RAZR HD using Tapatalk 4 Beta

<dumb question> Any chance I can get someone to make this flashable through CWM? </dumb question>

czechpunk said:
Any chance I can get someone to make this flashable through CWM?
Click to expand...
Click to collapse
please post your twframework-res.apk, framework-res.apk, and Systemui.apk.
Sent from my DROID RAZR HD using Tapatalk 4 Beta

Related

[Help Needed] Uot cooked theme problems

Is this a kitchen problem or have i done something wrong ..
Can anyone help me with this
I'm using stock rom DDLC2..
Did you perfectly uploaded those 3 files from your ROM ?? What error you are getting ...?
Sent from my GT-S5360 using XDA
Screenshots
sorry for late...
i uploaded the screenshots with the 1st post but something went wrong.
Anyway here are the screenshots
{
"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"
}
Sent from my GT-S5360 using XDA
its.normal
same thing is.happening here also
Sent from my GT-S5360 using XDA
i want to know, if there's any fix for it.... editing xml files in..
it looks odd
hey bro no need to panic its normal everything has its pros and cons so just chill its normal but if you don't like u can ÁĹŴÁŶŚ revert back to normal
cheers
This error happens due to editting "framework-res.apk" & "tw-framework.apk". If you really want to edit, all you should edit is the "systemui.apk" only. Though you won't have the transparency. If you want transparency, then do as follows -
1) First download the editted "systemui.apk" only.
2) Then what you have to do is make a backup of this systemui.apk.
3) Now change the extension of this one to .rar.
4) Extract this and make a folder named systemui.
5) And then open - systemui/res/drawable-idpi (or mdpi or hdpi) and find "status_bar_background.png" or anything like background which has "320x240" or "320x(something)" or "240x(something)".
----------The background may be gray.------------
6) Now separately, start a new project in kitchen and do only the transparency part and upload the framework-res.apk.
7) After that download it and do the same as systemui.apk.
8) Find the background. And copy the transparent background to system ui and replace the previous one.
9) Just to make sure, also open the stock framework-res.apk and do the same as you did before (do this also if you do not get the background file in systemui.apk).
10) Now do this for systemui -
After all replacing is done, open the systemui folder and select all the things and archive them using winrar or 7zip. When it asks whether zip or rar, just ignore and in name replace the ".rar" or ".zip" with ".apk". And make sure the name matches the systemui like it was before.
11) For framwork-res.apk -
Do the same.
Finally, "PRESS THANKS FOR MAKING ME WRITE SUCH A BIG NOTE ON MOBILE PHONE!"
P.S. - It will work (Conditions Apply)
Sent from my AURORA ULTRA GT-S5360 through XDA Premium Customized by Androhacker Xavier
@androhacker
Thank you so much for writing this descriptive tutorial...
I'm now going to edit as you have directed and post the result asap.
Mention not. I like to help.
Sent from my AURORA ULTRA GT-S5360 through XDA Premium Customized by Androhacker Xavier
@androhacker
I'm some what confused at step 6... Can you please describe a little bit..
By transparency what do you mean... Previously set background transparency or statusbar transparency
Millan.SIS said:
@androhacker
I'm some what confused at step 6... Can you please describe a little bit..
By transparency what do you mean... Previously set background transparency or statusbar transparency
Click to expand...
Click to collapse
By transparency, i mean the background color. For example the previously set one is usually grey. So what i mean is the transparent colored background.
In uot, it says for transparency we need to upload framework-res.apk. So while editting the status bar, do not do the transparency part and instead do as i have instructed.
Sent from my AURORA ULTRA GT-S5360 through XDA Premium Customized by Androhacker Xavier
By background i mean the status bar background.
Sent from my AURORA ULTRA GT-S5360 through XDA Premium Customized by Androhacker Xavier
Means I have to just tick the "Enable transparency in statusbar" (checkbox) in kitchen (nothing else) & replace only the status_bar_background.png in both (edited) systemui & framework
Yes
Sent from my AURORA ULTRA GT-S5360 through XDA Premium Customized by Androhacker Xavier
yo androhacker , can u upload the systemui.apk containing transparent status bar in here ?? if u have ..
:banghead:
Sent from my GT-S5360 using XDA
:banghead:
Sent from my GT-S5360 using XDA
Everything can be made transparent. Even the toggles. The whole of the status bar, including the top bar and the drop down can be made transparent.
simplyanin said:
Upload your framework-res.apk , systemui.apk & twframework.apk here .. I will make a theme for.uu .. With.all this good stuffs ... Transperency enebled.n awl
Sent from my GT-S5360 using XDA
Click to expand...
Click to collapse
Dude, firstly that guy knows about making themes. He is not having problems in making them. He is talking about some defects in it. Tell us if you can fix those things shown on the first page. Transparency ain't a difficult task and nothing to boast about (no offense).
Sent from my AURORA ULTRA GT-S5360 through XDA Premium Customized by Androhacker Xavier

[Theme/Mod] Jellybro/Liquid - NoName

{
"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"
}
Pretty simple theme/mod that I do for myself every nightly build and figured I would share.
Clock will in status bar will now show but when selecting hide clock the clock in the pull down will remain present.
-Battery Mod
-MiUi Softkeys
-Navbar Mod (36dip)
-Stock JB Bootanimation
-No Carrier (Lock screen/Pull down)
-Persistent Status Bar Expanded Clock
Current Downloads
Liquid Beta 1
Download: http://www.mediafire.com/?96jcgcmvavju0ia
Jellybro
Download For 8/6 Build: http://www.mediafire.com/?6vmvgxps5zyg4gm
Download For 8/2 Build: http://www.mediafire.com/?mda8wymw34wqzuc
Download For 7/29 Build: http://www.mediafire.com/?s78q5k98w847dqb
Whoops uploaded the wrong file but should be good now. If Toro or Toro Plus users want it then upload your SystemUI and Framework-res for me each build.
Ok link should really be fixed this time. Stupid mediafire. The name of the correct file is 1933-SKANK-Mod.zip
Really nice mod.. love the minimalist look. Will be downloading this with each build released. Thanks!
Looks sleek. Will give it a try too.
a new build for JellyPro ( cm-10-20120724.1036-maguro )
waiting for you to update the mod.
Azdian said:
a new build for JellyPro ( cm-10-20120724.1036-maguro )
waiting for you to update the mod.
Click to expand...
Click to collapse
Updated.
nice job
please tell me which file you edited for no clock mod
i want to use djdarknights back theme and want to put the file into his systemui.apk before flashing.thx
pa.pn2 said:
nice job
please tell me which file you edited for no clock mod
i want to use djdarknights back theme and want to put the file into his systemui.apk before flashing.thx
Click to expand...
Click to collapse
Since for whatever reason just simply removing the clock makes SystemUI crash, what I did was center the clock and then make the clock black in color so you can't see it. This wouldn't even be necessary if CM wasn't retarded and didn't hide the clock in the pull down when selecting no clock.
I've attached my status_bar.xml so just compare to yours to see what I did and then go to values/styles.xml and change the color of the clock to #ff000000
Got confirmation that it works on Toro
Were do I find that .XML to change the clock color?
Sent from my Galaxy Nexus using xda app-developers app
mbh87 said:
then go to values/styles.xml and change the color of the clock to #ff000000
Click to expand...
Click to collapse
buddahlou said:
Were do I find that .XML to change the clock color?
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
Helps to read
My bad I've been reading like crazy and haven't been able to do it
Edit: Were on earth is the value .XML???
But thanks again
Sent from my Galaxy Nexus using xda app-developers app
can i have the miui sofkeys, i downloaded some but they seem to small when i use custom navbar feature on aokp jb preview 4. I'd just like the pictures, thank you
buddahlou said:
My bad I've been reading like crazy and haven't been able to do it
Edit: Were on earth is the value .XML???
But thanks again
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
You have to decompile SystemUI and its a folder.
ayoRad said:
can i have the miui sofkeys, i downloaded some but they seem to small when i use custom navbar feature on aokp jb preview 4. I'd just like the pictures, thank you
Click to expand...
Click to collapse
You'll have to name them properly http://imgur.com/a/Vonrh
buddahlou said:
My bad I've been reading like crazy and haven't been able to do it
Edit: Were on earth is the value .XML???
But thanks again
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
You have to decompile the systemui.apk its in res/values/styles.xml. then find the clock color. Or if you want your entire system color that color. Decompile the framework-res.apk and then in values/colors.XML change the holo_blue_light.
Sent From My Toro+ via SkyBlue Tapatalk
Give me a few minutes and I will toss up a SystemUI that doesn't mess with the clock.
I know what I did. I'm doing this on my phone so I just changed the .apk to a .zip and extracted it but the value folder under res isn't showing, I guess I'll have to do it properly on my CPU. Haven't done any theming since the Vibrant really rusty
Thanks again fellas
Sent from my Galaxy Nexus using xda app-developers app
Alright SystemUI with untouched clock is up in the OP
Any more screen shots?

[THEME]SGSII JB ROM visual modded v2

Hi all
this is my first contribution here
-----------------------------------------------------------------------------------------------------------------------------------
I'm not responsible for any damage it can do in your phone, do it for your own will and risk!
-----------------------------------------------------------------------------------------------------------------------------------
I made some changes in the stock theme of this romhttp://forum.xda-developers.com/showthread.php?t=1453165 to fit my personal visual preferences and i'm sharing with you guys
Basically here are the changes:
-Settings icon in top blue bar now fit perfectly
-call screen modded to feel like CM10
-signal bar and battery icons and clock clock in status bar a bit modded
-some small litle things u can see by yourself ;D
I don't know if will work in another stock roms based, but u can try, but made a backup first!
----
Screnshots:
{
"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"
}
----
Screnshots(v2):
Bootanimation (in v2 only):
Installation:
v1:View attachment theme.sgsii.zip
v2 (with segoeui fonts):View attachment theme.sgsii_v2.zip
v2 (with original fonts):View attachment 1438321
-reboot into CWM
-install zip from sdcard
-choose zip from sdcard
-select theme.sgsii (or another version you choosed) and then yes
-reboot
--> the font i'm using in screenshots is segoeui
-->don't need to mount /system, the flashable zip does it itself
Changelog:
v1:
-initial release
v2:
-popup windows now looks like the stock one
-some corrections
-font changed to segoeui by default (separate version in case you don't want the fonts)
-SGSAce bootanimation
Hope you like it
5 bytes?
Sent from my GT-S5830 using xda app-developers app
kereta caretta said:
5 bytes?
Sent from my GT-S5830 using xda app-developers app
Click to expand...
Click to collapse
No, the zip has 5,6MB approximately
Wich grey color code did u used ??
And
How did u moved the settings icon slightly more to the left ?
Because when i tried to push to the left the icon was stretche and didnt looked good
Anyways thanks
Sent from my GT-S5830 using xda premium
CoolCatGetHome said:
Wich grey color code did u used ??
And
How did u moved the settings icon slightly more to the left ?
Because when i tried to push to the left the icon was stretche and didnt looked good
Anyways thanks
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
I think he just made the icon smaller...
Sent from my GT-S5830 using xda app-developers app
CoolCatGetHome said:
Wich grey color code did u used ??
And
How did u moved the settings icon slightly more to the left ?
Because when i tried to push to the left the icon was stretche and didnt looked good
Anyways thanks
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
I made it a bit smaller and remade the black pixels that stretch the icon. Actually i suffered to do learn how black pixels work in .9.png images
And the color I used was A5A5A5 (wich stays 5A5A5A in the xml right?)
Thank you for made this rom, you was the one responsable of made me came back to gingerbread
shucrut said:
I made it a bit smaller and remade the black pixels that stretch the icon. Actually i suffered to do learn how black pixels work in .9.png images
View attachment 1435840
And the color I used was A5A5A5 (wich stays 5A5A5A in the xml right?)
Thank you for made this rom, you was the one responsable of made me came back to gingerbread
Click to expand...
Click to collapse
Same here..
shucrut said:
I made it a bit smaller and remade the black pixels that stretch the icon. Actually i suffered to do learn how black pixels work in .9.png images
View attachment 1435840
And the color I used was A5A5A5 (wich stays 5A5A5A in the xml right?)
Thank you for made this rom, you was the one responsable of made me came back to gingerbread
Click to expand...
Click to collapse
Xd
I am more a GB user because i need yiutube in HQ
If youtube was HQ on jb then i would stick to JB
Sent from my GT-S5830 using xda premium
Hey please, can anyone port the status bar tweaks from the all in1 mod. Thanks in advance
virajjjj said:
Hey please, can anyone port the status bar tweaks from the all in1 mod. Thanks in advance
Click to expand...
Click to collapse
If i can get a little help with it, i do
I'm not a developer, i need to see if there a way to make the all in 1 mod working by myself
i want to remove the clock mod from there, because clock stays too big in statusbar
i made some more visual changes, will upload later
shucrut said:
If i can get a little help with it, i do
I'm not a developer, i need to see if there a way to make the all in 1 mod working by myself
i want to remove the clock mod from there, because clock stays too big in statusbar
i made some more visual changes, will upload later
Click to expand...
Click to collapse
Use old clock smalis
Also ive build a version of it already
For the rom
But the without cm lockscreen
Vut withsammy locks
Sent from my GT-S5830 using xda premium
CoolCatGetHome said:
Use old clock smalis
Also ive build a version of it already
For the rom
But the without cm lockscreen
Vut withsammy locks
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
nice, can you link me there?
in meanwhile, i'll try to do it here, let's see where i can get hehe
:/ help please
Sent from my GT-S5830 using xda premium
tomasignacioo said:
:/ help please
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
What did u do?
Sent from my GT-S5830 using xda premium
tomasignacioo said:
:/ help please
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
I think i know what is causing this.. try this SystemUI.apk
View attachment correction.zip
Flash it through CWM and tell me if it works
the gray bar was more above normal :/
tomasignacioo said:
the gray bar was more above normal :/
Click to expand...
Click to collapse
i wll try something diferent later, but try this one and put a screenshot
View attachment correction2.zip
shucrut said:
I think i know what is causing this.. try this SystemUI.apk
View attachment 1437932
Flash it through CWM and tell me if it works
Click to expand...
Click to collapse
works ! thx
Can u make one with normal statusbar? Without the green color i mean. Tkns
Sent from my GT-S5830 using xda premium
kyucosta said:
Can u make one with normal statusbar? Without the green color i mean. Tkns
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
But the statusbar color is black, that screenshot that it was green is when you are in a call
try out and u will see it

[MOD][GUIDE] Fullscreen Lockscreen, Homescreen and Pulldown Notification

WARNING
1. I dont take any responsibility if your phone got brick
2. This mod will hide your status bar icon, notification icon, clock, date, and notification text. Please use it wisely. You have been warned!!!
HOW TO
1. Decompile SystemUI.apk
2. Open res\layout\status_bar.xml and edit all this code to android:layout_height="0.0dip"
<LinearLayout androidrientation="horizontal" android:id="@id/icons" android:layout_width="fill_parent" android:layout_height="fill_parent">
<LinearLayout androidrientation="horizontal" android:id="@id/ticker" androidaddingLeft="6.0dip" android:animationCache="false" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.android.systemui.statusbar.DateView android:textAppearance="@*android:style/TextAppearance.StatusBar.Icon" android:gravity="left|center" android:id="@id/date" android:background="#ff000000" androidaddingLeft="6.0px" androidaddingRight="6.0px" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
3. Save and close
4. Compile SystemUI.apk
5. Decompile framework-res.apk
6. Open res\values\dimens.xml and edit
<dimen name="status_bar_height">25.0dip</dimen>
to 3.0dip or if u find it difficult to pulldown your notification, change it to bigger value
7. Save and close
8. Compile framework-res.apk
9. Push SystemUI.apk and framework-res.apk to system
10. Enjoy
NOTE
1. If u still find it difficult to pulldown your notification, use hard menu key on the left and press notification
2. Please give proper credit
3. Dont forget to press thanks
ScreenShot
{
"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"
}
Good guide
Sent from my GT-S5360 using xda app-developers app
Guides go in general. Reported
Sent from my HTC Wildfire S using Tapatalk 2
Nice guide
ROM EVOLUTION X3
KERNEL HELL FUSION
ALINS JB THEME + EVOLUTION S3 STATUS BAR.
Want To Ask Question? Ask Here
edit your post & disable smileys !!
eg &
or use [ code ] [/code ]
nice one
looking forward to be implemented in the next ota update for nemesis..
swag..
This is what i'm planning nextweek.. hahaha thanks for the guide this well make my work faster..
Could some one, please provide me modified XML files ( not apks) as I can't reach my PC and I really want this mod but change every thing to 0.0dip ( trust me I know what I'm doing ) even in dimens.xml
Thanks
Sent from my GT-S5360 using xda app-developers app
Mohamed.Anwar said:
Could some one, please provide me modified XML files ( not apks) as I can't reach my PC and I really want this mod but change every thing to 0.0dip ( trust me I know what I'm doing ) even in dimens.xml
Thanks
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
https://dl.dropbox.com/u/96472493/status_bar.xml
https://dl.dropbox.com/u/96472493/dimens.xml
awesome!!
Sent from my GT-S5360 using XDA Premium App
what if i only want to hide the status bar at lock screen? whch apk and xml file should i modify
Sent from my GT-S5360 using Tapatalk 2
Believe me... I want it too but i dont know
And i want to hide my statusbar when expand but i dont know...
Sent from my GT-S5360 using Tapatalk 2
what if we use a status bar lyk ics statusbar from d market it wud luk coool..
Awesum mod....
Sent from my GT-S5360 using xda app-developers app
U xan try it and post ss here
Sent from my GT-S5360 using Tapatalk 2
is it still shown in the home screen?
What do you mean??
Sent from my GT-S5360 using Tapatalk 2
I am having problem applying this mod on Stock Rom <deodexed>
can anyone help me stuck on bootloop....
worked perfectly on evo..
I have no problem with stock deodex.
Sent from my GT-S5360 using Tapatalk 2
d3cka said:
I have no problem with stock deodex.
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
i get status bar force close
i get translation error while recompiling framework....!!

Transparent nav bar

Is there a way to get a transparent nav bar besides the xposed module that requires a ton of tweaking?
Sent from my HTC One_M8 using Tapatalk
JamesR913 said:
Is there a way to get a transparent nav bar besides the xposed module that requires a ton of tweaking?
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
Replace "SystemUI.apk\res\drawable-xxhdpi\navigation_background_transparent.9.png" with a transparent one.
Edit: Do you mean fully transparent or the GEL Gradient NavBar?
The one that the xposed module does is nice but it requires padding on almost every app and it ranges from 0-256. "ain't nobody got time for that.
Sent from my HTC One_M8 using Tapatalk
My gripe is the status bar . They added so much transparency to it they should have just left the damn thing transparent . Im running ViperOne and it has a setting that allows you to change it . Personally Id prefer to manually do it myself but its been a while since I messed with HTC and their frameworks / systemui . So slowly learning how to manipulate it in terms of changing things . I usually prefer to make these changes myself .
Here are the simple ones .....
Transparent Status Bar
Replace the status_bar_background_transparent.9.png with a transparent one in
SystemUI.apk\res\drawable-xxhdpi\
{
"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"
}
Transparent Nav Bar on Homescreen and Blinkfeed page
Replace the home_launcher_bg.9.png and home_panel_gradient.9.png and prism_feed_gradient.9.png with transparent ones in
a) if you have com.htc.launcher-1.apk in data\app\
com.htc.launcher-1.apk\res\drawable-xxhdpi\
b) if you have only Prism.apk in system\priv-app\
Prism.apk\res\drawable-xxhdpi\
and also change the navigation_background_transparent.9.png with a transparent one in
SystemUI.apk\res\drawable-xxhdpi\
and you may need to change the transparency for the Lockscreen after you made the above change to the Transparent Nav Bar because it will look weird like this
change the lockscreen_nav_bg.9.png to the transparent one in
HtcLockScreen.apk\res\drawable-xxhdpi\
then it will look like this
ckpv5 said:
Here are the simple ones .....
Transparent Status Bar
Replace the status_bar_background_transparent.9.png with a transparent one in
SystemUI.apk\res\drawable-xxhdpi\
View attachment 2799163 View attachment 2799165 View attachment 2799167
Transparent Nav Bar on Homescreen and Blinkfeed page
Replace the home_launcher_bg.9.png and home_panel_gradient.9.png and prism_feed_gradient.9.png with transparent ones in
a) if you have com.htc.launcher-1.apk in data\app\
com.htc.launcher-1.apk\res\drawable-xxhdpi\
b) if you have only Prism.apk in system\priv-app\
Prism.apk\res\drawable-xxhdpi\
and also change the navigation_background_transparent.9.png with a transparent one in
SystemUI.apk\res\drawable-xxhdpi\
View attachment 2799172 View attachment 2799173
and you may need to change the transparency for the Lockscreen after you made the above change to the Transparent Nav Bar because it will look weird like this
View attachment 2799176
change the lockscreen_nav_bg.9.png to the transparent one in
HtcLockScreen.apk\res\drawable-xxhdpi\
then it will look like this
View attachment 2799177
Click to expand...
Click to collapse
How do I get transparent ones? I am new to this stuff as well.
Sent from my HTC One_M8 using Tapatalk
ckpv5 said:
Transparent Status Bar
Click to expand...
Click to collapse
Good info thanks, you helped me track down a couple of files that I was looking for.
A question if I may, do you know what file(s) are putting that annoying line between the dock and the navbar ?
The_Blue_Bomber said:
How do I get transparent ones? I am new to this stuff as well.
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
Open the files in an image editor and erase the image leaving a transparent image or create new transparent images of the same sizes and replace the existing with the new.
rider5512 said:
Good info thanks, you helped me track down a couple of files that I was looking for.
A question if I may, do you know what file(s) are putting that annoying line between the dock and the navbar ?
Open the files in an image editor and erase the image leaving a transparent image or create new transparent images of the same sizes and replace the existing with the new.
Click to expand...
Click to collapse
Thank you. But where is the xx.apk/res/xxhdpi located? And what image editor would you suggest?
Edited: never mind. I'm dumb.
Sent from my HTC One_M8 using Tapatalk
The_Blue_Bomber said:
Thank you. But where is the xx.apk/res/xxhdpi located? And what image editor would you suggest?
Edited: never mind. I'm dumb.
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
SystemUI.apk, HtcLockscreen.apk and Prism.apk are located in system/priv-app/
and if you have com.htc.launcher-x.apk, it is located in data/app/
This is my favorite tool to work with 9patch images : http://forum.xda-developers.com/showthread.php?t=1272513
download link on page 2.
(I got this from other thread on xda but can't find it now)
ckpv5 said:
SystemUI.apk, HtcLockscreen.apk and Prism.apk are located in system/priv-app/
and if you have com.htc.launcher-x.apk, it is located in data/app/
This is my favorite tool to work with 9patch images : http://forum.xda-developers.com/showthread.php?t=1272513
download link on page 2.
(I got this from other thread on xda but can't find it now)
Click to expand...
Click to collapse
Oh okay, I thought I could do it on the phone. Man this is so much for me. Haha. I wish I could find a flashable zip or modded apk. Time to stop being lazy
Sent from my HTC One_M8 using Tapatalk
rider5512 said:
Good info thanks, you helped me track down a couple of files that I was looking for.
A question if I may, do you know what file(s) are putting that annoying line between the dock and the navbar ?
Click to expand...
Click to collapse
This will need xml editing (unless someone can come up with better idea)
1. edit : com.htc.launcher-1.apk(or Prism.apk)\res\layout\main_launcher.xml
search for
Code:
<ImageView android:layout_gravity="bottom|center" android:id="@id/nav_bar_div" android:paddingLeft="@dimen/margin_l" android:paddingRight="@dimen/margin_l" android:layout_width="fill_parent" android:layout_height="wrap_content" android:src="@drawable/common_b_div" android:scaleType="fitXY" />
then change android:layout_height="wrap_content"
to android:layout_height="@dimen/navigation_bar_divider_height"
2. edit : com.htc.launcher-1.apk (or Prism.apk)\res\values\dimens.xml
add <dimen name="navigation_bar_divider_height">0.0dip</dimen> to it
You'll have as in this screenshot
ckpv5 said:
This will need xml editing (unless someone can come up with better idea)
1. edit : com.htc.launcher-1.apk(or Prism.apk)\res\layout\main_launcher.xml
search for
Code:
<ImageView android:layout_gravity="bottom|center" android:id="@id/nav_bar_div" android:paddingLeft="@dimen/margin_l" android:paddingRight="@dimen/margin_l" android:layout_width="fill_parent" android:layout_height="wrap_content" android:src="@drawable/common_b_div" android:scaleType="fitXY" />
then change android:layout_height="wrap_content"
to android:layout_height="@dimen/navigation_bar_divider_height"
2. edit : com.htc.launcher-1.apk (or Prism.apk)\res\values\dimens.xml
add <dimen name="navigation_bar_divider_height">0.0dip</dimen> to it
You'll have as in this screenshot
View attachment 2800263
Click to expand...
Click to collapse
Unfortunately this doesn't work for me but thanks anyway.
The_Blue_Bomber said:
Oh okay, I thought I could do it on the phone. Man this is so much for me. Haha. I wish I could find a flashable zip or modded apk. Time to stop being lazy
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
rider5512 said:
Unfortunately this doesn't work for me but thanks anyway.
Click to expand...
Click to collapse
Try mine .... make a backup first.
This come with Transparent Status Bar & Nav Bar and no divider between dock and NavBar.
ckpv5 said:
Try mine .... make a backup first.
This come with Transparent Status Bar & Nav Bar and no divider between dock and NavBar.
View attachment 2801830
Click to expand...
Click to collapse
Many thanks, your file worked.
Perhaps there's something wrong with the way my apk was compiled but there were no errors.
rider5512 said:
Many thanks, your file worked.
Perhaps there's something wrong with the way my apk was compiled but there were no errors.
Click to expand...
Click to collapse
Great ....nice homescreen
Maybe you want to update it again as I just reuploaded a new one as I notice an extra png that is not supposed to be in the apk. (but it will make no harm with that extra png).
ckpv5 said:
Great ....
Maybe you want to update it again as I just reuploaded a new one as I notice an extra png that is not supposed to be in the apk. (but it will make no harm with that extra png).
Click to expand...
Click to collapse
Done :laugh:
ckpv5 said:
Try mine .... make a backup first.
This come with Transparent Status Bar & Nav Bar and no divider between dock and NavBar.
View attachment 2801830
Click to expand...
Click to collapse
Thank you! But for some odd reason I have like a shadow effect on my dock.
Edited: it's also like this using other launchers.
Sent from my HTC One_M8 using Tapatalk
The_Blue_Bomber said:
Thank you! But for some odd reason I have like a shadow effect on my dock.
Edited: it's also like this using other launchers.
View attachment 2801945View attachment 2801946
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
The lower part is controlled in SystemUI.apk
I guess the launcher is not replaced.
To have the Transparent Status Bar only, the navigation_background_transparent.9.png need to be the original one.
Do you want only the Transparent Status Bar ? I'll make one tomorrow as it's very late now... it's 2.30 am here and it's my bed time... good night (maybe you can PM me on what actually you want to achieve)
Can this be done without root
Sent from my HTC One_M8 using XDA Premium 4 mobile app
jaimeletelierhay said:
Can this be done without root
Sent from my HTC One_M8 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Nope

Categories

Resources