Hi All, First post here and unable to load anything even if I knew how. Just wanted to let you know that using 5.00.30 version from artful (many thanks to you sir) and ******* que.exe for 1111111111 from iredeto (many thanks to you sir) and edit instructions from betahash (this thread- many thanks to you sir), I have used Ultraedit (30 day trial version from Ultraedit website) to edit que.exe for 7" chinese double din gps unit using "StorageCard" as opposed to SDMMC and it now runs successfully (3D map not quite centred after edit mod, but settings now successfully being saved). Unit is SirfIV chip with 128MB running WinCE6.0.
Whatever folders you set in the que.exe should match the physical folder structure and the XML file stored with the NVM files in order to correctly save your settings. GPS set-up required nothing and worked straight off once AU map unlocked. (Port COM 2 at 9600).
MSCR script below for anyone interested. Que.exe edit quite easy (either search by memory address as per instruction or by ASCI value of SDMMC).
Hope this helps someone else and many thanks to all those contributing to the forums.
-----------------------
Errorlevel("warn")
If(WndExists("Garmin Mobile XT"))
Show("Garmin Mobile XT")
Exit
EndIf
#Run explorer.exe and wait a second
Run("\Windows\Explorer.exe")
Sleep(300)
#Hide Taskbar
Run(SystemPath("ScriptPath")\"TaskbarHide.exe")
#Run Garmin Mobile XT.
#This script will not go to the next command before que.exe completely shut down
RunWait(SystemPath("ScriptPath")\"..\Apps\WM\que.exe")
#Kill explorer.exe
If(ProcExists("explorer.exe"))
Kill("explorer.exe")
EndIf
---------------------------
Cheers,
Bookmarks