Android Open Source - Location Network GSMProfiler






Project Summary

GSM profiler is an Android application that handles different configurations of our device depending on the user location. This location is obtained without use of GPS or network connection. The app has been created by Albert Yera and Luis Delgado for the Course Ubiquitous Computing at KTH, Stockholm..

Web Site / Source Repository

GSMProfiler is hosted in the following web site
https://github.com/luisyng/GSMProfiler

If you think the Android project GSMProfiler listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of GSMProfiler.

ItemValue
Java File Count18
Minimum SDK Version7
Activity Count2
Required Permissionsandroid.permission.ACCESS_COARSE_LOCATION
android.permission.READ_PHONE_STATE




Java Source Files

GSMProfiler has the following Java source files.

es.gsmprofiler.app.LearningService.java
es.gsmprofiler.app.LocationListener.java
es.gsmprofiler.app.LocationManager.java
es.gsmprofiler.app.LocationManagerInterface.java
es.gsmprofiler.app.LocationService.java
es.gsmprofiler.app.PlaceActivity.java
es.gsmprofiler.app.PlacesActivity.java
es.gsmprofiler.db.PlacesDBHelper.java
es.gsmprofiler.db.SQLiteInterface.java
es.gsmprofiler.entities.CellInfo.java
es.gsmprofiler.entities.Place.java
es.luisalbert.app.LearningService.java
es.luisalbert.app.PlaceActivity.java
es.luisalbert.app.PlacesActivity.java
es.luisalbert.db.PlacesDBHelper.java
es.luisalbert.db.SQLiteInterface.java
es.luisalbert.entities.CellInfo.java
es.luisalbert.entities.Place.java