Alert icon
We're changing our privacy policy. This stuff matters.  Learn more  Dismiss

iOS: how to read consolidated.db with xcode app for osx | iPhone Tracker

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
5,425
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Apr 20, 2011

1.- Open iPhone Browser. Go to
/private/var/root/Library/Caches/locationd/
and copy the file consolidated.db
2.- Copy to a place you can find quickly. Set the path in
the XCode Source.
[self tryLoadLocationDB: @"/Users/juaxix/consolidated.db" forDevice:@"Juaxix iPhone"];

3.- Compile and run the code.

That's the magic!
thanks Pete Warden
:-)

--------------
En español:
1.- Abrir el software libre iPhoneBrowser e ir a
/private/var/root/Library/Caches/locationd/
donde podemos encontrar:
consolidated.db
2.- La copiamos al Mac, en un sitio fácil como /Users/juaxix/
y luego cambiamos el código de lectura comentando todo el for hasta el final de la función y justo antes poner la línea:
----[objective c]
[self tryLoadLocationDB: @"/Users/juaxix/consolidated.db" forDevice:@"Juaxix iPhone"];

3.- Compilar y ejecutar

Eso es todo, gracias a Pete Warden por el programa!
:-)

Más en www.programadorphp.org

Freesource at:
petewarden.github.com/iPhoneTr­acker



----------------

Apple señaló en un comunicado el 27 de abril que el archivo es un registro de las torres de telefonía móvil y redes Wi-Fi que el teléfono ha "visto" con el fin de ayudarle a calcular su posición con mayor rapidez y precisión que si utilizara el sistema de localización por satélite GPS

Category:

Science & Technology

Tags:

License:

Standard YouTube License

Link to this comment:

Share to:

Uploader Comments (juaxix)

  • How do you open iphone browser?

    

  • @alancampbell6

    That's a program for jailbreaked iDevices

    code.google.com/p/iphonebrowse­r

    You can use XCode project without changing anything if you synchronize with iTunes

  • Thanks! I was going to try to do it, but XCode complains that method is not found, but compiles anyways. However the maps is stuck on "loading screen". Should I use any other libraries or something?

  • @falthas hehe, just replace the line

    _______

    [self loadLocationDB];

    _______

    with

    ____________

    [self tryToLoadLocationDB: @"/Users/juaxix/consolidated.d­b" forDevice:@"Juaxix iPhone"];

    ____________

    using your values and done :) thanks for watching ;)

see all

All Comments (5)

Sign In or Sign Up now to post a comment!
  • @falthas NVM, I got it. You need to assign this method to a variable and declare that variable first. It'll work fine. Thanks again, mate.

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more