Difference between revisions of "IPhone Tracker"

From The iPhone Wiki
Jump to: navigation, search
(no wp)
Line 15: Line 15:
 
| latest preview version =
 
| latest preview version =
 
| latest preview date =
 
| latest preview date =
| programming language = {{wp|Objective-C}}
+
| programming language = [[wikipedia:Objective-C|Objective-C]]
| operating system = {{wp|Mac OS X}}
+
| operating system = [[wikipedia:OS X|OS X]]
 
| platform =
 
| platform =
 
| size = [ZIP] 131,480 bytes (128 KB)<br />[APP] 299,863 (292 KB)
 
| size = [ZIP] 131,480 bytes (128 KB)<br />[APP] 299,863 (292 KB)
| language = {{wp|English}}
+
| language = [[wikipedia:English language|English]]
| status = Completed
+
| status =
 
| genre = Utilities
 
| genre = Utilities
| license = {{wp|GNU General Public License#Version 3|GNU General Public License v3}}
+
| license = [[wikipedia:GNU General Public License#Version 3|GNU General Public License v3]]
 
| website = [http://petewarden.github.com/iPhoneTracker/ petewarden.github.com/iPhoneTracker]
 
| website = [http://petewarden.github.com/iPhoneTracker/ petewarden.github.com/iPhoneTracker]
 
}}
 
}}
   
 
== Summary ==
 
== Summary ==
'''[http://petewarden.github.com/iPhoneTracker/ iPhone Tracker]''' is an open-source {{wp|Mac OS X}} application that maps the information that your device is recording about your movements based on the flaw in [[iTunes Backup]] that copied your consolidated location data to your computer.
+
'''[http://petewarden.github.com/iPhoneTracker/ iPhone Tracker]''' is an open-source [[wikipedia:OS X|OS X]] application that maps the information that your device is recording about your movements based on the flaw in [[iTunes Backup]] that copied your consolidated location data to your computer.
   
 
== Process ==
 
== Process ==
It works by opening up the backup and navigating to [[:/private/var/mobile/Library/Caches/locationd/consolidated.db|~/Library/Caches/locationd/consolidated.db]] and reading it using a {{wp|SQLite}} library. The exact database and table are unknown.
+
It works by opening up the backup and navigating to [[:/private/var/mobile/Library/Caches/locationd/consolidated.db|~/Library/Caches/locationd/consolidated.db]] and reading it using a [[wikipedia:SQLite|SQLite]] library. The exact database and table are unknown.
   
 
[[Category:Software]]
 
[[Category:Software]]

Revision as of 00:15, 10 October 2012

IPhTracker logo.png
IPhTracker.png
iPhone Tracker
Original author(s) petewarden
Developer(s) petewarden
Initial release 23 Apr 2011 (2011-04-23)
Stable release 1.0 / 23 April 2011; 12 years ago
Written in Objective-C
Operating system OS X
Size [ZIP] 131,480 bytes (128 KB)
[APP] 299,863 (292 KB)
Available in English
Type Utilities
License GNU General Public License v3
Website petewarden.github.com/iPhoneTracker

Summary

iPhone Tracker is an open-source OS X application that maps the information that your device is recording about your movements based on the flaw in iTunes Backup that copied your consolidated location data to your computer.

Process

It works by opening up the backup and navigating to ~/Library/Caches/locationd/consolidated.db and reading it using a SQLite library. The exact database and table are unknown.

[[File:|30px]] This Software article is a "stub", an incomplete page. Please add more content to this article and remove this tag.