Change Statusbar look - Galaxy S III Q&A, Help & Troubleshooting

Hey all,
i'm owner of a S3 for about 2 weeks now. I've read a lot of stuff in this forum and a few others and im just asking here for
stuff that i couldn't figure out by myself or find in an existing thread.
My phone is rooted and it runs Crdroid 7.1.
Now my phone fits almost all my needs, all i want is to change the status bar because i really dont like this blue.
When i did run CM10 i installed a theme but in Crdroid there is no such "Theme" section in the options.
So what are the best ways to change it?
Translucent status bar + center clock + another Battery icon are already installed since it comes with the AROMA installer of Crdroid.
And is there a way to get rid of "this blue" everywhere in the UI besides the status bar?
Thank you very much in advance

bump

Bumping isn't allowed...
Sent from my SGH-I897 using xda premium

There are apps in the market that allows you to modify ur statusbar..
Otherwise, there are flashable zips you can flash from the themes&apps section
Sent from my GT-I9300 using xda premium

isn't there any way without an app running all the time ?
sersly is this such a big deal ?

Related

[Q] Droid Theme

I found this theme, but it seems its only for a nexus s phone...
I cant get it to work with my phone, i really like the transparent one.
Can anyone get this to work?
I'm running CM7 nightlies 30
faux smartass kernel
http://forum.xda-developers.com/show...=691294&page=4
Thanks!
lol sorry, could you also post a how to? theres got to be a step im missing somewhere.
are you talking about the first one cus thats not really a theme...
the droids are a image pack and you use something like the app "BetterCut" to assign them
the rest is just tweaks with a alt home...
http://forum.xda-developers.com/showthread.php?t=901649
I was talking more about the status bar and drop down notification. it s the 2nd like of droid extended. (the transparent). I have been using the icon packs, but would like to use the status bars too
Sent from my HTC Glacier using XDA Premium App
if your looking for transparent status/pull down I have those here :
http://forum.xda-developers.com/showthread.php?t=852013
its under the smooth & segmented versions
if not I'm confused about what your talking about

[Q] How to disable transparency in notification panel

Yesterday I installed this rom (from the dev. forum)
CM7.2 Rom Mash up- Official & Unofficial Sedan Class(Super Fast, Ultra Stable)
It's working great, but i have a problem. I wanted to reply to the original thread, but it was closed and i haven't got permissions to start a new thread there, so i posted my question here.
The problem is that the notification overlay (the thing you pull down from the top in android homescreen) is transparent. Too transparent. It's difficult to read any of the notifications. I perused all the adw settings, the android settings, the cwm settings and even spare parts, but cannot find a setting to turn off or reduce the transparency.
Is there a setting for the transparency of the notification overlay, or failing that, an app i could use to override the default notification overlay?
Any tips would be greatly appreciated.
- pilot
There is no setting as such. U have to ask the developer of the rom to give you a patch that will disable the transparency!
Sent from my GT-S5830 using Tapatalk
How to ENABLE it? On stock?
Sent from my GT-S5830 using XDA
Uot kitchen -_-
Was that soo hard ?
unwritten sentance
spacecaker said:
Uot kitchen -_-
Was that soo hard ?
unwritten sentance
Click to expand...
Click to collapse
I cant use pc at home.. :/
Is there any flashable zip somewr?
Sent from my GT-S5830 using XDA

Translucent Status Bar

Hey themers:
I'm just getting acquainted with making small modifications to the system and am currently working from a stock 4.0.4 LPL based ROM. I would like to implement a 50% translucent effect on the TW status bar.
I've decompiled SystemUI.apk many different ways - as a non-system app, an app w/ dependencies (both framework-res.apk and twframework-res.apk), I've recompiled without any issues at all and immediately de-compiled to make sure my changes "stick", and they do. I then throw them into a flashable zip, wipe cache/dalvik, flash the zip and fix permissions, no go.
I'm following a guide that was originally posted in the GS2 forum that instructs us to do the following:
1) SystemUI StatusBar.smali - locate the "...Landroid/view/WindowManager$LayoutParams;-><init>(IIIII)V" statement and change the const/v16 above it from "const/16 v16, 0x4" to "const/16 v16, -0x3".
2) Go to res > values > drawables.xml and edit "status_bar_background" hex to #7f000000 for 50% transparency.
This didn't work on its own, so on top of that I also tried implementing the same sort of change mentioned in #1 above on both the PhoneStatusBar and TabletStatusBar.smali files. Still no go. The system boots no problem, but just no change in the visual appearance of the status bar.
Does anyone have any ideas outside of this on what smali file or statement in the above files might control this feature? I'm still digging but didn't know if others had attempted this. Thanks to any and all who are willing to help. I don't need anyone to look at code for me, just a gentle shove in the right direction would be fantastic!
+1 for this.
I'd love to see this work.
jtdo said:
+1 for this.
I'd love to see this work.
Click to expand...
Click to collapse
+1
was looking for something like that for month.
I'll get there...The solution cannot be far off from what has already been documented. However it seems others have not yet been able to do it on this device...probably just because there are more pressing projects underway. Guess it's up to us noobs lol
Sent from my SGH-T989 using XDA Premium HD app
djmatt604 said:
I'll get there...The solution cannot be far off from what has already been documented. However it seems others have not yet been able to do it on this device...probably just because there are more pressing projects underway. Guess it's up to us noobs lol
Sent from my SGH-T989 using XDA Premium HD app
Click to expand...
Click to collapse
Haha anything is possible on XDA (;
djmatt604 said:
I'll get there...The solution cannot be far off from what has already been documented. However it seems others have not yet been able to do it on this device...probably just because there are more pressing projects underway. Guess it's up to us noobs lol
Sent from my SGH-T989 using XDA Premium HD app
Click to expand...
Click to collapse
Does tw use a standard grey block to extend the background for the status bar? It sounds like it would and if that is do you could try adding that grey colour to an alpha channel on the image.
Just a thought
Sent from my HTC Desire HD using xda app-developers app
scaryshark said:
Does tw use a standard grey block to extend the background for the status bar? It sounds like it would and if that is do you could try adding that grey colour to an alpha channel on the image.
Just a thought
Sent from my HTC Desire HD using xda app-developers app
Click to expand...
Click to collapse
I'll have a look this week!
You need to modify the "tw_" variants of the status bar definitions to see anything happen, TouchWiz UI does not use the regular assets/definitions.
qreeves said:
You need to modify the "tw_" variants of the status bar definitions to see anything happen, TouchWiz UI does not use the regular assets/definitions.
Click to expand...
Click to collapse
Thank you sir! I will give it another go. Have a TW ROM to update in the next cpl weeks, this might make it in
Sent from my Infamous Tab.
djmatt604 said:
Thank you sir! I will give it another go. Have a TW ROM to update in the next cpl weeks, this might make it in /QUOTE]
No problem, I spent most of last night working out how to move the system bar from the bottom of the screen to the top using a decompiled SystemUI from the TouchWiz rom for the Galaxy Tab. You might find that even though you make the bar transparent that the area behind it is black anyway (it is for me at least using the official 4.0.4 rom) due to it assuming that the system bar is being rendered there. I'm yet to figure out how to manipulate the rest of the WindowManager environment to fix the issue.
Click to expand...
Click to collapse

Looking for a way to kill the clock in the status bar

Guys, I have spent all day in the forums, ABD, Kitchen and the tool kit. Hours of scouring code and looking for the N2 version of the statusbarpolicy. smali that I would use to edit and disable the status bar clock completely. Can anyone direct me to the right place to edit the code in this beast to remove day and time from the bar?
Sent from my SCH-I605 using xda app-developers app
Have you tried changing the value for status_bar_clock_text_size to 0.0dip in values/dimens.xml?
Sent from my Galaxy Note II
icedventimocha said:
Have you tried changing the value for status_bar_clock_text_size to 0.0dip in values/dimens.xml?
Sent from my Galaxy Note II
Click to expand...
Click to collapse
Nope.... That's why I wanted to ask for ideas - I was dead set on going after removal and not seeing the forest through the trees
Live life on the edge or your taking up too much space...
Ok, now I'm really lost and should probably post in the jb forum on this, I'm used to the dimens file being in \res\values.... I'm starting to show my noob side here....
Live life on the edge or your taking up too much space...
iengel said:
Ok, now I'm really lost and should probably post in the jb forum on this, I'm used to the dimens file being in \res\values.... I'm starting to show my noob side here....
Live life on the edge or your taking up too much space...
Click to expand...
Click to collapse
Yeah that's the correct location, did you make sure you decompiled and not just extracted the apk?
Sent from my Galaxy Note II
I am probably not super qualified yet to answer this but maybe can help. When I use morphology to customize whichever rom I am on, it asks as one of the customizations if you want to disable status bar clock altogether. I dont know what rom (s) you are using but it works on jb, jedi, and clean. Or ask the dev, maybe he will help you.
Sent from my SCH-I605 using xda app-developers app
The Beans ROM has the option to remove the clock from the status bar, so if you look at that code or maybe PM beanstown, the dev, you may find an answer. Apologies if not helpful.
You can download tweakbox. While it won't rid you of a clock, you can hide it by changing the color.
Sent from my SCH-I605 using xda app-developers app

Request mod for clean rom lite please

I hate the clock on the task bar with a major passion it serves no purpose other than to p*** me off
Can some please mode the system ui to obliterated this bastid
Please and thank you
Sent from my HTC One using Tapatalk 2
CheesyNutz said:
I hate the clock on the task bar with a major passion it serves no purpose other than to p*** me off
Can some please mode the system ui to obliterated this bastid
Please and thank you
Sent from my HTC One using Tapatalk 2
Click to expand...
Click to collapse
if i may add... include a transparent status bar while you're at it.. Cheesy, thanks for letting me add my 2cents... :good:
I can probably take care of these things..tomorrow or Tuesday hopefully
Sent from my HTC One using Tapatalk 2
I also think the ability to remove the bloatware would be awesome. I found that after rooting and using TB to delete the apps I won't use they reappear after reboot. Very surprising! But then again I'm fairly new to droid after 5 years with iPhone.
Very much looking forward to the ROMs available for this device. The developer work done here is amazing. Thank you!
no clock, transparent status bar, and no clock with transparent status bar. These will work on any ROM based on 1.26.502.10 (stk is short for stock, sorry if that's confusing). If the ROM you're using has other SystemUI mods (battery, EQS, etc), this will overwrite those. Flashable in recovery
Edit: transparent status bar is no more transparent then stock in the launcher and not at all in apps. So that mod is a fail. I'll look closer tomorrow
jimmyw71 said:
I also think the ability to remove the bloatware would be awesome. I found that after rooting and using TB to delete the apps I won't use they reappear after reboot. Very surprising! But then again I'm fairly new to droid after 5 years with iPhone.
Very much looking forward to the ROMs available for this device. The developer work done here is amazing. Thank you!
Click to expand...
Click to collapse
I have a debloat tool posted in the Dev section for exactly that. The reason this happens is due to new nand protection on the /system/ partition... any changes that are made while the ROM is booted will revert upon reboot. So changes either need to be made while the ROM is not booted (in recovery), or you need to install a custom kernel that has this proection disabled..
jimmyw71 said:
I also think the ability to remove the bloatware would be awesome. I found that after rooting and using TB to delete the apps I won't use they reappear after reboot. Very surprising! But then again I'm fairly new to droid after 5 years with iPhone.
Very much looking forward to the ROMs available for this device. The developer work done here is amazing. Thank you!
Click to expand...
Click to collapse
to fix this flash a custom kernel from the international section, removes the system write lock in the (kernel)
Is there a 1% battery mod for Clean ROM Lite yet?
Sent from my HTC One using Xparent Gray Tapatalk 2
I didn't get to battery mods today.. hopefully tomorrow
Sent from my HTC One using Tapatalk 2
homeslice976 said:
no clock, transparent status bar, and no clock with transparent status bar. These will work on any ROM based on 1.26.502.10 (stk is short for stock, sorry if that's confusing). If the ROM you're using has other SystemUI mods (battery, EQS, etc), this will overwrite those. Flashable in recovery
Edit: transparent status bar is no more transparent then stock in the launcher and not at all in apps. So that mod is a fail. I'll look closer tomorrow
I have a debloat tool posted in the Dev section for exactly that. The reason this happens is due to new nand protection on the /system/ partition... any changes that are made while the ROM is booted will revert upon reboot. So changes either need to be made while the ROM is not booted (in recovery), or you need to install a custom kernel that has this proection disabled..
Click to expand...
Click to collapse
toolhas4degrees said:
to fix this flash a custom kernel from the international section, removes the system write lock in the (kernel)
Click to expand...
Click to collapse
Thanks for the quick help, guys! It's a blast learning all the things you can do with these phones. I think I'm about 95% over missing my iPhone. :good:
homeslice976 said:
I didn't get to battery mods today.. hopefully tomorrow
Sent from my HTC One using Tapatalk 2
Click to expand...
Click to collapse
Figured out my question, nevermind

Categories

Resources