Code Monkey home page Code Monkey logo

custom-cortana-commands-template's People

Contributors

crclayton avatar scottjwalter avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

custom-cortana-commands-template's Issues

Does not run

In the YouTube video he made he had "Local Computer" on the play/compile button. When I press the play button it says "Device" and then tells me device not plugged in. I want to run it on my own computer like he does how do I do that???? Please help!

cant import ssh

when im trying to compile youre version with the SSH net plugin, im getting this error:

Severity Code Description Project File Line Suppression State
Error DEP6200 : Bootstrapping failed. Device cannot be found. 0x89731810: Deployment failed because no Windows Phone was detected. Make sure a phone is connected and powered on. CustomCortanaCommands

this no longer works because as of May2020 windows 10 doesn't have integrated cortana

Please correct me if this is a wrong assumption but compiling the default file, generates errors.

Severity Code Description Project File Line Suppression State
Error DEP6957: Failed to connect to device '127.0.0.1' using Universal Authentication. Please verify the correct remote authentication mode is specified in the project debug settings. COMException - No connection could be made because the target machine actively refused it. (Exception from HRESULT: 0x8007274D) [0x8007274D] CustomCortanaCommands

Unable to launch .bat file

When i try to launch the .bat file using the similar code; nothing happens.
It is not supporting System.Diagnostics.Process as well.
Is there any method launch executable or command using UWP?

cant use ssh

        { "WallLightsOff", (Action)(async () => {
                    using (var client = new SshClient("10.19.1.7", "iiidefconiii", "******"))
        {
            client.Connect();
            client.RunCommand("/home/iiidefconiii/HarmonyHubControl/HarmonyHubControl ******@gmail.com ****** 10.19.1.8  issue_device_command 42458302 'Light6'");
            client.Disconnect();
        }
        })},

    };

it does compile and says ok turning the wall lights off, but nothing happens

<Command Name="WallLightsOff">
  <Example> Wall Lights Off </Example>
  <ListenFor> Wall Lights Off </ListenFor>
  <Feedback> Turning off the Wall Lights</Feedback>
  <Navigate/>
</Command>

Run without window--in background?

Can this be made to work without the giant orange window being brought up? Or as an alternative, autoclose the app when the command is done?

With having a window brought up I'm kinda torn whether to use this...perhaps if I created a bing interceptor I could at least close Edge automatically.

That said, great concept, looking forward to what the future holds. Still not the same as some official Cortana integration, I'll never get Cortana for iOS to start my media computer but this is the start, and I can always program Siri. Perhaps the next step is to allow for commands to be created in program in a user interface, let end users add commands in-app. This can be done, it's been mentioned here:
http://stackoverflow.com/questions/27670696/how-to-modify-cortana-voice-activation-commands-xml-in-c

Just some things to keep in mind. I think the best AA(Artificial Assistant) will be one that has both Big Corporate support and custom commands...one that can order a pizza and tell my robot to dance :P Its only so far been one or the other.

ntdll.dll Could not be downloaded from Symbol Server

Pardom my ignorance as I am very much new to this environment. I amd trying to use this templte to add commands to cortana. I installed the missing pieces as shown in the tutorial.But when I run it on Local Machine I get an error saying it was unable to download ntdll.dll from Symbol Server and to check my connection. My internet connection was working fine as another download was in progress. How do I solve this issue?

not really an issue

Hi if have been searching for two years for a good home automation system, this can be a reall hot add for me. The basic script i have been tested it and it works neat!

I just want 1 thing and thats implent my code to this to run tasks...

Im not a good writer and also this code took me ages to get it running could you give me one example how i can implent this in youre cortanafunctions.cs

        {"OpenFile", (Action)(async () => {
            StorageFile file = await Package.Current.InstalledLocation.GetFileAsync(@"Test.txt");
            await Launcher.LaunchFileAsync(file);
        })},

mycode:

    private void WallLightsBright_Click(object sender, EventArgs e)
    {
        Process process = new Process();
        // Configure the process using the StartInfo properties.
        process.StartInfo.FileName = "C:\\Program Files (x86)\\Home Control\\plink.exe";
        process.StartInfo.Arguments = "******@127.0.0.1/home/iiidefconiii/HarmonyHubControl/HarmonyHubControl ********@gmail.com passwd issue_device_command 42458302 L05";
        process.StartInfo.WindowStyle = ProcessWindowStyle.Minimized;
        process.Start();
        process.WaitForExit();// Waits here for the process to exit.
    }

that code is currently running when i click a button. i really really like to have this piece of code working with cortane, is it even possible?

Thank You much for this great custom definitions

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.