The Apple Chronicles: iOS found to be recording accessible cellular location data 24/7
52 replies, posted
[quote=The Guardian]Security researchers have discovered that Apple's iPhone keeps track of where you go – and saves every detail of it to a secret file on the device which is then copied to the owner's computer when the two are synchronised.
The file contains the latitude and longitude of the phone's recorded coordinates along with a timestamp, meaning that anyone who stole the phone or the computer could discover details about the owner's movements using a simple program.
For some phones, there could be almost a year's worth of data stored, as the recording of data seems to have started with Apple's iOS 4 update to the phone's operating system, released in June 2010.
"Apple has made it possible for almost anybody – a jealous spouse, a private detective – with access to your phone or computer to get detailed information about where you've been," said Pete Warden, one of the researchers.
Only the iPhone records the user's location in this way, say Warden and Alasdair Allan, the data scientists who discovered the file and are presenting their findings at the Where 2.0 conference in San Francisco on Wednesday. "Alasdair has looked for similar tracking code in [Google's] Android phones and couldn't find any," said Warden. "We haven't come across any instances of other phone manufacturers doing this."
Simon Davies, director of the pressure group Privacy International, said: "This is a worrying discovery. Location is one of the most sensitive elements in anyone's life – just think where people go in the evening. The existence of that data creates a real threat to privacy. The absence of notice to users or any control option can only stem from an ignorance about privacy at the design stage."
Warden and Allan point out that the file is moved onto new devices when an old one is replaced: "Apple might have new features in mind that require a history of your location, but that's our specualtion. The fact that [the file] is transferred across [to a new iPhone or iPad] when you migrate is evidence that the data-gathering isn't accidental." But they said it does not seem to be transmitted to Apple itself.[/quote]
[url=http://www.guardian.co.uk/technology/2011/apr/20/iphone-tracking-prompts-privacy-fears]Source[/url]
How it works:
[quote=The FAQ][b]How can I examine the data without running the application?[/b]
It will be stored in a folder inside /Users/<your user name>/Library/Application Support/MobileSync/Backups/. Each time you sync up an iOS device (iPad, iPhone, etc) files will be copied into a new folder here. The names of the folders and the files within them are mostly random strings, but there are some index files like Info.plist and Manifest.mbdb. Find the folder that has the most recent backup by looking at the modified dates of the files. Then, load Info.plist into a text editor to see what device it's for. You should see a 'Device Name' value in the XML, make sure that it matches your iPhone.
The Manifest.mbdb and Manifest.mbdx files contain a listing of the real names of the files represented by random strings in that folder. Luckily, Alasdair found a Python script here that can convert those:
[url]http://stackoverflow.com/questions/3085153/how-to-parse-the-manifest-mbdb-file-in-an-ios-4-0-itunes-backup[/url]
If you cd into the folder in the terminal, and run iphonels.py you'll see a listing of all the files with their real names. Now, pipe it through grep to find the file we want, eg:
~/Downloads/iphonels.py | grep "consolidated"
You should see something like this:
-rw-r--r-- 00000000 00000000 28082176 1297319654 1297319654 1282888290 (4096c9ec676f2847dc283405900e284a7c815836)RootDomain::Library/Caches/locationd/consolidated.db
That text in brackets just before 'RootDomain::' is the name of the actual file on disk that holds the location data. Since it's an SQLite database file, you can use any standard SQLite browser, I'm using this Firefox plugin:
[url]https://addons.mozilla.org/en-US/firefox/addon/sqlite-manager/[/url]
Open up the file, choose the 'CellLocation' table, and you can browse the tens of thousands of points that it has collected. The most interesting data is the latitude, longitude location and the timestamp. The timestamp shows the time in seconds since January 1st 2001.[/quote]
[quote][b]What’s so bad about this?[/b]
The most immediate problem is that this data is stored in an easily-readable form on your machine. Any other program you run or user with access to your machine can look through it.
The more fundamental problem is that Apple are collecting this information at all. Cell-phone providers collect similar data almost inevitably as part of their operations, but it’s kept behind their firewall. It normally requires a court order to gain access to it, whereas [b]this is available to anyone who can get their hands on your phone or computer.[/b]
By passively logging your location without your permission, Apple have made it possible for anyone from a jealous spouse to a private investigator to get a detailed picture of your movements.[/quote]
[img]http://petewarden.github.com/iPhoneTracker/southofengland.png[/img]
[b]It's only available for OSX right now[/b], but here's the application / a brief summary: [url]http://petewarden.github.com/iPhoneTracker/[/url]. [b]Your phone doesn't need to be jailbroken to do this, it uses the backup files.[/b] Also note that it only records location using a cellular connection, so it doesn't fire up the GPS. Turning off Location Services, as a result, will do nothing. Also Also note that while the application purposely obfuscates the data (drops the minutes and seconds and puts the locations on a grid, the actual data is more accurate.
Oh Apple, you so silly.
Two words:
Lawsuit.
Oh, wait, that's one word. [I][B]
Class-Action Lawsuit[/B][/I](because the hyphen makes it two, not three(I think(maybe))).
That's not cool at all.
What the flying fuck!? I did not know this.
I always tried to defend Apple in all Apple News threads, but this...
This is just fucked up. Fuck you Apple.
Why am I not surprised
Everyone sue Apple, let them have a taste of their own medicine.
inb4 Apple says other people do it too.
Track them criminals.
[QUOTE=PyroCF;29317651]Everyone sue Apple, let them have a taste of their own medicine.
inb4 Apple says other people do it too.[/QUOTE]
Then we sue the other people too.
Why would Apple include such a feature?
[QUOTE=cqbcat;29317854]Why would Apple include such a feature?[/QUOTE]
because they're idiots who don't know how to program secure software
doesn't really surprise me that apple would do this
[QUOTE=Generic.Monk;29317907]because they're idiots who don't know how to program secure software
doesn't really surprise me that apple would do this[/QUOTE]
Hint Hint:Macs don't get viruses :smug:
lol
[QUOTE=cqbcat;29317854]Why would Apple include such a feature?[/QUOTE]
It's not about why, it's about why not. You ask: Why would Apple include such a feature? I say: Why not marry non-privacy-invading features if you love them so much.
To play devil's advocate, I would imagine a lot of other phones do this, if not every cell phone. I am guessing the reason why it's done is to cache the cellular tower location information in the phone based on the user's location.
The bad part about it is that Apple collects the data, and that it's easily accessible from the phone.
I've dumped mine. There's a WifiLocation column in the db - it seems to be collecting the location of hotspots. Since I've just reset my iPT I can't tell whether it's gathering unique information for each hotspot or not.
[QUOTE=Master117;29318238]To play devil's advocate, I would imagine a lot of other phones do this, if not every cell phone. I am guessing the reason why it's done is to cache the cellular tower location information in the phone based on the user's location.
The bad part about it is that Apple collects the data, and that it's easily accessible from the phone.[/QUOTE]
The cellphones would have no reason to timestamp the data and keep it (apparently) forever if it was only for caching data about towers. And I don't think they even do that anyway.
[QUOTE=PyroCF;29317651]inb4 Apple says other people do it too.[/QUOTE]
Cool
Sue them too
Righto, calm down, it's unique information for each router found. It's not tracking your location over time or you'd see dupes. Here's the transcript, errors and all - the important part is the uniq -d at the end which searches for duplicate MAC rows. There are none.
[code]dLast login: Tue Apr 19 23:24:35 on console
TURING:~ Nick$ cd downloads
TURING:downloads Nick$ iphonels.py
-bash: iphonels.py: command not found
TURING:downloads Nick$ ./iphonebackupdb.py
-bash: ./iphonebackupdb.py: Permission denied
TURING:downloads Nick$ chmod +x iphonebackupdb.py
TURING:downloads Nick$ ./iphonebackupdb.py
Traceback (most recent call last):
File "./iphonebackupdb.py", line 45, in <module>
import ms.debug, ms.util
ImportError: No module named ms.debug
TURING:downloads Nick$ cd ..
TURING:~ Nick$ cd documents
TURING:documents Nick$ chmod +x iphonels.py
chmod: iphonels.py: No such file or directory
TURING:documents Nick$ cd ..
TURING:~ Nick$ cd downloads
TURING:downloads Nick$ chmod +x iphonels.py
TURING:downloads Nick$ ./iphonels.py
Traceback (most recent call last):
File "./iphonels.py", line 79, in <module>
mbdb_offset, mbdb_filename = process_mbdb_file("Manifest.mbdb")
File "./iphonels.py", line 18, in process_mbdb_file
data = open(filename).read()
IOError: [Errno 2] No such file or directory: 'Manifest.mbdb'
TURING:downloads Nick$ cd ..
TURING:~ Nick$ cd ..
TURING:Users Nick$ cd nick
TURING:nick Nick$ cd library
TURING:library Nick$ cd application\ support
TURING:application support Nick$ cd mobilesync
TURING:mobilesync Nick$ ls
Backup
TURING:mobilesync Nick$ cd backup
TURING:backup Nick$ ls
56992cb505c5ce45a7128482f7bb8f9e46f969a3
56992cb505c5ce45a7128482f7bb8f9e46f969a3-20110420-063549
7f6e91e919f3f2fbe4ca2dcfe34896cfbf270729
TURING:backup Nick$ cd 56992cb505c5ce45a7128482f7bb8f9e46f969a3
TURING:56992cb505c5ce45a7128482f7bb8f9e46f969a3 Nick$ ~/Downloads/iphonels.py
RootDomain::Library <-> cdef2c79ae26d17cca06dac3d082020b0611809f
HomeDomain::Library/Preferences/com.apple.certui.plist <-> 45873380d5dd41223b6716dd27bfaa7e9fbba5fa
WirelessDomain::Library/CallHistory <-> e162158d4af26b0b25530b86a174007d3a9b8848
HomeDomain::Library/Preferences/com.apple.accountsettings.plist <-> 5fd03a33c2a31106503589573045150c740721dd
MediaDomain::Media/Recordings <-> 5fc90d0ef2e4ffb0f7634cc09686c90386ca4360
HomeDomain::Library/Logs <-> d24018eb460fb487fabff866d7d5b3e190d632b7
HomeDomain::Library/SMS/sms.db <-> 3d0d7e5fb2ce288813306e4d4636395e047a3d28
HomeDomain::Library/Caches/Safari/Thumbnails <-> 7c088e78180eeef832afb3692d4358ebfae127bc
MediaDomain::Media/PhotoData/Photos.sqlite <-> bedec6d42efe57123676bfa31e98ab68b713195f
HomeDomain::Library/ConfigurationProfiles/ProfileTruth.plist <-> f7bbe63e61427d2ee896496f5726b81289cfda38
MediaDomain::Media/PhotoData <-> 2857a36ddc4ae8e7e3cf54f84f2d63d232227d4f
HomeDomain::Library/Cookies/com.apple.itunesstored.2.sqlitedb <-> 462db712aa8d833ff164035c1244726c477891bd
RootDomain::Library/Caches/locationd/consolidated.db <-> 4096c9ec676f2847dc283405900e284a7c815836
HomeDomain::Library/Calendar/Calendar.sqlitedb <-> 2041457d5fe04d39d0ab481178355df6781e6858
MediaDomain:: <-> 5e55e495dba2d2fa7e4a7904dca664d31071583b
HomeDomain::Library/Preferences/com.apple.calculator.plist <-> 1107041dfe997fed991d9a5421788bd94f94f940
HomeDomain::Library/Notes/notes.sqlite <-> ca3bc056d4da0bbf88b5fb3be254f3b7147e639c
KeychainDomain:: <-> 99ca4cf9b3ab77ae82d8c06cc1441806565308fd
HomeDomain::Library/Preferences/com.apple.mobilecal.plist <-> d351344f01cbe4900c9e981d1fb7ea5614e7c2e5
HomeDomain::Library/Keyboard <-> 2fd64d8aaffcdbe9b09fcdfc76f40b5c727af7f3
HomeDomain::Library/Mail/AutoFetchEnabled <-> c58045292621673cabe64aa6050921a2f4807851
HomeDomain::Library/Notes <-> 762c82290489ffafd68f8cd0cb1ad1f38458f54f
HomeDomain::Library/Preferences/com.apple.Preferences.plist <-> 36eb88809db6179b2fda77099cefce12792f0889
MediaDomain::Library <-> 540224b1888fe2d1a3c8d597a188d37fc4e4553a
HomeDomain::Library/Safari/SuspendState.plist <-> 9281049ff1d27f1129c0bd17a95c863350e6f5a2
WirelessDomain::Library <-> a60484171a8085c5c78524aa6336677e2349c9d2
MobileDeviceDomain:: <-> 31e32a3b1fa7eb2246e724ce82995bfc70afb8a1
KeychainDomain::ocspcache.sqlite3 <-> f936b60c64de096db559922b70a23faa8db75dbd
HomeDomain::Library/Preferences/com.apple.itunesstored.plist <-> 5cfa9db121949c3bf3b889caefc8d5ba766dbd09
HomeDomain::Library/Preferences/com.apple.AdLib.plist <-> f968421bd39a938ba456ef7aa096f8627662b74a
SystemPreferencesDomain::SystemConfiguration/com.apple.AutoWake.plist <-> ea4f4a1a45ab93a97917e22dd28d298d78686dd4
SystemPreferencesDomain::SystemConfiguration/com.apple.wifi.plist <-> ade0340f576ee14793c607073bd7e8e409af07a8
WirelessDomain::Library/Preferences/com.apple.commcenter.plist <-> bfecaa9c467e3acb085a5b312bd27bdd5cd7579a
KeychainDomain::keychain-backup.plist <-> 51a4616e576dd33cd2abadfea874eb8ff246bf0e
HomeDomain::Library/Preferences/com.apple.mobilesafari.plist <-> bd38afa30b5a43c146db02a46ee11d82cdc817fe
MediaDomain::Media/PhotoData/com.apple.photos.caches_metadata.plist <-> 49879eed0765eb713eb4f3898391e36b419b46da
WirelessDomain::Library/CallHistory/call_history.db <-> 2b2b0084a1bc3a5ac8c27afdf14afb42c61a19ca
MediaDomain::Media <-> 8a87569fbfd3b510bafe78ba05829b646014e49b
HomeDomain::Library/Preferences/com.apple.appleaccount.plist <-> 2be5c6ca80002c2dfed22595ad659df2b9a0a959
RootDomain::Library/Caches/locationd <-> 5a20a95d7b48855a58c8f3f23102bf68708c1488
MediaDomain::Media/DCIM <-> f13001a61e4c0636431855fdde1300532b8f4c58
HomeDomain::Library/SpringBoard/LockBackground.cpbitmap <-> 86736007d0166a18c646c567279b75093fc066fe
RootDomain::Library/Caches <-> bf16c2779632a068e559cf7b1c6f0a14d4975440
HomeDomain::Library/Preferences/com.apple.preferences.datetime.plist <-> 3c54cb1e89c54d3c09664c5b8311c0a00f9ea06e
HomeDomain::Library/MobileInstallation <-> 436aadfe7eaef0b0097b548bacc4f719a0bdf49e
AppDomain-com.applidium.falldown::Library/Preferences/com.apple.AdLib.plist <-> 3690910969b67bc1d010cccd13e5a6f447135bea
HomeDomain::Library/YouTube <-> a3489076a2db42ad2ebc9a1234a371ed7e59c418
HomeDomain::Library/AddressBook/AddressBookImages.sqlitedb <-> cd6702cea29fe89cf280a76794405adb17f9a0ee
HomeDomain::Library/Safari/History.plist <-> 1d6740792a2b845f4c1e6220c43906d7f0afe8ab
SystemPreferencesDomain:: <-> d617fea4d6349ca13e8e3fb6758369b48e573bfd
KeychainDomain::TrustStore.sqlite3 <-> 61c8b15a0110ab17d1b7467c3a042eb1458426c6
MediaDomain::Library/SMS <-> 003f52579f0ae40aaee7f066aae75505a9d7e002
HomeDomain::Library/ConfigurationProfiles/PublicInfo <-> cf93e2b0d390162f9409f3734310ab11d3abff2a
HomeDomain::Library/ConfigurationProfiles/UserSettings.plist <-> 3432b051212e4311c705efa56fc4db8c58aed802
AppDomain-com.applidium.falldown::Library/Preferences <-> afff344f59b1c110e7c8f63286bf84bb3ce423ca
RootDomain::Library/Caches/locationd/clients.plist <-> a690d7769cce8904ca2b67320b107c8fe5f79412
HomeDomain::Library/Preferences/com.apple.mobile.SyncMigrator.plist <-> 35bd84cceb82d804a3eefd3b9452fb49f5b05b9b
AppDomain-com.applidium.falldown::Library <-> 66ffa1fe171107c109bb032b5433a307526278a2
HomeDomain::Library/Preferences/com.apple.youtubeframework.plist <-> ebac610725d6312eaae3d82eff7e9389eee437db
HomeDomain::Library/AddressBook <-> a04420b16aaf4552906cd9412ca40cec2784d181
HomeDomain::Library/Preferences/com.apple.apsd.plist <-> cfa63c2cb0fd80843034e75395ea3be8d1ba6529
HomeDomain::Library/ConfigurationProfiles/PayloadManifest.plist <-> 45b1a377feee16fa8e2fbf128469e2b9e5403e6f
HomeDomain::Library/Preferences/com.apple.AdSheetPhone.plist <-> 3626b20aef259a111a96ba1a84ca051043202f85
MediaDomain::Media/PhotoData/Videos <-> 90fd5698e712b7b14049a3bcdbd73f2f61a6dc02
HomeDomain::Library/Preferences/com.apple.mobileipod.plist <-> 59445c4fae86445d6326f08d3c3bcf7b60ac54d3
HomeDomain::Library <-> c159d5c126017800b79c85665222fbe894c3dd77
AppDomain-com.gameloft.GTRacingFreemium::Library <-> 5800dcccfdab07b2402ce869a0f42e6f82e3de1d
HomeDomain::Library/Preferences/com.apple.AppStore.plist <-> 7354d391d6afddc09cc9fd7c1196aec38ba29e7c
HomeDomain::Library/SMS <-> 216b7d745005532012e7e1c9957c7688692fd939
HomeDomain::Library/Calendar <-> 2f036324328a3b981b1391f7d34f4dc0f03fe12f
SystemPreferencesDomain::SystemConfiguration/com.apple.PowerManagement.plist <-> 06642c767b9d974f12af8d72212b766709ba08fe
ManagedPreferencesDomain:: <-> e51d6639718a2a7cccbd7a6087b7fe8a6fc2908f
HomeDomain::Library/ConfigurationProfiles/PublicInfo/MCMeta.plist <-> 10c0b06595e6ff4e95ee09e742f9797c5367385e
MediaDomain::Media/DCIM/.MISC/Info.plist <-> caf21bedb3c685e877c836bca3a07342d41d7638
MediaDomain::Media/PhotoData/PhotosAux.sqlite <-> 0fc8189497f46a2e2511c846acbbb318d3a43ec3
HomeDomain::Library/Safari/Bookmarks.db <-> d1f062e2da26192a6625d968274bfda8d07821e4
SystemPreferencesDomain::SystemConfiguration/com.apple.network.identification.plist <-> 3ea0280c7d1bd352397fc658b2328a7f3b124f3b
HomeDomain::Library/Preferences/com.apple.apsd.launchd <-> a99bac2cd4c77bf371d68456638fc94418302892
HomeDomain::Library/Caches/Safari <-> 26361e12787540a113a1c3c8b9dff7c1e7478430
SystemPreferencesDomain::SystemConfiguration/com.apple.mobilegestalt.plist <-> 13fcec800c483aa9cc21b0f0e731757ac0f2dea9
HomeDomain::Library/Preferences <-> 5f5e43af7970eafdc1329b189f273793e709c809
RootDomain:: <-> 8c2c562c569fb83e7055fc23746594bcb78facc8
WirelessDomain:: <-> 2dd601116b23bd65c90853f38fd12a23867c4a6f
HomeDomain::Library/Caches/Safari/Thumbnails/6BA31ACF-A670-4259-8E1D-CF47D3D62AE1.png <-> f7d8139b85412752048e8b9867406220384b8f3d
HomeDomain::Library/com.apple.itunesstored <-> b7abd31ea5dbb854b9bc373d5faeeac261f778aa
HomeDomain::Library/Preferences/com.apple.itdbprep.server.plist <-> 4200286b2cd65ba25790384d03c1ed0718d97840
AppDomain-com.gameloft.GTRacingFreemium::Library/Preferences/com.apple.PeoplePicker.plist <-> 4994c8dac7d3da6f5e43f0819aa420aa31b1dfe6
AppDomain-com.applidium.falldown::Library/Preferences/com.applidium.falldown.plist <-> 25878bceaa72efb5c63d51214f065b5734637223
HomeDomain::Library/Cookies/Cookies.binarycookies <-> fdda2f81cc0b838dc00e3050b14da7ef2d835f3c
HomeDomain::Library/SpringBoard/LockBackgroundThumbnail.jpg <-> 7ddb1ea8c09e5baae5e2d2ecac604a4e4e3087de
HomeDomain::Library/AddressBook/AddressBook.sqlitedb <-> 31bb7ba8914766d4ba40d6dfb6113c8b614be442
ManagedPreferencesDomain::mobile <-> d6d221f4020bb4c305522016822b3f70a783a2ff
HomeDomain::Library/Caches <-> a6a400e9db7da877fbc7189597324f648bd16314
HomeDomain::Library/Preferences/com.apple.MobileSMS.plist <-> 7ff7fe545440ab72b1570232d0ed81b84a5334dd
HomeDomain::Library/Preferences/com.apple.imservice.FaceTime.plist <-> 0fbbd41630bdc55cb0b46cfaf672f68878698da5
HomeDomain::Library/Preferences/com.apple.mobilecal.alarmengine.plist <-> 2fdcd655b0ad22cb9c4caf388f44fe6185f9556c
MediaDomain::Media/DCIM/.MISC <-> 588ca2b9479a30e008e824dd801e3c4f5c947631
HomeDomain::Library/Preferences/com.apple.springboard.plist <-> 662bc19b13aecef58a7e855d0316e4cf61e2642b
AppDomain-com.gameloft.GTRacingFreemium::Library/Preferences/.GlobalPreferences.plist <-> 5ac08981a65d6e6d060c6ee7b1c34d5bfa673fca
HomeDomain::Library/Preferences/.GlobalPreferences.plist <-> 0dc926a1810f7aee4e8f38793ed788701f93bf9d
MediaDomain::Media/PhotoData/Thumbnails/120x120.ithmb <-> d29f4fbba1c2a95d92b05d53c1b9c967df6e02d5
AppDomain-com.applidium.falldown::Library/Preferences/com.apple.PeoplePicker.plist <-> 37f91a8223544f9a4161a6a53319c5fe63b12b98
RootDomain::Library/Caches/locationd/gyroCal.db <-> 8896671f94fe1f6dc638d66154c4799ebd07f7d3
HomeDomain::Library/com.apple.itunesstored/itunesstored2.sqlitedb <-> 9143d986a77ab8cf5878e4e9ac80627477eb6674
HomeDomain::Library/Preferences/com.apple.dataaccess.dataaccessd.plist <-> 7d01c88595369be97f7fc73b6d071ea09bb1d9fd
SystemPreferencesDomain::SystemConfiguration <-> 0d2c57fc8aa799f63191b18e70519ee71bcca133
MediaDomain::Media/PhotoData/Thumbnails/158x158.ithmb <-> c7813fa37817a9fb69dfd64993ca2cf91171ae9d
HomeDomain::Library/Preferences/com.apple.celestial.plist <-> 76fb3c685d422334fd25d9777d64db74af7cb25a
HomeDomain::Library/Preferences/com.apple.youtube.plist <-> 5d04e8e7049cdf56df0bf824820cddb1db08a8e2
HomeDomain::Library/ConfigurationProfiles/PublicInfo/EffectiveUserSettings.plist <-> f23461ec2e507af102a699e5e1fb5080608024b5
HomeDomain:: <-> 70765829101933f25994c71bbee6dfd685535bff
HomeDomain::Library/Voicemail <-> 6ea4e49ab0710cfcbf652248fefe88aed432de7f
HomeDomain::Library/com.apple.itunesstored/itunesstored_private.sqlitedb <-> 80c42a429a2e9877c4972b1e1ae246efc55f9c3c
HomeDomain::Library/Logs/ADDataStore.sqlitedb <-> 3953d95b549560c2f4c7d7924480cb7fbf739dfe
HomeDomain::Library/Preferences/com.apple.LaunchServices.plist <-> 31f94b88d26e40134ca28c158995b88d1028971b
MediaDomain::Media/PhotoData/Thumbnails/thumbnailConfiguration <-> edeb88d31c5904cdb47881ebf0b1cd8310a6ea93
AppDomain-com.gameloft.GTRacingFreemium::Library/Preferences <-> 3bd3e50cf5dc973b76b96c6ab9054081076fd19b
HomeDomain::Library/Cookies/com.apple.iAd.cookiedb <-> 5ad34b920f3e835b3a8a8abfc492e4c281b3c65e
HomeDomain::Library/Keyboard/dynamic-text.dat <-> 0b68edc697a550c9b977b77cd012fa9a0557dfcb
HomeDomain::Library/ConfigurationProfiles/MCDataMigration.plist <-> d1c4ed94e4c4421c3093d117201ac557f1ee5236
WirelessDomain::Library/Preferences <-> 63ad2f4776fc2eb38d1f5f60c16bf44318928980
AppDomain-com.applidium.falldown::Library/Preferences/.GlobalPreferences.plist <-> d0a179209a522315abd762c01b905f89188caf7d
HomeDomain::Library/Mail <-> 3e4e0d50e4dd7609179f0b4ce6a32e00f351acdc
AppDomain-com.gameloft.GTRacingFreemium:: <-> a8ffed1015bcbecb1c5e31b4dedd49890f9a63ea
HomeDomain::Library/WebClips <-> af7dd0220fb317e262256830100ba4d1c02a56ae
MediaDomain::Media/iTunes_Control <-> 3ffed5381c8a32a9034f975357cbfd8707bc75d7
HomeDomain::Library/ConfigurationProfiles <-> b640f7a0b8471d8f48bc14b96d154d34638dd234
HomeDomain::Library/Cookies <-> 18174053c0de10175f974ef86bddbfcf4218513f
HomeDomain::Library/Voicemail/voicemail.db <-> 992df473bbb9e132f4b3b6e4d33f72171e97bc7a
HomeDomain::Library/Notes/notes.idx <-> fb520955c98189505f20d2af90a46a1ced8c2e9c
MediaDomain::Media/PhotoData/Thumbnails <-> 5e59d78d35322c742ebf6eae64a825493ad24b2a
HomeDomain::Library/WebKit <-> 69042263cb19aba63392dc0ba2cb5082d6f8d3c6
SystemPreferencesDomain::SystemConfiguration/preferences.plist <-> 8218978e4ab0a48035bb92653145a6be872ea858
HomeDomain::Library/Safari <-> 71b47393f145c6d844a8e4f89515085adcd36ded
MediaDomain::Media/PhotoData/MISC <-> e121f23effcc699253604acf37371a6a00a6cb09
HomeDomain::Library/SpringBoard/applicationstate.plist <-> 40f85bf64e662a9fad385d4ae4c56352a2355443
HomeDomain::Library/SpringBoard <-> ce5b1dd37e8984a7aedef0610f5bf652040b5f9c
HomeDomain::Library/SpringBoard/IconState.plist <-> aeacdfd9fadbbe56548a40e02b7685d324050e54
AppDomain-com.applidium.falldown:: <-> 6067dd1ff957cc91348d3272c638f1672b189dc8
MobileDeviceDomain::ProvisioningProfiles <-> 47c02285c8fc48881345d375119db2849f4b5ad3
TURING:56992cb505c5ce45a7128482f7bb8f9e46f969a3 Nick$ ~/Downloads/iphonels.py | grep -i consolidated
RootDomain::Library/Caches/locationd/consolidated.db <-> 4096c9ec676f2847dc283405900e284a7c815836
TURING:56992cb505c5ce45a7128482f7bb8f9e46f969a3 Nick$ cp 4096c9ec676f2847dc283405900e284a7c815836 ~/Downloads/foo.db
TURING:56992cb505c5ce45a7128482f7bb8f9e46f969a3 Nick$ cd ~/Downloads
TURING:Downloads Nick$ sqlite3
SQLite version 3.6.12
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> .quite
unknown command or invalid arguments: "quite". Enter ".help" for help
sqlite> .quit
TURING:Downloads Nick$ sqlite3 foo.db
SQLite version 3.6.12
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> .help
.backup ?DB? FILE Backup DB (default "main") to FILE
.bail ON|OFF Stop after hitting an error. Default OFF
.databases List names and files of attached databases
.dump ?TABLE? ... Dump the database in an SQL text format
.echo ON|OFF Turn command echo on or off
.exit Exit this program
.explain ON|OFF Turn output mode suitable for EXPLAIN on or off.
.genfkey ?OPTIONS? Options are:
--no-drop: Do not drop old fkey triggers.
--ignore-errors: Ignore tables with fkey errors
--exec: Execute generated SQL immediately
See file tool/genfkey.README in the source
distribution for further information.
.header(s) ON|OFF Turn display of headers on or off
.help Show this message
.import FILE TABLE Import data from FILE into TABLE
.indices TABLE Show names of all indices on TABLE
.mode MODE ?TABLE? Set output mode where MODE is one of:
csv Comma-separated values
column Left-aligned columns. (See .width)
html HTML <table> code
insert SQL insert statements for TABLE
line One value per line
list Values delimited by .separator string
tabs Tab-separated values
tcl TCL list elements
.nullvalue STRING Print STRING in place of NULL values
.output FILENAME Send output to FILENAME
.output stdout Send output to the screen
.prompt MAIN CONTINUE Replace the standard prompts
.quit Exit this program
.read FILENAME Execute SQL in FILENAME
.restore ?DB? FILE Restore content of DB (default "main") from FILE
.schema ?TABLE? Show the CREATE statements
.separator STRING Change separator used by output mode and .import
.show Show the current values for various settings
.tables ?PATTERN? List names of tables matching a LIKE pattern
.timeout MS Try opening locked tables for MS milliseconds
.timer ON|OFF Turn the CPU timer measurement on or off
.width NUM NUM ... Set column widths for "column" mode
sqlite> .tables
CdmaCellLocation CdmaCellLocationLocalCounts
CdmaCellLocationBoxes Cell
CdmaCellLocationBoxes_node CellLocation
CdmaCellLocationBoxes_parent CellLocationBoxes
CdmaCellLocationBoxes_rowid CellLocationBoxes_node
CdmaCellLocationCounts CellLocationBoxes_parent
CdmaCellLocationHarvest CellLocationBoxes_rowid
CdmaCellLocationHarvestCounts CellLocationCounts
CdmaCellLocationLocal Location
CdmaCellLocationLocalBoxes TableInfo
CdmaCellLocationLocalBoxes_node Wifi
CdmaCellLocationLocalBoxes_parent WifiLocation
CdmaCellLocationLocalBoxes_rowid WifiLocationCounts
sqlite> select * from Wifi
...> ;
sqlite> select * from WifiLocation
...> ;
0:1f:a4:b4:5d:dc|323969617.978025|13.66334944|100.67221701|50.0|0.0|-1.0|-1.0|-1.0|50
0:1e:e5:95:aa:1a|323969617.978025|13.66389477|100.67206889|84.0|0.0|-1.0|-1.0|-1.0|50
0:18:39:a1:b9:3e|323969617.978025|13.664846|100.67098498|58.0|0.0|-1.0|-1.0|-1.0|50
0:2:6f:89:8c:cb|323969617.978025|13.66490501|100.67096263|51.0|0.0|-1.0|-1.0|-1.0|50
0:24:17:3b:6f:5|323969617.978025|13.6650896|100.67325931|50.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:b4:50:ca|323969617.978025|13.66223096|100.67013388|50.0|0.0|-1.0|-1.0|-1.0|50
0:25:9c:cb:5e:e6|323969617.978025|13.66136169|100.67360287|70.0|0.0|-1.0|-1.0|-1.0|50
0:25:9c:cb:5f:9a|323969617.978025|13.66126048|100.67387217|58.0|0.0|-1.0|-1.0|-1.0|50
0:22:75:ac:31:ae|323969617.978025|13.66571295|100.67325913|78.0|0.0|-1.0|-1.0|-1.0|50
0:4:ed:d3:11:47|323969617.978025|13.66114866|100.67381888|79.0|0.0|-1.0|-1.0|-1.0|50
0:23:69:f6:4a:7c|323969617.978025|13.66573661|100.67330825|102.0|0.0|-1.0|-1.0|-1.0|50
50:67:f0:9c:3b:94|323969617.978025|13.66115051|100.67388737|50.0|0.0|-1.0|-1.0|-1.0|50
0:e0:4d:b9:4d:bc|323969617.978025|13.66134423|100.67416137|50.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:b5:71:6f|323969617.978025|13.66588449|100.67333137|77.0|0.0|-1.0|-1.0|-1.0|50
f8:1e:df:fd:9e:80|323969617.978025|13.6659497|100.67326849|50.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:ba:e7:6e|323969617.978025|13.66602003|100.6732918|51.0|0.0|-1.0|-1.0|-1.0|50
0:26:5a:bb:e2:37|323969617.978025|13.66033869|100.67203384|50.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:ad:6f:e1|323969617.978025|13.66086637|100.67040711|92.0|0.0|-1.0|-1.0|-1.0|50
50:67:f0:91:62:18|323969617.978025|13.6603136|100.67201936|50.0|0.0|-1.0|-1.0|-1.0|50
0:22:2d:41:52:b1|323969617.978025|13.66028577|100.67200118|50.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:96:15:1c|323969617.978025|13.66027832|100.67208033|50.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:b4:53:6f|323969617.978025|13.66027748|100.67206627|50.0|0.0|-1.0|-1.0|-1.0|50
0:24:1:bc:c5:22|323969617.978025|13.66027218|100.67204988|50.0|0.0|-1.0|-1.0|-1.0|50
0:1e:e3:ee:2c:cc|323969617.978025|13.66216415|100.66930061|70.0|0.0|-1.0|-1.0|-1.0|50
0:25:86:d0:70:64|323969617.978025|13.66026097|100.67203569|50.0|0.0|-1.0|-1.0|-1.0|50
0:4:ed:d2:d4:3c|323969617.978025|13.66025471|100.67209517|50.0|0.0|-1.0|-1.0|-1.0|50
1c:af:f7:b6:5a:62|323969617.978025|13.66131395|100.66974759|51.0|0.0|-1.0|-1.0|-1.0|50
4:22:cf:5:3d:69|323969617.978025|13.66074299|100.67399328|50.0|0.0|-1.0|-1.0|-1.0|50
0:1b:11:3d:9b:a|323969617.978025|13.66014188|100.67211997|100.0|0.0|-1.0|-1.0|-1.0|50
2:22:cf:5:3d:69|323969617.978025|13.66069251|100.67406708|57.0|0.0|-1.0|-1.0|-1.0|50
0:2:cf:ed:12:64|323969617.978025|13.66112947|100.66958332|59.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:bc:22:3b|323969617.978025|13.66228872|100.66881388|50.0|0.0|-1.0|-1.0|-1.0|50
0:1f:9f:6d:9a:fd|323969617.978025|13.6603797|100.67027461|54.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:9d:5b:75|323969617.978025|13.66231858|100.66870009|50.0|0.0|-1.0|-1.0|-1.0|50
0:2:cf:e7:46:ed|323969617.978025|13.66024363|100.67034769|50.0|0.0|-1.0|-1.0|-1.0|50
0:1f:9f:6d:9a:f7|323969617.978025|13.66023504|100.67035037|50.0|0.0|-1.0|-1.0|-1.0|50
0:1f:9f:6d:98:d9|323969617.978025|13.66042268|100.67002654|58.0|0.0|-1.0|-1.0|-1.0|50
40:4a:3:43:d1:74|323969617.978025|13.66021633|100.67033743|50.0|0.0|-1.0|-1.0|-1.0|50
0:c:41:36:b2:d5|323969617.978025|13.6619938|100.66874331|85.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:a1:5e:8b|323969617.978025|13.66203808|100.66867625|62.0|0.0|-1.0|-1.0|-1.0|50
0:1a:70:4c:df:f1|323969617.978025|13.6620962|100.66855549|188.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:c6:ed:e9|323969617.978025|13.66314047|100.66828203|92.0|0.0|-1.0|-1.0|-1.0|50
0:11:6b:16:50:96|323969617.978025|13.66030675|100.66959857|50.0|0.0|-1.0|-1.0|-1.0|50
0:1f:9f:6d:9d:a7|323969617.978025|13.66006886|100.66988945|74.0|0.0|-1.0|-1.0|-1.0|50
0:1c:df:83:fb:15|323969617.978025|13.66157215|100.66855782|50.0|0.0|-1.0|-1.0|-1.0|50
0:4:ed:b7:d9:77|323969617.978025|13.66162043|100.66851049|83.0|0.0|-1.0|-1.0|-1.0|50
74:ea:3a:d2:88:69|323969617.978025|13.66023594|100.66960293|50.0|0.0|-1.0|-1.0|-1.0|50
0:11:95:9a:ed:32|323969617.978025|13.6603893|100.66926068|91.0|0.0|-1.0|-1.0|-1.0|50
0:22:2d:40:27:1|323969617.978025|13.66018515|100.66939479|50.0|0.0|-1.0|-1.0|-1.0|50
50:67:f0:a1:5f:14|323969617.978025|13.66015863|100.66939502|56.0|0.0|-1.0|-1.0|-1.0|50
0:2:6f:6e:de:4a|323969617.978025|13.6599099|100.66958266|97.0|0.0|-1.0|-1.0|-1.0|50
0:2:6f:6e:e0:72|323969617.978025|13.66006511|100.66937172|50.0|0.0|-1.0|-1.0|-1.0|50
0:4:ed:ba:27:4a|323969617.978025|13.65907603|100.6716659|50.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:ac:92:5c|323969617.978025|13.66084313|100.67574518|50.0|0.0|-1.0|-1.0|-1.0|50
40:4a:3:7d:94:af|323969617.978025|13.66197448|100.667997|59.0|0.0|-1.0|-1.0|-1.0|50
0:2:cf:d8:32:e0|323969617.978025|13.65983974|100.66942018|50.0|0.0|-1.0|-1.0|-1.0|50
98:fc:11:40:9c:4c|323969617.978025|13.65985918|100.66934347|50.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:8e:ef:16|323969617.978025|13.65977454|100.66940063|50.0|0.0|-1.0|-1.0|-1.0|50
0:18:f8:be:4d:42|323969617.978025|13.65980404|100.66926676|50.0|0.0|-1.0|-1.0|-1.0|50
98:fc:11:40:9c:c0|323969617.978025|13.65975248|100.66933161|53.0|0.0|-1.0|-1.0|-1.0|50
0:4:ed:d2:94:ad|323969617.978025|13.65966773|100.66942572|50.0|0.0|-1.0|-1.0|-1.0|50
98:fc:11:40:9c:be|323969617.978025|13.6597473|100.66930121|77.0|0.0|-1.0|-1.0|-1.0|50
c0:c1:c0:22:75:36|323969617.978025|13.66647082|100.66887199|50.0|0.0|-1.0|-1.0|-1.0|50
0:f:3d:b0:ed:8c|323969617.978025|13.66659629|100.66886323|50.0|0.0|-1.0|-1.0|-1.0|50
20:cf:30:c6:37:ce|323969617.978025|13.66660636|100.66887086|50.0|0.0|-1.0|-1.0|-1.0|50
0:2:cf:d4:46:9f|323969617.978025|13.66648703|100.66873174|54.0|0.0|-1.0|-1.0|-1.0|50
0:4:ed:d0:bc:ed|323969617.978025|13.65938162|100.6695683|80.0|0.0|-1.0|-1.0|-1.0|50
0:26:44:6:d:8f|323969617.978025|13.65922856|100.66982966|50.0|0.0|-1.0|-1.0|-1.0|50
0:1e:58:c0:5:b8|323969617.978025|13.66656368|100.66872316|50.0|0.0|-1.0|-1.0|-1.0|50
94:44:52:1c:f6:4a|323969617.978025|13.66661655|100.66875904|50.0|0.0|-1.0|-1.0|-1.0|50
2:1f:c6:2a:7:da|323969617.978025|13.66679757|100.66894561|73.0|0.0|-1.0|-1.0|-1.0|50
0:1c:f0:df:39:29|323969617.978025|13.65918934|100.66975033|50.0|0.0|-1.0|-1.0|-1.0|50
0:4:ed:b0:fd:d5|323969617.978025|13.66241466|100.66734045|50.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:bb:9a:2c|323969617.978025|13.65904474|100.66981554|58.0|0.0|-1.0|-1.0|-1.0|50
0:13:46:9e:9b:a|323969617.978025|13.66577517|100.67652422|50.0|0.0|-1.0|-1.0|-1.0|50
0:4:ed:ab:8b:de|323969617.978025|13.66238462|100.66711306|50.0|0.0|-1.0|-1.0|-1.0|50
d8:5d:4c:c5:bf:bc|323969617.978025|13.6658591|100.67673033|123.0|0.0|-1.0|-1.0|-1.0|50
0:22:6b:e2:20:bb|323969617.978025|13.66590213|100.67675763|50.0|0.0|-1.0|-1.0|-1.0|50
0:22:b0:96:8:fc|323969617.978025|13.66321337|100.66686892|79.0|0.0|-1.0|-1.0|-1.0|50
50:67:f0:91:5d:92|323969617.978025|13.66622078|100.66781115|127.0|0.0|-1.0|-1.0|-1.0|50
0:24:17:2e:65:c9|323969617.978025|13.66237241|100.66692966|50.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:b8:b8:cb|323969617.978025|13.66234159|100.66692262|50.0|0.0|-1.0|-1.0|-1.0|50
0:4:ed:a8:81:c7|323969617.978025|13.66317421|100.6668291|50.0|0.0|-1.0|-1.0|-1.0|50
0:25:86:cf:de:20|323969617.978025|13.66244971|100.66684031|73.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:c2:24:2d|323969617.978025|13.66224581|100.66685539|52.0|0.0|-1.0|-1.0|-1.0|50
d8:5d:4c:c5:19:41|323969617.978025|13.66857767|100.67265129|50.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:89:9b:4e|323969617.978025|13.66861224|100.67255347|148.0|0.0|-1.0|-1.0|-1.0|50
0:90:cc:e6:5e:4|323969617.978025|13.66863805|100.67175823|50.0|0.0|-1.0|-1.0|-1.0|50
40:4a:3:d9:89:51|323969617.978025|13.6687026|100.67162913|50.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:83:ca:d6|323969617.978025|13.66872078|100.67248207|84.0|0.0|-1.0|-1.0|-1.0|50
0:1e:e3:ee:3d:73|323969617.978025|13.6687498|100.67162954|65.0|0.0|-1.0|-1.0|-1.0|50
0:25:86:b9:ad:86|323969617.978025|13.66194969|100.66671437|65.0|0.0|-1.0|-1.0|-1.0|50
0:1c:df:84:2f:bf|323969617.978025|13.6616885|100.66658705|50.0|0.0|-1.0|-1.0|-1.0|50
0:24:1:bc:dc:33|323969617.978025|13.66164225|100.66652089|50.0|0.0|-1.0|-1.0|-1.0|50
c0:c1:c0:2b:83:dd|323969617.978025|13.66259062|100.66621714|85.0|0.0|-1.0|-1.0|-1.0|50
74:ea:3a:d2:9a:b5|323969617.978025|13.66256105|100.6661905|50.0|0.0|-1.0|-1.0|-1.0|50
0:15:6d:7c:3b:dc|323969617.978025|13.66256123|100.66616129|50.0|0.0|-1.0|-1.0|-1.0|50
1c:af:f7:4f:47:56|323969617.978025|13.66267275|100.66613101|50.0|0.0|-1.0|-1.0|-1.0|50
c0:c1:c0:2b:82:e1|323969617.978025|13.66261321|100.66611152|98.0|0.0|-1.0|-1.0|-1.0|50
0:15:6d:68:d0:8d|323969617.978025|13.66259056|100.66610914|50.0|0.0|-1.0|-1.0|-1.0|50
0:d:54:fb:e4:f0|323969617.978025|13.66187411|100.66622132|59.0|0.0|-1.0|-1.0|-1.0|50
0:22:b0:94:84:a2|323969617.978025|13.66914832|100.67097604|50.0|0.0|-1.0|-1.0|-1.0|50
0:1c:df:c5:a:a3|323969617.978025|13.6663388|100.6774677|50.0|0.0|-1.0|-1.0|-1.0|50
0:18:39:28:ec:c4|323969617.978025|13.66631549|100.67749172|80.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:a1:53:c8|323969617.978025|13.66932982|100.67140614|50.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:8d:b4:a2|323969617.978025|13.66936302|100.67139995|226.0|0.0|-1.0|-1.0|-1.0|50
0:13:49:6c:df:2a|323969617.978025|13.66351819|100.66570824|59.0|0.0|-1.0|-1.0|-1.0|50
0:18:4d:5:0:6c|323969617.978025|13.66278952|100.66560816|50.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:b5:6c:6|323969617.978025|13.66945439|100.67012876|65.0|0.0|-1.0|-1.0|-1.0|50
40:4a:3:7f:2e:0|323969617.978025|13.66972851|100.66995644|60.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:bc:c1:8c|323969617.978025|13.66539907|100.66554301|50.0|0.0|-1.0|-1.0|-1.0|50
0:2:cf:c2:2c:d3|323969617.978025|13.66979491|100.6701433|50.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:a9:7d:21|323969617.978025|13.66979843|100.67014771|50.0|0.0|-1.0|-1.0|-1.0|50
0:4:ed:ae:cc:29|323969617.978025|13.66226667|100.66525882|58.0|0.0|-1.0|-1.0|-1.0|50
0:15:e9:d0:8:c4|323969617.978025|13.66546791|100.66544961|50.0|0.0|-1.0|-1.0|-1.0|50
0:22:57:62:21:3a|323969617.978025|13.66547673|100.66543102|50.0|0.0|-1.0|-1.0|-1.0|50
1c:af:f7:b8:ce:67|323969617.978025|13.66936576|100.67600148|50.0|0.0|-1.0|-1.0|-1.0|50
50:67:f0:86:e5:16|323969617.978025|13.66939228|100.6760109|50.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:80:fd:37|323969617.978025|13.66939818|100.67600899|50.0|0.0|-1.0|-1.0|-1.0|50
0:14:7f:83:78:db|323969617.978025|13.65935921|100.66580802|117.0|0.0|-1.0|-1.0|-1.0|50
0:26:5a:36:b5:76|323969621.998327|13.66335046|100.6724345|158.0|0.0|-1.0|-1.0|-1.0|50
0:1c:f0:77:4b:32|323969621.998327|13.66329377|100.67219364|50.0|0.0|-1.0|-1.0|-1.0|50
60:33:4b:e5:70:69|323969621.998327|13.66328859|100.67218226|50.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:a1:5e:3a|323969621.998327|13.66345542|100.67211991|54.0|0.0|-1.0|-1.0|-1.0|50
0:11:50:1e:59:35|323969621.998327|13.66366159|100.67209321|50.0|0.0|-1.0|-1.0|-1.0|50
0:25:9c:8c:a0:de|323969621.998327|13.66373622|100.67204648|80.0|0.0|-1.0|-1.0|-1.0|50
f0:7d:68:d9:e:15|323969621.998327|13.66366636|100.67172491|127.0|0.0|-1.0|-1.0|-1.0|50
0:2:cf:e7:98:1f|323969621.998327|13.66229635|100.67288547|50.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:ad:2e:be|323969621.998327|13.66228431|100.67290401|50.0|0.0|-1.0|-1.0|-1.0|50
0:13:49:cb:95:be|323969621.998327|13.66218727|100.67280912|50.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:b7:82:ff|323969621.998327|13.66209048|100.67295885|89.0|0.0|-1.0|-1.0|-1.0|50
0:1d:7e:a9:d3:1e|323969621.998327|13.66468995|100.67216545|128.0|0.0|-1.0|-1.0|-1.0|50
0:1e:e3:ee:43:65|323969621.998327|13.66425263|100.67119586|50.0|0.0|-1.0|-1.0|-1.0|50
0:22:75:ab:e1:5c|323969621.998327|13.66426569|100.67116689|50.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:89:b3:a6|323969621.998327|13.66429281|100.67113178|50.0|0.0|-1.0|-1.0|-1.0|50
0:26:f2:43:c5:6e|323969621.998327|13.66490942|100.67276245|50.0|0.0|-1.0|-1.0|-1.0|50
0:22:6b:e3:84:cd|323969621.998327|13.66494333|100.67277288|52.0|0.0|-1.0|-1.0|-1.0|50
0:15:e9:cb:8e:e0|323969621.998327|13.66499024|100.67281657|50.0|0.0|-1.0|-1.0|-1.0|50
0:25:86:e1:67:66|323969621.998327|13.66165757|100.67208278|50.0|0.0|-1.0|-1.0|-1.0|50
0:25:9c:81:29:b1|323969621.998327|13.66327565|100.67059314|53.0|0.0|-1.0|-1.0|-1.0|50
0:1e:e5:95:a9:e2|323969621.998327|13.66326326|100.67059522|50.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:a1:73:94|323969621.998327|13.6632775|100.6705867|53.0|0.0|-1.0|-1.0|-1.0|50
0:25:9c:cb:5e:2|323969621.998327|13.66178578|100.6733995|105.0|0.0|-1.0|-1.0|-1.0|50
2:11:3b:6:22:74|323969621.998327|13.66272968|100.67065393|84.0|0.0|-1.0|-1.0|-1.0|50
0:25:9c:cb:5b:bc|323969621.998327|13.66170567|100.67333179|106.0|0.0|-1.0|-1.0|-1.0|50
74:ea:3a:fa:d:8f|323969621.998327|13.66507643|100.67320805|50.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:89:b1:58|323969621.998327|13.6651203|100.67324036|50.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:8a:e:c5|323969621.998327|13.66512888|100.67156213|65.0|0.0|-1.0|-1.0|-1.0|50
2:1b:11:78:8d:14|323969621.998327|13.66515833|100.67153179|64.0|0.0|-1.0|-1.0|-1.0|50
50:67:f0:9f:1f:36|323969621.998327|13.66141176|100.67186158|126.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:83:db:b6|323969621.998327|13.66518843|100.67155933|51.0|0.0|-1.0|-1.0|-1.0|50
0:4:ed:b7:cc:e3|323969621.998327|13.66150802|100.67334604|50.0|0.0|-1.0|-1.0|-1.0|50
f4:3e:61:20:a:a2|323969621.998327|13.66176545|100.67387276|172.0|0.0|-1.0|-1.0|-1.0|50
0:13:49:cb:9d:28|323969621.998327|13.66522872|100.67140322|130.0|0.0|-1.0|-1.0|-1.0|50
0:4:ed:ba:18:4d|323969621.998327|13.66164708|100.67382431|50.0|0.0|-1.0|-1.0|-1.0|50
0:23:cd:f4:4e:fb|323969621.998327|13.66124057|100.67172193|117.0|0.0|-1.0|-1.0|-1.0|50
0:22:75:e:2a:cf|323969621.998327|13.66324651|100.67005765|91.0|0.0|-1.0|-1.0|-1.0|50
0:11:50:ba:5b:aa|323969621.998327|13.66551476|100.67326551|78.0|0.0|-1.0|-1.0|-1.0|50
0:1e:e5:96:fd:c8|323969621.998327|13.66240561|100.67021012|178.0|0.0|-1.0|-1.0|-1.0|50
0:1a:70:a2:34:4|323969621.998327|13.66330176|100.66989552|106.0|0.0|-1.0|-1.0|-1.0|50
0:1d:f:fa:3a:8a|323969621.998327|13.66225421|100.67012017|50.0|0.0|-1.0|-1.0|-1.0|50
74:ea:3a:cc:b4:cb|323969621.998327|13.66089838|100.67180061|106.0|0.0|-1.0|-1.0|-1.0|50
0:22:6b:fe:fb:8b|323969621.998327|13.66575562|100.67329096|70.0|0.0|-1.0|-1.0|-1.0|50
40:4a:3:9d:a8:19|323969621.998327|13.66114056|100.6737712|58.0|0.0|-1.0|-1.0|-1.0|50
0:25:9c:85:64:30|323969621.998327|13.6620931|100.67013204|141.0|0.0|-1.0|-1.0|-1.0|50
40:4a:3:9d:b0:bb|323969621.998327|13.66085165|100.67307204|50.0|0.0|-1.0|-1.0|-1.0|50
0:25:9c:cb:5f:af|323969621.998327|13.66122198|100.67396402|50.0|0.0|-1.0|-1.0|-1.0|50
0:25:9c:cb:5f:d6|323969621.998327|13.66119784|100.67396599|50.0|0.0|-1.0|-1.0|-1.0|50
0:25:9c:cb:5f:be|323969621.998327|13.66115534|100.67392784|60.0|0.0|-1.0|-1.0|-1.0|50
0:1c:df:2:e8:15|323969621.998327|13.66239887|100.67496854|75.0|0.0|-1.0|-1.0|-1.0|50
0:25:9c:cb:5e:fe|323969621.998327|13.66117727|100.6740002|50.0|0.0|-1.0|-1.0|-1.0|50
0:4f:62:28:38:c3|323969621.998327|13.66240006|100.67500114|71.0|0.0|-1.0|-1.0|-1.0|50
0:22:6b:f9:b7:56|323969621.998327|13.66103529|100.67384588|53.0|0.0|-1.0|-1.0|-1.0|50
0:24:17:2e:6e:ff|323969621.998327|13.6632719|100.67525529|57.0|0.0|-1.0|-1.0|-1.0|50
0:24:17:3b:54:1f|323969621.998327|13.66089463|100.67391711|58.0|0.0|-1.0|-1.0|-1.0|50
40:4a:3:9d:b8:f6|323969621.998327|13.66186231|100.6698966|50.0|0.0|-1.0|-1.0|-1.0|50
0:25:86:b7:dd:55|323969621.998327|13.66076219|100.67111581|50.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:b2:3:f7|323969621.998327|13.66074818|100.67114084|50.0|0.0|-1.0|-1.0|-1.0|50
0:2:6f:97:ad:db|323969621.998327|13.66430848|100.66958433|50.0|0.0|-1.0|-1.0|-1.0|50
0:4:ed:58:6a:63|323969621.998327|13.66163307|100.66999584|50.0|0.0|-1.0|-1.0|-1.0|50
c8:4c:75:40:d6:bf|323969621.998327|13.66192501|100.66978204|57.0|0.0|-1.0|-1.0|-1.0|50
0:22:cf:5:3d:69|323969621.998327|13.66074711|100.67400306|54.0|0.0|-1.0|-1.0|-1.0|50
0:24:8c:ce:66:a|323969621.998327|13.6662423|100.67334914|89.0|0.0|-1.0|-1.0|-1.0|50
f8:1e:df:fd:9e:7f|323969621.998327|13.66630274|100.67320239|67.0|0.0|-1.0|-1.0|-1.0|50
0:1c:df:13:37:5c|323969621.998327|13.6603223|100.67204159|50.0|0.0|-1.0|-1.0|-1.0|50
0:1e:c2:f5:d4:f9|323969621.998327|13.66243934|100.67543566|60.0|0.0|-1.0|-1.0|-1.0|50
0:1c:df:13:2f:45|323969621.998327|13.66030836|100.67202764|50.0|0.0|-1.0|-1.0|-1.0|50
5c:d9:98:69:72:b2|323969621.998327|13.66029053|100.67199385|79.0|0.0|-1.0|-1.0|-1.0|50
50:67:f0:86:e1:1a|323969621.998327|13.66241693|100.67549335|68.0|0.0|-1.0|-1.0|-1.0|50
0:1a:70:97:2e:28|323969621.998327|13.66082704|100.6743285|50.0|0.0|-1.0|-1.0|-1.0|50
0:14:7c:bc:e1:e5|323969621.998327|13.66269534|100.66928124|72.0|0.0|-1.0|-1.0|-1.0|50
0:18:39:25:6:96|323969621.998327|13.66641598|100.67317605|72.0|0.0|-1.0|-1.0|-1.0|50
2:24:1:83:87:87|323969621.998327|13.66060274|100.67410022|50.0|0.0|-1.0|-1.0|-1.0|50
0:1c:f0:98:bc:9e|323969621.998327|13.66230785|100.67553478|58.0|0.0|-1.0|-1.0|-1.0|50
0:23:69:8b:8b:5e|323969621.998327|13.66023832|100.67332053|166.0|0.0|-1.0|-1.0|-1.0|50
40:4a:3:ce:ae:13|323969621.998327|13.66055822|100.67068815|64.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:c2:3d:b6|323969621.998327|13.66100412|100.66992825|50.0|0.0|-1.0|-1.0|-1.0|50
0:1f:9f:6d:96:e3|323969621.998327|13.66061055|100.67036092|65.0|0.0|-1.0|-1.0|-1.0|50
0:1f:9f:6d:96:9b|323969621.998327|13.66090476|100.66999763|50.0|0.0|-1.0|-1.0|-1.0|50
d8:5d:4c:ce:1b:bd|323969621.998327|13.66172039|100.67552387|69.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:a7:2a:a6|323969621.998327|13.66166514|100.67549282|50.0|0.0|-1.0|-1.0|-1.0|50
94:44:52:73:34:42|323969621.998327|13.66554224|100.66971272|50.0|0.0|-1.0|-1.0|-1.0|50
0:11:3b:2:6e:a2|323969621.998327|13.66230159|100.67582339|79.0|0.0|-1.0|-1.0|-1.0|50
0:1d:20:b8:fd:20|323969621.998327|13.65993463|100.67185175|67.0|0.0|-1.0|-1.0|-1.0|50
0:15:e9:d0:12:1e|323969621.998327|13.66676074|100.67315828|50.0|0.0|-1.0|-1.0|-1.0|50
0:2:cf:e7:5f:5a|323969621.998327|13.66367328|100.67600989|50.0|0.0|-1.0|-1.0|-1.0|50
0:13:10:5:7b:50|323969621.998327|13.66172826|100.66921144|67.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:a1:6f:97|323969621.998327|13.66002005|100.67115867|63.0|0.0|-1.0|-1.0|-1.0|50
0:1:38:46:59:9d|323969621.998327|13.66113841|100.66955178|53.0|0.0|-1.0|-1.0|-1.0|50
0:18:39:a4:68:b2|323969621.998327|13.66140902|100.67555445|94.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:b5:7e:f9|323969621.998327|13.66110771|100.66952943|63.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:b5:ab:ef|323969621.998327|13.66032981|100.67037653|50.0|0.0|-1.0|-1.0|-1.0|50
94:44:52:f:5f:9b|323969621.998327|13.65973007|100.67217516|66.0|0.0|-1.0|-1.0|-1.0|50
0:22:75:23:bc:af|323969621.998327|13.66239726|100.67606621|85.0|0.0|-1.0|-1.0|-1.0|50
0:2:cf:e7:52:df|323969621.998327|13.66118019|100.66937488|50.0|0.0|-1.0|-1.0|-1.0|50
0:13:46:e1:58:6b|323969621.998327|13.66046732|100.6700415|68.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:89:a9:25|323969621.998327|13.66639381|100.67025411|156.0|0.0|-1.0|-1.0|-1.0|50
0:24:1:3b:49:c2|323969621.998327|13.66026228|100.67029047|58.0|0.0|-1.0|-1.0|-1.0|50
0:1a:70:9b:2e:fc|323969621.998327|13.66230887|100.66874289|50.0|0.0|-1.0|-1.0|-1.0|50
0:26:5a:c3:2e:d9|323969621.998327|13.66044449|100.66999131|56.0|0.0|-1.0|-1.0|-1.0|50
50:67:f0:9f:23:39|323969621.998327|13.65998315|100.67070508|147.0|0.0|-1.0|-1.0|-1.0|50
0:2:cf:62:67:6d|323969621.998327|13.66660785|100.67043876|138.0|0.0|-1.0|-1.0|-1.0|50
0:1c:df:54:f5:59|323969621.998327|13.66124254|100.66916149|71.0|0.0|-1.0|-1.0|-1.0|50
0:1a:70:4c:e0:0|323969621.998327|13.66227132|100.66866236|50.0|0.0|-1.0|-1.0|-1.0|50
0:22:75:7d:9b:4b|323969621.998327|13.65950709|100.6722486|87.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:91:f:63|323969621.998327|13.66204088|100.66871356|79.0|0.0|-1.0|-1.0|-1.0|50
0:2:cf:96:a5:94|323969621.998327|13.66107016|100.67564374|50.0|0.0|-1.0|-1.0|-1.0|50
2:26:5a:4c:20:84|323969621.998327|13.66121441|100.67575824|65.0|0.0|-1.0|-1.0|-1.0|50
0:26:5a:33:13:ce|323969621.998327|13.66664016|100.67027068|151.0|0.0|-1.0|-1.0|-1.0|50
0:13:49:75:7c:ca|323969621.998327|13.65940564|100.67228996|60.0|0.0|-1.0|-1.0|-1.0|50
94:c:6d:c4:32:87|323969621.998327|13.6593638|100.67235124|57.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:8d:ce:c|323969621.998327|13.66293358|100.66835319|94.0|0.0|-1.0|-1.0|-1.0|50
0:2:cf:94:53:6d|323969621.998327|13.66180497|100.66864186|165.0|0.0|-1.0|-1.0|-1.0|50
0:25:9c:83:db:bd|323969621.998327|13.65954113|100.67112123|50.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:8f:4:5f|323969621.998327|13.65953207|100.67113441|77.0|0.0|-1.0|-1.0|-1.0|50
0:22:57:62:fc:89|323969621.998327|13.65929645|100.67245519|50.0|0.0|-1.0|-1.0|-1.0|50
5c:d9:98:69:6d:80|323969621.998327|13.66008287|100.66990631|60.0|0.0|-1.0|-1.0|-1.0|50
0:13:49:cb:9e:e0|323969621.998327|13.65962684|100.67065751|50.0|0.0|-1.0|-1.0|-1.0|50
50:67:f0:90:23:60|323969621.998327|13.66318047|100.66818904|74.0|0.0|-1.0|-1.0|-1.0|50
50:67:f0:91:91:75|323969621.998327|13.66046065|100.66938787|50.0|0.0|-1.0|-1.0|-1.0|50
6:24:36:a6:32:8f|323969621.998327|13.66083723|100.6758207|58.0|0.0|-1.0|-1.0|-1.0|50
0:2:cf:b4:ba:bf|323969621.998327|13.66082459|100.67581421|58.0|0.0|-1.0|-1.0|-1.0|50
0:24:36:a6:32:8f|323969621.998327|13.66083437|100.67582952|60.0|0.0|-1.0|-1.0|-1.0|50
0:1c:c5:8:a1:cc|323969621.998327|13.66146969|100.66862195|81.0|0.0|-1.0|-1.0|-1.0|50
34:8:4:1a:b6:d4|323969621.998327|13.65919244|100.67207819|190.0|0.0|-1.0|-1.0|-1.0|50
c8:4c:75:40:d5:fd|323969621.998327|13.66014719|100.66966462|113.0|0.0|-1.0|-1.0|-1.0|50
0:22:2d:8e:b7:be|323969621.998327|13.6614139|100.66860783|96.0|0.0|-1.0|-1.0|-1.0|50
94:44:52:c:93:17|323969621.998327|13.66145277|100.66857701|50.0|0.0|-1.0|-1.0|-1.0|50
74:ea:3a:d2:86:36|323969621.998327|13.66410064|100.67669701|50.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:9d:fc:e|323969621.998327|13.66061228|100.66911733|50.0|0.0|-1.0|-1.0|-1.0|50
d8:5d:4c:cf:f3:88|323969621.998327|13.66406297|100.67677837|50.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:89:9d:ea|323969621.998327|13.6675319|100.6735779|89.0|0.0|-1.0|-1.0|-1.0|50
c0:c1:c0:1d:a3:24|323969621.998327|13.66007792|100.66951018|67.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:81:f:af|323969621.998327|13.65906649|100.67164498|101.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:db:b4:e5|323969621.998327|13.65905833|100.67167943|50.0|0.0|-1.0|-1.0|-1.0|50
0:22:3f:46:2e:c6|323969621.998327|13.65905028|100.67166012|61.0|0.0|-1.0|-1.0|-1.0|50
c0:c1:c0:1d:a3:18|323969621.998327|13.66010469|100.66941446|69.0|0.0|-1.0|-1.0|-1.0|50
0:13:49:6e:1c:be|323969621.998327|13.66011309|100.66939282|60.0|0.0|-1.0|-1.0|-1.0|50
94:44:52:6f:b3:9|323969621.998327|13.66375625|100.67695897|66.0|0.0|-1.0|-1.0|-1.0|50
96:44:52:6f:b3:a|323969621.998327|13.66377437|100.67696148|70.0|0.0|-1.0|-1.0|-1.0|50
0:1a:70:4c:e0:1b|323969621.998327|13.66143816|100.6682552|69.0|0.0|-1.0|-1.0|-1.0|50
0:25:86:b5:47:3f|323969621.998327|13.66008633|100.66919249|294.0|0.0|-1.0|-1.0|-1.0|50
0:1c:f0:b1:19:e8|323969621.998327|13.66033667|100.67594212|57.0|0.0|-1.0|-1.0|-1.0|50
2:23:69:66:3:51|323969621.998327|13.65942758|100.67002654|97.0|0.0|-1.0|-1.0|-1.0|50
0:1e:58:4c:5b:8|323969621.998327|13.65966469|100.66962724|107.0|0.0|-1.0|-1.0|-1.0|50
0:26:5a:36:67:f2|323969621.998327|13.65981137|100.66940528|50.0|0.0|-1.0|-1.0|-1.0|50
0:7:40:77:85:91|323969621.998327|13.66782939|100.67355144|50.0|0.0|-1.0|-1.0|-1.0|50
0:13:49:e4:26:a8|323969621.998327|13.66571551|100.67651844|75.0|0.0|-1.0|-1.0|-1.0|50
94:44:52:e:97:d|323969621.998327|13.66783052|100.67360693|50.0|0.0|-1.0|-1.0|-1.0|50
40:4a:3:9d:9b:40|323969621.998327|13.66569221|100.67653965|79.0|0.0|-1.0|-1.0|-1.0|50
0:1e:58:4c:5a:fa|323969621.998327|13.6598035|100.66937899|50.0|0.0|-1.0|-1.0|-1.0|50
0:1c:c5:8:56:e0|323969621.998327|13.66577965|100.6764934|50.0|0.0|-1.0|-1.0|-1.0|50
0:1f:9f:6d:96:fd|323969621.998327|13.65935897|100.66997504|107.0|0.0|-1.0|-1.0|-1.0|50
0:26:5a:35:90:66|323969621.998327|13.66768306|100.67422431|176.0|0.0|-1.0|-1.0|-1.0|50
94:44:52:1c:de:a6|323969621.998327|13.65971958|100.66940808|50.0|0.0|-1.0|-1.0|-1.0|50
1c:af:f7:b6:70:20|323969621.998327|13.66459006|100.67707389|107.0|0.0|-1.0|-1.0|-1.0|50
94:c:6d:b3:bc:fb|323969621.998327|13.65906286|100.67046374|171.0|0.0|-1.0|-1.0|-1.0|50
48:5b:39:e8:6a:ea|323969621.998327|13.66665381|100.66890352|84.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:a1:58:85|323969621.998327|13.66786432|100.67402583|50.0|0.0|-1.0|-1.0|-1.0|50
0:26:5a:24:78:e7|323969621.998327|13.66656351|100.66879838|50.0|0.0|-1.0|-1.0|-1.0|50
0:26:5a:a2:39:62|323969621.998327|13.66663771|100.66884624|50.0|0.0|-1.0|-1.0|-1.0|50
0:1f:c6:2a:7:d9|323969621.998327|13.66680091|100.66895264|73.0|0.0|-1.0|-1.0|-1.0|50
0:22:57:62:59:92|323969621.998327|13.65917801|100.66979843|50.0|0.0|-1.0|-1.0|-1.0|50
d8:5d:4c:c0:68:23|323969621.998327|13.66196745|100.66760498|50.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:9e:0:2a|323969621.998327|13.66727316|100.66933381|50.0|0.0|-1.0|-1.0|-1.0|50
0:1f:f3:7:67:a9|323969621.998327|13.65916639|100.66971987|60.0|0.0|-1.0|-1.0|-1.0|50
0:22:b0:92:6f:0|323969621.998327|13.6683343|100.6729331|50.0|0.0|-1.0|-1.0|-1.0|50
d8:5d:4c:ce:16:3f|323969621.998327|13.66835576|100.67293083|50.0|0.0|-1.0|-1.0|-1.0|50
0:22:6b:f2:4:86|323969621.998327|13.66626036|100.6681497|116.0|0.0|-1.0|-1.0|-1.0|50
c8:d5:fe:38:51:34|323969621.998327|13.66848856|100.67281895|58.0|0.0|-1.0|-1.0|-1.0|50
0:23:cd:f1:21:14|323969621.998327|13.66240561|100.66722655|50.0|0.0|-1.0|-1.0|-1.0|50
0:4:ed:ba:18:94|323969621.998327|13.66857403|100.67296761|50.0|0.0|-1.0|-1.0|-1.0|50
94:44:52:73:43:72|323969621.998327|13.66426521|100.6777482|50.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:89:a6:e8|323969621.998327|13.66868072|100.6724267|80.0|0.0|-1.0|-1.0|-1.0|50
0:e0:4d:b8:5d:38|323969621.998327|13.66868788|100.67251449|50.0|0.0|-1.0|-1.0|-1.0|50
50:67:f0:9c:3a:d6|323969621.998327|13.66240632|100.66703134|50.0|0.0|-1.0|-1.0|-1.0|50
0:22:75:2a:2d:b1|323969621.998327|13.66570335|100.67736238|84.0|0.0|-1.0|-1.0|-1.0|50
94:44:52:6b:6e:7|323969621.998327|13.66238188|100.66701632|65.0|0.0|-1.0|-1.0|-1.0|50
50:67:f0:90:22:48|323969621.998327|13.6687237|100.67251819|50.0|0.0|-1.0|-1.0|-1.0|50
50:67:f0:9c:27:b|323969621.998327|13.65876573|100.66950118|50.0|0.0|-1.0|-1.0|-1.0|50
0:2:cf:c2:2a:8e|323969621.998327|13.66320604|100.66688817|52.0|0.0|-1.0|-1.0|-1.0|50
0:27:19:ce:ec:d5|323969621.998327|13.66614836|100.66764456|68.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:c2:3d:dd|323969621.998327|13.66873013|100.67159795|50.0|0.0|-1.0|-1.0|-1.0|50
0:2:cf:d8:34:ae|323969621.998327|13.66873979|100.67159909|50.0|0.0|-1.0|-1.0|-1.0|50
50:67:f0:9c:31:e|323969621.998327|13.6662243|100.66767054|53.0|0.0|-1.0|-1.0|-1.0|50
50:67:f0:a1:5e:2|323969621.998327|13.66874504|100.6715818|50.0|0.0|-1.0|-1.0|-1.0|50
0:26:5a:c3:2b:33|323969621.998327|13.6636849|100.67805552|83.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:95:ff:9a|323969621.998327|13.66232949|100.66690182|68.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:8f:9:eb|323969621.998327|13.66370558|100.67806816|81.0|0.0|-1.0|-1.0|-1.0|50
0:21:91:32:40:3e|323969621.998327|13.66228449|100.66688162|84.0|0.0|-1.0|-1.0|-1.0|50
0:2:cf:e7:8c:65|323969621.998327|13.6663106|100.66765362|118.0|0.0|-1.0|-1.0|-1.0|50
0:13:49:75:5e:32|323969621.998327|13.66222161|100.66688042|71.0|0.0|-1.0|-1.0|-1.0|50
0:2:cf:e7:45:f7|323969621.998327|13.66249358|100.67805683|173.0|0.0|-1.0|-1.0|-1.0|50
50:67:f0:9c:24:4|323969621.998327|13.66341161|100.66664248|86.0|0.0|-1.0|-1.0|-1.0|50
d8:5d:4c:ce:1b:bb|323969621.998327|13.65802359|100.67044162|214.0|0.0|-1.0|-1.0|-1.0|50
0:24:17:3b:64:69|323969621.998327|13.65763646|100.67249101|50.0|0.0|-1.0|-1.0|-1.0|50
0:1c:df:9b:a2:55|323969621.998327|13.66635143|100.67744374|50.0|0.0|-1.0|-1.0|-1.0|50
1c:bd:b9:b2:84:16|323969621.998327|13.66632038|100.6774879|50.0|0.0|-1.0|-1.0|-1.0|50
0:1d:7e:ae:44:ae|323969621.998327|13.65817672|100.66977906|210.0|0.0|-1.0|-1.0|-1.0|50
0:1d:7e:b7:cc:9e|323969621.998327|13.65794813|100.67459112|291.0|0.0|-1.0|-1.0|-1.0|50
0:1e:e5:96:f4:90|323969621.998327|13.66910803|100.67141938|65.0|0.0|-1.0|-1.0|-1.0|50
0:1a:70:46:d7:6a|323969621.998327|13.66637545|100.67759281|80.0|0.0|-1.0|-1.0|-1.0|50
94:44:52:d:a9:b3|323969621.998327|13.6616106|100.66664189|58.0|0.0|-1.0|-1.0|-1.0|50
0:27:19:ce:27:d4|323969621.998327|13.66915649|100.67134135|59.0|0.0|-1.0|-1.0|-1.0|50
0:2:6f:4e:37:75|323969621.998327|13.6662594|100.67773056|113.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:91:12:15|323969621.998327|13.66924333|100.6716144|219.0|0.0|-1.0|-1.0|-1.0|50
0:22:75:2a:7b:e9|323969621.998327|13.66160899|100.66658949|50.0|0.0|-1.0|-1.0|-1.0|50
0:1d:7e:69:54:c6|323969621.998327|13.66912668|100.6709519|50.0|0.0|-1.0|-1.0|-1.0|50
48:5b:39:e7:1e:f0|323969621.998327|13.663055|100.67855906|50.0|0.0|-1.0|-1.0|-1.0|50
2:e:2e:9b:d8:76|323969621.998327|13.66299796|100.67856907|50.0|0.0|-1.0|-1.0|-1.0|50
0:21:29:d7:bd:2a|323969621.998327|13.66170477|100.66651666|86.0|0.0|-1.0|-1.0|-1.0|50
0:22:57:63:8:d|323969621.998327|13.65747553|100.67118281|55.0|0.0|-1.0|-1.0|-1.0|50
0:e0:4d:b9:3:24|323969621.998327|13.65743482|100.67123001|50.0|0.0|-1.0|-1.0|-1.0|50
0:27:19:d8:8d:7|323969621.998327|13.66170424|100.66643244|55.0|0.0|-1.0|-1.0|-1.0|50
0:1e:e5:61:30:e2|323969621.998327|13.66722685|100.67724549|50.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:db:b9:e7|323969621.998327|13.6631335|100.6787036|153.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:8f:0:46|323969621.998327|13.66319143|100.66615599|66.0|0.0|-1.0|-1.0|-1.0|50
0:25:9c:3:c2:89|323969621.998327|13.66264408|100.66612136|100.0|0.0|-1.0|-1.0|-1.0|50
f4:3e:61:20:a:97|323969621.998327|13.6618607|100.66621732|75.0|0.0|-1.0|-1.0|-1.0|50
0:1a:70:a2:f0:13|323969621.998327|13.66597747|100.66661006|50.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:b8:d8:62|323969621.998327|13.66380429|100.66602265|88.0|0.0|-1.0|-1.0|-1.0|50
0:26:5a:36:d5:6c|323969621.998327|13.66961145|100.67237734|174.0|0.0|-1.0|-1.0|-1.0|50
0:13:49:75:61:60|323969621.998327|13.66396743|100.66601788|64.0|0.0|-1.0|-1.0|-1.0|50
0:19:e0:a4:cd:2a|323969621.998327|13.6627354|100.66602009|112.0|0.0|-1.0|-1.0|-1.0|50
2:24:1:83:83:35|323969621.998327|13.66194206|100.66615426|77.0|0.0|-1.0|-1.0|-1.0|50
0:2:cf:a5:f2:2d|323969621.998327|13.65707421|100.6724686|54.0|0.0|-1.0|-1.0|-1.0|50
0:1c:10:f9:90:9d|323969621.998327|13.662602|100.6660248|90.0|0.0|-1.0|-1.0|-1.0|50
7a:bd:b9:fe:ef:31|323969621.998327|13.66732674|100.67745524|82.0|0.0|-1.0|-1.0|-1.0|50
0:13:46:33:fb:61|323969621.998327|13.65702748|100.67169344|246.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:ba:e6:48|323969621.998327|13.66503024|100.66606664|111.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:8f:b:af|323969621.998327|13.66715216|100.67785441|194.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:ad:23:53|323969621.998327|13.66592514|100.66627043|67.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:a1:49:9e|323969621.998327|13.66602784|100.67861491|50.0|0.0|-1.0|-1.0|-1.0|50
1c:af:f7:62:83:c4|323969621.998327|13.66269212|100.66568791|86.0|0.0|-1.0|-1.0|-1.0|50
0:1c:c5:a:6c:8f|323969621.998327|13.66566443|100.6787824|50.0|0.0|-1.0|-1.0|-1.0|50
0:1c:df:11:a8:4e|323969621.998327|13.66751217|100.66715431|50.0|0.0|-1.0|-1.0|-1.0|50
0:2:6f:57:1b:c7|323969621.998327|13.66598021|100.67869937|50.0|0.0|-1.0|-1.0|-1.0|50
0:1a:70:4c:df:f4|323969621.998327|13.6591165|100.6671366|229.0|0.0|-1.0|-1.0|-1.0|50
0:19:cb:f5:8:c7|323969621.998327|13.66605079|100.67872393|53.0|0.0|-1.0|-1.0|-1.0|50
0:1e:e5:61:2d:eb|323969621.998327|13.66745895|100.67785447|91.0|0.0|-1.0|-1.0|-1.0|50
0:14:6c:a7:8d:b4|323969621.998327|13.6583305|100.67706882|112.0|0.0|-1.0|-1.0|-1.0|50
0:1c:c5:d8:d5:4|323969621.998327|13.6697663|100.67011761|50.0|0.0|-1.0|-1.0|-1.0|50
0:2:cf:d9:df:7b|323969621.998327|13.66976988|100.6701408|50.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:a1:41:89|323969621.998327|13.66979986|100.67013782|50.0|0.0|-1.0|-1.0|-1.0|50
94:44:52:1d:8:38|323969621.998327|13.66965043|100.66970503|66.0|0.0|-1.0|-1.0|-1.0|50
f0:7d:68:7c:1a:ca|323969621.998327|13.66967606|100.66968441|67.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:b4:42:e1|323969621.998327|13.67022752|100.67320126|193.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:b5:65:10|323969621.998327|13.66937613|100.67602765|50.0|0.0|-1.0|-1.0|-1.0|50
7e:bd:b9:fc:ed:53|323969621.998327|13.66433411|100.6653378|50.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:89:9c:a2|323969621.998327|13.66937398|100.67605686|50.0|0.0|-1.0|-1.0|-1.0|50
40:4a:3:d6:66:1e|323969621.998327|13.66939175|100.67604625|50.0|0.0|-1.0|-1.0|-1.0|50
0:26:44:12:40:cb|323969621.998327|13.66683924|100.67865931|78.0|0.0|-1.0|-1.0|-1.0|50
0:23:69:4f:d4:56|323969621.998327|13.6671918|100.67846733|71.0|0.0|-1.0|-1.0|-1.0|50
0:1c:f0:df:27:ef|323969621.998327|13.65646547|100.6739158|58.0|0.0|-1.0|-1.0|-1.0|50
50:67:f0:9f:2f:5e|323969621.998327|13.67034256|100.67325812|50.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:a7:29:d5|323969621.998327|13.65920835|100.66648924|78.0|0.0|-1.0|-1.0|-1.0|50
40:4a:3:d9:83:9|323969621.998327|13.67041891|100.67338204|234.0|0.0|-1.0|-1.0|-1.0|50
0:c0:2:b6:e6:2e|323969621.998327|13.66699928|100.67872434|50.0|0.0|-1.0|-1.0|-1.0|50
98:fc:11:6e:10:a|323969621.998327|13.65637081|100.6739521|164.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:b8:f0:6f|323969621.998327|13.66224712|100.6651957|50.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:dd:e7:2f|323969621.998327|13.66547948|100.66543436|50.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:c2:18:41|323969621.998327|13.66761898|100.6783396|130.0|0.0|-1.0|-1.0|-1.0|50
0:19:56:df:f4:40|323969621.998327|13.65922379|100.66639035|86.0|0.0|-1.0|-1.0|-1.0|50
50:67:f0:90:30:84|323969621.998327|13.67046803|100.67343503|240.0|0.0|-1.0|-1.0|-1.0|50
0:1c:df:d9:8e:5f|323969621.998327|13.66534912|100.66534012|83.0|0.0|-1.0|-1.0|-1.0|50
0:22:6b:f9:e0:8f|323969621.998327|13.67052906|100.67332315|50.0|0.0|-1.0|-1.0|-1.0|50
0:1e:e5:61:31:0|323969621.998327|13.66763341|100.67843353|131.0|0.0|-1.0|-1.0|-1.0|50
0:4:ed:d0:bc:ec|323969621.998327|13.66550719|100.66533035|68.0|0.0|-1.0|-1.0|-1.0|50
0:4:ed:d2:8a:cd|323969621.998327|13.66945922|100.6684218|112.0|0.0|-1.0|-1.0|-1.0|50
1c:af:f7:b6:58:da|323969621.998327|13.6705504|100.67332184|55.0|0.0|-1.0|-1.0|-1.0|50
0:23:69:4f:dc:69|323969621.998327|13.6675989|100.67847442|175.0|0.0|-1.0|-1.0|-1.0|50
0:2:6f:80:bc:38|323969621.998327|13.65926122|100.66627001|94.0|0.0|-1.0|-1.0|-1.0|50
50:67:f0:8e:83:7c|323969621.998327|13.66994231|100.67558228|187.0|0.0|-1.0|-1.0|-1.0|50
0:13:46:33:f5:66|323969621.998327|13.65609037|100.67199337|104.0|0.0|-1.0|-1.0|-1.0|50
0:23:69:4f:d4:c2|323969621.998327|13.66763341|100.67851644|82.0|0.0|-1.0|-1.0|-1.0|50
94:44:52:12:4e:45|323969621.998327|13.66555166|100.66526502|59.0|0.0|-1.0|-1.0|-1.0|50
0:1b:11:d3:e2:2|323969621.998327|13.65604114|100.67184787|132.0|0.0|-1.0|-1.0|-1.0|50
0:1e:e5:61:30:7c|323969621.998327|13.66767251|100.67854315|50.0|0.0|-1.0|-1.0|-1.0|50
0:2:cf:98:3a:e6|323969621.998327|13.65764111|100.66765677|264.0|0.0|-1.0|-1.0|-1.0|50
0:2:cf:e7:4e:62|323969621.998327|13.65599673|100.67161405|215.0|0.0|-1.0|-1.0|-1.0|50
1c:af:f7:4f:36:c2|323969621.998327|13.67074835|100.67284309|258.0|0.0|-1.0|-1.0|-1.0|50
0:2:cf:e7:96:fc|323969621.998327|13.65595322|100.67192137|159.0|0.0|-1.0|-1.0|-1.0|50
c8:d5:fe:38:c1:8|323969621.998327|13.66699576|100.66579812|50.0|0.0|-1.0|-1.0|-1.0|50
40:4a:3:7d:92:33|323969621.998327|13.6669991|100.6658008|50.0|0.0|-1.0|-1.0|-1.0|50
32:9a:dd:10:9c:db|323969621.998327|13.65808933|100.66697925|123.0|0.0|-1.0|-1.0|-1.0|50
0:19:e0:7a:d2:1a|323969621.998327|13.6644392|100.6648029|89.0|0.0|-1.0|-1.0|-1.0|50
0:2:cf:94:4a:ea|323969621.998327|13.67078173|100.67364019|141.0|0.0|-1.0|-1.0|-1.0|50
d8:5d:4c:c0:53:61|323969621.998327|13.67086893|100.67263668|92.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:b3:8c:be|323969621.998327|13.67087185|100.67256712|114.0|0.0|-1.0|-1.0|-1.0|50
d8:5d:4c:d9:fb:c4|323969621.998327|13.65940845|100.66580206|89.0|0.0|-1.0|-1.0|-1.0|50
0:f:a3:74:d:c8|323969621.998327|13.65851736|100.66643983|173.0|0.0|-1.0|-1.0|-1.0|50
0:1c:f0:8f:f1:e3|323969621.998327|13.65937447|100.66578161|118.0|0.0|-1.0|-1.0|-1.0|50
0:18:39:c5:b9:4b|323969621.998327|13.67050939|100.67517644|77.0|0.0|-1.0|-1.0|-1.0|50
0:22:2d:b:c4:e8|323969621.998327|13.67091351|100.67361742|77.0|0.0|-1.0|-1.0|-1.0|50
40:4a:3:ce:aa:7e|323969621.998327|13.67080944|100.67418503|96.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:b4:30:f7|323969621.998327|13.67100489|100.67248666|78.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:b3:88:f7|323969621.998327|13.66472429|100.66470003|50.0|0.0|-1.0|-1.0|-1.0|50
1c:af:f7:50:80:9a|323969621.998327|13.67061585|100.67492949|50.0|0.0|-1.0|-1.0|-1.0|50
0:21:29:eb:bd:bc|323969621.998327|13.65649163|100.66890716|128.0|0.0|-1.0|-1.0|-1.0|50
0:18:4d:f:19:22|323969621.998327|13.67064684|100.67487353|50.0|0.0|-1.0|-1.0|-1.0|50
0:2:cf:94:5c:75|323969621.998327|13.67089605|100.67388933|126.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:8f:6:ff|323969621.998327|13.67095184|100.67352324|74.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:8f:3:56|323969621.998327|13.67097181|100.67333751|50.0|0.0|-1.0|-1.0|-1.0|50
0:22:2d:8d:e5:f0|323969621.998327|13.67064315|100.67491561|50.0|0.0|-1.0|-1.0|-1.0|50
0:22:75:7d:9c:4f|323969621.998327|13.65722572|100.66766184|163.0|0.0|-1.0|-1.0|-1.0|50
0:1c:df:77:7f:5f|323969621.998327|13.66475272|100.66466283|50.0|0.0|-1.0|-1.0|-1.0|50
0:21:27:e8:ac:3f|323969621.998327|13.65946596|100.66561204|141.0|0.0|-1.0|-1.0|-1.0|50
0:23:69:11:5e:ea|323969621.998327|13.65945398|100.66561043|165.0|0.0|-1.0|-1.0|-1.0|50
0:21:29:eb:c1:6d|323969621.998327|13.65634536|100.66913783|88.0|0.0|-1.0|-1.0|-1.0|50
0:1e:e5:61:30:1|323969621.998327|13.6677013|100.67897933|102.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:81:4:f|323969621.998327|13.67106604|100.67247706|74.0|0.0|-1.0|-1.0|-1.0|50
94:44:52:8e:25:68|323969621.998327|13.67103445|100.6732943|50.0|0.0|-1.0|-1.0|-1.0|50
0:2:cf:e7:8f:b6|323969621.998327|13.66522866|100.66473597|110.0|0.0|-1.0|-1.0|-1.0|50
0:21:29:eb:b6:a6|323969621.998327|13.65633732|100.66907799|57.0|0.0|-1.0|-1.0|-1.0|50
2:23:69:11:5e:eb|323969621.998327|13.65944421|100.66556805|169.0|0.0|-1.0|-1.0|-1.0|50
d8:5d:4c:d8:87:de|323969621.998327|13.67107605|100.67189478|190.0|0.0|-1.0|-1.0|-1.0|50
0:21:91:51:56:fd|323969621.998327|13.65721863|100.66756874|159.0|0.0|-1.0|-1.0|-1.0|50
0:2:cf:b4:bc:c6|323969621.998327|13.66458696|100.66456925|57.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:b3:9c:d9|323969621.998327|13.67110961|100.6722958|57.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:83:d3:7c|323969621.998327|13.66572862|100.66480702|50.0|0.0|-1.0|-1.0|-1.0|50
94:44:52:f:95:93|323969621.998327|13.65558278|100.67337727|157.0|0.0|-1.0|-1.0|-1.0|50
4e:bd:b9:76:14:91|323969621.998327|13.66571319|100.66477864|50.0|0.0|-1.0|-1.0|-1.0|50
1c:af:f7:4f:4a:6e|323969621.998327|13.65769183|100.66688042|178.0|0.0|-1.0|-1.0|-1.0|50
74:ea:3a:d2:8e:61|323969621.998327|13.65719795|100.66747057|184.0|0.0|-1.0|-1.0|-1.0|50
1c:af:f7:4f:34:82|323969621.998327|13.67104405|100.67389851|117.0|0.0|-1.0|-1.0|-1.0|50
0:26:5a:37:3e:2a|323969621.998327|13.67107588|100.67379295|114.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:ad:26:32|323969621.998327|13.65552955|100.67180889|195.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:83:db:4e|323969621.998327|13.67121046|100.67234086|55.0|0.0|-1.0|-1.0|-1.0|50
0:2:cf:e7:43:67|323969621.998327|13.65549153|100.67327171|123.0|0.0|-1.0|-1.0|-1.0|50
50:67:f0:8e:72:42|323969621.998327|13.67125362|100.67238372|54.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:ac:ee:aa|323969621.998327|13.65673458|100.6679759|66.0|0.0|-1.0|-1.0|-1.0|50
0:22:6b:fe:23:b8|323969621.998327|13.65672498|100.66799479|55.0|0.0|-1.0|-1.0|-1.0|50
0:18:39:ef:5:61|323969621.998327|13.65546452|100.67336213|77.0|0.0|-1.0|-1.0|-1.0|50
0:2:cf:e7:53:b0|323969621.998327|13.66572767|100.66465604|50.0|0.0|-1.0|-1.0|-1.0|50
0:13:49:1a:e5:20|323969621.998327|13.67125165|100.67148965|85.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:95:c4:34|323969621.998327|13.66501671|100.66443818|50.0|0.0|-1.0|-1.0|-1.0|50
0:1e:e3:ee:42:b4|323969621.998327|13.65789389|100.66646909|171.0|0.0|-1.0|-1.0|-1.0|50
40:4a:3:c6:f1:e8|323969621.998327|13.66463673|100.66434401|50.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:ad:47:65|323969621.998327|13.67135012|100.67247569|89.0|0.0|-1.0|-1.0|-1.0|50
0:16:b6:c5:15:42|323969621.998327|13.664698|100.66430342|50.0|0.0|-1.0|-1.0|-1.0|50
0:14:bf:d0:45:53|323969621.998327|13.66472226|100.66429781|50.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:86:2b:1|323969621.998327|13.67135351|100.67160117|117.0|0.0|-1.0|-1.0|-1.0|50
0:1d:7e:e7:9b:72|323969621.998327|13.6553266|100.67296183|262.0|0.0|-1.0|-1.0|-1.0|50
0:13:49:6c:d7:82|323969621.998327|13.66524785|100.66435104|50.0|0.0|-1.0|-1.0|-1.0|50
0:1d:7e:f7:d0:12|323969621.998327|13.66718262|100.67976909|63.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:83:db:14|323969621.998327|13.67143404|100.67139965|66.0|0.0|-1.0|-1.0|-1.0|50
0:2:cf:94:55:7b|323969621.998327|13.67146712|100.67172044|151.0|0.0|-1.0|-1.0|-1.0|50
0:1d:7e:e7:a4:ab|323969621.998327|13.65521925|100.67303758|246.0|0.0|-1.0|-1.0|-1.0|50
0:18:f8:cb:98:57|323969621.998327|13.6660903|100.66449445|64.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:b3:96:e8|323969621.998327|13.6659972|100.66445589|61.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:8f:4:3d|323969621.998327|13.67156726|100.67264467|197.0|0.0|-1.0|-1.0|-1.0|50
0:1d:7e:f7:ce:e9|323969621.998327|13.6673448|100.67982512|95.0|0.0|-1.0|-1.0|-1.0|50
0:1d:7e:f7:d3:87|323969621.998327|13.66746139|100.67975544|68.0|0.0|-1.0|-1.0|-1.0|50
96:44:52:6a:bf:c4|323969621.998327|13.67152726|100.67136174|69.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:b8:f4:57|323969621.998327|13.65960693|100.66488009|210.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:a1:76:64|323969621.998327|13.66077655|100.664348|284.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:96:2:23|323969621.998327|13.66599458|100.6643719|66.0|0.0|-1.0|-1.0|-1.0|50
40:4a:3:c6:f4:5e|323969621.998327|13.66737729|100.679874|92.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:b5:35:8b|323969621.998327|13.67158955|100.67135703|86.0|0.0|-1.0|-1.0|-1.0|50
0:27:19:ff:5e:79|323969621.998327|13.6715846|100.67122268|258.0|0.0|-1.0|-1.0|-1.0|50
0:4:ed:d0:be:4f|323969621.998327|13.66533356|100.66412603|77.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:91:14:66|323969621.998327|13.65504521|100.67337894|260.0|0.0|-1.0|-1.0|-1.0|50
0:4f:6a:5:49:dc|323969621.998327|13.66138333|100.66406792|158.0|0.0|-1.0|-1.0|-1.0|50
0:1d:7e:f7:cb:80|323969621.998327|13.6674003|100.67997175|92.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:dd:d9:a|323969621.998327|13.67000895|100.66714477|73.0|0.0|-1.0|-1.0|-1.0|50
0:2:cf:a9:3e:bc|323969621.998327|13.66558122|100.68082416|284.0|0.0|-1.0|-1.0|-1.0|50
50:67:f0:86:e6:1b|323969621.998327|13.66914218|100.66607606|50.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:80:ff:61|323969621.998327|13.66916042|100.6660856|50.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:8e:f5:99|323969621.998327|13.66916185|100.66608768|50.0|0.0|-1.0|-1.0|-1.0|50
0:1d:7e:53:bd:27|323969621.998327|13.67183393|100.67225641|225.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:b4:49:b3|323969621.998327|13.67180186|100.67146319|155.0|0.0|-1.0|-1.0|-1.0|50
d8:5d:4c:d9:fb:ac|323969621.998327|13.67170596|100.67432683|141.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:b8:f6:50|323969621.998327|13.66580969|100.66401422|64.0|0.0|-1.0|-1.0|-1.0|50
0:1d:7e:f7:d2:b5|323969621.998327|13.66748619|100.68012911|92.0|0.0|-1.0|-1.0|-1.0|50
0:f:3d:1:f7:b9|323969621.998327|13.65756577|100.66590654|200.0|0.0|-1.0|-1.0|-1.0|50
0:22:57:63:d:2f|323969621.998327|13.67190438|100.67150515|50.0|0.0|-1.0|-1.0|-1.0|50
0:1e:e5:61:2e:33|323969621.998327|13.66842371|100.67960214|50.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:b3:88:63|323969621.998327|13.67198157|100.67213016|240.0|0.0|-1.0|-1.0|-1.0|50
1c:af:f7:b8:bb:79|323969621.998327|13.67184251|100.6742686|50.0|0.0|-1.0|-1.0|-1.0|50
0:17:9a:1d:53:b6|323969621.998327|13.65742832|100.66589432|102.0|0.0|-1.0|-1.0|-1.0|50
0:23:69:4f:d4:b0|323969621.998327|13.66845655|100.67967545|50.0|0.0|-1.0|-1.0|-1.0|50
0:1d:f:a9:e9:e2|323969621.998327|13.65743654|100.66586577|98.0|0.0|-1.0|-1.0|-1.0|50
0:25:86:cf:df:bb|323969621.998327|13.67191219|100.6743018|50.0|0.0|-1.0|-1.0|-1.0|50
40:4a:3:9d:af:9c|323969621.998327|13.66631251|100.66396754|50.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:b8:bb:6a|323969621.998327|13.66640591|100.66399419|84.0|0.0|-1.0|-1.0|-1.0|50
0:1d:7e:f7:d1:8f|323969621.998327|13.66841191|100.67978227|195.0|0.0|-1.0|-1.0|-1.0|50
0:21:29:76:22:77|323969621.998327|13.66568791|100.6637299|52.0|0.0|-1.0|-1.0|-1.0|50
0:23:69:4f:ce:53|323969621.998327|13.66867262|100.67967003|50.0|0.0|-1.0|-1.0|-1.0|50
0:1c:df:12:d6:68|323969621.998327|13.66112917|100.66364508|190.0|0.0|-1.0|-1.0|-1.0|50
0:22:57:63:b:1b|323969621.998327|13.65917593|100.66442388|297.0|0.0|-1.0|-1.0|-1.0|50
0:23:f8:ad:22:80|323969621.998327|13.66574567|100.66361951|50.0|0.0|-1.0|-1.0|-1.0|50
68:7f:74:11:e9:3b|323969621.998327|13.67204993|100.67442864|50.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:b8:c8:8d|323969621.998327|13.66578114|100.66361868|50.0|0.0|-1.0|-1.0|-1.0|50
0:26:5a:37:5d:a6|323969621.998327|13.6663981|100.66380518|50.0|0.0|-1.0|-1.0|-1.0|50
50:67:f0:9f:2d:5|323969621.998327|13.6664471|100.66382169|50.0|0.0|-1.0|-1.0|-1.0|50
0:1c:f0:b1:30:72|323969621.998327|13.67207843|100.67452335|50.0|0.0|-1.0|-1.0|-1.0|50
0:2:cf:7f:53:71|323969621.998327|13.66263777|100.66325211|56.0|0.0|-1.0|-1.0|-1.0|50
0:22:57:63:83:c3|323969621.998327|13.65446835|100.67381274|166.0|0.0|-1.0|-1.0|-1.0|50
d8:5d:4c:ce:1b:b6|323969621.998327|13.66295051|100.66319096|50.0|0.0|-1.0|-1.0|-1.0|50
0:1f:a4:b1:f4:82|323969621.998327|13.66663306|100.66381692|50.0|0.0|-1.0|-1.0|-1.0|50
0:23:69:4f:e0:da|323969621.998327|13.66884857|100.67977738|76.0|0.0|-1.0|-1.0|-1.0|50
0:1c:df:11:a9:30|323969621.998327|13.66068571|100.6635552|219.0|0.0|-1.0|-1.0|-1.0|50
94:44:52:6b:b0:6d|323969621.998327|13.66191869|100.68163651|232.0|0.0|-1.0|-1.0|-1.0|50
2:21:91:1b:4e:e7|323969621.998327|13.66288387|100.66311198|50.0|0.0|-1.0|-1.0|-1.0|50
0:1e:c1:3d:31:0|323969621.998327|13.65956306|100.66393965|187.0|0.0|-1.0|-1.0|-1.0|50
0:1e:e5:61:2f:d1|323969621.998327|13.6690545|100.67973119|50.0|0.0|-1.0|-1.0|-1.0|50
0:4:ed:d2:eb:8b|323969621.998327|13.66664075|100.66368949|50.0|0.0|-1.0|-1.0|-1.0|50
0:27:19:e1:cb:4|323969621.998327|13.65517419|100.67662084|96.0|0.0|-1.0|-1.0|-1.0|50
0:e0:4d:b9:47:34|323969621.998327|13.6690188|100.67980474|55.0|0.0|-1.0|-1.0|-1.0|50
40:4a:3:d5:4f:95|323969621.998327|13.6659184|100.6634038|50.0|0.0|-1.0|-1.0|-1.0|50
50:67:f0:91:57:2b|323969621.998327|13.6662153|100.66349446|51.0|0.0|-1.0|-1.0|-1.0|50
0:13:49:6e:1d:9d|323969621.998327|13.66666525|100.6636576|50.0|0.0|-1.0|-1.0|-1.0|50
50:67:f0:9c:30:c6|323969621.998327|13.66883474|100.67999964|80.0|0.0|-1.0|-1.0|-1.0|50
[QUOTE=Awesomecaek;29318516]The cellphones would have no reason to timestamp the data and keep it (apparently) forever if it was only for caching data about towers. And I don't think they even do that anyway.[/QUOTE]
Of course the phone is going to time-stamp it and keep it. It's going to time-stamp it so it knows when it got that cellular tower information, so it knows when to attempt an update to see if new towers or signals are in the area, or if old ones are down after a determined amount of time.
If you have ever turned your phone off, then turned it back on in an area you've never been in, it will take a few moments to find a cell tower. If you do the exact same thing again, it will take less time to find that same tower since the location information was cached.
Welp, I won't be upgrading to an iPhone 4.
I still have one of those old school retro vintage phones with buttons (!) and no touchscreen! Oh yes, I'm that bad.
I'm positive that in their Terms of Service it states that it tracks your locations and such..
They're digging their own grave- first sueing Samsung and now this.
Can't sue apple, their TOS states that they are allowed to track a lot of different info.
Good luck suing them
Those fuckers.
Most phones track you. Difference being that you have to sue the telephone company to get your data.
Would be good to have the option to delete it every sync tho.
[url]http://www.dw-world.de/dw/article/0,,14960858,00.html[/url]
[QUOTE=DrLuke;29319770]I still have one of those old school retro vintage phones with buttons (!) and no touchscreen! Oh yes, I'm that bad.[/QUOTE]
[img_thumb]http://www.cellphonehits.net/site/uploads/2010/06/T-Mobile-Samsung-Smiley-SGH-T359-1.jpg[/img_thumb]
mine is also a slide phone :smug:
if someone steals my computer im p sure they already know where i live
"[b]Just as planned...[/b]"
[QUOTE=Pawnstick;29321413]if someone steals my computer im p sure they already know where i live[/QUOTE]But then you put gps inside your computer and GET IT BACK!
Sorry, you need to Log In to post a reply to this thread.