Odpovědět Radio Manager Sample for Windows 8 RP

  • Tuesday, June 12, 2012 3:31 PM
     
     
    I've downloaded the Windows 8 Radio Management sample & got it build & install the .dll successfully. I assumed that after installation, the sample radio devices will be shown under "Wireless" in settings with option to ON/OFF. But I couldn't see the sample radio anywhere in the setting after installation. How to switch ON/OFF the sample radios?

    Mr

All Replies

  • Tuesday, June 12, 2012 4:14 PM
    Owner
     
      Has Code

    did you also add the registry settings described in the sample, ie

    Adding and Setting a Radio Instance

    To add a new radio instance, add a new instance key to the registry key like the following entry:

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\RadioManagement\Misc\SampleRadioManager\SampleRadioX]
    "RadioState"=dword:00000000
    "Name"="SampleRadioX"
    "IsMultiComm"=dword:00000000

    d -- This posting is provided "AS IS" with no warranties, and confers no rights.

  • Tuesday, June 12, 2012 5:20 PM
     
     

    Yes, I had ran the "install" cmd script which loaded the .dll as well as added SampleRadio1 & SampleRadio2 reg entries in the registry. Also I could see the reg entries SampleRadio1 & SampleRadio2 being available in registry

     

    Mr

  • Monday, June 18, 2012 10:31 AM
     
     Answered

    Hi

    The sample was working when tried it in another PC. I don't know what went wrong with the first attempt.

    Anyhow ThankYou for your reply