Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Compusmurf
Old
#31  
Senior Member - OP
Thanks Meter 123
Posts: 813
Join Date: May 2008
Location: Tampa, FL
I now have a pseudo fix to get rid of the "eye" when you have smart stay and smart rotation on.

It's a workaround that won't take up much space.

find the icon in res\drawable-xhdpi
tw_indicator_smartstay_normal.png

edit the icon to erase the image.
then resize it to 1pixel by 1 pixel and it'll go away without taking up anything but 1 pixel of space....


Kludgey but working....
__________________
Current Phone: Sprint Galaxy Note II
ROM: Rooted "stockish" MA7
Current Tablet: Nexus 7 (Rooted stock 4.12)
The Following User Says Thank You to Compusmurf For This Useful Post: [ Click to Expand ]
 
siraltus
Old
#32  
Senior Member
Thanks Meter 38
Posts: 181
Join Date: Jan 2010
Quote:
Originally Posted by Compusmurf View Post
I now have a pseudo fix to get rid of the "eye" when you have smart stay and smart rotation on.

It's a workaround that won't take up much space.

find the icon in res\drawable-xhdpi
tw_indicator_smartstay_normal.png

edit the icon to erase the image.
then resize it to 1pixel by 1 pixel and it'll go away without taking up anything but 1 pixel of space....


Kludgey but working....
I really love how you're sharing this knowledge. I wish others did this, too.
 
cherylbaker
Old
(Last edited by cherylbaker; 24th February 2013 at 02:25 AM.)
#33  
Senior Member
Thanks Meter 112
Posts: 835
Join Date: Jan 2006
Default Re: [MOD] MA7 base, DEODEX, 1x/3g icon, no clock, no charged notice, 1% battery mods

Quote:
Originally Posted by Compusmurf View Post
now for the fun part, since you're backed up and have a backup of the SystemUI.apk file....

To put the clock back, you'll want to replace MY file here with a copy from the original:

SystemUI/res/layout and find tw_status_bar.xml

or if you want to jack with the actual data...

Original line will look something like this




Change that entire line to this below:




That's the CLOCK stuff....

If all you're doing is changing the clock, after you've replaced my file recompile and go....
You are so awesome but you know that since I already told you in pm. So I invasive I'd I wanted to change the color of the Clock text I could change the text color value. . Pretty easy. . Loving your lesson.

Sent from my SPH-L900 using Xparent Purple Tapatalk 2

---------- Post added at 02:17 AM ---------- Previous post was at 02:13 AM ----------

Quote:
Originally Posted by Compusmurf View Post
The 1x/3G stuff is located in:

\res\values\bools.xml

false

The default is TRUE, change it to false and that should fix that.
Oh more good infornatio
How would I make it center? It says gravity left|center but the clock is on the right. . Do would I put left|right?

Sent from my SPH-L900 using Xparent Purple Tapatalk 2
 
cherylbaker
Old
#34  
Senior Member
Thanks Meter 112
Posts: 835
Join Date: Jan 2006
Default Re: [MOD] MA7 base, DEODEX, 1x/3g icon, no clock, no charged notice, 1% battery mods

Quote:
Originally Posted by cherylbaker View Post
You are so awesome but you know that since I already told you in pm. So If I wanted to change the color of the Clock text I could change the text color value. . Pretty easy. . Loving your lesson.

Sent from my SPH-L900 using Xparent Purple Tapatalk 2

---------- Post added at 02:17 AM ---------- Previous post was at 02:13 AM ----------



Oh more good infornatio
How would I make it center? It says gravity left|center but the clock is on the right. . Do would I put left|right?

Sent from my SPH-L900 using Xparent Purple Tapatalk 2
Ha ha ha broke my status bar. . Good job Cheryl

Sent from my SPH-L900 using Xparent Purple Tapatalk 2
 
Compusmurf
Old
#35  
Senior Member - OP
Thanks Meter 123
Posts: 813
Join Date: May 2008
Location: Tampa, FL
Default Re: [MOD] MA7 base, DEODEX, 1x/3g icon, no clock, no charged notice, 1% battery mods

Lol you did have backups right?

Sent from my SPH-L900 using Tapatalk 2
__________________
Current Phone: Sprint Galaxy Note II
ROM: Rooted "stockish" MA7
Current Tablet: Nexus 7 (Rooted stock 4.12)
 
cherylbaker
Old
(Last edited by cherylbaker; 24th February 2013 at 11:01 PM.)
#36  
Senior Member
Thanks Meter 112
Posts: 835
Join Date: Jan 2006
Default Re: [MOD] MA7 base, DEODEX, 1x/3g icon, no clock, no charged notice, 1% battery mods

Quote:
Originally Posted by Compusmurf View Post
Lol you did have backups right?

Sent from my SPH-L900 using Tapatalk 2
Of course. . About 20 to choose from
Sigh status bar still broke. . No Purple center clock for me today. .
Maybe if I could get over this darn flue I could think Straight
Sent from my SPH-L900 using Xparent Purple Tapatalk 2
 
cherylbaker
Old
#37  
Senior Member
Thanks Meter 112
Posts: 835
Join Date: Jan 2006
Default Re: [MOD] MA7 base, DEODEX, 1x/3g icon, no clock, no charged notice, 1% battery mods

Ok so apparently my problem is with the signing of the apk. How can I fix this. . I tried copying the files from the original and putting them in the systemui directory but that didn't help. I thought since in was a System apk it didn't need signing but guess not. Prior I was only changing 1 or 2 files so I just copied the changed files over to the original apk but with this I am changing a lot of files. . Seems there should be a better way?

Sent from my SPH-L900 using Xparent Purple Tapatalk 2
 
digiblur
Old
#38  
digiblur's Avatar
Recognized Contributor
Thanks Meter 1076
Posts: 2,493
Join Date: Jul 2007
Location: Louisiana

 
DONATE TO ME
Default Re: [MOD] MA7 base, DEODEX, 1x/3g icon, no clock, no charged notice, 1% battery mods

I believe you have to copy the meta inf folder to the build folder before you recompile.

Sent from my little Note2
 
cherylbaker
Old
(Last edited by cherylbaker; 25th February 2013 at 07:16 PM.)
#39  
Senior Member
Thanks Meter 112
Posts: 835
Join Date: Jan 2006
Default Re: [MOD] MA7 base, DEODEX, 1x/3g icon, no clock, no charged notice, 1% battery mods

Quote:
Originally Posted by digiblur View Post
I believe you have to copy the meta inf folder to the build folder before you recompile.

Sent from my little Note2
This is very frustrating. . Either I install the Rom and nothing changes or I install it and I lose my status bar.

Wish I knew what was wrong.

Dumb dumb dumb dumb.. ok I was just being dumb. . Forgot to copy the resource and classes files duurrrr Man that was annoying ha ha ha. .

Sent from my SPH-L900 using Xparent Purple Tapatalk 2
 
LuCkyCn
Old
#40  
Senior Member
Thanks Meter 49
Posts: 141
Join Date: Aug 2010
Default Re: [MOD] MA7 base, DEODEX, 1x/3g icon, no clock, no charged notice, 1% battery mods

Thanks for the tips! I was trying to learn how to decompile and recompile system ui last night. I will try your tools tonight.

Sent from my SPH-L900 using xda premium

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...