Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21

Thread: GarminScript

  1. #11
    chinnachot is offline Second Lieutenant
    Join Date
    Apr 2011
    Posts
    313
    Thanks
    10
    Thanked 95 Times in 42 Posts

    Re: GarminScript

    yes it will not save setting

    you change another QUE (don'tcrack) open and run setting menu a moment
    then change old QUE (crack already) back again and test run

    it may help save setting because it make new setting in your GPS

  2. #12
    chinnachot is offline Second Lieutenant
    Join Date
    Apr 2011
    Posts
    313
    Thanks
    10
    Thanked 95 Times in 42 Posts

    Re: GarminScript

    QUE don't crack will make new setting in your GPS but it can't link signal excect crack it (find card id to keygen)

  3. #13
    MR_PERFECT is offline Corporal
    Join Date
    Aug 2010
    Posts
    26
    Thanks
    0
    Thanked 6 Times in 2 Posts

    Re: GarminScript

    Okay, I have the unlocked image, so all I need to do is crack the garminxt, correct?

    If so, then all I need is my card id. I cannot get garminxt to crack with the key generator 1.5.

    Should there be a special garminxt I should be using with the key generator, as the card number it
    gives me is not working with the key generator. Does anyone know how to use windows7 and a program
    to get the real card id, as the one I get from garmin when it starts up is not working.it gives me card id
    261963753 and device id 31458080. They are both generated from wince 5.0 emulator on windows 7.

  4. #14
    chinnachot is offline Second Lieutenant
    Join Date
    Apr 2011
    Posts
    313
    Thanks
    10
    Thanked 95 Times in 42 Posts

    Re: GarminScript

    Mr.PERFECT

    check your private message

  5. #15
    chinnachot is offline Second Lieutenant
    Join Date
    Apr 2011
    Posts
    313
    Thanks
    10
    Thanked 95 Times in 42 Posts

    Re: GarminScript

    Here Garmin.MSCR for SAVE SETTING and SAVE POI it don't miss when EXIT

    Choose Garmin.MSCR match your sd card and replace it

    For 800x480

    MSCR_file.rar

  6. #16
    chinnachot is offline Second Lieutenant
    Join Date
    Apr 2011
    Posts
    313
    Thanks
    10
    Thanked 95 Times in 42 Posts

    HERE Garmin.MSCR for SAVE SETTING SAVE POI 800x480

    some Chinese navi res 800x480 install DOWNUNDER VERSION problem setting and poi lose when exit

    this is Garmin.MSCR file I modify some word from Mr.antigreedy again

    until it can SAVE SETTING SAVE POI not lose

    Choose Garmin.MSCR file match to your sd card

    last load not good use new load

    http://www.mediafire.com/?s1ol1jhw5fr0ckc

    wish you happy
    Last edited by chinnachot; 7th November 2011 at 04:00.

  7. #17
    Join Date
    Apr 2012
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Garmin XT Win CE 5 - Settings not saved (tried different mscr's)

    I tried tweaking and following different mscr's advised in several threads but to no success. Here's the current mscr I'm using. Hope anybody can point me in the right direction. I have read all threads pertaining to this but cant seem to hit the right note.

    Appreciate your feedback.

    Unit: China 2DIN

    Errorlevel("warn")

    If(WndExists("Garmin Mobile XT"))
    Show("Garmin Mobile XT")
    Exit
    EndIf


    #Run Windows CE
    Run("\Windows\explorer.exe")
    Sleep(1500)

    #Hide Taskbar

    Run("\StorageCard\Garmin\RunGMXT\TaskbarToggle.exe ")
    Sleep(1000)

    XCopy("\StorageCard\GXTSave\*.*","\Garmin\", TRUE, TRUE)
    RunWait("\StorageCard\Garmin\Apps\WM\Que.exe")
    XCopy("\Garmin\*.*", "\StorageCard\GXTSave\", TRUE, TRUE)


    #Show Taskbar
    Run("\StorageCard\Garmin\RunGMXT\TaskbarToggle.exe ")

    Kill("\windows\explorer.exe")

  8. #18
    hashima's Avatar
    hashima is offline Command Sergeant Major
    Join Date
    Oct 2010
    Posts
    206
    Thanks
    47
    Thanked 32 Times in 20 Posts

    Re: Garmin XT Win CE 5 - Settings not saved (tried different mscr's)

    For some slow sdcards, I had to use (Sleep (1000)) after the last XCopy command, to allow the device time, to properly write to the sdcard.

    Hope this helps.
    Last edited by hashima; 5th May 2012 at 11:43.

  9. #19
    Join Date
    Apr 2012
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Garmin XT Win CE 5 - Settings not saved (tried different mscr's)

    Quote Originally Posted by hashima View Post
    For some slow sdcards, I had to use (Sleep (1000)) after the last XCopy command, to allow the device time, to properly write to the sdcard.

    Hope this helps.
    I got class 5 SD card. So I suppose it's fast enough. Did as advised but still not saving. Any other ideas. Thanks.

  10. #20
    chinnachot is offline Second Lieutenant
    Join Date
    Apr 2011
    Posts
    313
    Thanks
    10
    Thanked 95 Times in 42 Posts

    Re: Garmin XT Win CE 5 - Settings not saved (tried different mscr's)

    XCopy("\StorageCard\GXTSave\*.*","\Garmin\", TRUE, TRUE)
    RunWait("\StorageCard\Garmin\Apps\WM\Que.exe")
    XCopy("\Garmin\*.*", "\StorageCard\GXTSave\", TRUE, TRUE)

    test by edit to

    XCopy("\StorageCard\Garmin\GPX\*.*","\Garmin\", TRUE, TRUE)
    RunWait("\StorageCard\Garmin\Apps\WM\Que.exe")
    XCopy("\Garmin\*.*", "\StorageCard\Garmin\Save\", TRUE, TRUE)

Page 2 of 3 FirstFirst 123 LastLast