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
Related
V1.4 is up! Now with more colors!
So think I finally got my setup now to where I can stop messing around with PNG files for the weekend, wifey kept been giving me the stink eye last few nights since I been on pc for the last two nights instead of ignoring her on Call of Duty lol
Nothing Fancy, I wanted to keep a plain n simple stock look for the most part with ICS/CM elements.
{
"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"
}
Mostly used Cm10 icons and some of the International 50% transparency icons. Screenshot shows a modded mms icon in lockscreen, thats not included and the Carrier id will show FreeGS3 (I just changed mine to Bizdady).
Note: This is specifically for Clark44's FreeGS3 rom as its Framework, SystemUI, Lidroid specific, if you flash on stock rom you might bootloop or lose status bar
Whats Themed:
framework-res.apk
lidroid-res.apk
SystemUI.apk
SecSettings.apk
To Do:
Add semi transparency to pull down.
Add Transparent Status Bar option
Finish Themeing Toggle selector Icons in purple version, only main toggles themed at moment (I missed a few brightness,lockscreen, timeout)
Change brightness slider to match toggles color?[/COLOR]
DOWNLOAD: (Can also download using the UPDATEME app built in Rom function)
White Toggles
http://www.mediafire.com/file/31mobvhs8dby8xd/ICS_Stock_FREEGS3_v1.4_WHITE.zip
With White Slider
http://www.mediafire.com/file/62y1kvncxe7cjoa/White_Slider.zip
Blue Toggles
http://www.mediafire.com/file/ax2qxt02ah5ikh2/ICS_Stock_FREEGS3_v1.4_BLUE.zip
With Blue Slider
http://www.mediafire.com/file/dva16p85vu8akpk/Blue_Slider.zip
Purple Toggles (I might further theme more stuff to match since I actually like the purple lol)
http://www.mediafire.com/file/s9ezcz8ibx7es03/ICS_Stock_FREEGS3_v1.4_PURPLE.zip
With Purple Slider
http://www.mediafire.com/file/uvd9wnz3nda6bjp/Purple_Slider.zip
STOCK RESTORE
http://www.mediafire.com/file/fe7rvnb670c2kh9/FREEGS3_v2_RESTORE.zip
If you like hit up that Thanks button
-Thanks to the guys that started this on the international roms
Vertumus
http://forum.xda-developers.com/show....php?t=1730397
Andretst
http://forum.xda-developers.com/newt...wthread&f=1671
CM10 team, Clark44 for his bad ass rom and Freeza for his numerous tutorials.
Burst as well for help anytime I need help.
raubkatze for his slider colors thread
http://forum.xda-developers.com/showthread.php?t=1768962
Looks awesome man, very nice work.
Nice. Will add to the Updateme App ASAP.
Links not working for me
Sent from my SPH-L710 using Tapatalk 2
roscoe08 said:
Links not working for me
Sent from my SPH-L710 using Tapatalk 2
Click to expand...
Click to collapse
Hmmmm your right, it works on my pc but if I click it through phone it wont go. Let me send to my dropbox for the moment.
Ya they locked me up it looks like lol
554.28 MB From 127 total files
41,022 Since October 24, 2010
91.92 GB From Currently Hosted Files
Here is a dropbox link. Ill look into the hosting issue.
http://dl.dropbox.com/u/11766686/ICS_Stock_FREEGS3.zip
looks clean bizdady! What launcher are you using?
_______________
Just Flash It !!!
Skunk Ape1 said:
looks clean bizdady! What launcher are you using?
_______________
Just Flash It !!!
Click to expand...
Click to collapse
That is Nova Launcher with Tersus Icon set.
Bizdady said:
Hmmmm your right, it works on my pc but if I click it through phone it wont go. Let me send to my dropbox for the moment.
Ya they locked me up it looks like lol
554.28 MB From 127 total files
41,022 Since October 24, 2010
91.92 GB From Currently Hosted Files
Here is a dropbox link. Ill look into the hosting issue.
http://dl.dropbox.com/u/11766686/ICS_Stock_FREEGS3.zip
Click to expand...
Click to collapse
You may want to fix your title to FreeGS3
clark44 said:
You may want to fix your title to FreeGS3
Click to expand...
Click to collapse
Thanks! Fixed and added a filefactory mirror.
Here is a mirror: http://goo.gl/llnug
I edited the update script and make the UIPrints a little different. Changed a little xml in your framework-res.apk to make sure there is no cell standby is not an issue.
Bizdady mind letting me know if you have a specific version number in mind?
clark44 said:
Here is a mirror: http://goo.gl/llnug
I edited the update script and make the UIPrints a little different. Changed a little xml in your framework-res.apk to make sure there is no cell standby is not an issue.
Bizdady mind letting me know if you have a specific version number in mind?
Click to expand...
Click to collapse
Good catch!!:good: I was using an old updater script I hadnt bothered editing since it was just me using it lol :laugh:
Bizdady said:
Good catch!!:good: I was using an old updater script I hadnt bothered editing since it was just me using it lol :laugh:
Click to expand...
Click to collapse
What would you like me to make the version number? 1.0.0?
EDIT: Changed the url to this: http://goo.gl/vQpuV
clark44 said:
What would you like me to make the version number? 1.0.0?
EDIT: Changed the url to this: http://goo.gl/vQpuV
Click to expand...
Click to collapse
K updated op, thanks, Ya v1 is fine.
Thanks Clark!
I lost status bar
Sent from my SPH-L710 using xda premium
robmiller said:
I lost status bar
Sent from my SPH-L710 using xda premium
Click to expand...
Click to collapse
Same here
Sent from my SPH-L710 using xda premium
The messaging icon in the first screen shot, what icon theme is that? Make all of the icons like that.
Medic1013 said:
Same here
Sent from my SPH-L710 using xda premium
Click to expand...
Click to collapse
Ascertion said:
The messaging icon in the first screen shot, what icon theme is that? Make all of the icons like that.
Click to expand...
Click to collapse
Are you on the latest v.0.0.8 FreeGS3 rom by Clark44? It uses specific framework and SystemUI.apk files from that rom.
Ascertion said:
The messaging icon in the first screen shot, what icon theme is that? Make all of the icons like that.
Click to expand...
Click to collapse
That is an old icon I think I got from a MUI rom ages ago but still like it so I modded my mms app to switch the stock icon since the lockscreen uses the stock icon.
I attached it if you want to give it a try, just flash in recovery or extract the apk and push it to system/app
Bizdady said:
Are you on the latest v.0.0.8 FreeGS3 rom by Clark44? It uses specific framework and SystemUI.apk files from that rom.
Click to expand...
Click to collapse
Yup, just did a fresh install about 30 minutes ago.
I don't get a notification bar
Sent from my SPH-L710 using xda premium
Theme removed from update me application until its fixed.
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
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
:laugh: XDA PORTAL :laugh:
Click to expand...
Click to collapse
{
"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"
}
Hi Friends,
This is a little Tutorial about changing app icons permanently. There was a lot of applications available in Playstore like
“ icon changer free” etc etc to change the app icons. But the problem is that u cant use that changed apps in ur app drawer. U can only use that in ur home screen as a shortcut.
So I just decided to put a little tutorial to do that easily. I know everybody will know this already. But it will help for someone I am sure….
CREDIT:-
@dewanshu93 For Some Cool Tips
@Why So Serious? For The Icons
TOOLS YOU NEEDED
Click to expand...
Click to collapse
One PC
7 zip
Some good icons
Little Creative Mind
STEPS:-
Click to expand...
Click to collapse
(1) Get some cool icons from here http://forum.xda-developers.com/showthread.php?t=2207136 and save it ur PC. Give him big thanks for the work.
Edit:- If u need some cool Galaxy S4 icons means go here: - http://forum.xda-developers.com/showthread.php?t=2216289 Please give thanks for his work..
(2) Put the apps u want to change the icons to a Folder in ur PC. For example SemcAlbum, Phonebook, Browser etc
(3) Here I am taking the Phonebook app for Example..
(4) Right Click the Phonebook apk -> Open With -> 7zip File Manager. Then U will get a box contained some files like this
(5) Then double click on the res folder and u get another box like this
(6) Find the folder named “ drawable-xhdpi “ and open it. U will get This
(7) And most important thing is u need to find the original icon and its name of the phonebook.apk or whatever apk u take …
(8) For that an easy way is create a new folder in ur PC’s Desktop and select all the images from the box ( Image 3 ) then drag it to the that new folder in the desktop.
(9)Then open that folder then search for original the apk icon. like this
(10) In my case the name of the Phonebook.apk’s icon is “ic_launcher_contacts “. So just note down the icon name and then open the folder that contains the icons that u downloaded. Like this
(11) And choose which icon u need and select it. Then rename it to the exact name of the original apk icon. ( For example ic_launcher_contacts )
(12) After that just drag that renamed icon to res/drawable-xhdpi. It will ask for overright. Press Ok or Yes. That’s it. Copy the apk to ur phone and move it to the System/app with correct permission…
Check this Attached Images for your reference .
U can do it with almost all the apks. But I cant guarantee that it will work with all apks. Some System apks did not worked for me…
And also u can take icos from other apks too..
Press The Thanks Button If You Like This
Nice tutorial my friend.
Good one for the new users, rajeeb.
Re: Tutorial :- Changing App Icons
nice tutorial
S.O.S Semcphone
Does not work with semcphone, I changed all the icons (HDPI xhdpi HMDI) and so far I fail, I even resized the images and either.
I annex my apk to see if I can help in editing.
I'm sorry for the English. i am Colombian
Re: Tutorial :- Changing App Icons
salda said:
Does not work with semcphone, I changed all the icons (HDPI xhdpi HMDI) and so far I fail, I even resized the images and either.
I annex my apk to see if I can help in editing.
I'm sorry for the English. i am Colombian
Click to expand...
Click to collapse
Simple. Just compile the apk and then change icon then decompile it and sign it.. Done.. The same i done..
My Reddish Xperia S With XZX 2
salda said:
Does not work with semcphone, I changed all the icons (HDPI xhdpi HMDI) and so far I fail, I even resized the images and either.
I annex my apk to see if I can help in editing.
I'm sorry for the English. i am Colombian
Click to expand...
Click to collapse
What icon do yo want to use? I can give it a try.
salda said:
Does not work with semcphone, I changed all the icons (HDPI xhdpi HMDI) and so far I fail, I even resized the images and either.
I annex my apk to see if I can help in editing.
I'm sorry for the English. i am Colombian
Click to expand...
Click to collapse
SemcPhone.apk\res\drawable-xhdpi\clh_launcher_phone.png
If you still fail: resize the image to 96 x 96.
Hope I can help you
Re: Tutorial :- Changing App Icons
cities516 said:
SemcPhone.apk\res\drawable-xhdpi\clh_launcher_phone.png
If you still fail: resize the image to 96 x 96.
Hope I can help you
Click to expand...
Click to collapse
Did.
Still the same.
Sent from my LT26i using xda premium
Re: Tutorial :- Changing App Icons
pharix said:
What icon do yo want to use? I can give it a try.
Click to expand...
Click to collapse
Try Semcphone.apk
My Reddish Xperia S With XZX 2
gopiraj_m said:
Did.
Still the same.
Sent from my LT26i using xda premium
Click to expand...
Click to collapse
salda said:
Does not work with semcphone, I changed all the icons (HDPI xhdpi HMDI) and so far I fail, I even resized the images and either.
I annex my apk to see if I can help in editing.
I'm sorry for the English. i am Colombian
Click to expand...
Click to collapse
Change icon in Phonebook.apk:
\res\drawable-xhdpi\ic_launcher_phone.png & ic_launcher_contacts.png (if you want)
Hope I can help you
Re: Tutorial :- Changing App Icons
cities516 said:
Change icon in Phonebook.apk:
\res\drawable-xhdpi\ic_launcher_phone.png & ic_launcher_contacts.png (if you want)
Hope I can help you
Click to expand...
Click to collapse
I did that too. Still the same.
Sent from my LT26i using xda premium
it works to me but not all system icon can change
chrissoriano said:
it works to me but not all system icon can change
Click to expand...
Click to collapse
We can use Desktop visualizer though, to change all of them.
Re: Tutorial :- Changing App Icons
gopiraj_m said:
We can use Desktop visualizer though, to change all of them.
Click to expand...
Click to collapse
Yes. U r correct. But cant use that in ur app drawer. Only a shortcut in ur home screen. Am i correct?
My Reddish Xperia S With XZX 2
Re: Tutorial :- Changing App Icons
rajeevxperia said:
Yes. U r correct. But cant use that in ur app drawer. Only a shortcut in ur home screen. Am i correct?
My Reddish Xperia S With XZX 2
Click to expand...
Click to collapse
Exactly!
Sent from my LT26i using xda premium
Re: Tutorial :- Changing App Icons
gopiraj_m said:
Exactly!
Sent from my LT26i using xda premium
Click to expand...
Click to collapse
Bro Check ur PM...
My Reddish Xperia S With XZX 2
But its awesome if we can apply it in app drawer...
Tried desktop visualizer but it's only shorcuts. For ninjamorph,mvoid, it works but semcphone.apk doesn't change. Don't know why ninjamorph pro doesn't work well. I'm thinking that it's gettimg conflicts from busybox. Btw, how do you change the icon resolution again? Mine's a bit bigger when using the extensions for fb and camera.
Sent from my LT18i using xda app-developers app
Nice tutorial. You will help many to change icons. You may want to warn people about changing the resolution for Conversations.apk or else the add attachments icons look like this:
Lol.
I just fixed it by lowering the conv_take_photo.png resolution(72x72 or whatever works for your phone) and changed whatever else would show up when attaching things to message. Here it is fixed.
Edit* Tapatalk wont let me post another pic
~Darklords Development Team~
Please backup your system before flashing through recovery.
I'm posting 2 pics of what they look like (2nd pic is highlighted to see a bit more background detail):
{
"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"
}
Fixed the battery icons and the simultaneous downstream/upstream icons.
Added transparent sense dock bar.
Added Transparent Blinkfeed Clock and App Drawer Background.
Added T-Mobile Themed Icons
Credits to he_stheone64 for center-clock and battery, lex_is300 dased14 and rayford85 for the insight on the Prism modding, mike1984, scrosler, steve0007 and countless other developers for inspiration
If you want to use the at&t themed icons in your own mod, rom etc, please feel free to do so.
good job bro..keep it up :good:
These are awesome. But is there any way these could be combined with a battery pct mod, flashing this overwrites any battery pct mid, and vice versa. Tried to combine them on my own but couldn't figure out how.
Sent from my HTC One using xda premium
cdordon said:
These are awesome. But is there any way these could be combined with a battery pct mod, flashing this overwrites any battery pct mid, and vice versa. Tried to combine them on my own but couldn't figure out how.
Sent from my HTC One using xda premium
Click to expand...
Click to collapse
That can be done. I have work in a few minutes but I can definitely try and make one with battery % later on today when I get back home, or someone else can do it lol but it can definitely be done.
wangtang2k said:
That can be done. I have work in a few minutes but I can definitely try and make one with battery % later on today when I get back home, or someone else can do it lol but it can definitely be done.
Click to expand...
Click to collapse
Thanks. That would be great.
Sent from my HTC One using Tapatalk 2
Done!
Credits to he_stheone64 for the blue themed 1% Battery mod.
Here it is guys: AT&T Orange and Cyan Icons with battery percentage.
Sorry I can't test it since I don't have my device yet, but since my previous zip was flashed without problems then I don't see why this new one should.
Let me know if it works
wangtang2k said:
Credits to he_stheone64 for the blue themed 1% Battery mod.
Here it is guys: AT&T Orange and Cyan Icons with battery percentage.
Sorry I can't test it since I don't have my device yet, but since my previous zip was flashed without problems then I don't see why this new one should.
Let me know if it works
Click to expand...
Click to collapse
Works great! Thank you!!
mrmomoman said:
Works great! Thank you!!
Click to expand...
Click to collapse
You're welcome buddy
These work awesome, but one thing I've found, is that on the 10 intervals, 100,90,80,70 etc, the blueness of the battery disappears, and a full green battery shows. I'm at 63, at 60 I'll screenshot it.
Here's 20%
http://imageshack.us/photo/my-images/6/screenshot2013043015272.png
Sent from my HTC One using xda premium
cdordon said:
These work awesome, but one thing I've found, is that on the 10 intervals, 100,90,80,70 etc, the blueness of the battery disappears, and a full green battery shows. I'm at 63, at 60 I'll screenshot it.
Here's 20%
http://imageshack.us/photo/my-images/6/screenshot2013043015272.png
Sent from my HTC One using xda premium
Click to expand...
Click to collapse
My bad lol. I should've looked at the icons carefully before slapping them in the apk in a rush XD.
I will provide a fix later when I come home from work, so please bear with me for a bit more, and thank you for your patience.
Have you have a chance to work on a fix for these yet?
Sent from my HTC One using Tapatalk 2
haqone said:
Have you have a chance to work on a fix for these yet?
Sent from my HTC One using Tapatalk 2
Click to expand...
Click to collapse
My bad, lol, I had already posted them on the AT&T forum, but I'd gladly post them here as well
Apparently the inandout icons were left on a static ripple animation (that was my fault, sorry ) but I've fixed the files and fixed the battery icons from changing to green at 10% intervals.
There are 2 flashable zips. Regular and Centered.
Have fun guys Any input is more than welcomed.
wangtang2k said:
Hi guys. I just posted this icon pack on the AT&T HTC One forum but figured some of you guys here might be interested as well.
I don't have my device yet (hope to get it soon) but I went ahead and made themed icons anyways lol
Please backup your system before flashing through recovery.
I'm posting 2 pics of what they look like (2nd pic is highlighted to see a bit more background detail):
Have fun guys and thanks to all you devs out there for making things happen like magic.
You guys can use these icons as you wish.
Click to expand...
Click to collapse
Is this pack safe to flash on Tmo One? Thanks.
TorrentzRock said:
Is this pack safe to flash on Tmo One? Thanks.
Click to expand...
Click to collapse
It should be safe, but just to make sure, do a backup of your system or at the very least have a backup of your SystemUI.apk file I really don't think there will be a problem, but you know, to make sure.
Damn I really wanted these but they over wrote my extened settings on trick droid....maybe I can figure out a way to add these to trickdroids Rom...
Sent from my HTC One using xda app-developers app
lunercrab said:
Damn I really wanted these but they over wrote my extened settings on trick droid....maybe I can figure out a way to add these to trickdroids Rom...
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
I can help ya Just upload your trickdroid SystemUI.apk and I'll add the files necessary for the icon changes etc.
wangtang2k said:
I can help ya Just upload your trickdroid SystemUI.apk and I'll add the files necessary for the icon changes etc.
Click to expand...
Click to collapse
sure here is the roms actual systemui.apk....but i did notice though i am using some of trickdroids themes so i'm not sure if you'd have to change the roms systemui or the theme packs systemui....i know how to decompile apks but can never get them re-compiled for some reason....thanks hope it works....
Is it possible to flash the "Fixed ATT Icons Battery Mod and Center Clock.zip" over TrickDroid or ARHD?
HungryPillow said:
Is it possible to flash the "Fixed ATT Icons Battery Mod and Center Clock.zip" over TrickDroid or ARHD?
Click to expand...
Click to collapse
U can...I did but I lost my quick settings menu on trickdroid...
Sent from my HTC One using xda app-developers app
lunercrab said:
U can...I did but I lost my quick settings menu on trickdroid...
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
Sorry lunercrab, work was ridiculous yesterday lol Finally got a chance to edit your SystemUI.apk.
Have fun Let me know if there's any issues.