Skip to content

edrabbit/iPhone-Location-Dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

A simple method for taking the iPhone's SQLite db storing location data and dump out info in CSV
Also adjusts the timestamp so that it is a unix timestamp in GMT

To Use:
If you have a jailbroken phone:
Connect to wireless and run the following on your desktop:
  scp root@[YOUR IPHONE IP]:/private/var/root/Library/Caches/locationd/consolidated.db .
Then
  python dump_db.py consolidated.db > file_to_save_to.csv

About

Dump iPhone location data to CSV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages