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..
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.
The following table is the detailed list of GSMProfiler.
Item | Value |
---|---|
Java File Count | 18 |
Minimum SDK Version | 7 |
Activity Count | 2 |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.READ_PHONE_STATE |
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