Get back the AOSP Status Bar - RAZR i Themes and Apps

I just started with this idea of getting back that AOSP clean look that Moto took off with those ugly big "3G", "H+" icons and weird unused spaces in the status bar, in addition to carrier name, so here goes what i had done so far.. still work in progress.
First of all, I'm no developer, no graphic designer, nothing related, just a Android fan, plus RAZRi fan, so I'm no responsible for anything that could happen to your phone.
It is just an "SystemUI.apk" mod (.xml and .png edits), the changes are:
Removed Carrier name (via xml)
Date, Carrier in notification pulldown set to ALL CAPS
Corrected Signal bar icon and battery for no pixelation.
Reverted WiFi, Signal, Data, most icons to AOSP
Bigger clock for better legibility
Compatibility
JELLY BEAN, DEODEXED or ODEXED STOCK ROM
Built based on EU rom, but should be compatible with all other Jelly Bean (BACKUP AFTER TRYING)
{
"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"
}
Overall it looks pretty "AOSP" for me. You should note that it displays "H" instead of "H+" because of ".xml" limitations.
TO-DO (Any help very appreciated)
Disable Transparency (just misses the point of software buttons and AMOLED screens)
AOSP Lockscreen (Hard, big framework modifications needed)
Get rid of all motorola modifications
Install
I'm sorry for not providing a flashable .zip, i tried compiling one but apparently x86 clockworkmod recovery rejects it (If anyone can help in this matter, please do)
BACKUP STOCK SystemUI.apk BEFORE CONTINUING, if anything goes wrong you will end without status bar nor navigation bar.
Be sure to be rooted
Rename the downloaded file to just "SystemUI.apk"
Copy "SystemUI.apk" to sdcard
Using a root manager, copy the file to /system/app/
Set permissions for "SystemUI.apk" to -rw-r--r-- (755)
Reboot needed
OR via ADB
Need root and insecure adb
adb remount
adb push <file> /system/app/SystemUI.apk (where <file> is the location of modded "SystemUI.apk")
adb shell
chmod 755 /system/app/SystemUI.apk
reboot

hey thanks.
would more help if you write down where and what you changed wizh which effect.
i think most use another systemui...
thank you!!

joaquin.mik said:
I'm sorry for not providing a flashable .zip
Click to expand...
Click to collapse
Take a working one from this forum and change the files in it, easy going.
Funny, I did almost the same in my mod, maybe there's some inspiration for you
http://forum.xda-developers.com/showthread.php?t=2231100
Nice to see some modding here finally!
[edit]
Removed, was obsolete.

Great Mod, I really appreciate it, AOSP style is pretty clear and minimalist I like it
The only thing that I miss from my nexus S it's the ability to center the clock in the statutbar

hello DEODEX install but the version but I have the icon demaciado WI-FI signal near the ICOS signal, could you run it just a little towards the left? (as default permission)

Yes, this is just perfect !
Except the wifi icon near the data icon...
Enjoy !

Nice one :highfive:

Just for talk : second bug with 2G icon...
Enjoy !

So how did you do this? just reading the deodexed file, I mean its readable code? or there is other way?

max_choco said:
hello DEODEX install but the version but I have the icon demaciado WI-FI signal near the ICOS signal, could you run it just a little towards the left? (as default permission)
Click to expand...
Click to collapse
ajael44 said:
Yes, this is just perfect !
Except the wifi icon near the data icon...
Enjoy !
Click to expand...
Click to collapse
WiFi icon is intended to be slightly over the signal bars, as stock android (check this Nexus screenshot http://www.pocketpc.ch/attachments/...laxy-nexus-screenshot_2011-12-02-07-20-50.jpg )
Please tell me if it is overslapping the signal bars
ajael44 said:
Just for talk : second bug with 2G icon...
Enjoy !
Click to expand...
Click to collapse
I'm going to take a look on that, thanks for reporting
YaPeL said:
So how did you do this? just reading the deodexed file, I mean its readable code? or there is other way?
Click to expand...
Click to collapse
First you have to decompile it, inside there are are the "resources" whose (beside main code) are files and images that determines the way everything is displayed on screen. search the forum on tutorials and info and get started, its fun!

joaquin.mik said:
First you have to decompile it, inside there are are the "resources" whose (beside main code) are files and images that determines the way everything is displayed on screen. search the forum on tutorials and info and get started, its fun!
Click to expand...
Click to collapse
Thanks! will do!

Works great thanks. The moto status bar was really bugging me!
Is there any way to combine this with the oggbatterymod posted elsewhere in this forum? When I reapply that mod the operator logo and ugly signal logos reappear. Thanks
Sent from my XT890 using xda app-developers app

Hi,
This is still working great but I still get a horrible motorola signal symbol when I have no signal on my network but still have sufficient signal on other networks to make an emergency call.
It is a red triangle with a white Cross inside. Would be great if you could replace that too. Thanks
Sent from my XT890 using xda app-developers app

joaquin.mik said:
[*]Set permissions for "SystemUI.apk" to -rw-r--r-- (755)
Click to expand...
Click to collapse
-rw-r--r-- is 644 and not 755 bacause: r=2 w=4 so (rw=4+2) simple chmod linux cli
Correct me if I'm wrong

DoxyMarket said:
-rw-r--r-- is 644 and not 755 bacause: r=2 w=4 so (rw=4+2) simple chmod linux cli
Correct me if I'm wrong
Click to expand...
Click to collapse
YOu're right, he just missed the number. Can anyone give me that wallpaper? Or it's the phase beam?

Full Transparent status Bar
Thank you for your done! incredible! :victory: I like very much and hope to too long a staus bar fully transparent, however I can not do :crying: .. I wish you can do for me :good: I would be very grateful! Thank you .. I eagerly await :highfive:

anybody gets the wifi and signal icons almost overlapping? they're too close, but not in screenshots

Yea, that's one of the reasons I didn't install this mod
Sent from my XT890 using xda app-developers app

clickstop said:
Yea, that's one of the reasons I didn't install this mod
Sent from my XT890 using xda app-developers app
Click to expand...
Click to collapse
fixed it, just get signal_cluster.xml in res/layout from another systemui like shaftenberg's

anerik said:
fixed it, just get signal_cluster.xml in res/layout from another systemui like shaftenberg's
Click to expand...
Click to collapse
Thanks for the advice! I'll stick with maxchoco's though, I love having the clock centered
Sent from my XT890 using xda app-developers app

Related

[SystemUI.apk|framework-res.apk|build.prop] some common customisations

for flashable zip, follow blackedition link on my signature, and download "colourful notification bar" theme from op.
@mods
close this thread.
Posting here my SystemUI.apk, framework-res.apk and my build.prop.
(mediafire links below)
SystemUI.apk
This one originally taken from wolfbreak v6, and done some theming on my part. contains coloured notification bar icons. and the quickpanel (on-off toggles on notification bar) also has coloured icons.
framework-res.apk
Stock 2.3.3 SE framework-res.apk has coloured icons and beautiful flip-n-fold animations. Also circullar 100 level battery and animated charging battery.
Both framework-res and systemUI have color coded notification icons. (i.e. blue for bluetooth, yellow adb, green for email etc etc) along with that signal and wifi levels are also color coded (4-bars = blue, 3-bars = green like that...) (data is also coloured. upload=red, download=green, both up and down = yellow)
This will work on *any* stock based 2.3.3 rom. (I've personally tried on wolfbreak, tripnraver, stock)
build.prop
just general tweaks. to make phone a little faster and more responsive here and there. (eg. proximity delay, windowsmgr events, dalvik=int:jit and others)
the values that are modified from stock build.prop are in a separate section "arnav's mods" so you can know which are changed.
click here for the code details
important note
if anyone can make an update.zip file out of these three files please do. you are certainly welcome. just notify me if you come up with it. thanks in advance.
installation
adb push, or "cp" using any terminal emulator
Download links
SystemUI.apk
http://www.mediafire.com/?g4m6k2696mwxrcd
framework-res.apk
http://www.mediafire.com/?kmyknqspyzw8y3x
build.prop coming soon
screenshots
reserved for screenshots
{
"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"
}
Super great and easy ... success on X10i latest stock rom perfect and i like the colourful style of the icons... thx for your job
Looks nice and will use if some one manage to make a xrec package
Sent from my x10i running Bluenchantess beta 4
Thanks for liking... Any suggestions for improvements???
nickkeung said:
Super great and easy ... success on X10i latest stock rom perfect and i like the colourful style of the icons... thx for your job
Click to expand...
Click to collapse
Sent from my X10i using XDA App
Prosafe said:
Looks nice and will use if some one manage to make a xrec package
Sent from my x10i running Bluenchantess beta 4
Click to expand...
Click to collapse
U have any terminal emulator or romtoolbox??? U can try this
Keep the file in sdcard, mount system rw then run this.
Code:
su
cp -f /sdcard/SystemUI.apk /system/app
reboot
Reboot command at end is essential.
Sent from my X10i using XDA App
Can u mod like this?
Download this SystemUI.apk and Framework-res.apk
Make like this image
http://img215.imageshack.us/img215/2941/dsc02554o.jpg
These apk's are from wolf's v7
I'll try
Sent from my X10i using XDA App
Exams going on at school (pre-boards) will take a week
Sent from my X10i using XDA App
For which ROM do u need it to work??? Does your ROM have status bar panel already and you only want to change icons???
Sent from my X10i using XDA App
championswimmer said:
For which ROM do u need it to work??? Does your ROM have status bar panel already and you only want to change icons???
Sent from my X10i using XDA App
Click to expand...
Click to collapse
its the panel their already only want to change the icons but can't find images
Why don't you ask the guy whose picture you've uploaded to send you his systemui???
Sent from my X10i using XDA App
championswimmer said:
Why don't you ask the guy whose picture you've uploaded to send you his systemui???
Sent from my X10i using XDA App
Click to expand...
Click to collapse
I can do it but i don't want to download the whole rom
championswimmer said:
reserved for screenshots
Click to expand...
Click to collapse
the first picture, is from system ui and the second of framework?
having problems downloading systemUI, will ttry it tomorrow
clarifications
those power buttons in the pull down menu is the magic of SystemUI.apk, the circular battery is due to framework-res.apk and the icons in the status bar, some are from framework-res and others are from systemui. eg bluetooth icon = framework-res, signal bars = systemui.apk like that
skyleth said:
the first picture, is from system ui and the second of framework?
having problems downloading systemUI, will ttry it tomorrow
Click to expand...
Click to collapse
Well can you tell me the names of the widgets you use and where can I find them. I liked all. Trying this on the GO Rom v11.
cant download from mediafire :/ can you mirror the links?
Could you add the option to select no vibration and no sound from the button?
looks great...
skyleth said:
Could you add the option to select no vibration and no sound from the button?
Click to expand...
Click to collapse
Actually buddy i'm not a developer. I did decompile the apk and tried tinkering with the xml but that made the thing buggy with fc's
Sent from my X10i using XDA App

[R800i][MOD] Square Battery Icon [Colors Update!][Percentage Update!]

Hi Xperia Players ,
sorry if my English is not so good, today I've been working on battery icon. I liked SE stock, but it was too small, so I decided to make a square icon.
Here are the results (sorry for bad quality but I can only use attachments):
Horizontal Style
{
"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"
}
View attachment 988875
Vertical Style
View attachment 988877
Colors Update!
Orange
Horizontal:
Vertical:
Green
Horizontal:
Vertical:
Cyano
Horizontal:
Vertical:
Fucsia
Horizontal:
Vertical:
For percentage icon see my post #17 ->
The base is 2.3.4 framework with images from Xperia S framework as you can see in the screenshots. Tested on .42 but you can extract images and use in all your projects (credit me if you want).
Installation
1. Extract the .zip (attachments)
2. Put the framework-res.apk in /system/
3. Set permissions rw-r--r--
4. Move framework-res.apk in /system/framework/
5. Reboot
6. Enjoy!
Hope you'll like it
Nice theme man, what icons are u using - can you make a theme with those ?
Thanks
evo_racer said:
Nice theme man, what icons are u using - can you make a theme with those ?
Thanks
Click to expand...
Click to collapse
yes. and please make one for ICS Beta
can u make a flashable zip? I tried ure method but ended with a boot looping phone
ginjamaka said:
can u make a flashable zip? I tried ure method but ended with a boot looping phone
Click to expand...
Click to collapse
Did you set permissions before moving the apk?
The permissions should be r w r r
af230 said:
Did you set permissions before moving the apk?
The permissions should be r w r r
Click to expand...
Click to collapse
oww should have done that before then? I thought you have to do it after copying the file, well will try that'
PS it wont let me do it//
Never mind, lets hope it works
evo_racer said:
Nice theme man, what icons are u using - can you make a theme with those ?
Thanks
Click to expand...
Click to collapse
I'm sorry but I can't share this theme (Jaku) because it's copyrighted
I can only share these icons because I made them (settings and play store).
@ginjamaka: Sorry, I forgot to write you should first copy the framework in /system/ then change permissions and finally move it in /system/framework/
nice theme , thank you
but a question ,
does it disable our auto brightness ? cause all of battery themes toke effect on auto brightness and increase battery drain
thank you
Icons awesome
mehdi.moha said:
nice theme , thank you
but a question ,
does it disable our auto brightness ? cause all of battery themes toke effect on auto brightness and increase battery drain
thank you
Click to expand...
Click to collapse
I didn't notice any increase in battery drain, I only changed the images of the battery icon of Xperia Play 2.3.4 framework-res.apk (they have 5% step). The theme doesn't disable auto brightness.
Nice to see you like it
Im searcing icons for 2 hours but i cant find.
Wao, soo nice. I´ll try it is more cool that the Stock battery icon
alisandrio said:
I didn't notice any increase in battery drain, I only changed the images of the battery icon of Xperia Play 2.3.4 framework-res.apk (they have 5% step). The theme doesn't disable auto brightness.
Nice to see you like it
Click to expand...
Click to collapse
thank you
i hope someday you make numerical battery theme without disabling auto brightness
numeric icons
I need a volunteer, with the recovery, who can test my new framework with a percentage battery . My Xperia Play hasn't got CWM recovery and I recommend to try only if you have recovery (if you don't want to reflash ). If it works send a screenshot, please.
Thanks
PS: this is charging animation
alisandrio said:
I'm sorry but I can't share this theme (Jaku) because it's copyrighted
I can only share these icons because I made them (settings and play store).
@ginjamaka: Sorry, I forgot to write you should first copy the framework in /system/ then change permissions and finally move it in /system/framework/
Click to expand...
Click to collapse
Thanx, I figured it out. Looks awesome!
Kinda tricky sometimes...did what u said, but upon moving it to framework, phone hangs and bootloop. Thank god I have backup
It worked the first time, with the blue one. Tried with the green, no go (yet) but will managed to make it happen
alisandrio said:
I need a volunteer, with the recovery, who can test my new framework with a percentage battery . My Xperia Play hasn't got CWM recovery and I recommend to try only if you have recovery (if you don't want to reflash ). If it works send a screenshot, please.
Thanks
PS: this is charging animation
View attachment 993054
Click to expand...
Click to collapse
very good news ,
please check if this one disable auto brightness or not (( just check on setting ==> brightness , not on notification toggle ))
i like numerical battery icon but unfortunately , all i have flashed , till now , disabled my auto brightness
hope good on this one
percentage battery release
Good news bros,
finally I managed to compile the new framework with percentage battery . It boots up very well and auto-brightness does work!
You can take .apk from attachments.
Enjoy!
Oh and bytheway you should advise us before hand, that after installing the framework, we need to te-enter email data and stuff. it resets Gmail, facebook and some other apps...like hotmail.
ginjamaka said:
Oh and bytheway you should advise us before hand, that after installing the framework, we need to te-enter email data and stuff. it resets Gmail, facebook and some other apps...like hotmail.
Click to expand...
Click to collapse
For me it worked without resetting all accounts. I used a root file manager. What did you use?
Sent from my Xperia Play using XDA
alisandrio said:
For me it worked without resetting all accounts. I used a root file manager. What did you use?
Sent from my Xperia Play using XDA
Click to expand...
Click to collapse
Same, but it resets my data (gmail, facebook, hotmail etc)

[MOTO4.4][THEME][SystemUI][TMOBILE&ATT] KitKat FULL AOSP Statusbar

Motorola KitKat StatusBar with AOSP mobile network icons. No more empty espaces
Changelog:
v1.0
* White Battery indicator.
* White Wifi signal icons
* White phone signal icons
* White network type icons.
v1.1
* Remove permanent network type icons.
v1.2 (Download from attachements)
* Use AOSP network type icons. (Not all network types will be showed correctly)
* Remove even more space between wifi and phone signal icons, just like AOSP
v1.3
* Updated to latest leaks (TMobile and ATT)
Instructions:
1.- Reboot into recovery (I use CWM 6.0.4.4)
2.- Mount system partition
3.- Connect phone to your PC
4.- Run from yoyr PC:
adb shell rm /system/priv-app/SystemUI.apk
adb push SystemUI.apk /system/priv-app/
5. Reboot and enjoi.
If u have root u can also use some file explorer to copy and overwrite the apk file directly into "/system/priv-app" folder (I use rootexplorer)
Sorry my english, feel free to correct me.
Copy it with rootexplorer or with adb from recovery.
ONLY COMPATIBLE WITH TMOBILE KITKAT LEAKED FIRMWARE
I am not responsible for any damage or bricked phone. Flash at your own risk.
{
"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"
}
Enjoy
Awesome. Looks exactly like nexus 5. Love that you are using the signal strength icon that has the network type right above the bars instead of taking up an entire space on their own!
Sent from my Nexus 7
phositadc said:
Awesome. Looks exactly like nexus 5. Love that you are using the signal strength icon that has the network type right above the bars instead of taking up an entire space on their own!
Sent from my Nexus 7
Click to expand...
Click to collapse
could not installed, can you explain a Step by Step Tutorial? that would be great
beelzebu said:
could not installed, can you explain a Step by Step Tutorial? that would be great
Click to expand...
Click to collapse
I don't have an X right now so I haven't actually installed it myself. I was just commenting on the screenshots.
Sent from my Nexus 5
@Cheerpipe can you please let me know how to installed, or where to put the APK, thx
beelzebu said:
@Cheerpipe can you please let me know how to installed, or where to put the APK, thx
Click to expand...
Click to collapse
1.- Reboot into recovery (I use CWM 6.0.4.4)
2.- Mount system partition
3.- Run:
adb shell rm /system/priv-app/SystemUI.apk
adb push SystemUI.apk /system/priv-app/
4. Reboot and enjoi.
If u have root u can also use some file explorer to copy and overwrite the apk file directly into "/system/priv-app" folder (I use rootexplorer)
Two questions.
1) Anybody know if this will work with the ATT leak? I know the title says T-Mobile but they are similar enough that I thought I'd ask.
2) the OP says some network type icons don't show up correctly. Anybody know which ones?
Sent from my XT1053
phositadc said:
Two questions.
1) Anybody know if this will work with the ATT leak? I know the title says T-Mobile but they are similar enough that I thought I'd ask.
2) the OP says some network type icons don't show up correctly. Anybody know which ones?
Sent from my XT1053
Click to expand...
Click to collapse
For ATT OTA use the following attachment. It is only form 140.44.3 version.
It mod has carrier label removed and aosp signal icons when wifi is off.
Cheerpipe said:
For ATT OTA use the following attachment. It is only form 140.44.3 version.
It mod has carrier label removed and aosp signal icons when wifi is off.
Click to expand...
Click to collapse
Awesome I'll try it tomorrow.
Sent from my XT1053
Can you explain what you changed to make the mobile indicator not show up on wifi? That's the one thing I would love to be able to fix.
j2cool2012 said:
Can you explain what you changed to make the mobile indicator not show up on wifi? That's the one thing I would love to be able to fix.
Click to expand...
Click to collapse
The always visible Mobile indicator was removed in the att ota.
On the tmobile i just edit status_bar.xml resource file.
Enviado desde mi XT1058 mediante Tapatalk
Cheerpipe said:
The always visible Mobile indicator was removed in the att ota.
On the tmobile i just edit status_bar.xml resource file.
Enviado desde mi XT1058 mediante Tapatalk
Click to expand...
Click to collapse
What line? I'd like to try and do it on the VZW Moto X.
j2cool2012 said:
What line? I'd like to try and do it on the VZW Moto X.
Click to expand...
Click to collapse
u need to modify two XMLs and create new resource images. Best u can do is decompile my modded apks using latest apktool.
New T-Mobile 4.4 leak was posted. Can you update this mood to work with the new leak? Would be awesome... I hate the stupid always on mobile indicator. Plus I prefer AOSP indicator icons that take up less space than T-Mobile stupid huge icons
phositadc said:
New T-Mobile 4.4 leak was posted. Can you update this mood to work with the new leak? Would be awesome... I hate the stupid always on mobile indicator. Plus I prefer AOSP indicator icons that take up less space than T-Mobile stupid huge icons
Click to expand...
Click to collapse
Done, check first post
Cheerpipe said:
Done, check first post
Click to expand...
Click to collapse
Cool thanks!
Cheerpipe said:
Instructions:
1.- Reboot into recovery (I use CWM 6.0.4.4)
2.- Mount system partition
3.- Connect phone to your PC
4.- Run from yoyr PC:
adb shell rm /system/priv-app/SystemUI.apk
adb push SystemUI.apk /system/priv-app/
5. Reboot and enjoi.
Click to expand...
Click to collapse
One more question. Where are you getting CWM 6.0.4.4? Are you downloading it from dhacker's post at RootzWiki? http://rootzwiki.com/topic/103441-unofficial-cwm-recovery-with-f2fs-support-unlocked-bootloader/
If so, are you using the one that says "4.4 based CWM," or just the regular one?
phositadc said:
One more question. Where are you getting CWM 6.0.4.4? Are you downloading it from dhacker's post at RootzWiki? http://rootzwiki.com/topic/103441-unofficial-cwm-recovery-with-f2fs-support-unlocked-bootloader/
If so, are you using the one that says "4.4 based CWM," or just the regular one?
Click to expand...
Click to collapse
Regular one
But im actuslly using rootexplorer to copy systemui.apk
Cheerpipe said:
u need to modify two XMLs and create new resource images. Best u can do is decompile my modded apks using latest apktool.
Click to expand...
Click to collapse
I'm trying to do it for 4.2.2 though. I am capable of modding the XMLs, I just need to know which ones to edit, and no one seems to be sharing this information.

[UFT][MOD/ICONS] Minimalist stencil notification icons - now with D/L link!! oops!

these icons are originally by itiskonrad from the att thread http://forum.xda-developers.com/showthread.php?t=2275858
I ported these to a Universal Flash Tool zip, to cleanly morph/mod AOSP, GE and TW roms.
the zip will create a UNDO zip on your sdcard
{
"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"
}
here is my setup...
Gravity box:
Statusbar Colors > #33b5e5
Center Clock / Hide am/pm / Show day of week
Battery Indicator style> None
Enable Brightness Control
Xui Mod ( http://forum.xda-developers.com/show....php?t=2477558 ) for:
Battery Bar mod !!!!
just thought i would share.
Download link.
https://dl.dropboxusercontent.com/u/19201431/Files/[UFT]Stencil Statusbar Icon Mod.zip
Where is zip file ?
There's already somebody that did the job on the given thread, what did you exactly do ?
http://forum.xda-developers.com/showpost.php?p=41603804&postcount=10
I didn't see link. Thank you friend
Looks nice, but where is the .zip
nmeuret said:
There's already somebody that did the job on the given thread, what did you exactly do ?
http://forum.xda-developers.com/showpost.php?p=41603804&postcount=10
Click to expand...
Click to collapse
I put it in a UFT zip and edited file names to be compatible with more than just one single TW rom for a single device. Now thanks to my help with his original work, it is compatible with AOSP, TW and GE roms for any device. not to mention VRthemes (like the other guy posted) are only good for CWM or TWRP. there are separate VRtheme templates for each. eww. my UFT is compatible with both cwm and twrp, and all 3 rom types on any xxhdpi device.
ch4qr1 said:
I didn't see link. Thank you friend
Click to expand...
Click to collapse
OOPS forgot. In OP now
Perfect theme ty dev , but my bettary icon doesnt change
Sent from my GT-I9500 using xda app-developers app
Antidote03 said:
Perfect theme ty dev , but my bettary icon doesnt change
Sent from my GT-I9500 using xda app-developers app
Click to expand...
Click to collapse
yeah battery icon might not work depending on rom, due to their personal battery mods, but i see the smart stay didnt work for you either... hmm.
what rom you on?
TRusselo said:
yeah battery icon might not work depending on rom, due to their personal battery mods, but i see the smart stay didnt work for you either... hmm.
what rom you on?
Click to expand...
Click to collapse
CRASH ROM V13 Android 4.3
Antidote03 said:
CRASH ROM V13 Android 4.3
Click to expand...
Click to collapse
yeah heavy battery mods in that rom, possibly this battery icon might be found through Crash mod settings > battery > Stock.
Smart stay could be interferance from wannam, question.. did your bluetooth icon change?
I was thinking to restore bettary icon to default but there is no option for stock just too many models about smart stay didnt try any theme in wanam xposed to change and my bluetooth as u can see idk I see no difference
Sent from my GT-I9500 using xda app-developers app
Looks bad for me..
Antidote03 said:
I was thinking to restore bettary icon to default but there is no option for stock just too many models about smart stay didnt try any theme in wanam xposed to change and my bluetooth as u can see idk I see no difference
Click to expand...
Click to collapse
Bluetooth is correct,
Extended2108 said:
Looks bad for me..
Click to expand...
Click to collapse
Eww flash the undo zip on your sdcard
Dear friends,
First thanks to TRusselo for its nice work.
I see some people have problems with this theme. I think that coming from the fact that the MOD is a VR themes, and some mods are not possible with this kind of project. The advantage of it is that they are universal, but they can only patch resources like icons/pictures and sometime its not enough.
If you study the original MOD, you will see that the author also work on layout XML files (signal_cluster_view) which are compiled for a particular ROM so they cannot be used in a VR mod. You won't be able to have the "stacked" signal icons that way from original SystemUI.
The problem of the battery is the same : some systemUi have been changed by ROM makers to extend the original behaviour (animated charge battery ...). We can see in the icons directory that the icons are patched in the drawable-xhdpi resource directory while most of the SystemUi use drawable-xxhdpi directory and tw_stat_sys_battery_xxxx file names.
For all those reasons I'm afraid that the only way to achieve the original MOD with all its feature is to rebuild the original files and to replace them on ROMS. I've done it for me, I will try to share a version for latest TW roms.
TRusselo said:
Bluetooth is correct,
Eww flash the undo zip on your sdcard
Click to expand...
Click to collapse
.zip flashed failed. Had to restore a backup :/
Extended2108 said:
.zip flashed failed. Had to restore a backup :/
Click to expand...
Click to collapse
what was the error code?
yea i dont think itll work properly for TW. it works but the icons are off a lot. oh well
Is there a way to enable activity indicator for the wireless ?
Also I'm unable to have the battery icon. Think it is caused by gravity box
Also tried the UNDO zip.. and it fails
nmeuret said:
Dear friends,
First thanks to TRusselo for its nice work.
I see some people have problems with this theme. I think that coming from the fact that the MOD is a VR themes, and some mods are not possible with this kind of project. The advantage of it is that they are universal, but they can only patch resources like icons/pictures and sometime its not enough.
If you study the original MOD, you will see that the author also work on layout XML files (signal_cluster_view) which are compiled for a particular ROM so they cannot be used in a VR mod. You won't be able to have the "stacked" signal icons that way from original SystemUI.
The problem of the battery is the same : some systemUi have been changed by ROM makers to extend the original behaviour (animated charge battery ...). We can see in the icons directory that the icons are patched in the drawable-xhdpi resource directory while most of the SystemUi use drawable-xxhdpi directory and tw_stat_sys_battery_xxxx file names.
For all those reasons I'm afraid that the only way to achieve the original MOD with all its feature is to rebuild the original files and to replace them on ROMS. I've done it for me, I will try to share a version for latest TW roms.
Click to expand...
Click to collapse
its not a VRtheme zip, its a Universal Flasher Theme zip. 2 different but similar methods. and with both, it doesnt work with ANY rom but, also can..
there are some TW roms that this does work on, others not, works better with AOSP and GE roms, but there's one or 2 they dont. Subtle differences break functionality. Some custom TW roms have the stacked icons incorporated already, and allows this to work. other roms have no send/receive icons at all, and yes some xposed modules take over icons.
SpazoQC said:
Is there a way to enable activity indicator for the wireless ?
Also I'm unable to have the battery icon. Think it is caused by gravity box
Also tried the UNDO zip.. and it fails
Click to expand...
Click to collapse
what is the fail error code?
TRusselo said:
what was the error code?
Click to expand...
Click to collapse
Just ".zip flash failed."

[MOD][XT1053,XT1058][TMO,ATT][4.4][4.4.2] AOSP Signal Icons

This mod kills the ugly extra space next to the network signal bars that display network type, i.e. E, "4G", and 4G LTE. The mod changes a few bools.xml values and enables the stock icons.
Zips marked "EHLTE" show indicators for E, H, and LTE instead of E, 3G, and 4G (my preference, the one in the screenshots). Unless another version number is specified in the title, all mods are for stock 4.4 ROMs.
UPDATE 1/2/14: Thanks to @hartom, I made a mod specifically for AT&T phones (XT1058). I only did the "EHLTE" version for now, if I get enough requests I can make the other one too.
UPDATE 2/13/14: New mod up for XT1053s running the latest 4.4.2 update!
MANUAL INSTALL INSTRUCTIONS:
1) Download your choice of mod from bottom of post, unzip and find SystemUI.apk
2) BACK UP your phone's original SystemUI.apk and SystemUI.odex from system/priv-app
3) Delete the SystemUI.odex that you just backed up
4) Copy the new SystemUI.apk to system/priv-app, overwriting the old one
5) Set permissions on the new file to rw- r-- r--
6) Reboot
Before installing, MAKE SURE TO BACK UP, if not your whole ROM, then at least your original SystemUI.apk and SystemUI.odex from system/priv-app. If your status and navigation bars disappear, make sure the permissions of the new SystemUI.apk are correctly set to rw-r-r.
Before (image from google):
{
"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"
}
After (with the EHLTE mod [and a few gravitybox tweaks of course]):
*@chaoslimits discovered this originally and guided me through the process. His thread for VZW and Sprint Moto Xs can be found here: http://forum.xda-developers.com/showthread.php?t=2561560
I flashed through SS on stock rooted ATT and my signal strength is blue, not a big deal since Gravity Box can change it.
Sent from my Ghost
Infekxion said:
I flashed through SS on stock rooted ATT and my signal strength is blue, not a big deal since Gravity Box can change it.
Sent from my Ghost
Click to expand...
Click to collapse
Ok thanks for the feedback, I didn't know if it would work on AT&T phones or not
kuz142 said:
Ok thanks for the feedback, I didn't know if it would work on AT&T phones or not
Click to expand...
Click to collapse
Is the only difference between the two zips in the op is whether it shows "4g" or "LTE"?
Sent from my Nexus 7
phositadc said:
Is the only difference between the two zips in the op is whether it shows "4g" or "LTE"?
Sent from my Nexus 7
Click to expand...
Click to collapse
Yes, and "H" for HSPA instead of "3G"
kuz142 said:
Yes, and "H" for HSPA instead of "3G"
Click to expand...
Click to collapse
One other quick question. You and chaoslimits have inspired me to download apktool and start looking at this stuff myself. Does systemui.apk have to be deodexed before it can be edited? Or can I just pull systemui.apk from my /system/priv-app/ folder and get to work?
phositadc said:
One other quick question. You and chaoslimits have inspired me to download apktool and start looking at this stuff myself. Does systemui.apk have to be deodexed before it can be edited? Or can I just pull systemui.apk from my /system/priv-app/ folder and get to work?
Click to expand...
Click to collapse
That's great, I'm glad we have! It's very rewarding. I've always deodexed first, so can't say for sure, but I think you'd be ok just editing the sysui file as-is and leaving it odexed
kuz142 said:
Ok thanks for the feedback, I didn't know if it would work on AT&T phones or not
Click to expand...
Click to collapse
No prob, I am going to see if GB is whats making my indicator blue once the X has a charge to it. I have been waiting on this particular mod for a while. Thanks again.
Sent from my Hammerhead
Infekxion said:
No prob, I am going to see if GB is whats making my indicator blue once the X has a charge to it. I have been waiting on this particular mod for a while. Thanks again.
Sent from my Hammerhead
Click to expand...
Click to collapse
Well if only the bars are blue, I'm pretty sure it's not GB because that mod affects all the icons on the status bar. There is actually a line in the bools file, <bool name="config_enable_carrier_wide_icons_are_blue">false</bool>, that was set by default to false on my phone but may somehow be opposite on yours. Or maybe your systemui uses blue icons by default instead of white ones. I know on VZW phones they defaulted to gray. There's also the fact that you have an AT&T model phone, but I'm not sure how much that factors in. I'm pretty new to this, so can't say for sure sorry.
No problem, I'm glad to hear that other people appreciate it too
Thanks, I'll look into that and let you know what I find. I haven't needed to edit xmls and junk for a few years.
Sent from my Hammerhead
two quick questions:
first of all i have a moto x xt1053 with telcel mexico but i have the tmobile version so i guess will work right?
second question i need download both files or if i want to do it in customer recovery i justa need download the one that doesn't says aosp?
gskelter said:
two quick questions:
first of all i have a moto x xt1053 with telcel mexico but i have the tmobile version so i guess will work right?
second question i need download both files or if i want to do it in customer recovery i justa need download the one that doesn't says aosp?
Click to expand...
Click to collapse
Either file should work for your phone if you flash in a custom recovery such as CWM or TWRP. You can use whichever one you want, depending on what letters/symbols you want to be displayed. One will show you '3G' and '4G', the other 'H' and 'LTE' ones.
kuz142 said:
Either file should work for your phone if you flash in a custom recovery such as CWM or TWRP. You can use whichever one you want, depending on what letters/symbols you want to be displayed. One will show you '3G' and '4G', the other 'H' and 'LTE' ones.
Click to expand...
Click to collapse
Everything works great, thank you very much!! The lte icon in the signao bar looks awesome
Enviado desde mi XT1053 mediante Tapatalk
gskelter said:
Everything works great, thank you very much!! The lte icon in the signao bar looks awesome
Enviado desde mi XT1053 mediante Tapatalk
Click to expand...
Click to collapse
Awesome, I'm glad to hear it!
kuz142 said:
*@chaoslimits discovered this originally and guided me through the process. His thread for VZW and Sprint Moto Xs can be found here: http://forum.xda-developers.com/showthread.php?t=2561560
As my first foray into the world of android modding, I decided to fix one of the only things that bothered me about my Moto X—the ugly extra space next to the network signal bars that display what network you're on, i.e. E, "4G", and 4G LTE. The mod changes a few bools.xml values and enables the stock icons.
The two attached files are flashable zip files for GSM unlocked XT1053 ("T-Mobile") Moto Xs running stock, rooted 4.4 KitKat software. The second zip changes the indicators to E, H, and LTE instead of E, 3G, and 4G (my preference, the one in the screenshots).
MANUAL INSTALL INSTRUCTIONS:
1) Download your choice of mod from bottom of post, unzip and find SystemUI.apk
2) BACK UP your phone's original SystemUI.apk and SystemUI.odex from system/priv-app
3) Delete the SystemUI.odex that you just backed up
4) Copy the new SystemUI.apk to system/priv-app, overwriting the old one
5) Set permissions on the new file to rw- r-- r--
6) Reboot
Before installing, MAKE SURE TO BACK UP, if not your whole ROM, then at least your original SystemUI.apk and SystemUI.odex from system/priv-app. If your status and navigation bars disappear, make sure the permissions of the new SystemUI.apk are correctly set to rw-r-r.
Before (image from google):
After (with the EHLTE mod [and a few gravitybox tweaks of course]):
Click to expand...
Click to collapse
how did you correct the spacing on the wifi icon? ive been working on this same mod for the vzw motos and thats the pasrt i cant fix
TheWhiteChallenger said:
how did you correct the spacing on the wifi icon? ive been working on this same mod for the vzw motos and thats the pasrt i cant fix
Click to expand...
Click to collapse
There were never any problems with spacing for me. Chaoslimits already has made this same mod for vzw phones, his thread is here http://forum.xda-developers.com/showthread.php?t=2561560
Sent from my XT1053 using Tapatalk
I can't get this to work on att 4.4. The status bar disappears. Deleted the odex and have perms rw-r--r-- on systemui.apk. I tried both files same thing.
Sent from my XT1058 using XDA Premium 4 mobile app
hartom said:
Sent from my XT1058 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Well you are using the AT&T Moto X, which I've never tested this mod on. If you PM me your SystemUI apk, odex, and framework-res.apk, I can take a look and do a mod for your phone
And possibly, just rebooting and/or clearing cache in recovery could help
I should point out that I'm rooted using Ctrl-Freaks method
Sent from my Ghost
Is it possible to add the traffic arrows into the icon? Thanks
Sent from my XT1053 using XDA Premium 4 mobile app

Categories

Resources