Primo problem with Sony   

Primo problem with Sony

Postby Zeppelin » Tue Sep 07, 2010 9:27 am

Hi, hope some one can help.

I have Primo running on my sony nav 93t, but it constantly is 'autodetecting gps reciever' and never finds it.

Port and baud are in sys.txt. Is there anything else i cantry?
Thanks
Zeppelin offline


Junior Member



 
Joined: Thu May 20, 2010 8:10 pm
Posts: 30
Has thanked: 1 time
Been thanked: 2 times

Postby John Dough » Mon Dec 27, 2010 5:14 pm

have you checked the .ini file as the settings may be different there and it takes priorty over sys.txt.
John Dough offline


Junior Member



 
Joined: Fri Sep 24, 2010 7:18 pm
Posts: 11
Has thanked: 0 time
Been thanked: 0 time

Postby sporty21 » Sat Jan 08, 2011 8:41 pm

I think the problem is that there is no. ini file for sony in data.zip / divice directory
sporty21 offline


Junior Member



 
Joined: Wed Aug 04, 2010 8:25 pm
Posts: 13
Location: Sweden
Has thanked: 0 time
Been thanked: 0 time

Postby nabi » Sat Jan 08, 2011 9:44 pm

It would be interesting for our members when you would describe how you got it done. So please ?

About your problem.
The GPS is started by a program called "nav-u.exe". This way iGO is blocked finding the GPS. There is a way to go around nav-u.exe by making a script and make changes to the registry.

I copied this script somewhere, don't remember the author's name (but thanks to him!) and I don't know what the script does exactly. Fatboyfun should know and interfere here when something is not right

I GIVE NO GUARANTEE THIS WORKS, better wait for Fatboyfun to give comment!!

You have to replace nav-u.exe by a mortscript, starting this script

#You have to reset the pna to start IGo after using Sony Nav-U

If(Question("Sony Nav-U","Nav-U - Igo8")=Yes)
RunWait("\Mounted Volume\Sony\nav-u\nav-u2.exe")
EndIf

Kill ("SonyCalibMan.exe")

Close("SonyAppMan")

Copy("\Mounted Volume\Sony\nav-u\MortScript.exe","\Windows\MortScript.exe")
Copy("\Mounted Volume\Sony\nav-u\toolhelp.dll","\Windows\toolhelp.dll")
Copy("\Mounted Volume\Sony\nav-u\TestMode.exe","\Windows\TestMode.exe")
Copy("\Mounted Volume\Sony\nav-u\PowerOn.mscr","\Windows\PowerOn.mscr")

RunOnPowerOn ("\Windows\MortScript.exe","\Windows\PowerOn.mscr" )

RunWait("\Mounted Volume\Sony\nav-u\ToolDevice.exe","off 18")
RunWait("\Mounted Volume\Sony\nav-u\ToolDevice.exe","off 15")
RunWait("\Mounted Volume\Sony\nav-u\ToolDevice.exe","on Serial")

RegWriteDword ("HKCU", "ControlPanel\Volume", "Mute", 5)
#This line removes the annoying beep that sony does when the screen is touched. If you like it just uncomment this line

Run ("\Windows\TestMode.exe")

Sleep (50)

Kill ("TestMode.exe")

While (TRUE)
RunWait ("\MemoryStick\iGO8\iGO8.exe")
PowerOff
EndWhile


Important here: in this script the path to igo8.exe (!!) is "\MemoryStick\iGO8\iGO8.exe". Change it to your need!
Also important: the scripts activates port 5, so the sys.txt should have these lines:

[gps]
port="5"
baud="57600"


Succes!!
________________________________________________________________________
When I do good, no one remembers, when I do wrong, no one forgets
.
I am in a permanent state of inactivity
I won't answer to any PM, so don't send me any
nabi offline


Ex Super Mod



 
Joined: Mon Dec 28, 2009 5:22 pm
Posts: 2429
Location: somewhere unknown
Has thanked: 39 times
Been thanked: 229 times

Postby Fatboyfun » Sat Jan 08, 2011 10:04 pm

The Mortscript itself looks ok but it references files that may not be on the device.

Copy("\Mounted Volume\Sony\nav-u\MortScript.exe","\Windows\MortScript.exe")
Copy("\Mounted Volume\Sony\nav-u\toolhelp.dll","\Windows\toolhelp.dll")
Copy("\Mounted Volume\Sony\nav-u\TestMode.exe","\Windows\TestMode.exe")
Copy("\Mounted Volume\Sony\nav-u\PowerOn.mscr","\Windows\PowerOn.mscr")


Mortscript is easy to find
I don't know if toolhelp.dll or testmode.exe are on the device already or not.
PowerOn.mscr would be another script someone has written.

Obviously you will need to install Mortscript and make the mscr files to be able to use this. It's probably more for advanced users.
Currently sleeping...
Fatboyfun offline


User avatar Ex Moderator



 
Joined: Mon May 17, 2010 5:34 pm
Posts: 5782
Has thanked: 2 times
Been thanked: 403 times

Postby nabi » Sat Jan 08, 2011 10:36 pm

Thanks for looking into this, Fatboyfun. Appreciate your help and knowledge.
Sorry, but my information stops here. I don't know if this script is part of an unlock package or the files are present on a Sony. And since we don't now how the device was unlocked, only the user himself can tell if the info is useful.
________________________________________________________________________
When I do good, no one remembers, when I do wrong, no one forgets
.
I am in a permanent state of inactivity
I won't answer to any PM, so don't send me any
nabi offline


Ex Super Mod



 
Joined: Mon Dec 28, 2009 5:22 pm
Posts: 2429
Location: somewhere unknown
Has thanked: 39 times
Been thanked: 229 times

Postby sporty21 » Sat Jan 08, 2011 10:53 pm

I think there i some files missing in the data.zip/ divice ...... there is no nav-u ini file there....
sporty21 offline


Junior Member



 
Joined: Wed Aug 04, 2010 8:25 pm
Posts: 13
Location: Sweden
Has thanked: 0 time
Been thanked: 0 time

Postby nabi » Sat Jan 08, 2011 11:03 pm

sporty21 wrote:I think there i some files missing in the data.zip/ divice ...... there is no nav-u ini file there....

And I think you are missing something. The nav-u.exe file is a Sony file, not a Primo file.
________________________________________________________________________
When I do good, no one remembers, when I do wrong, no one forgets
.
I am in a permanent state of inactivity
I won't answer to any PM, so don't send me any
nabi offline


Ex Super Mod



 
Joined: Mon Dec 28, 2009 5:22 pm
Posts: 2429
Location: somewhere unknown
Has thanked: 39 times
Been thanked: 229 times

Postby sporty21 » Sat Jan 08, 2011 11:22 pm

can you explain what you mean?
sporty21 offline


Junior Member



 
Joined: Wed Aug 04, 2010 8:25 pm
Posts: 13
Location: Sweden
Has thanked: 0 time
Been thanked: 0 time

Postby nabi » Sun Jan 09, 2011 10:14 am

Unless the Sony has a folder called data.zip, you are looking for it in iGO or Primo folder.
Nav-u.exe is a Sony executable file and should be located in the devices flash drive. Wild guess, since I don't own a Sony, look for \Mounted Volume\Sony\nav-u\nav-u.exe
________________________________________________________________________
When I do good, no one remembers, when I do wrong, no one forgets
.
I am in a permanent state of inactivity
I won't answer to any PM, so don't send me any
nabi offline


Ex Super Mod



 
Joined: Mon Dec 28, 2009 5:22 pm
Posts: 2429
Location: somewhere unknown
Has thanked: 39 times
Been thanked: 229 times

Postby sporty21 » Sun Jan 09, 2011 2:06 pm

The data.zip file is in the Primo/Igo folder.
sporty21 offline


Junior Member



 
Joined: Wed Aug 04, 2010 8:25 pm
Posts: 13
Location: Sweden
Has thanked: 0 time
Been thanked: 0 time

Postby nabi » Sun Jan 09, 2011 3:00 pm

sporty21 wrote:The data.zip file is in the Primo/Igo folder.


I know that.

Again from the start:




sporty21 wrote:I think there i some files missing in the data.zip/ divice ...... there is no nav-u ini file there....


nabi wrote:The nav-u.exe file is a Sony file, not a Primo file.


nabi wrote:Unless the Sony has a folder called data.zip, you are looking for it in iGO or Primo folder.
Nav-u.exe is a Sony executable file and should be located in the devices flash drive. Wild guess, since I don't own a Sony, look for \Mounted Volume\Sony\nav-u\nav-u.exe




Now, do I need to make a drawing or is this a plain misunderstanding??
We are talking about a SONY file. Sony files are never found in the iGO program folder unless you put it there.
________________________________________________________________________
When I do good, no one remembers, when I do wrong, no one forgets
.
I am in a permanent state of inactivity
I won't answer to any PM, so don't send me any
nabi offline


Ex Super Mod



 
Joined: Mon Dec 28, 2009 5:22 pm
Posts: 2429
Location: somewhere unknown
Has thanked: 39 times
Been thanked: 229 times

Postby Fatboyfun » Sun Jan 09, 2011 3:20 pm

@sporty21
Explain to us exactly what you have done so far
Fatboyfun offline


User avatar Ex Moderator



 
Joined: Mon May 17, 2010 5:34 pm
Posts: 5782
Has thanked: 2 times
Been thanked: 403 times

Postby sashamilic » Fri Jul 20, 2012 6:03 pm

Hi to all... I want to install iGO Prime2 (9.6.5.221194) to my navigation device Sony nv-u93tw.
I have windows 8 and device connects perfect. I backup original (/Sony/) folder from navigation MountedVolume to my laptop.
I buy "Memory Stick PRO Duo" with 4GB, and copy the unzipped folder /Primo2/ (link to zip file is [Please Register or Login to download file] ) to MemoryStick.
If someone can check the *.zip file if it`s everything is ok (changes to sys.txt files and etc.)
If installation files is not ok... please give me from where I can download good installation.
I need step-by-step help what I must do next.

Thank`s in advance.... :-)
sashamilic offline


Junior Member



 
Joined: Fri Jul 20, 2012 5:39 pm
Posts: 1
Has thanked: 0 time
Been thanked: 1 time

Postby Zeppelin » Tue Jul 24, 2012 11:36 pm

Man, wow your file is something like 230mb, if ii get time i'll download it and have a look.
Edited to add, do a search : Sony nav-u 92, page 3 has a step by step guide.
Hope that helps
Zeppelin offline


Junior Member



 
Joined: Thu May 20, 2010 8:10 pm
Posts: 30
Has thanked: 1 time
Been thanked: 2 times

Next

Return to Other Systems

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 4 guests