I'm trying to fake some information that are shown on the status bar (I'm doing this for a good reason, for example when a thief steels the phone, he doesn't deserve to know the status of anything: battery, WiFi, 3G, GPS, etc...)
I know that this is possible somehow without creating a ROM, see this app in the Android market: CSB Fake at 2:26 in the video, he fakes the battery level IN THE STATUS BAR!
I really need to know how is this done. There are only two ways I can think of
- at some desired time, change the icon in the system (using superuser permission)
- just send wrong information to the status bar, and it does the rest, for example, send to the status bar that the GPS is not working while in fact it is
Is it possible to do it without rooting? (that app seems to do it on no-rooted devices) How to do such a thing? is there any references or some sites that most likely has the answer?