[Xposed] - Enable Network Activity Indicators

nicedream06

Member
Nov 4, 2010
41
44
0
Pennsylvania
I've made a small Xposed module that enables the network activity indicators on the wifi and mobile data icons in the status bar for the Motorola Moto X. Even though GravityBox provides this feature, it doesn't work for the Moto X due to differences in the SystemUI code.

Screenshots:
mobile_data.png

wifi_data.png

It has been tested on the Moto X for T-Mobile, Verizon, and Republic Wireless. I don't see any reason why it wouldn't work on other model, but you never know. If anyone tests it on a different model, please report your results back to me.

Download: MotoXNetActivity.apk

Source code
 
Last edited:

nicedream06

Member
Nov 4, 2010
41
44
0
Pennsylvania
Can't install
Phone model? ROM? Other Xposed modules installed?

If you are running the AOSP Signal Icons Xposed module, this one will not work because they conflict. Although I don't think that would cause it not to install. Unfortunately I am not fluent in en espanol to easily find the source of your error.
 

Mont

Senior Member
Jan 21, 2013
330
58
58
27
Monterrey
Yea the error was before installing so I think is packet error or something. XT1053 KANGAKAT stock based t mobile 4.4.2 and yes I have aosp signal icons, gb, and a few more.
 

samwathegreat

Senior Member
Apr 17, 2010
2,097
1,843
0
I've made a small Xposed module that enables the network activity indicators on the wifi and mobile data icons in the status bar for the Motorola Moto X. Even though GravityBox provides this feature, it doesn't work for the Moto X due to differences in the SystemUI code.

Screenshots:
View attachment 2850972

View attachment 2850973

It has been tested on the Moto X for T-Mobile, Verizon, and Republic Wireless. I don't see any reason why it wouldn't work on other model, but you never know. If anyone tests it on a different model, please report your results back to me.

Download: MotoXNetActivity.apk

Source will posted on github shortly, but I haven't gotten around to it yet.
The gravitybox feature works fine for me.... Would you like to see a screenshot? I'm on republic wireless. It looks exactly like the pictures you have posted.
 

nicedream06

Member
Nov 4, 2010
41
44
0
Pennsylvania
The gravitybox feature works fine for me.... Would you like to see a screenshot? I'm on republic wireless. It looks exactly like the pictures you have posted.
No need to post a screenshot. If GravityBox works for you, then there is no sense in using this mod. I don't have a Republic Wireless model to test on, but for the T-Mobile/GSM unlocked version GravityBox definitely does not work for this feature.
 

nicedream06

Member
Nov 4, 2010
41
44
0
Pennsylvania
It probably won't work on anything but the stock rom, because it overrides specific things in the stock SystemUI. But if you are on a 3rd party rom, the feature in GravityBox probably will work.

Sent from my XT1053 using XDA Free mobile app
 
Last edited:

andrug

Member
May 20, 2014
7
0
0
GravityBox indicators technically work for me on stock 4.4.4. but they are commonly laid over other status bar icons or have other icons cover them up making visibility poor, looking forward to testing this out. Thanks

Sent from my XT1080 using XDA Premium 4 mobile app
 

dew.man

Senior Member
Nov 26, 2006
634
196
63
White Lake
it change a Boolean value false to true and you ask about battery?

I read they removed it from the status bar to save a bit of juice on the additional polling required to display connection state.

And yes, changing a Boolean value can have just about any effect depending on what that value drives.