Difference between revisions of "Location Based Services"

From C4 Wiki
Jump to: navigation, search
(Created page with "Modern mobile phones store geographic information, GPS coordinates, wifi networks, mobile cells. == IOS == * Stores wifi networks: ** BSSID, Location, Accuracy, Timestamp, ... ...")
 
Line 15: Line 15:
  
 
* Stores
 
* Stores
* Database is limited to ... entries
+
* Database is limited to 200 Wi-Fi and 50 cell entries
 
* Sends data how?
 
* Sends data how?
 
* Explicit GPS activation
 
* Explicit GPS activation
 
* Data used by ads?
 
* Data used by ads?
 
* Phone setup routine influences what gets stored
 
* Phone setup routine influences what gets stored

Revision as of 19:14, 26 April 2011

Modern mobile phones store geographic information, GPS coordinates, wifi networks, mobile cells.

IOS

  • Stores wifi networks:
    • BSSID, Location, Accuracy, Timestamp, ...
  • Stores mobile geo information:
    • your providers cell towers, Cell Numer, Location, ...
  • Database without size limit
  • Sends data how?
  • Correlates with GPS
  • Data used ..?

Android

  • Stores
  • Database is limited to 200 Wi-Fi and 50 cell entries
  • Sends data how?
  • Explicit GPS activation
  • Data used by ads?
  • Phone setup routine influences what gets stored