Showing posts with label signal. Show all posts
Showing posts with label signal. Show all posts

Wednesday, July 21, 2010

SIGLOG


WM App that measures/logs gsm signal strength

Written in Win32 C++ it's lean, mean, rather basic, but it does the job. It requires a phone with GPS, as it calls the Microsoft intermediate GPS driver.

Once it is running, it checks the GPS and phone status every 5 seconds. If the signal strength has changed since the last reading, it writes a record out to \SIGLOG.TXT in the root directory of your device, in the format:-


Latitude,Longitude,Signal Strength,Mobile Country Code, Mobile Network Code,Location Area Code, CellID eg.

0.000000,0.000000,090,0EA,0F,00CF,0000E66C

In this case the 090 is the signal strength, 0 to 100

SIGLOG

Wednesday, July 01, 2009

Dr SigStat


application that will show the phone's statistics e.g. battery level, signal strength, and more.

v0.34
* Better Organization of data
* Option Menu Refresh Value Is set to 1 second now
* Added Quit Option
* Removed Update Now button
* Fixed EST Pwr Remaining Level value when not 100% battery.

v0.33
* Since EST didn't work in the api, I'm calculating it off of current draw and battery life remaining (see options area to set battery mAh)
* Temperature displays correctly now + Fahrenheit
* Voltage is now correctly displayed
* "Charging..." text position fixed for certain instances


v0.32
* update interval option (under options)
* Bigger Progress bars and fonts for signal
* More accurate Battery % level
* EST added (doesn't seem to work on the touch pro)
* Temperature C added (this also doesn't seem to work, or I need to figure out the number to divide by)
* Current drain in mA added
* Voltage Level in mV
* Tells you when the battery is charging
* Bigger Update Now Button

Dr SigStat

Saturday, February 28, 2009

Signal and Connecting Monitor

a small aplication to run on background and monitor the signal strength and if the mobile get´s connected or disconnected.

The application work as following:

- It has signal and lost it at all, play a sound and vibrate
- It has no signal at all and got some signal, play a sound and vibrate
- It got connected via gprs,edge,3d,etc, play a sound and vibrate
- It lost the active connecting play a sound and vibrate

All this actions can be disabled or enabled changing the "settings.ini", where settings that indicates to do something or not, 1=Enable or 0=Disable.

Limitation:
- it plays only WAV files, on next release it will support MP3.
- Read the settings.ini only when is starting the application

This application is still an alpha release, I give no garantees that it willl work on your device (I have tested only on my HTC Touch), but it should work ´cause of it´s simplicity.

Signal and Connecting Monitor