[Q]Remove clock from status bar - Epic 4G Q&A, Help & Troubleshooting

Does anyone have the mod that removes the clock from the status bar but shows the time whenever you hold your finger on the status bar? Like what bonsai does. I wanted to put it for the syndicate rom I just flashed. Lost and tired has the mod, but it completely removes the clock from the status bar. I swore I had it before, but I can't find it for the life of me now.
If anyone can help, I'd love you forever.

I think that's cause really the mod is two changes. To remove the clock you need to flash a modded services.jar file. In order to see the clock in the status bar requires you to flash a modded framework-res.apk. Specifically, i believe the file /res/layout/status_bar.xml has been modified to add the clock there. So if you were able to remove the clock that's good for step1. Now, you could try either flashing a bonsai framework-res.apk that has the change or taking that change and moving it into your framework and reflashing. Hope that makes sense. Im assumming you meant for EB13. The process might be a little different for EE03 not sure though.
SpicyBurrito said:
Does anyone have the mod that removes the clock from the status bar but shows the time whenever you hold your finger on the status bar? Like what bonsai does. I wanted to put it for the syndicate rom I just flashed. Lost and tired has the mod, but it completely removes the clock from the status bar. I swore I had it before, but I can't find it for the life of me now.
If anyone can help, I'd love you forever.
Click to expand...
Click to collapse

ok i want this sooooo bad.... anybody wanna give this a try

You can remove the clock in any 8 lock theme by going settings > lock screen settings> status bar
And you should be able figure out the rest
Sent from my super awesomely amazing
Generation
Unsubdued
Nuclear
Drive
Assault
Module

gtuansdiamm said:
You can remove the clock in any 8 lock theme by going settings > lock screen settings> status bar
And you should be able figure out the rest
Sent from my super awesomely amazing
Generation
Unsubdued
Nuclear
Drive
Assault
Module
Click to expand...
Click to collapse
i have 6 locks mod & it has no status bar settings...how hard would it be to make the change to 8 locks??? would it be as easy as replacing the tsmparts.apk???

greenmuggy said:
i have 6 locks mod & it has no status bar settings...how hard would it be to make the change to 8 locks??? would it be as easy as replacing the tsmparts.apk???
Click to expand...
Click to collapse
No.... you would have to edit a good amount of framework.
Sent from my SPH-D700 using XDA App

deano0714 said:
No.... you would have to edit a good amount of framework.
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
like how much... bc ive already edit the ish outta my framework for my themes

deano0714 said:
No.... you would have to edit a good amount of framework.
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
And a good amount of smali in android.policy.jar
Sent from my SPH-D700 using Tapatalk

MysteryEmotionz said:
And a good amount of smali in android.policy.jar
Sent from my SPH-D700 using Tapatalk
Click to expand...
Click to collapse
Exactly... Its not like editing images ... But if you really want to do it the pm massaging and ask him how to do it on ec05 & I'm sure hell give you some tips.
Sent from my SPH-D700 using XDA App

MysteryEmotionz said:
And a good amount of smali in android.policy.jar
Sent from my SPH-D700 using Tapatalk
Click to expand...
Click to collapse
I kno you can transfer the policy.jar thru 7zip with no compile, so could I just transfer that, tsmparts.apk, settings.apk, & the extra images for the extra lockscreens to identical in my theme???
Sent from the Trans-Epic Express

No cause the changes to policy are linked to the changes in framework-res.apk.
Also frameworks and policy.jar can not be transfered over to other builds ec05-eg22-ect
Sent from my SPH-D700 using Tapatalk

MysteryEmotionz said:
No cause the changes to policy are linked to the changes in framework-res.apk.
Also frameworks and policy.jar can not be transfered over to other builds ec05-eg22-ect
Sent from my SPH-D700 using Tapatalk
Click to expand...
Click to collapse
LOL well of course its not compatible, i wanted to know if it would work & crossing builds didnt even cross my mind, but i think i found something here http://forum.xda-developers.com/showthread.php?t=1194290 but i dunno how to work this into my theme base with 6locks & pulldown animation(made by GituSum)<-->here http://forum.xda-developers.com/showthread.php?t=1162821 or if its transferable or not bc he has 2 versions eg22/ec05. I have no idea how to dev & im a lil iffy bout it since i cant get apk manager or apk tool to work right for anything i doubt ill be able to do it myself
Edit: or would this conflict with srf1.2's 6locks mod???

SpicyBurrito said:
Does anyone have the mod that removes the clock from the status bar but shows the time whenever you hold your finger on the status bar? Like what bonsai does. I wanted to put it for the syndicate rom I just flashed. Lost and tired has the mod, but it completely removes the clock from the status bar. I swore I had it before, but I can't find it for the life of me now.
If anyone can help, I'd love you forever.
Click to expand...
Click to collapse
FWIW...As I was hoping to achieve something like this myself, here's what I dug up concerning this request.
It requires editing 2 different files in the services.jar for just about any ROM.
1. Remove the clock from the status bar.
The StatusBarPolicy.smali requires these changes:
Code:
--- StatusBarPolicy.smali 2011-08-21 00:58:15.143531002 -0500
+++ StatusBarPolicy2.smali 2011-08-21 00:58:44.775531004 -0500
@@ -831,10 +831,10 @@
move-result-object v3
- iput-object v3, p0, Lcom/android/server/status/StatusBarPolicy;->mClockIcon:Landroid/os/IBinder;
+ #iput-object v3, p0, Lcom/android/server/status/StatusBarPolicy;->mClockIcon:Landroid/os/IBinder;
.line 632
- invoke-direct {p0}, Lcom/android/server/status/StatusBarPolicy;->updateClock()V
+ #invoke-direct {p0}, Lcom/android/server/status/StatusBarPolicy;->updateClock()V
.line 635
const-string v3, "storage"
This one is thanks to ptfmedic...I checked the changes in the services.jar available on his blog, http://lostandtired.com/.
2. Add the clock by the date when the status bar is expanded.
There's 2 methods for doing this one which both require editing the DateView.smali.
Option 1 This one let's you set a date/time in a FULL, LONG, MEDIUM, or SHORT format.
Option 2 This one allows you to set whatever string you'd like based on the SimpleDateFormat.

Whoa there are you speaking human? Lol jk man I dont even know xml yet
Sent from the Trans-Epic Express

greenmuggy said:
Whoa there are you speaking human? Lol jk man I dont even know xml yet
Sent from the Trans-Epic Express
Click to expand...
Click to collapse
There's nothing like a post like that to show me how much I still have to learn!
Sent from my SPH-D700 using XDA Premium App

Related

[MOD] Hide AM/PM in the status bar (FF02/ICS)

Thanks to theHOTNESS for the original mod on the AT&T Skyrocket; agat63 & ssconceptz for putting up with my PMs while I tested smali edits and sextape & sfhub for the awesome leaks!
After digging through the smali files from Samsung, they seem to have changed between 4.0.3 and 4.0.4 and there doesn't seem to be a quick edit to remove AM/PM. However, luckily for us the 4.0.3 modded smali works just fine on 4.0.4!
For devs:
Here's the Clock.smali you need:
http://d-h.st/iew
Drop it in com/android/systemui/statusbar/policy in the SystemUI.apk (or the classes.dex from System UI) and go!
For everyone else:
Here is a modified SystemUI.apk for stock, deodexed FF02 including this mod and nivron's 1X/3G mod:
http://d-h.st/LSv
Rename to SystemUI.apk and push to /system/app. I'll try to make a flashable ZIP later on, just not at my home PC to do it right now.
Thanks for this. I will include this in my next update with credit of course. You da man.
Awesomeness. I've been waiting for this for so long.
Thanks for this mod! Do you know if there is a way to remove the battery percentage? I tried using other battery icons but the percentage is not part of the icon it makes using other icons useless.
thefsfempire said:
Thanks for this mod! Do you know if there is a way to remove the battery percentage? I tried using other battery icons but the percentage is not part of the icon it makes using other icons useless.
Click to expand...
Click to collapse
Settings-Display-Display Bat. Percent
I'm trying to move the battery percent. If anyone can point me in the right direction please hit me up!
_dan said:
Settings-Display-Display Bat. Percent
I'm trying to move the battery percent. If anyone can point me in the right direction please hit me up!
Click to expand...
Click to collapse
I imagine it's in SystemUI, maybe in /com/android/systemui/statusbar/policy/BatteryController.smali but I can't tell where exactly.
datajosh said:
I imagine it's in SystemUI, maybe in /com/android/systemui/statusbar/policy/BatteryController.smali but I can't tell where exactly.
Click to expand...
Click to collapse
Lmao, that's funny
Can you tell us what lines of code were changed please?
tdunham said:
Can you tell us what lines of code were changed please?
Click to expand...
Click to collapse
You need to replace the Clock.smali file with the one in the OP... still works on FF18 and I can upload a modified SystemUI.apk for that one if needed.
datajosh said:
You need to replace the Clock.smali file with the one in the OP... still works on FF18 and I can upload a modified SystemUI.apk for that one if needed.
Click to expand...
Click to collapse
I'm not liking all the changes the programmers made to the ICS xml and smali files either. I'm glad this workaround works too.
Good to see you got it working.
So if I wanted to remove it without losing my themed status bar what where and what lines would I edit?
Because if I'm not mistaken, what you have in the op simply replaces what's already there so I would lose theming.
Sent from my SPH-D710 using XDA
MrDowntown12 said:
So if I wanted to remove it without losing my themed status bar what where and what lines would I edit?
Because if I'm not mistaken, what you have in the op simply replaces what's already there so I would lose theming.
Sent from my SPH-D710 using XDA
Click to expand...
Click to collapse
The OP is correct. The safest thing to replace/edit is the clock.smali in the systemui.apk.
Refer to this thread also:
http://forum.xda-developers.com/showthread.php?t=1591362

[Q] MIUI-style status-bar mod for AOSP ROMS?

hey guys,
i've done some searching, but have come up short, and i was wondering if anyone knows of a way to mod AOSP status-bars to be clear like MIUI (maybe with a flashable zip?)
My bad, misread your post. Carry on...
Ferenczy68 said:
My bad, misread your post. Carry on...
Click to expand...
Click to collapse
Hey, I'll take the arbitrary bump
Sent from my EVO using Tapatalk 2
atljatl said:
Hey, I'll take the arbitrary bump
Sent from my EVO using Tapatalk 2
Click to expand...
Click to collapse
screenshot of what you want?
have you tried the UOT Kitchen, it has the ability to make your status bar transparent. along with a whole lot of other customization's. just got to pull a couple of files from the phone and upload them to the kitchen and bam pretty much theme the rom how ever you want.
here check it out :
UOT Kitchen
life said:
screenshot of what you want?
have you tried the UOT Kitchen, it has the ability to make your status bar transparent. along with a whole lot of other customization's. just got to pull a couple of files from the phone and upload them to the kitchen and bam pretty much theme the rom how ever you want.
here check it out :
UOT Kitchen
Click to expand...
Click to collapse
Totally new to me (no dev/themeing experience) but ill give it a shot. Thanks!
Sent from my PC36100 using Tapatalk 2
atljatl said:
Totally new to me (no dev/themeing experience) but ill give it a shot. Thanks!
Sent from my PC36100 using Tapatalk 2
Click to expand...
Click to collapse
if you need any help, let me know.
I might have some questions. I read the op in that thread, and there were a couple things that I wasn't clear about, but it looks really cool. I appreciate it.
Sent from my PC36100 using Tapatalk 2
life said:
screenshot of what you want?
have you tried the UOT Kitchen, it has the ability to make your status bar transparent. along with a whole lot of other customization's. just got to pull a couple of files from the phone and upload them to the kitchen and bam pretty much theme the rom how ever you want.
here check it out :
UOT Kitchen
Click to expand...
Click to collapse
I just stumbled across this thread. The issue is that its not just simple status bar transparency. That's easy, and it's already in the settings menu in ROM Control for AOKP. With MIUI though, you can have the status bar as totally transparent when viewing the launcher/desktop, but it's not transparent, or it's semi-transparent when you are viewing apps like the browser or when viewing the lock screen. So the question is, how could one implement different status bar settings for different views as it is implemented in MIUI?
m4570d0n said:
I just stumbled across this thread. The issue is that its not just simple status bar transparency. That's easy, and it's already in the settings menu in ROM Control for AOKP. With MIUI though, you can have the status bar as totally transparent when viewing the launcher/desktop, but it's not transparent, or it's semi-transparent when you are viewing apps like the browser or when viewing the lock screen. So the question is, how could one implement different status bar settings for different views as it is implemented in MIUI?
Click to expand...
Click to collapse
I was really just trying to find a way to implement a clear status bar on the desk top/launcher on GB aosp roms (specifically, on decks reloaded.) I wasn't so concerned with the status bar in apps, browser, etc. I've tried uot kitchen which was mentioned above, but wasnt successful. as to why it wouldn't work, I don't know.
atljatl said:
I was really just trying to find a way to implement a clear status bar on the desk top/launcher on GB aosp roms (specifically, on decks reloaded.) I wasn't so concerned with the status bar in apps, browser, etc. I've tried uot kitchen which was mentioned above, but wasnt successful. as to why it wouldn't work, I don't know.
Click to expand...
Click to collapse
as i said in the pm's i really think its the way the statusbar is incorporated in the rom, best bet would to be ask in the rom thread that way a developer could give the right answer instead of me guessing at it.... lol im guessing the thread you found didnt work either?
life said:
as i said in the pm's i really think its the way the statusbar is incorporated in the rom, best bet would to be ask in the rom thread that way a developer could give the right answer instead of me guessing at it.... lol im guessing the thread you found didnt work either?
Click to expand...
Click to collapse
Yeah, i didn't know quite how to explain what you said in the pm.. And You're right..that thread didn't work.
atljatl said:
Yeah, i didn't know quite how to explain what you said in the pm.. And You're right..that thread didn't work.
Click to expand...
Click to collapse
yeah, i would post in the reloaded thread and see if any of them know, if it can be done and how.
Thanks, life, I just asked in the reloaded general thread.
Yes there is. Google search pvyparts battery bar. He wrote an app that does this. Only downside is that u have to edit ur systemui to get it to work. Since every rom is different its hard to make it flash able due to didferent systemui.apks. this is the battery bar mod I added to my cm9 rom.
XDA Moderator
Papa Smurf151 said:
Yes there is. Google search pvyparts battery bar. He wrote an app that does this. Only downside is that u have to edit ur systemui to get it to work. Since every rom is different its hard to make it flash able due to didferent systemui.apks. this is the battery bar mod I added to my cm9 rom.
XDA Moderator
Click to expand...
Click to collapse
Fantastic, thanks! I'll check it out
http://forum.xda-developers.com/showthread.php?t=1371330
And here it is. I'll check it out when I get to a computer
Thanks again
Papa Smurf151 said:
Yes there is. Google search pvyparts battery bar. He wrote an app that does this. Only downside is that u have to edit ur systemui to get it to work. Since every rom is different its hard to make it flash able due to didferent systemui.apks. this is the battery bar mod I added to my cm9 rom.
XDA Moderator
Click to expand...
Click to collapse
we are actually talking about the statusbar and making it transparent. in reloaded there is an app for the battery bar and is simple to adjust. but in the rom it has a ICS-like statusbar (all black with the ics-blue signal bars and battery icon and what not). What atljatl is wanting is the entire statusbar to be transparent. Like in the miui and some sense roms that have had the flashable zips to make transparent statusbar.
Gotcha. That is a simple mod in the systemui.apk. just changed either the icon or xml backgroubd to transparent. Again I'm mobile so can't do it fir u right now but will when I get home if ud like
XDA Moderator
Papa Smurf151 said:
Gotcha. That is a simple mod in the systemui.apk. just changed either the icon or xml backgroubd to transparent. Again I'm mobile so can't do it fir u right now but will when I get home if ud like
XDA Moderator
Click to expand...
Click to collapse
I would love that, papa. Thanks!
atljatl said:
I would love that, papa. Thanks!
Click to expand...
Click to collapse
What rom r u using so I know which systemui to pull
XDA Moderator

Notification tint on status bar

Does anybody knkw the file in systemui.apk and values to change to disable left side notification tint on statusbar?
Sent from my SPH-L900 using xda premium
i wish this was permanently deleted on all roms. That tint does not make sense
I personally like the way it makes the notification icons look...
Sent from my SPH-L900 using xda app-developers app
I have weatherbug app and its shows temp there dull as hell. Ive had rom with tint removed and I could see it from 5 ft away. I got the files to do now just need to do
Sent from my SPH-L900 using xda premium
Jsarge45 said:
I have weatherbug app and its shows temp there dull as hell. Ive had rom with tint removed and I could see it from 5 ft away. I got the files to do now just need to do
Sent from my SPH-L900 using xda premium
Click to expand...
Click to collapse
whats the files locations?
samevo said:
whats the files locations?
Click to expand...
Click to collapse
Decompile systemui.apk
In vaules folder
Status bar icon edit to 100% dimens.xml
Tw status bar icon edit same as above
I have been haveing troubles with apktool and apk manager so if you're more lucker then me can you pass alomg a zip
Sent from my SPH-L900 using xda premium
Jsarge45 said:
Decompile systemui.apk
In vaules folder
Status bar icon edit to 100% dimens.xml
Tw status bar icon edit same as above
I have been haveing troubles with apktool and apk manager so if you're more lucker then me can you pass alomg a zip
Sent from my SPH-L900 using xda premium
Click to expand...
Click to collapse
what rom your trying to mod cause ill do it for you
mackentosh said:
what rom your trying to mod cause ill do it for you
Click to expand...
Click to collapse
Im on lk8 stock deox now.. b4 update leak I was running your rom but I kinda want to just tweak lil things and keep kinda stock for now so yea. Stock lk8 deox.
Last night I was trying again with apktool and when decompiling systemui, framework-res.apk and twframework-res.apk only twframework would install in prompt. I trued from link you supplied and found another on youtube with vid tut. So after tring to decompile the systemUI
Sent from my SPH-L900 using xda premium
Fcuk hit send button..
In the systemUI folder that pops up in apktool folder there was only smali folder. No manifest no res nothing just smali.. I deleted and retried like 12 times with different rom bases. I even tried yours to just see where edits where made maybe thinking I could make zip but nothing worked. The closest I got was with apk manager. Im dumb though and just literally installed notepad++ now. Wish I had yesterday. My desktop looks like my kids room. Lol
Sent from my SPH-L900 using xda premium
I want to remove tint, remove am pm. Change thickness of lockscreen clock.. dumb sh*t ...
Kinda play around..
That andriod kitchen was waste of time too
Sent from my SPH-L900 using xda premium
Jsarge45 said:
I want to remove tint, remove am pm. Change thickness of lockscreen clock.. dumb sh*t ...
Kinda play around..
That andriod kitchen was waste of time too
Sent from my SPH-L900 using xda premium
Click to expand...
Click to collapse
Have you tried the drawables.xml?
<item type="drawable" name="notification_icon_area_smoke">#aa000000</item>
shiftr182 said:
Have you tried the drawables.xml?
<item type="drawable" name="notification_icon_area_smoke">#aa000000</item>
Click to expand...
Click to collapse
I havent because I didn't know what to edit in drawables. Only had info for vaules.
So in drawables whats the edit to remove. AA TO OO?
Sent from my SPH-L900 using xda premium
Jsarge45 said:
I havent because I didn't know what to edit in drawables. Only had info for vaules.
So in drawables whats the edit to remove. AA TO OO?
Sent from my SPH-L900 using xda premium
Click to expand...
Click to collapse
Thats what I would do.
Jsarge45 said:
I havent because I didn't know what to edit in drawables. Only had info for vaules.
So in drawables whats the edit to remove. AA TO OO?
Sent from my SPH-L900 using xda premium
Click to expand...
Click to collapse
Change aa to ff to remove transparency and make it bright white again
Sent from my SPH-L900 using Xparent ICS Tapatalk 2
What tint are you talking about? I don't notice it.
There is a tint of your notifications that come in the top left of the screen. I believe it takes away a lot of the good looks of touchwiz roms. When the tint is removed I believe it looks so much better
The correct way to do it is decompile the SystemUI.apk, then in the values folder open the dimens.xml.
Edit line 25 and 26 and change the % to 100.0% on both lines and recompile.
Sent from my SPH-L900 using xda app-developers app
Hey bp. Thanks for the response. Any possible way you can make a zipp that can be flashed on touchwiz roms to eliminate the tint? It would be much appreciated!
stu5797 said:
Hey bp. Thanks for the response. Any possible way you can make a zipp that can be flashed on touchwiz roms to eliminate the tint? It would be much appreciated!
Click to expand...
Click to collapse
What ROM are you on, I can make a zip for you.
Sent from my SPH-L900 using xda app-developers app
Wow Thanks so much! Anyway you can do macs rom and project rom?

Can you Tell me how to do this????

Hi there everyone I have been learning about theme but having some trouble getting study time with all my kids yelling and screaming all day. So far i know about .9 and samlli apk manager decompile and recompile . as well as xml files.
My issue wright now is that I don't know exactly what files to edit to get the changes I want. If there's any tut on what file changes change what, that would be aswom, like for example I want to change the over-scroll color but I have changed the images I thought would change that and nothing.. But if not can anybody tell me what I have to edit to, change the color on the status bar, and the color of the letters on the status bar like the clock. and system letters.
Thank you before hand. for taking the time to answer I know life is busy.
What exactly are you trying to do?
Sent from my SGH-T999 using Tapatalk 2
I'm learning how to theme. And I'm making an orange theme but I don't know where to change the color of the numbers and letters. Example the clock on my status bar is blue I wanna make them orange. Or when I type with the keyboard the auto suggest letters are blue and I wanna make them orange.. Hi there I never got a cuanse to get you my last b folder to help me with the pop up note remember.
Sent from my SGH-T999 using xda premium
kipster3001 said:
I'm learning how to theme. And I'm making an orange theme but I don't know where to change the color of the numbers and letters. Example the clock on my status bar is blue I wanna make them orange. Or when I type with the keyboard the auto suggest letters are blue and I wanna make them orange.. Hi there I never got a cuanse to get you my last b folder to help me with the pop up note remember.
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
Yeah I remember. I already have the app modded as I use it myself.
But anything in the status bar is found in the SystemUI.apk
It is going to be an XML as well.
Sent from my SGH-T999 using Tapatalk 2
elesbb said:
Yeah I remember. I already have the app modded as I use it myself.
But anything in the status bar is found in the SystemUI.apk
It is going to be an XML as
Sent from my SGH-T999 using Tapatalk 2
Click to expand...
Click to collapse
Thank you much I thank you . Hope you look at it when im done.. And where you able to make it pop up with long press soft key? man that would be so cool ...
kipster3001 said:
Hi there everyone I have been learning about theme but having some trouble getting study time with all my kids yelling and screaming all day. So far i know about .9 and samlli apk manager decompile and recompile . as well as xml files.
My issue wright now is that I don't know exactly what files to edit to get the changes I want. If there's any tut on what file changes change what, that would be aswom, like for example I want to change the over-scroll color but I have changed the images I thought would change that and nothing.. But if not can anybody tell me what I have to edit to, change the color on the status bar, and the color of the letters on the status bar like the clock. and system letters.
Thank you before hand. for taking the time to answer I know life is busy.
Click to expand...
Click to collapse
A no brainer way is to use the app "rom toolkit".. if u go to the playstore its actually on sale right now and its well worth the regular price let alone the sale price, i paid the full amount and couldn't be more stoked.. Its about 10 apps in one and a must have for any noob root user like myself (any user for that matter).. one of the many features is theme changer where u can change the theme, font, status bar, boot loader ect.....
kipster3001 said:
Thank you much I thank you . Hope you look at it when im done.. And where you able to make it pop up with long press soft key? man that would be so cool ...
Click to expand...
Click to collapse
Yep floating notes shows up in the search long press option. And any progress with your stuffs?
Sent from my SGH-T999 using Tapatalk 2
Its going I just tried to recompile framework. Apk with apk manager but I get an error. And it compiles with nothing on it like 0 bits.so I'll figure it out... The only reason to use a pk manager is to b able to edit XML in a readable language right? Cause last time I didn't use apk manager and it was OK but I couldn't edit any XML cause hex just not that good with it.
Sent from my SGH-T999 using xda premium

[MOD/ HOW TO] SystemUI Tweaks

I ran into a lot of trouble getting SystemUI to recompile due to missing Strings and Styles and whatnot so I'm sharing my fully de/compilable SystemUI. It took a good amount of work getting it to recompile so I hope to save somebody some development time with this release.
I have also:
Removed the StatusBar carrier label,
res/layout/status_bar.xml:
Code:
<TextView android:textSize="15.0dip" android:textColor="#ffffffff" android:gravity="center_vertical" android:id="@id/carrierLabel" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" [COLOR=Red]android:maxLength="0"[/COLOR] />
Click to expand...
Click to collapse
Removed Full Battery notification,
smali/com/android/systemui/power/PowerUI.smali:
Code:
.method notifyFullBatteryNotification()V
.locals 11
.prologue
const/4 v10, 0x0
.line 882
[COLOR=Red] return-void[/COLOR]
Click to expand...
Click to collapse
To install rename existing SystemUI.apk to SystemUI.apk.bak
and SystemUI.odex to SystemUI.odex.bak
and then drop the new apk into system/app.
Mod at your own risk!
UPDATE: The attached APK is out of date and obsolete. See my dev-resources thread for an updated deodexed system installer based on the newest system release that includes this mod.
Awesome!
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
confirmed working on ATT model. anyway to get the battery icon removed and only show the percentage? I hate having both icons there all the time
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
You could decompile it and replace the battery images with blank 1px images. Or tweak the code if you're able.
I almost had a heart attact... Renamed SystemUI.apk and copied the modified one and the phone instantly crashed on me... Didn't even rename the odex one.
At least its all fine now, got that stupid AT&T text off my status bar. Thanks!
Now if you could make that clock smaller or take away the AM/PM, I'll be set for awhile until ROMs come our way.
Sent from my Galaxy S4
Thanks. Going yo give that a try
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
Bjray said:
I almost had a heart attact... Renamed SystemUI.apk and copied the modified one and the phone instantly crashed on me... Didn't even rename the odex one.
At least its all fine now, got that stupid AT&T text off my status bar. Thanks!
Now if you could make that clock smaller or take away the AM/PM, I'll be set for awhile until ROMs come our way.
Sent from my Galaxy S4
Click to expand...
Click to collapse
Me too glad I quickly pasted the apk into there!
Btw thanks 4 my first mod on my s4
Sent from my SAMSUNG-SGH-I337 using xda premium
---------- Post added at 04:41 PM ---------- Previous post was at 04:34 PM ----------
Idk if it matters but I changed the permissions to the original
Sent from my SAMSUNG-SGH-I337 using xda premium
Nottach said:
I ran into a lot of trouble getting SystemUI to recompile due to missing Strings and Styles and whatnot so I'm sharing my fully de/compilable SystemUI. It took a good amount of work getting it to recompile so I hope to save somebody some development time with this release.
I have also:
To install rename existing SystemUI.apk to SystemUI.apk.bak
and SystemUI.odex to SystemUI.odex.bak
and then drop the new apk into system/app.
Mod at your own risk!
Click to expand...
Click to collapse
How did you ever get it to recompile...I'm running into the same problem..
BigDogPooh said:
How did you ever get it to recompile...I'm running into the same problem..
Click to expand...
Click to collapse
I just had to add a handful of layouts. You can find them by googling for their names (NotificationWhateverItIs).
Noob question but do I need root for this?
Sent from my SAMSUNG-SGH-I337 using xda app-developers app
LeKtRiCzzz said:
Noob question but do I need root for this?
Sent from my SAMSUNG-SGH-I337 using xda app-developers app
Click to expand...
Click to collapse
Yes, you'd need root to even access the system files and drop in the new apk.
Confirmed working after ATT incremental update
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
I don't know if this is the right section for it, but please bear with me.
I've noticed that the notification bar goes solid when you use your own wallpaper. If you use the system's included wallpapers, the notification bar is transparent and you see through it to the background wallpaper.
Is there a way to get the notification bar to be transparent while using your own wallpaper? That solid bar cuts off the top part of my images.
Thanks!
importbeats said:
I don't know if this is the right section for it, but please bear with me.
I've noticed that the notification bar goes solid when you use your own wallpaper. If you use the system's included wallpapers, the notification bar is transparent and you see through it to the background wallpaper.
Is there a way to get the notification bar to be transparent while using your own wallpaper? That solid bar cuts off the top part of my images.
Thanks!
Click to expand...
Click to collapse
There are a bunch of modified SystemUI's in the Themes section with this done, but the easiest way (the way I did it) was to use Nova Launcher. The transparent notification bar has just been lifted from being a Beta feature so it can work with just making sure the right selection is made in the settings.
You can also install xposed framework app with tweakbox module.
Any way to remove the carrier label on the lockscreen?
GTRagnarok said:
Any way to remove the carrier label on the lockscreen?
Click to expand...
Click to collapse
Install Nottachs xposed module and profit!
ATT S4 Rooted. Beastin.
4.2.2

Categories

Resources