Win a copy of Java Persistence with Spring Data and Hibernate this week in the Spring forum!
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

Status bar network indicator- show no activity even when there is

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is there any way to hack the network indicator on the status bar, such that even if an app is requesting data over the 3G network, the indicator won't show it?

Like, if I had a background app running, and it was requesting data over the 3G network, it the down arrow on the network indicator would usually be lighting up. Is there any way to have it not light up, so the user wouldn't know if data was being received/sent?

So perhaps, the way this would be done, is with an IF statement, like, IF the IP is one of these in an array, don't blink on the network indicator.

This is not for malicious means.
 
Bartender
Posts: 7488
171
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

This is not for malicious means.


Sure sounds like it, though.
 
James Waterloo
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No, it doesn't sound like it at all.

I actually think someone may have hacked me in this way, so I'm trying to see if this is something possible to be done.
 
If we don't do the shopping, we won't have anything for dinner. And I've invited this tiny ad:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic