Új hozzászólás Aktív témák

  • rel55

    csendes tag

    válasz gyurma111 #3145 üzenetére

    A Gpspassion forumon en eszt irtam:

    @Osprey
    Here is the tehnical data for Wayteq N700BT chinese PND :
    http://pdadb.net/index.php?m=specs&id=1645
    and here is Device Information (with Tronik app.)
    http://rapidshare.com/files/225282562/Info_WindowsCE_Wayteq_N770BT.zip.html
    ....
    es Tronik valasza:

    rel55,
    In HKEY_LOCAL_MACHINE\Init you have:
    "Launch50"="YFLoader.exe"
    "Launch100"="Gpsmc.exe"
    "Launch90"="notifyRep.exe"
    "Launch99"="GPSDataMon.exe"
    You might want to delete some of these values in Unlock.mscr

    majd en irtam:

    @ Tronik
    Please check:
    #Wayteq N770BT devices: Disable YFLoader.exe at Launch50, Gpsmc.exe at Launch100, notifyRep.exe at Launch90,GPSDataMon.exe at Launch99
    If(ToLower(RegRead("HKLM", "init", "Launch50")) eq "YFLoader.exe")
    RegWriteString("HKLM", "init", "Launch50", "")
    EndIf
    If(ToLower(RegRead("HKLM", "init", "Launch100")) eq "Gpsmc.exe")
    RegWriteString("HKLM", "init", "Launch100", "")
    EndIf
    If(ToLower(RegRead("HKLM", "init", "Launch90")) eq "notifyRep.exe")
    RegWriteString("HKLM", "init", "Launch90", "")
    EndIf
    If(ToLower(RegRead("HKLM", "init", "Launch99")) eq "GPSDataMon.exe")
    RegWriteString("HKLM", "init", "Launch99", "")
    EndIf

    Tronik valasz:
    "rel55,
    In Unlock.mscr your code should be:
    If(ToLower(RegRead("HKLM", "init", "Launch50")) eq "yfloader.exe")
    ...
    Note the lower case in both of the comparing strings.

    In the first section of DeviceMenu.mscr:
    ElseIf(FileExists("\Windows\YFLoader.exe"))
    DeviceMenu = "\Windows\YFLoader.exe"
    and in the second section, only if you want to run additional processes, your code should be similar to the existing code for Asus.

    Lastly, you should modify CloseActiveWindow.mscr only if you want to kill any additional processes with YFShell."

    Meg van edy haverem egy roman forumba aki azt irta nekem hogy meg kell valami csinalni es pedig :
    CloseActiveSinc.mscr-ben, ez kell irni:
    ElseIf(ActiveWindow() eq "YFLoader.exe"))
    Kill("YFLoader.exe")

    es ini .mscr-en meg pedig ez:

    #Kill the WayteQ N770BT menu
    If(ProcExists("YFLoader.exe"))
    Kill("YFLoader.exe")
    EndIf

    It van a Tronik program amivel lehet Device Information csinalni [link]vagy [link]
    Remelem hogy ez is shegit

Új hozzászólás Aktív témák