Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 4 of 4 FirstFirst ... 234
Results 31 to 37 of 37
  1. #31
    Member
    Join Date
    Jun 2013
    Location
    Brazil
    Posts
    19
    Rep Power
    0

    Default

    Vesijunu

    Forget "radioenable, 1". It is not necessary.
    About "A5_SW_TMC", you need to create the key in the registry (or edit it, if "SW_TMC" exist). I use a script
    In my gps I use the line:

    RegWriteDWord HKLM, Drivers\BuiltIn\SW_TMC, Protocol, 1

    In yours gps it will be:

    RegWriteDWord HKLM, Drivers\BuiltIn\A5_SW_TMC, Protocol, 1

    I you use Regedit.exe to edit the registry, be careful when you do this.

    Good Luck!
    Last edited by luizcarlosrio; 14th May 2018 at 01:48 PM.

  2.    Advertissements


  3. #32
    Master janch's Avatar
    Join Date
    Jun 2010
    Location
    Hell
    Posts
    1,838
    Rep Power
    805

    Default

    AFAIK there is no point for changing registry in wince with regedit.exe bacause registry will restore it's default settings every time device restarts. For that reason it's necessary to change/force it with the script as described above.

  4. #33
    Member
    Join Date
    Jun 2013
    Location
    Brazil
    Posts
    19
    Rep Power
    0

    Default

    janch
    In My Magellan, it is necessary to reset the device after use Primo. If I don't do that, the device just sleep.
    So, im my case the WinCe registry need a rewrite every time, before run Primo.
    If I don't rewrite the registry, there is no TMC.

    Regards

  5. #34
    Member
    Join Date
    Apr 2018
    Location
    Naples
    Posts
    12
    Rep Power
    0

    Default

    Hi, friends.

    luizcarlosrio, I tryed but it's impossible to rename files or to create others. I use wincommander, may be I need other programs, like totalcommander?

    By the way, I've discovered that there is a key HKLM\Drivers\Active\41 that contains some key related to COM1 and a key with value: "Drivers\BuiltIn\SW_TMC"

    May be it's important.

    And I also have seen that in HKLM\init there is a key Launch80 that refers to "Appstartuppri", that seem to be related with TMC.

    So, I think that this specific series of MIO activates the TMC module only with the original software or may be does not permit to change the dll that activates the TMC module.

    Or may be (why not) that the USB port activates the TMC only if some special .dll or.exe is used.

    I think that expert programmers could create some script for activating the FM receiving or the module recognizing without depending form originals .dll and .exe of the device. This is the core problem: the FM receiving (TMC_SCAN.exe) does not recognize the module.

  6. #35
    iGO Enthusiast TMC problems for iGO Primo on Mio 6970LM.
    TMC problems for iGO Primo on Mio 6970LM.TMC problems for iGO Primo on Mio 6970LM.TMC problems for iGO Primo on Mio 6970LM.TMC problems for iGO Primo on Mio 6970LM.TMC problems for iGO Primo on Mio 6970LM.TMC problems for iGO Primo on Mio 6970LM.TMC problems for iGO Primo on Mio 6970LM.
    Boki's Avatar
    Join Date
    Jun 2014
    Location
    Niš
    Age
    52
    Posts
    6,395
    Rep Power
    4260

    Default

    Here is
    Spoiler: CE CMD
    This post requires you to click the "LIKE this post" button and hit F5 to read this content.

    with plugins.

    but I still think that there is no purpose - you will not succeed
    Attached Files Attached Files
    • This post requires you to click the "LIKE this post" button to see Attachments.
    Before asking a question, know it's already discussed here and at 99.9% is not unique. Use search.
    NO ONE IS A SEER, READ (click on): [Only registered and activated users can see links. ] <- Click!
    [Only registered and activated users can see links. ] <- Click!

    Spoiler: obs
    Many questions become very arduous, a lot of time chewed deja vu...Since we have lost all the year of work and effort, many people have no will to answer the same questions again. Me neither. Use a search, please.

  7. #36
    Member
    Join Date
    Jun 2013
    Location
    Brazil
    Posts
    19
    Rep Power
    0

    Default

    luizcarlosrio, I tryed but it's impossible to rename files or to create others. I use wincommander, may be I need other programs, like totalcommander?

    By the way, I've discovered that there is a key HKLM\Drivers\Active\41 that contains some key related to COM1 and a key with value: "Drivers\BuiltIn\SW_TMC"
    Vesijunu

    I finally had access to the Windows CE registry of my Magellan (using cecmd and Mio registry editor) and, even thougt the driver's full name is S3c64XX_SW_TMC.Dll, the entry in the registry is like yours (Drivers\BuiltIn\SW_TMC).

    Spoiler: Registry Keys
    [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\SW_TMC]
    "RadioEnable"=dword:00000001
    "Protocol"=dword:00000001
    "ChipType"="NXPTEA5766"
    "DeviceArrayIndex"=dword:00000001
    "Prefix"="COM"
    "Irq"=dword:0000002a
    "Index"=dword:00000001
    "Dll"="S3c64XX_SW_TMC.Dll"
    "Order"=dword:00000034
    "DeviceType"=dword:00000000
    "RFModuleType"=dword:00000000
    "PIChecking"=dword:00000000
    "CountryCode"=dword:00000000
    "ErrorCorrection"=dword:00000003

    My TMC chip is NXPTEA5766

    Yours:
    Protocol ---------------- 00000001 (1)
    Dll ---------------------- "A5_SW_TMC.dll"
    DeviceArrayIndex ------- 00000001 (1)
    Prefix ------------------- "COM"
    Irq --------------------- 0000002A (42)
    Index ------------------ 00000001 (1)
    Order ------------------ 00000034 (52)
    DeviceType ------------ 00000000 (0)
    RFModuleType ---------- 00000000 (0)
    PIChecking ------------- 00000000 (0)
    CountryCode ----------- 00000000 (0)
    ErrorCorrection --------- 00000003 (3)
    RadioEnable ------------ 00000000 (0)
    ChipType -------------- "Sylicon"

    regards
    Last edited by luizcarlosrio; 22nd May 2018 at 07:04 PM.

  8. #37
    Member
    Join Date
    Apr 2018
    Location
    Naples
    Posts
    12
    Rep Power
    0

    Default

    Thanks Boki_srb for the commander, but it's impossible to rename, delete, copy files from windows! And if I try to copy the A5-SW_TMC.dll from windows to another directory (also to my SD card) it prompt to me to overwrite the same file!!!

    Luizcarlosrio, yes I see we have the same registry entry! So, I think the problem is in this specific model. But I have some more news.

    I've make an hard reset and the MIO in the original conditions (and with protocol=0). I have also discovered something about the windows\AppStartupPri.exe that I think could be responsible for the TMC.

    I observed this:

    1) The MIO software starts
    2) Pushing immediately after the starting the TMC button, it does not recognize antenna
    3) After a few second, pushing the button, recognize antenna
    4) After a minute it gives me the TMC infos

    If I kill the AppStartupPri.exe, the antenna is still recognized, but I have no TMC infos! So I think this is responsible for the TMC signal.

    With the other softwares (and of course protocol=1), and with AppStartUpPri.exe activated, using TMC_SCAN.exe I have "no reply from module".

    So I ask, may be that this model recognize the Antenna and the signal only with the original software? May be we need some special script to activate the TMC? Or the problem is in the usb, that how know could be deactivated by other softwares?

    I'm trying all the solutions...

    EDIT.

    About the Usb... I've another info to share.

    With the original software, if I start the MIO with the antenna, I receive the TMC, but if I connect the antenna after the start, the antenna is recognized, but I not receive TMC infos! So, may be the problem is just in the management of the usb in this specific model?

    At this point, I think that there is some hidden setting for the TMC, or we need a specific .dll for this model. But I also see that luizcarlosrio have no other .dll, and the TMC works!

    I'm becoming crazy!
    Last edited by vesijunu; 28th May 2018 at 11:59 AM.

 

 

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
  •