Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 10 of 69

Hybrid View

  1. #1
    Junior Member
    Join Date
    Aug 2010
    Location
    AU
    Age
    65
    Posts
    2
    Rep Power
    0

    Default

    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,

  2.    Advertissements


  3. #2
    armz00
    Guest

    Default

    hi OzKman,. im using 7' doubledin chinese gps unit runs in win CE 5.0 .. just want to ask coz im having a hard time loading it.. i used ultraedit to modify que.exe.. but everytime i try load it.. it fails.. doesnt respond.. is there something wrong? which is correct /Garmin/ -> /SDMMC/Garmin/ or /Garmin/ -> /StorageCard/Garmin/? hope you could help me.. thanks in advance mate..

  4. #3
    Junior Member
    Join Date
    Aug 2010
    Location
    AU
    Age
    65
    Posts
    2
    Rep Power
    0

    Default

    Hi armz00, Depends on how your unit sees the SD card. If other apps running off menu are being called as SDMMC\Appxxx.exe then its SDMMC or if StorageCard\Appxxx.exe works then it would be that. Just ensure when Ultraedit exits the Que is still an exe not a text file with exe extension (must have blue icon). Regards,

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •