Looking for a way to kill the clock in the status bar - Verizon Samsung Galaxy Note II

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

Related

[Q]No Notification bar clock

Is there anyway to hide the notification bar clock using an UOT type kitchen file or EDT tweaks app?
How much is it worth to you? Cause the answer is yes, it can be done. Though it's going to take more than a few steps. But hey, learning is fun, right?
http://android.modaco.com/topic/345503-remove-clock-from-status-bar/
Sent from my páhhōniē
What rom do you want it done for and I need to know if you have a them installed also. Pm the info and ill make a zip for ya. I've been doing this for members in the T-Mobile galaxy s2 forums if ya wanna look.
Sent from my SGH-T989 using XDA Premium App
mongo41 said:
What rom do you want it done for and I need to know if you have a them installed also. Pm the info and ill make a zip for ya. I've been doing this for members in the T-Mobile galaxy s2 forums if ya wanna look.
Sent from my SGH-T989 using XDA Premium App
Click to expand...
Click to collapse
I'm actually running Serendipity 8.2 with the ICS theme made for it. I have looked at the tutorial but to my best of luck I have been unable to get past step 3 -_-... Thanks if you help me.
mongo41 said:
What rom do you want it done for and I need to know if you have a them installed also. Pm the info and ill make a zip for ya. I've been doing this for members in the T-Mobile galaxy s2 forums if ya wanna look.
Sent from my SGH-T989 using XDA Premium App
Click to expand...
Click to collapse
Mongo41
any chance you would be willing to do one for the Blue Monkey for UnNamed 1.3.1 ROM?
Sorry I just dont have a lot of extra time to do it myself. We have a ton of other clocks that are on the screens (lock screens, widgets, ect) and I just find it un-necessary clutter to having the same info in more than one place on your screen (for example running Beautiful widgets on the main screen as well as having the Notification bar clock). I would be forever in your debt!!!

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

Can anybody tell me what this statusbar .......

Can someone tell me exactly what this statusbar icon is. ...I think it may be gps related
Sent from a unlocked and cocked Galaxy Note 2..........
That is the E911 lock. It means your phone has a good location to give 911 should you dial it. It can not be gotten rid of as far as I know.
Sent from my SCH-I605 using xda app-developers app
It's the location icon, all the custom theme status bars get rid of it.
LOL I spent a good 15 minutes searching for the answer to this so I could finally have something to contribute (instead of just asking questions) and google finally supplied a link with the answer! It was this exact same thread... Jeez...
i dont think it has much to do with E911 - if you disable location services it will get rid of the ))) but the compass icon will still be there...
Just go into our apps and themes subforum guys... This has been covered. The mods are already there is you want to flash it, or there's tuts to remove it yourself
Sent from my SCH-I605 using xda app-developers app
LordRalh3 said:
Just go into our apps and themes subforum guys... This has been covered. The mods are already there is you want to flash it, or there's tuts to remove it yourself
Sent from my SCH-I605 using xda app-developers app
Click to expand...
Click to collapse
Thanks man. .....I created tons of themes for HTC devices and been stumped on this icon since my s3... Now I got the note 2 I figured I would use screenshot and spen feature to figure this out. ..
Sent from a unlocked and cocked Galaxy Note 2..........
Janker5050 said:
Thanks man. .....I created tons of themes for HTC devices and been stumped on this icon since my s3... Now I got the note 2 I figured I would use screenshot and spen feature to figure this out. ..
Sent from a unlocked and cocked Galaxy Note 2..........
Click to expand...
Click to collapse
Yeah if you're familiar with theming, it's in one of the drawable files in systemUI, just extract, rename the 2 .png's to .bak, rezip, push back to system>app, check permissions, reboot and profit.
Sent from my unlocked & underclocked Galaxy Note 2
sleevasteve said:
Yeah if you're familiar with theming, it's in one of the drawable files in systemUI, just extract, rename the 2 .png's to .bak, rezip, push back to system>app, check permissions, reboot and profit.
Sent from my unlocked & underclocked Galaxy Note 2
Click to expand...
Click to collapse
Yup, replaced that icon with a transparent one a couple days ago.
Janker5050 said:
Can someone tell me exactly what this statusbar icon is. ...I think it may be gps related
Sent from a unlocked and cocked Galaxy Note 2..........
Click to expand...
Click to collapse
Here's my file. It will give you Black Status Bar, Wifi Toggle and eGPS(removed)
Can't really help you with the battery.
ATTACHED FILES
SystemUI.apk - [Click for QR Code] (1.80 MB, 317 views)
Hopefully u can click on this link,if so, download it go to a file manager u can get into ur phone settings and paste it in the system,app section.replace the one in there reboot and ur good.
Sorry if this isn't clickable.trying something else

Removal of NFC icon in noti bar

Not sure if anyone posted this but I found a super easy way to kill the stupid "You NFC is on" notification.
Edit /system/csc/feature.xml file
Find the line:
CscFeature_NFC_StatusBarIconType>ATT< CscFeature_NFC_StatusBarIconType
Remove ATT save file and reboot.
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
Edit: left begining and end >< off.
_Dennis_ said:
Not sure if anyone posted this but I found a super easy way to kill the stupid "You NFC is on" notification.
Edit /system/csc/features.xml file
Find the line ATT
Remove ATT save file and reboot.
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
Click to expand...
Click to collapse
Gonna have to be a little more specific for n00bs (like me, sorta), the file is called "feature.xml" not "features.xml," and I see a few instances of "ATT" but not a whole line by itself - what is the actual line?
Thanks in advance! Next task is getting rid of the Smart Stay Eye icon!
KryptosXLayer2 said:
Gonna have to be a little more specific for n00bs (like me, sorta), the file is called "feature.xml" not "features.xml," and I see a few instances of "ATT" but not a whole line by itself - what is the actual line?
Thanks in advance! Next task is getting rid of the Smart Stay Eye icon!
Click to expand...
Click to collapse
Sorry the forum thought the line was a command cause it was inclosed in ><
OP fixed
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
_Dennis_ said:
Sorry the forum thought the line was a command cause it was inclosed in ><
OP fixed
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
Click to expand...
Click to collapse
Hate to be a pain, one more edit - the full line reads:
<CscFeature_NFC_StatusBarIconType>Att</CscFeature_NFC_StatusBarIconType>
Thanks! Done and done, works great!
Sent from my Samsung Galaxy S 4 using the XDA app
and i just rename the feature.xml to feature.bak
dont know what' the side effect tho.
Why remove it, we can disable it on NFC settings right?
androitri said:
Why remove it, we can disable it on NFC settings right?
Click to expand...
Click to collapse
You're missing the point...... for some reason, Samsung decided we needed to be constantly reminded on the notification bar that NFC was enabled - we want it enabled, we don't want to disable it just to hide the icon!
just like the freaking driving mode icon and smart stay icon! I turn on driving mode and smart stay at all time, I don't need these 2 stupid icons taking up spaces on status bar! I also have noteII, it doesn't have these stupid icons! Anyone know how to remove it?
netnerd said:
just like the freaking driving mode icon and smart stay icon! I turn on driving mode and smart stay at all time, I don't need these 2 stupid icons taking up spaces on status bar! I also have noteII, it doesn't have these stupid icons! Anyone know how to remove it?
Click to expand...
Click to collapse
Those are smali edits of systemui I believe. Note 2 on 4.1.2 on T Mobile has the smart Stay icon.
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
_Dennis_ said:
Those are smali edits of systemui I believe. Note 2 on 4.1.2 on T Mobile has the smart Stay icon.
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
Click to expand...
Click to collapse
Those icons are in framework-res not the systemui
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
StolenVW said:
Those icons are in framework-res not the systemui
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
Click to expand...
Click to collapse
My fault. I just know it involved smali edits which suck. I hate smali lol.
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
_Dennis_ said:
My fault. I just know it involved smali edits which suck. I hate smali lol.
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
Click to expand...
Click to collapse
Me too
I know the icons are in framework-res as for what calls them I don't know where that is
Sent from my A500 using Tapatalk HD
I generally just change second line right below that one, from default to false on my Canadian version since sgs3 and works here too.
JKAY DELUXE [I9300 JB 4.1.2]
Thanks for the heads up. That icon was annoying me.
For Canadian users (on Bell at least), there is no features.html file.
Look for others.html in the same directory, make the required changes and you are golden.
Cheers!
Sent from my SGH-I337M using XDA Premium HD app
Yep, thanks for this. It worked perfect.
Worked for me, thanks for the post! :cyclops:
KryptosXLayer2 said:
You're missing the point...... for some reason, Samsung decided we needed to be constantly reminded on the notification bar that NFC was enabled - we want it enabled, we don't want to disable it just to hide the icon!
Click to expand...
Click to collapse
Must have been an AT&T decision. I switched from the S4 on Sprint to the AT&T S4 and on the Sprint version there was a clear option to disable the icon. Strange.
for rogers , the file is called others.xml
but anyone happen to know what line is for blocking mode ?
would like to disable that icon.
You see Im trying to port that NFC icon on other S4 variants. Because AT&T is the only one that have it on status bar.. Some people wants it so I'm trying to do it for them.. I changed the systemUI icons.... Some says att and i changed them to default... Anyways that didnt worked and flashing a att rom on my tmobile s4 did the tricked. But also people want the tmobile based roms cause of the wifi calling feature

[Q] Transparent Status Bar on Lock Screen or Removed ???

Hello everyone... As the title says, I am looking to get rid of the black bar or make it transparent on the lock screen... I have tried a few thing and can not seem to get it... Is there any other method to try besides these here???...
1. http://forum.xda-developers.com/showthread.php?t=1629653
2. http://forum.xda-developers.com/showthread.php?t=1574401
3. http://forum.xda-developers.com/showthread.php?t=2209937
4. http://forum.xda-developers.com/showthread.php?t=2029712
Currently using Links #1 and #2 for the transparent bar, but does not work for the lock screen... I have attached 3 pics as to what happens when I use Link #3 for the status bar, although everything else seems to work... Link #4 does not work at all... I flashed the zip and once I reboot it stays on the splash screen... So I pulled the battery and used my back up to get it to boot again... Is there any way to get the Simplistic Framework to function with our Verizon Note 2 ( SCH-I605) ??? But most importantly eliminate this status bar on the lock screen or make transparent... Thank you for any help you can provide...:fingers-crossed:
So no one has any suggestions or know of something that works??? I am still looking and came across this link...
----- > http://forum.xda-developers.com/showthread.php?p=37466852
I flashed the zip that is there and it did nothing for me... If I was a little more daring I would try the apk tool that he used... Would any one here like to try and make that zip work for the Verizon Note 2???
elnene20 said:
So no one has any suggestions or know of something that works??? I am still looking and came across this link...
----- > http://forum.xda-developers.com/showthread.php?p=37466852
I flashed the zip that is there and it did nothing for me... If I was a little more daring I would try the apk tool that he used... Would any one here like to try and make that zip work for the Verizon Note 2???
Click to expand...
Click to collapse
If you are on a TW ROM it won't work, it states in the first few lines of the OP it is only for AOSP Roms.
Also I believe the Xposed framework has an add on that allows what you're wanting.
Sent from my SCH-I605 using XDA Premium HD app
shangrila500 said:
If you are on a TW ROM it won't work, it states in the first few lines of the OP it is only for AOSP Roms.
Also I believe the Xposed framework has an add on that allows what you're wanting.
Sent from my SCH-I605 using XDA Premium HD app
Click to expand...
Click to collapse
Thank you for the reply... I did look at this link here ----> http://forum.xda-developers.com/showthread.php?t=2189965
Thats where all the modules or add on seem to be located... But I did not see one to remove the status bar or make it transparent in the LOCKSCREEN...
If I did miss it then I apologize for my ignorance and would kindly ask you or anyone to please provide a link for me to achieve what I seek...
Once again thank you...
elnene20 said:
Thank you for the reply... I did look at this link here ----> http://forum.xda-developers.com/showthread.php?t=2189965
Thats where all the modules or add on seem to be located... But I did not see one to remove the status bar or make it transparent in the LOCKSCREEN...
If I did miss it then I apologize for my ignorance and would kindly ask you or anyone to please provide a link for me to achieve what I seek...
Once again thank you...
Click to expand...
Click to collapse
That is where a lot are located, there are more floating around on XDA and in fact there was a thread about this a few months ago and someone linked it. I'll see if I can find it later tonight.
Sent from my SCH-I605 using XDA Premium HD app
shangrila500 said:
That is where a lot are located, there are more floating around on XDA and in fact there was a thread about this a few months ago and someone linked it. I'll see if I can find it later tonight.
Sent from my SCH-I605 using XDA Premium HD app
Click to expand...
Click to collapse
That sounds great... Thank you for taking the time to help me...
elnene20 said:
That sounds great... Thank you for taking the time to help me...
Click to expand...
Click to collapse
I have yet to see a trans status bar on the lock screen. We use 3minit in our rom and it don't change it on the lock screen either.
bigtoysrock said:
I have yet to see a trans status bar on the lock screen. We use 3minit in our rom and it don't change it on the lock screen either.
Click to expand...
Click to collapse
I can't seem to find it but there is a conversation that was in Q&A a few months ago where someone asked if they wanted him to make a flashable zip and then he came back and said it was doable with Xposed and one of the plugins and gave the link to it. I wasn't able to find it last night but I'm going to look again tonight before I call it quits.
Sent from my SCH-I605 using XDA Premium HD app
shangrila500 said:
I can't seem to find it but there is a conversation that was in Q&A a few months ago where someone asked if they wanted him to make a flashable zip and then he came back and said it was doable with Xposed and one of the plugins and gave the link to it. I wasn't able to find it last night but I'm going to look again tonight before I call it quits.
Sent from my SCH-I605 using XDA Premium HD app
Click to expand...
Click to collapse
Cool... I will keep my fingers crossed and hope you come across the link... I did a little more searching as well and found this here http://forum.xda-developers.com/tags.php?tag=xposed It might be in there since those are the threads tagged with xposed, But idk?
If not maybe some one here might be up for the challenge???
elnene20 said:
Cool... I will keep my fingers crossed and hope you come across the link... I did a little more searching as well and found this here http://forum.xda-developers.com/tags.php?tag=xposed It might be in there since those are the threads tagged with xposed, But idk?
If not maybe some one here might be up for the challenge???
Click to expand...
Click to collapse
OK, from what I've found you need to install the Xposed framework and then install the Tweakbox, the only problem is the tweakbox I've found is for ICS. It may or may not work. That was the way I found to do it in the thread. I will keep looking because there is still one that I remember reading that I haven't found.
Here is a blog link that says it works for ICS and JB so hopefully it will work, this one explains it with pictures so it should be easy to do:
http://c9vipers.blogspot.com/2013/06/how-to-make-status-bar-transparent-like.html
Again, I will keep looking tonight but I am pretty sure the thread I am looking for said pretty much the same thing.
EDIT!!!!:
Here is the link I was looking for damnit!
http://forum.xda-developers.com/showthread.php?t=2264701&page=2
Sent from my SCH-I605 using XDA Premium HD app
shangrila500 said:
OK, from what I've found you need to install the Xposed framework and then install the Tweakbox, the only problem is the tweakbox I've found is for ICS. It may or may not work. That was the way I found to do it in the thread. I will keep looking because there is still one that I remember reading that I haven't found.
Here is a blog link that says it works for ICS and JB so hopefully it will work, this one explains it with pictures so it should be easy to do:
http://c9vipers.blogspot.com/2013/06/how-to-make-status-bar-transparent-like.html
Again, I will keep looking tonight but I am pretty sure the thread I am looking for said pretty much the same thing.
EDIT!!!!:
Here is the link I was looking for damnit!
http://forum.xda-developers.com/showthread.php?t=2264701&page=2
Sent from my SCH-I605 using XDA Premium HD app
Click to expand...
Click to collapse
Bummer!!! That link is probably the first thing I read to having a transparent bar... I also when ahead and used tweakbox... The only thing with that is, it does not make the LOCKSCREEN status bar TRANSPARENT nor does it REMOVE it... Wich is what I am looking for...
Either way, THANK YOU for taking the time out of your schedule to help me...
Now I would be willing to donate a few bucks at any one that can make this happen for me... Thanx...
What rom you running?
bigtoysrock said:
What rom you running?
Click to expand...
Click to collapse
I am currently on stock with a few mods... I will post a screenshot of the info...
elnene20 said:
Bummer!!! That link is probably the first thing I read to having a transparent bar... I also when ahead and used tweakbox... The only thing with that is, it does not make the LOCKSCREEN status bar TRANSPARENT nor does it REMOVE it... Wich is what I am looking for...
Either way, THANK YOU for taking the time out of your schedule to help me...
Now I would be willing to donate a few bucks at any one that can make this happen for me... Thanx...
Click to expand...
Click to collapse
Well that suck ass bad, it is supposed to remove it from both from what I understood but apparently it does not work. There were posts in that thread that said it didn't work either but there were some that said it did.
If I were you I would back everything up, via nandroid and back your apps up with Tibu, and flash Goodness. There may be other Roms that have it but the only one I know for certain that has it, without going and looking, is Goodness. There most likely won't be a mod made for stock if it hasn't already happened.
When we get official 4.2.2 then maybe, I believe the S4 comes with it stock so if we get the update soon ours most likely will too.
Sent from my SCH-I605 using XDA Premium HD app
shangrila500 said:
Well that suck ass bad, it is supposed to remove it from both from what I understood but apparently it does not work. There were posts in that thread that said it didn't work either but there were some that said it did.
If I were you I would back everything up, via nandroid and back your apps up with Tibu, and flash Goodness. There may be other Roms that have it but the only one I know for certain that has it, without going and looking, is Goodness. There most likely won't be a mod made for stock if it hasn't already happened.
When we get official 4.2.2 then maybe, I believe the S4 comes with it stock so if we get the update soon ours most likely will too.
Sent from my SCH-I605 using XDA Premium HD app
Click to expand...
Click to collapse
I will look into the Goodness Rom thanx... Once I seen the S4 with the transparent notification bar on the lockscreen I instantly wanted it on the note... I have been searching, but only found the tweakbox that gave it to me on the regular interface... So searched high and low for the option on the lockscreen and nothing...
So yeah, my offer still stands to any one that can make it happen for me...
Thanks for the help again...
elnene20 said:
I will look into the Goodness Rom thanx... Once I seen the S4 with the transparent notification bar on the lockscreen I instantly wanted it on the note... I have been searching, but only found the tweakbox that gave it to me on the regular interface... So searched high and low for the option on the lockscreen and nothing...
So yeah, my offer still stands to any one that can make it happen for me...
Thanks for the help again...
Click to expand...
Click to collapse
Come to goodness and we will try our damndest to get that worked out for you and the rest of the users. Might take a bit, but we got one hell of a team over here. Just posted another rom for the vzw n2 also.
I asked about this before, and I've done some searching on the subject.
This method works, but only if you use live wallpapers.
Install one of the many home screen status bar transparency mods, then change the home+lockscreen wallpaper to any live wallpaper.
Voila!
I don't know how or why this works, but it does.
The only downside is, as soon as you stop using a live wallpaper, the status bar on the lock screen won't be transparent anymore.
bigtoysrock said:
Come to goodness and we will try our damndest to get that worked out for you and the rest of the users. Might take a bit, but we got one hell of a team over here. Just posted another rom for the vzw n2 also.
Click to expand...
Click to collapse
I am positive you have a great team over there, I will consider flashing the ROM if that feature appears there... Thank you
LiTDiE said:
I asked about this before, and I've done some searching on the subject.
This method works, but only if you use live wallpapers.
Install one of the many home screen status bar transparency mods, then change the home+lockscreen wallpaper to any live wallpaper.
Voila!
I don't know how or why this works, but it does.
The only downside is, as soon as you stop using a live wallpaper, the status bar on the lock screen won't be transparent anymore.
Click to expand...
Click to collapse
Yes in deed you are correct... I guess I should of mentioned that earlier in my post... The thing with that is you can see the difference in the transparency... I am very particular in how I like things to look... I would much rather it be gone.. But thank you for pointing that out...
Let's hope some one takes this challenge before N3 comes out...
This thread is pretty old but I too was searching how to make that black bar go away. I am on the 4.3 stock rooted and xposed. I found a way to do this within 20 minutes of searching.
Install the Tinted status bar module for Xposed
2) open systemui.apk
3) select all activities and slide the bars all the way to the left for the navigation bar tint settings!
Enjoy!!

Categories

Resources