igo primo

iPhone iGO GPS with latest maps

Installing the latest GPS software for iPhone with latest maps can be very tricky, especially if you do not know where to search or how to do it. I have spend quite some time trying to figure out what the best way is but most of the times, either the GPS software was old, or the maps included in the ipa file were old.

So here it goes:
I assume that your iPhone is jailbroken. If its not, you can buy the GPS software and the maps from app store 🙂

Make sure that OpenSSH is installed via Cydia, we will need to access iPhone contents so this is needed. Also sbsettings is useful as it will help us to enable SSH access and find out what is the phone’s IP address when connected to your Wi-Fi. AppSync is also another application worth mentioning that can and should be installed again via Cydia.

1. apptrackr.org, the paradise for iPhone cracked applications! From here you can download the latest version of the GPS software you wish. I use iGO Primo since it supports .fbl extension maps which is the most common and easier to find. Maybe other programs support same format. What region/map of iGO should not concern you at this point; I downloaded Costa Rica version as it was small and faster to download/install. After installation, install on your iPhone by dragging in iTunes and then synching.

2. Find the latest .fbl maps from some site or some torrent. They are available pretty much anywhere. Here is the link of Cyprus and Greece maps to get you started:
Cyprus_TopMap_2011_Q3
Greece_TopMap_2011_Q3

3. Using putty from Windows or Terminal from Mac connect to your iPhone. Reminder that the SSH should be enabled and the IP of the device can be found in sbsettings main screen. Default credentials; user:root/pass:alpine.

4. Now, this is the most tricky part. Locating the directory where iGO stores current maps. To do this use the following command from the terminal: # find / -name “*iGO*” -print
My results were:
/private/var/mobile/Applications/532E8586-A692-4D86-B4E7-3C121231E2AA/iGO_Myway.app
/private/var/mobile/Applications/532E8586-A692-4D86-B4E7-3C121231E2AA/iGO_Myway.app/iGO_Myway/

5. Navigate to the first directory using iPhone Browser from Windows or iExplorer from Mac. Then open content/map directory and there you will be able to see all available .fbl map files. Drag and drop all your latest .fbl files in the same folder. POI files can be copied in content/poi directory.

And this is all! Next time iGO runs, it will include all latest maps.


Similar Posts

  • PuTTY SSH Tunneling

    This post explains how PuTTy SSH Tunneling can be easily used to bypass firewall rules blocking ports. Let’s say that we have the following setup where only communication via port 22 is allowed between two hosts: Step 1: Open profile and load server’s profile Step 2: Navigate to Connection->SSH->Tunnels and add new port as the…

  • Packet Sniffing with WireShark

    Download and install Wireshark from http://www.wireshark.org/. Launch the application. Go to Capture -> Options. Select the interface for the wireless network card and tick Capture packets in promiscuous mode. Then press Start. MSN conversation hack: Wireshark will start capturing packets that flow around. Among others we notice at the protocol field the MSNMS (Microsoft Network…

  • New URL Shortener

    I was planning for quite some time now to register the domain tsent.as. A few days ago this really happened. In order not to leave the domain sitting without any use, I decided to create a very simple URL shortener interface written in PHP. Visit http://tsent.as/ and shorten as many domains as you like. It’s…

  • Windows BootCamp reverse scrolling

    This article explains how to make Windows BootCamp scrolling as similar to Mac OS X! 1 Reverse scrolling There is a registry setting named FlipFlopWheel that does exactly this and can be found after typing regedit in Run and pressing enter which will launch Registry Editor. Then search for keyword FlipFlopWheel. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\HID\VID_???\VID_???\Device Parameters. The search…

2 Comments

  1. Hey! Any chance you would be able to repost the .fbl file again? For some reason rapidshare won’t allow me to download this from you?

    Many thanks! Dave

    1. The links were not mine from the beginning, I avoid having illegal content in the site. The maps are available through torrents

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.