Apr 24th, 2009, 3:27 pm
How can i disabled ONLY big table in the 8.3.2 in the sys.txt?
Apr 24th, 2009, 3:27 pm

mk16i
4.0.4
Apr 24th, 2009, 3:51 pm
Badly need an optimized sys.txt from Omnia. My sys.txt is quite empty, do not contain any statement regarding interface or rawdisplay. The screens are displayed on the whole screen but the buttons inside do not fit, they are rendered smaller.
Any suggestion is welcome.
THX in advanced.
Apr 24th, 2009, 3:51 pm
Apr 24th, 2009, 4:19 pm
Alneven wrote:I would like to upgrade right now from 8.0 to v8.3.2.83157.
It is possible to export/import the POI db I have added to the prev. version?

Use the service on ashu's site to convert the user.upoi file (found in iGO8\save folder):

http://poi.ashus.net
Apr 24th, 2009, 4:19 pm

monkey12
Apr 24th, 2009, 8:07 pm
helical wrote:So i downloaded release Nav N Go iGO 8 v8.3.2.73871 (Jan 25 2008) - R3 PDA version, and installed iGO8 into my device.

Taadaa, all contacts (with some minor errors) were listed in the POI menu.

Good luck, Helical. 8)


Yes, i can confirm that is at the moment the best version for PDA use. Works flawless on my device. With the other (higher) versions i have some small problems like speed dependent volume is not working very well and switch on problem.

Larry
Apr 24th, 2009, 8:07 pm
Apr 24th, 2009, 9:34 pm
Skin Micsan Amigo v1.3

your igo8 v8.3.2.83157 transferd into igo amigo it is great !!!!

Thanks to Micsanb]


http://www.i-go8.com/2009/04/skin-micsan-amigo-v13.html

download :

(Closed Filehost) https://ul.to/3l7oq2

iGO8 amigo v1.3 EUR resolution 320x240, 480x272 for v64029, v64873, v71348, v79297 and v80621
with data_8.3.2_fixed_v10.zip and branding_8.3.2_fixed.zip
[b]Edit sys.txt with this

[interface]
resolution_dir = "320_240"
vga = 0

[rawdisplay]
highres = 1
screen_x = 640
screen_y = 480
Apr 24th, 2009, 9:34 pm

iPhone 4s
Primo 2.3
Apr 24th, 2009, 10:33 pm
Guys, if you like the Amigo GUI (Graphical User Interface) but still want to use previous IGO 8.3.2, then you need to see what this guy did. I successfully installed it in my Mio C320 and is working nice!!! You will not notice it is not Amigo but have all the functionality of the 8.3.2!!!! I was using his previous skins and really like the graphics. Try it...you will have a blast. You can even select the 3D cars

http://www.igo8navigation.com/2009/04/s ... o-v13.html

-or-

http://www.i-go8.com/2009/04/skin-micsan-amigo-v13.html

The instructions are in French but I translated them with google...very easy. If you have doubts how to use it, I'm willing to hellp.

Regards, Luis
Apr 24th, 2009, 10:33 pm
Apr 25th, 2009, 12:08 am
I have a problem with KML POI icon.
In userdata\POI i have few kml files from http://index.pois.gr/ Everything is ok with it before second start (when IGO creates KST, KNS and KIX files). After that all of my own icons (in added poi_*_rect) are lost. There are not any kml pois icon on map and when searching (search poi) - there are not in one group but separately without any icons.
The only solution in this time is delete any files in userdata\POI except kml files before start IGO and after that assign icons to POI - does anybody has any idea how to fix this problem?
Is it a problem with IGO or KML file structure?
Apr 25th, 2009, 12:08 am
Apr 25th, 2009, 6:24 am
MCR wrote:I have a problem with KML POI icon.
In userdata\POI i have few kml files from http://index.pois.gr/ Everything is ok with it before second start (when IGO creates KST, KNS and KIX files). After that all of my own icons (in added poi_*_rect) are lost. There are not any kml pois icon on map and when searching (search poi) - there are not in one group but separately without any icons.
The only solution in this time is delete any files in userdata\POI except kml files before start IGO and after that assign icons to POI - does anybody has any idea how to fix this problem?
Is it a problem with IGO or KML file structure?


OK. If your poi categories is messed up try to delete ROPOI.PRL in the save folder as well as KST, KNS and KIX files.
The messed up poi:s happens when you add or delete maps and/or POI files.

//kribe
Apr 25th, 2009, 6:24 am
Apr 25th, 2009, 9:09 am
MCR wrote:I have a problem with KML POI icon.
In userdata\POI i have few kml files from http://index.pois.gr/ Everything is ok with it before second start (when IGO creates KST, KNS and KIX files). After that all of my own icons (in added poi_*_rect) are lost. There are not any kml pois icon on map and when searching (search poi) - there are not in one group but separately without any icons.
The only solution in this time is delete any files in userdata\POI except kml files before start IGO and after that assign icons to POI - does anybody has any idea how to fix this problem?
Is it a problem with IGO or KML file structure?


The latest iGO8 versions need a different KML structure, here is an example for three groups of POI in three separate folders, only one POI is shown in each folder group to make it clearer:

Code: Select all<kml>

  <Folder>
    <name>My Folder 1</name>
    <Placemark>
      <name>Example POI for Folder 1</name>
      <Point>
        <coordinates>2.00000,50.00000,0</coordinates>
      </Point>
    </Placemark>
    .....
    .....
    .....
    .....
  </Folder>
 
  <Folder>
    <name>My Folder 2</name>
    <Placemark>
      <name>Example POI for Folder 2</name>
      <Point>
        <coordinates>2.00000,50.00000,0</coordinates>
      </Point>
    </Placemark>
    .....
    .....
    .....
    .....
  </Folder>
 
  <Folder>
    <name>My Folder 3</name>
    <Placemark>
      <name>Example POI for Folder 3</name>
      <Point>
        <coordinates>2.00000,50.00000,0</coordinates>
      </Point>
    </Placemark>
    .....
    .....
    .....
    .....
  </Folder>
   
</kml>


This also works in previous iGO8 versions.
Apr 25th, 2009, 9:09 am
Apr 25th, 2009, 9:40 am
Is there an appropriate 2577 folder for this version?
Older 2577 folders do not always work with newer versions.
Thanks.
Apr 25th, 2009, 9:40 am
Apr 25th, 2009, 11:57 am
who could tell me valid link for pna?
i cant' install it correctly on my pna...launch stop on ipa tini.....anyone have an idee to run it correctly?
tnx
Apr 25th, 2009, 11:57 am
Apr 25th, 2009, 12:24 pm
hermiton wrote:who could tell me valid link for pna?
i cant' install it correctly on my pna...launch stop on ipa tini.....anyone have an idee to run it correctly?
tnx

See the licence... licence for other version not work with las two version ....
Change igo.exe, licence folder and data with the original for the version you used.
(excuse me poor english)
Apr 25th, 2009, 12:24 pm

best regards
Image
Apr 25th, 2009, 1:19 pm
compass wrote:The latest iGO8 versions need a different KML structure, here is an example for three groups of POI in three separate folders, only one POI is shown in each folder group to make it clearer:

[code]<kml>

<Folder>
<name>My Folder 1</name>


Thanks! 10$!

The only solution is add folders <Folder> into KML (no matter it is one or more).
Apr 25th, 2009, 1:19 pm
Apr 25th, 2009, 4:39 pm
my igo not shou speed can you help my ? sory for english
Apr 25th, 2009, 4:39 pm
Apr 25th, 2009, 6:32 pm
Hi!

Could anybody give me an explanation to the observation that this latest igo version is 83157 and its build is 84390. How does it go?
Apr 25th, 2009, 6:32 pm