The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "IPhone Tracker"
m |
|||
(7 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | {{lowercase}} |
||
− | [http://petewarden.github.com/iPhoneTracker/ iPhone Tracker] is an open-source OSX application that maps the information that your iPhone is recording about your movements. |
||
+ | {{Infobox software |
||
− | {{stub|Software}} |
||
+ | | name = iPhone Tracker |
||
+ | | title = |
||
+ | | logo = [[File:iPhTracker_logo.png|128px]] |
||
+ | | screenshot = [[File:iPhTracker.png|300px]] |
||
+ | | caption = iPhone Tracker |
||
+ | | collapsible = |
||
+ | | author = [https://github.com/petewarden petewarden] |
||
+ | | developer = [https://github.com/petewarden petewarden] |
||
+ | | released = {{Start date|2011|04|23|df=yes}} |
||
+ | | discontinued = |
||
+ | | latest release version = 1.0 |
||
+ | | latest release date = {{Start date and age|2011|04|23|df=yes}} |
||
+ | | latest preview version = |
||
+ | | latest preview date = |
||
+ | | programming language = [[wikipedia:Objective-C|Objective-C]] |
||
+ | | operating system = [[wikipedia:OS X|OS X]] |
||
+ | | platform = |
||
+ | | size = [ZIP] 131,480 bytes (128 KB)<br />[APP] 299,863 bytes (292 KB) |
||
+ | | language = [[wikipedia:English language|English]] |
||
+ | | status = |
||
+ | | genre = Utilities |
||
+ | | license = [[wikipedia:GNU General Public License#Version 3|GNU GPL v3]] |
||
+ | | website = [http://petewarden.github.com/iPhoneTracker/ petewarden.github.com/iPhoneTracker] |
||
+ | }} |
||
+ | |||
+ | == Summary == |
||
+ | '''[http://petewarden.github.com/iPhoneTracker/ 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 [[:/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]] |
||
+ | {{stub|software}} |
Latest revision as of 22:54, 11 August 2013
iPhone Tracker | |
Original author(s) | petewarden |
Developer(s) | petewarden |
Initial release | 23 Apr 2011 |
Stable release | 1.0 / 23 April 2011 |
Written in | Objective-C |
Operating system | OS X |
Size |
[ZIP] 131,480 bytes (128 KB) [APP] 299,863 bytes (292 KB) |
Available in | English |
Type | Utilities |
License | GNU GPL 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.
This software article is a "stub", an incomplete page. Please add more content to this article and remove this tag. |