https://github.com/badboy/android-loc-map
Plot your Android Location Cache Data on Google Maps
https://github.com/badboy/android-loc-map
Last synced: 4 months ago
JSON representation
Plot your Android Location Cache Data on Google Maps
- Host: GitHub
- URL: https://github.com/badboy/android-loc-map
- Owner: badboy
- Created: 2011-04-27T14:41:49.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-04-27T14:48:24.000Z (about 14 years ago)
- Last Synced: 2025-03-14T19:52:04.672Z (4 months ago)
- Language: Ruby
- Homepage: http://android-loc-map.heroku.com/
- Size: 93.8 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Visualize your Android Location Cache data on Google Maps
=========================================================This is a simple demo webpage that helps you plotting the location cached data
collected by your android smartphone.Your Cache file is only parsed server-side, the map is rendered using Google Maps API.
Nothing is stored server-side, I was just to lazy to get binary-parsing working in the browser :P
The files are named `cache.cell` & `cache.wifi` and is located in
`/data/data/com.google.android.location/files` on the Android device.For more info see [packetlss/android-locdump](https://github.com/packetlss/android-locdump) (that's where I got the parsing code from).
Thanks to [Mark Olson](https://github.com/markolson) and [William Edwards](https://github.com/williame)
for [js-sqlite-map-thing](https://github.com/markolson/js-sqlite-map-thing)***[You can view this script online here on heroku](http://android-loc-map.heroku.com/)***,
or copy the code and run it on your own server.