Ik heb dit vandaag gefixed (op mijn 3GS) met een simpele oplossing wat ik ergens uit een forum heb gepikt. Het werkt super en direct! Niks restoren of netwerk instellingen wissen, gewoon de gps cache leeg maken.
Voorwaarde is wel dat je iphone gejailbreakt is!
Voor dat je begint even de auto-lock in je instellingen op 'nooit' zetten. Indien je apparaat lockt, dan verlies je je SSH connectie.. (ik wel iig

)
Stap 1: Inloggen met SSH
Om met SSH in te loggen heb ik openssh door saurik (cydia/rock) geïnstalleerd. Daarna even Rock opstarten (geen idee of cydia dit ook doet) om je root password te wijzigen. Je kan het ook zo laten, dan is het wachtwoord alpine. Op windows heb ik de ssh client Putty gebruikt en dan hoef je alleen root@192.(blabla) in te vullen en even te wachten 
Stap 2: Ben je ingelogd dan geef je eerst het command:
Het kan zijn dat er een foutmelding komt, dat maakt niet uit.
Stap 3: Het volgende command intikken en op enter rammen:
code:
1
| rm -rf /var/root/Library/Caches/locationd |
Stap 4: Navigeren met die banaan! (zelf heb ik openssh er weer afgegooid).
Van de orginele poster:
1. Go back to the home screen.
2. Open Terminal or establish a SSH connection. Note that these commands are case sensitive (capitalization matters). If you're using Terminal, you need to log in as root to run these commands. To log in as root type 'su' and enter the root password 'alpine' when it asks.
3. Type the following, it will terminate the locationd process (the process will restart next time your iPhone uses the GPS):
killall -9 locationd
If the above command says no matching processes found, that just means locationd isn't currently running and you can continue to the next step.
4. Type the following, it will delete the GPS cache (don't worry about deleting the cache, it'll rebuild itself next time your iPhone uses the GPS):
rm -rf /var/root/Library/Caches/locationd
5. Open Maps, your GPS should be working now.
So to reiterate the commands:
killall -9 locationd
rm -rf /var/root/Library/Caches/locationd
Ik durf te wedden dat dit voor iedereen het probleem oplost!
Succes
[
Voor 14% gewijzigd door
guanche op 26-03-2010 16:44
]