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

Pocket GPS World :: View topic - iGO8 Ultra Skin 6.0.22
 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups   ProfileProfile   Log in for private messagesLog in for private messages   Log inLog in 

iGO8 Ultra Skin 6.0.22
Goto page Previous  1, 2, 3, ... 33, 34, 35  Next
 
Post new topic   Reply to topic    Pocket GPS World Forum Index -> NavNGo iGO
View previous topic :: View next topic  
Author Message
linknet
Frequent Visitor


Joined: May 05, 2005
Posts: 872

PostPosted: Sun Jan 25, 2009 2:09 pm    Post subject: Reply with quote

Updated Website Screenshots Smile

I've updated all of the screenshots on the website to reflect the latest version.

linknet
Back to top
View user's profile Send private message
M8TJT
The Other Tired Old Man
The Other Tired Old Man


Joined: Apr 04, 2006
Posts: 10118
Location: Bexhill, South Sussex, UK

PostPosted: Sun Jan 25, 2009 3:23 pm    Post subject: Reply with quote

Hi Linknet, I wonder whether you have sorted the speedcam SPECS problem whereby if there are three (or any odd number) SPECS cams on a stretch of road, the second one cancels calculations and the third turns the av calc back on with no aparant method of switching it off unless you restart Igo. Crying or Very sad MioMap 3.2 has the facility of tapping the speed warning icon to cancel it. Very Happy It's this and missing 7 character post codes that's stopping me converting to Igo. Confused
Back to top
View user's profile Send private message
linknet
Frequent Visitor


Joined: May 05, 2005
Posts: 872

PostPosted: Sun Jan 25, 2009 5:24 pm    Post subject: Reply with quote

M8TJT wrote:
Hi Linknet, I wonder whether you have sorted the speedcam SPECS problem whereby if there are three (or any odd number) SPECS cams on a stretch of road, the second one cancels calculations and the third turns the av calc back on with no aparant method of switching it off unless you restart Igo.

There isn't any way to do this automatically since iGO8 doesn't differentiate between section start, section intermediate and section end cameras. So it always treats the second section camera encountered as a section end.

The iGO8 Ultra Skin 5.0 adds the option to cancel an orphaned section camera which avoids a restart.

The iGO8 Ultra Skin 6.0.0 for iGO8 8.3.2.64029 doesn't include this option since the latest version of iGO8 includes a working "tap" on the speed warning icon to cancel it.

M8TJT wrote:

It's this and missing 7 character post codes that's stopping me converting to Igo. Confused


The previous 8.0.0.xxxx version of iGO8 had 7 character postcodes so I would have thought that they would be available for the latest version.


linknet
Back to top
View user's profile Send private message
M8TJT
The Other Tired Old Man
The Other Tired Old Man


Joined: Apr 04, 2006
Posts: 10118
Location: Bexhill, South Sussex, UK

PostPosted: Sun Jan 25, 2009 5:44 pm    Post subject: Reply with quote

Linknet, Thanks for the reply Very Happy
linknet wrote:
There isn't any way to do this automatically since iGO8 doesn't differentiate between section start, section intermediate and section end cameras.

That's what I thought, but have been unsucessfully looking for a fix. Sad

linknet wrote:
The iGO8 Ultra Skin 5.0 adds the option to cancel an orphaned section camera which avoids a restart.

I'll have a look to see how you have done this in V5 Wink

linknet wrote:

...... had 7 character postcodes so I would have thought that they would be available for the latest version.

They are, but some, like mine, are missing. The next one along the road is there, and mine is in MioMap 3.2. Seems like they have screwed up in the later maps. Confused
Back to top
View user's profile Send private message
fr0d0
Occasional Visitor


Joined: Mar 22, 2008
Posts: 25

PostPosted: Sun Jan 25, 2009 8:14 pm    Post subject: Reply with quote

M8TJT wrote:

linknet wrote:

...... had 7 character postcodes so I would have thought that they would be available for the latest version.

They are, but some, like mine, are missing. The next one along the road is there, and mine is in MioMap 3.2. Seems like they have screwed up in the later maps. Confused

The UK map is strictly 5 character for all areas. In 8R1 all areas were 7 charachter Sad
Back to top
View user's profile Send private message
M8TJT
The Other Tired Old Man
The Other Tired Old Man


Joined: Apr 04, 2006
Posts: 10118
Location: Bexhill, South Sussex, UK

PostPosted: Sun Jan 25, 2009 10:00 pm    Post subject: Reply with quote

@ linknet.
I have had a look at the code in the original data.zip and all the tap on the alert does is hide the readout. The section cam routine is NOT re-initialised and the cancel noise is made on passing the second cam. Whereas, if it was re-initialised the NEXT cam should restart it.
Back to top
View user's profile Send private message
cavemanb
Occasional Visitor


Joined: Jun 23, 2007
Posts: 1

PostPosted: Sun Jan 25, 2009 11:22 pm    Post subject: Reply with quote

Such a nice skin, too bad can't get it in the 480x272 version
I want it on my MIO

thanks Confused
Back to top
View user's profile Send private message
linknet
Frequent Visitor


Joined: May 05, 2005
Posts: 872

PostPosted: Sun Jan 25, 2009 11:38 pm    Post subject: Reply with quote

M8TJT wrote:
@ linknet.
I have had a look at the code in the original data.zip and all the tap on the alert does is hide the readout. The section cam routine is NOT re-initialised and the cancel noise is made on passing the second cam. Whereas, if it was re-initialised the NEXT cam should restart it.

You need to run a script something like this:

Code:

{script sc_ResetSpeedCameraAlert}
  .warning.speedcam_warning 0 
  TERM sc_SpeedCameraAlertEnable_Timer
  1 run sc_SpeedCameraAlertEnable_Timer
{/script}

{script sc_SpeedCameraAlertEnable_Timer}
  100 run '.warning.speedcam_warning 1'
{/script}


Where {} represent the arrow brackets.

You may also need to reset the sound type variable back to the chosen value as well since I think that the above will set it to "0".

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


Joined: May 05, 2005
Posts: 872

PostPosted: Sun Jan 25, 2009 11:48 pm    Post subject: Reply with quote

cavemanb wrote:
Such a nice skin, too bad can't get it in the 480x272 version
I want it on my MIO

If I owned a 480x272 device then I could create a skin for it. Smile

linknet
Back to top
View user's profile Send private message
M8TJT
The Other Tired Old Man
The Other Tired Old Man


Joined: Apr 04, 2006
Posts: 10118
Location: Bexhill, South Sussex, UK

PostPosted: Mon Jan 26, 2009 11:27 am    Post subject: Reply with quote

@ linknet
Thanks for that. I'll give it a whirl later today and report back. Very Happy
Perhaps cavemanb will lend you his device for development Shocked
Please check your PMs
Back to top
View user's profile Send private message
Giantbiker73
Occasional Visitor


Joined: Jan 26, 2009
Posts: 18

PostPosted: Mon Jan 26, 2009 9:32 pm    Post subject: Reply with quote

Great to have THE skin back! Finally I can upgrade to version 8.3.2.64029
Tried it today on my Kaiser on a 220km trip, works fine!

What would be a really good option, is to have the possibility to hide the roadsigns on a motorway. iGO now displays every roadsign, even if you stay on the current motorway. It show every exit which you do NOT have to take.
In iGO8.0 the lane information did the same but this was not as confusing as the new roadsigns. In bright sunlight it is very hard to tell the difference between the "not to take" exit and the "remain on current" sign.

Either the exit should have a red color (do not use this exit) and a green (follow this exit). Or exits should only be displayed if this exit is to be used.
An option "display only actual exits" would be magnificent.
Back to top
View user's profile Send private message
M8TJT
The Other Tired Old Man
The Other Tired Old Man


Joined: Apr 04, 2006
Posts: 10118
Location: Bexhill, South Sussex, UK

PostPosted: Mon Jan 26, 2009 9:43 pm    Post subject: Reply with quote

@linknet.
The code that you posted above shows a great deal of promise. I.e. It works. Very Happy
Thanks
Back to top
View user's profile Send private message
Giantbiker73
Occasional Visitor


Joined: Jan 26, 2009
Posts: 18

PostPosted: Mon Jan 26, 2009 10:10 pm    Post subject: Reply with quote

I'm unable to find the 3D Smart zoom setting. Where can I find it in the menu? Looks like a very good option though.

Edit: Found it by RTFM Embarassed

BUT: What does the setting "Pop-Up Second Route Event" do? Doesn't seem to make a difference when settings are changed.
Back to top
View user's profile Send private message
linknet
Frequent Visitor


Joined: May 05, 2005
Posts: 872

PostPosted: Mon Jan 26, 2009 11:49 pm    Post subject: Reply with quote

Giantbiker73 wrote:
In iGO8.0 the lane information did the same but this was not as confusing as the new roadsigns. In bright sunlight it is very hard to tell the difference between the "not to take" exit and the "remain on current" sign.

I agree, it's very difficult to tell which is highlighted and which isn't. I'll have a look at it when I get time.

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


Joined: May 05, 2005
Posts: 872

PostPosted: Mon Jan 26, 2009 11:54 pm    Post subject: Reply with quote

Giantbiker73 wrote:
What does the setting "Pop-Up Second Route Event" do? Doesn't seem to make a difference when settings are changed.


I've added a descriptive graphic to the website screenshots page. Smile

This fully explains the "Pop-Up Second Route Event" settings.


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, ... 33, 34, 35  Next
Page 2 of 35

 
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.034 (27 Mar 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