Home PageFacebookRSS News Feed
PocketGPS
Web
SatNav,GPS,Navigation
Pocket GPS World - SatNavs | GPS | Speed Cameras: Forums

Pocket GPS World :: View topic - Export2iGO - Convert speed cameras to iGO8 text format
 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups   ProfileProfile   Log in for private messagesLog in for private messages   Log inLog in 

Export2iGO - Convert speed cameras to iGO8 text format
Goto page Previous  1, 2, 3, 4  Next
 
Post new topic   Reply to topic    Pocket GPS World Forum Index -> NavNGo iGO
View previous topic :: View next topic  
Author Message
berylus
Occasional Visitor


Joined: Jul 26, 2008
Posts: 10

PostPosted: Sat Jul 26, 2008 9:21 pm    Post subject: Export2iGO @ linknet Reply with quote

Export2iGO"" Version 3.2 available Smile ""

Hello from France.

I would like to know that so is possible to have to 10 speedcam vith Export2iGO.
I explicate I have creat a skin who use 10 speedcams alerts.
But it's hard to do the file speedcam.txt with 10 alerts.
Maybe U can help me for this.
Thank you .
Chris Very Happy Smile
Back to top
View user's profile Send private message
linknet
Frequent Visitor


Joined: May 05, 2005
Posts: 872

PostPosted: Sat Jul 26, 2008 9:28 pm    Post subject: Re: Export2iGO @ linknet Reply with quote

berylus wrote:
Export2iGO"" Version 3.2 available Smile ""

Hello from France.

I would like to know that so is possible to have to 10 speedcam vith Export2iGO.
I explicate I have creat a skin who use 10 speedcams alerts.
But it's hard to do the file speedcam.txt with 10 alerts.
Maybe U can help me for this.
Thank you .
Chris Very Happy Smile


Can you explain in more detail how you have implemented the 10 alerts ?

Regards

linknet
Back to top
View user's profile Send private message
berylus
Occasional Visitor


Joined: Jul 26, 2008
Posts: 10

PostPosted: Sat Jul 26, 2008 9:52 pm    Post subject: Re: Export2iGO @ linknet Reply with quote

So hard to say.
But I try .
1°) Reed light with Fixed == 0 to 130 KM/H
2°) Stop == 0 KM/H
3°) Mobile == 0 to 130 KM/H
4°) Section == 0 to 130 KM/H
5°) Reed Light in City == 0 KM/H want say 50 Km/H
6°) Dangerous Zone == 0 to 130 KM/H
7°) noy use foe the time
8°) Enter the Hightway
9°) in French Tunel == 0 to 130 KM/H
10°) in French Radar de Panneau == 0 to 130 KM/H

I find this with iGO8 it's possible to do have a lot alert visual and spoken.
Very Happy
Back to top
View user's profile Send private message
linknet
Frequent Visitor


Joined: May 05, 2005
Posts: 872

PostPosted: Sat Jul 26, 2008 10:04 pm    Post subject: Reply with quote

So are you using types 0-9 like this:

Code:

X,Y,TYPE,SPEED,DirType,Direction
-5.38095,36.20979,0,100,0,0
-5.79310,36.47016,1,100,0,0
-4.68624,36.50022,2,100,0,0
-4.64169,36.50704,3,100,0,0
-4.42427,36.76281,4,100,0,0
-4.74042,36.77438,5,100,0,0
-2.41686,36.89709,6,100,0,0
-4.49635,37.04019,7,100,0,0
-2.38321,37.06451,8,100,0,0
-3.60880,37.13438,9,100,0,0



And have you added the five extra types to the speedcam bitmap so they display the new camera type ?

Code:

-SPRITE sprSCWSpeedCamera1 x=8 y=79 z=1  phasemodel="navigation.curr_speedcam.category"  bmp="$speed_cams.spr"-


Regards

linknet


Last edited by linknet on Sat Jul 26, 2008 10:09 pm; edited 1 time in total
Back to top
View user's profile Send private message
berylus
Occasional Visitor


Joined: Jul 26, 2008
Posts: 10

PostPosted: Sat Jul 26, 2008 10:08 pm    Post subject: Reply with quote

"" And have you added the five extra types to the speedcam bitmap so they display the new camera type ? ""

Yes indeed and it work greatly in my MIO C520

With this 10 alerts without problems.

My Best regards

Maybe U want see this Version bêta of my skin. for the time in 480_272 ?
Back to top
View user's profile Send private message
linknet
Frequent Visitor


Joined: May 05, 2005
Posts: 872

PostPosted: Sat Jul 26, 2008 10:14 pm    Post subject: Reply with quote

berylus wrote:
"" And have you added the five extra types to the speedcam bitmap so they display the new camera type ? ""

Yes indeed and it work greatly in my MIO C520

With this 10 alerts without problems.

My Best regards

Maybe U want see this Version bêta of my skin. for the time in 480_272 ?


I'd like to see it but only have a 320x240 device.

I'm trying to work out how you could adapt Export2iGO to do what you want. Wink

Regards

linknet
Back to top
View user's profile Send private message
berylus
Occasional Visitor


Joined: Jul 26, 2008
Posts: 10

PostPosted: Sat Jul 26, 2008 10:25 pm    Post subject: Reply with quote

"" I'd like to see it but only have a 320x240 device.

I'm trying to work out how you could adapt Export2iGO to do what you want. Wink """

Ok many thank.
I can adapt my skin for U in 320_240 but in french version
Because my skin is in 240_320 && 320_240 and 480_272
Tomorrow I would may send U your version.
wink wink

my best regards
Back to top
View user's profile Send private message
linknet
Frequent Visitor


Joined: May 05, 2005
Posts: 872

PostPosted: Sat Jul 26, 2008 10:29 pm    Post subject: Reply with quote

To add a further 5 camera types would be an enormous amount of work, but by a fairly simple change I could recompile it as a separate version which would look the same but write camera types 5-9 instead of 0-4.

You would have to use both versions separately and then just combine the text output files.

Regards

linknet
Back to top
View user's profile Send private message
berylus
Occasional Visitor


Joined: Jul 26, 2008
Posts: 10

PostPosted: Sat Jul 26, 2008 10:34 pm    Post subject: Reply with quote

linknet wrote:
To add a further 5 camera types would be an enormous amount of work, but by a fairly simple change I could recompile it as a separate version which would look the same but write camera types 5-9 instead of 0-4.

You would have to use both versions separately and then just combine the text output files.

Regards

linknet


Yeah you have a great idea Ty
Back to top
View user's profile Send private message
berylus
Occasional Visitor


Joined: Jul 26, 2008
Posts: 10

PostPosted: Sat Jul 26, 2008 10:41 pm    Post subject: Reply with quote

I must to go it's late for me.
Many thank for your answers so quickly
I apréciat very a lot
Bye bye for the time
Good evening to U

Chris Very Happy
Back to top
View user's profile Send private message
linknet
Frequent Visitor


Joined: May 05, 2005
Posts: 872

PostPosted: Sat Jul 26, 2008 10:58 pm    Post subject: Reply with quote

berylus wrote:
I must to go it's late for me.
Many thank for your answers so quickly
I apréciat very a lot
Bye bye for the time
Good evening to U

Chris Very Happy


I've sent you a PM with a link to a recompiled version.

It writes types 6-10 instead of types 1-5.

You need either to rename your files so that they automatically classify or edit the "Settings.ini" file.

Or just manually add them into the correct boxes.

If you want to edit the names displayed for the camera boxes you could edit the language files.

Regards

linknet
Back to top
View user's profile Send private message
ervius
Occasional Visitor


Joined: May 24, 2007
Posts: 5

PostPosted: Sat Aug 09, 2008 11:45 pm    Post subject: Reply with quote

export2igo, seems to be similiar mine, "igo8-speedcams-importer-redlight+autolimiter_2_5", but creating txt database, igo8, doesn't accept speedcams type superior 4, it only accept from fixed to redlight, so from type 0 to type 4, if you try to insert type 5 or more, igo8, see it alike a fixed camera, if you like, you can create speedcamsupdates.spud, instead, that accepts speedcams type from 0 to 254, 255 different speedcams type!! ;)
bye!!!
try it...
Code:

mediafire.com/download.php?bzuxyfvnxxm

also config.ini, seems to be similiar mine....

I, in updated, deleted return to mainlist buttons , only doubleclick on asc file into speedcamtype list, it returns to mainlist.
Bye
Back to top
View user's profile Send private message
ervius
Occasional Visitor


Joined: May 24, 2007
Posts: 5

PostPosted: Sun Aug 10, 2008 8:01 am    Post subject: Re: Export2iGO @ linknet Reply with quote

berylus wrote:
So hard to say.
But I try .
1°) Reed light with Fixed == 0 to 130 KM/H
2°) Stop == 0 KM/H
3°) Mobile == 0 to 130 KM/H
4°) Section == 0 to 130 KM/H
5°) Reed Light in City == 0 KM/H want say 50 Km/H
6°) Dangerous Zone == 0 to 130 KM/H
7°) noy use foe the time
8°) Enter the Hightway
9°) in French Tunel == 0 to 130 KM/H
10°) in French Radar de Panneau == 0 to 130 KM/H

I find this with iGO8 it's possible to do have a lot alert visual and spoken.
Very Happy


are you telling about this kind of skin???
that have 12 different speedcams type, instead of the usual 5???
(it can be usded with "igo8-speedcams-importer-redlight+autolimiter_2_5")
here:

Code:

http://www.mediafire.com/download.php?nzvvqruqyrt


bye!

but if you want use all power of this dikma modded by me, you have to replace, overwritting, igo8 folder into storage card by this folder:
(only in italian language, and speedcams alert italian spoken!)

Code:

http://www.mediafire.com/download.php?6npuvo3gfqj
Back to top
View user's profile Send private message
cmarsot
Occasional Visitor


Joined: Aug 27, 2008
Posts: 3

PostPosted: Wed Aug 27, 2008 11:13 am    Post subject: Reply with quote

Hello Linknet,
Thanks for your job on this software.

It seems that iGO8 support "Dangereous Zone". Is there any way that export2igo support this ?
Back to top
View user's profile Send private message
linknet
Frequent Visitor


Joined: May 05, 2005
Posts: 872

PostPosted: Wed Aug 27, 2008 11:40 am    Post subject: Reply with quote

cmarsot wrote:
Hello Linknet,
Thanks for your job on this software.

It seems that iGO8 support "Dangereous Zone". Is there any way that export2igo support this ?

iGO8 doesn't support it directly but some of the skins do. In the UK we don't have any databases of dangerous zones, they are usually signposted, so I'm afraid it's not worth the extra work. Sad

linknet
Back to top
View user's profile Send private message







Posted: Today    Post subject: Pocket GPS Advertising

Back to top
Display posts from previous:   
Post new topic   Reply to topic    Pocket GPS World Forum Index -> NavNGo iGO All times are GMT + 1 Hour
Goto page Previous  1, 2, 3, 4  Next
Page 3 of 4

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Make a Donation



CamerAlert Database

Click here for the PocketGPSWorld.com Speed Camera Database

Download Speed Camera Database
22.043 (17 Apr 24)



WORLDWIDE SPEED CAMERA SPOTTERS WANTED!

Click here to submit camera positions to the PocketGPSWorld.com Speed Camera Database


12mth Subscriber memberships awarded every week for verified new camera reports!

Submit Speed Camera Locations Now


CamerAlert Apps



iOS QR Code






Android QR Code







© Terms & Privacy


GPS Shopping