开发者

How to access command prompt of windows from Android application

开发者 https://www.devze.com 2023-03-31 20:45 出处:网络
I have one requirement in my android application in which I need to run command on Windows/Linux command prompt from my android application. And this done when I connect my 开发者_如何转开发device to

I have one requirement in my android application in which I need to run command on Windows/Linux command prompt from my android application. And this done when I connect my 开发者_如何转开发device to Computer. So friend please tell any suggestion, any help regarding with them or any way that I follow to do this task.

Thank You


That probably isn't possible without some sort of SSH or telnet connection, which isn't what you're looking for. It's the host computer that needs to execute code from the device (like you might execute an EXE from a USB drive). I don't think the other way around is possible, at least not without some sort of driver exploit.

I know it's not ideal, but your best approach may be to have a helper program on the user's computer that will detect a plugin and then run when that occurs.


the only thing you need to do is use telnet if im getting you right.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号