Nobody/Anonymous
-
2010-09-22
Added a GSM-Sniffer, that queries ALL GSM-Antennas in range
Information:
CellID
AreaID
SignalStrength
Don't forget to adapt the AndroidManifest.xml
<service android:name=".net.gsm.GSMSniffer">
<intent-filter>
<action android:name="com.org.redpin.android.core.GSM_SERVICE" />
</intent-filter>
</service>