Hello,
I have a z10 formuler and I want to replace the remote with an application that sends the remote commands via network.
Does anyone have a list of these commands or the IR codes?
Thanks
Related
Hi,
I'm wondering if anyone has looked into programmatic control of the XDAII from a PC? I'm not talking about PocketVNC style desktop-control - more the ability to send a command to an XDA [via bluetooth or USB] to make it do something.
Specifically, I'd like to be able to send an instruction to the phone to tell it to dial a specific number, without using voice control, and without touching the phone itself :lol:
Anyone looked into this?
Ta,
Scott
Microsoft Remote Display Control ?
http://www.snapfiles.com/get/pocketpc/msremotedisplay.html
That's a simple AT command..
A few characters sendt through the COM port of your choise..
MRDC would be very much unnecesery work..
So I could use a serial to XDA cable, open the relevant COM port on the PC and treat the XDA like a modem? Nothing else required?
I've decided to take a different route with this; I've written a TAPI application to initiate the voice calls, and am going to use winsock to communicate between the PC and the XDA. This should give me far more flexibility
hi everyone,
i am a noob to this side of things, i need an app to work with a bluetooth remote that is wonderful, i need this because i cant remember what letters to press for what. what i would like is a media center remote to work like NiveusPocketRemote, i just need the interface mapped, is this easy to do? how can i?
you can make a program which use bluetooth com port
setup the comports on the pda and on the pc
then develeop a client frondend on the pda
and a "server" on the pc which interp the commands
from the pda client and do it's stuff using com or some
dll to talk to the program you want to remote
Searches here and elsewhere haven't revealed an answer to this so hopefully someone will know how I can do it:
I wish to get RDP access to our servers via an SSH tunnel, the tools to do this seem to be freely available, however, getting this to work is another matter.
I've installed Pocket Putty and can connect via WiFi to our remote servers so the tunnel part seems to work OK. Now it appears that 'localhost' or '27.0.0.1' doesn't exist so the method I use on my desktop of using a port forwarding can't be achieved using either of these.
Any suggestions gratefully received.
Some years ago I've developed a small CRM application (c# .Net 2.0) that has been interfaced to my old Siemens S45 via serial port. My application uses the GSMComm library (managed code) that uses Hayes AT commands to read/send SMS messages.
Now I've switched to the HTC Diamond. Wonderful piece of hardware, but it seems it doesn't support several AT Commands.
I've installed the Diamond as a bluetooth modem on Com3. I can use it for thetering with no problem (never installed activesync).
I can also connect to it with HyperTerminal and submit AT commands, but those I would need to manage SMS don't work.
For instance, I can submit
ATI0
and the phone returns
"Microsoft Corporation AT Command Interpreter Settings..."
but if I try to submit
AT+CMGL=4
I get an ERROR.
My old Siemens, instead, accepts AT+CMGL=4 and returns the list of all SMS.
Can I set my HTC in some kind of "Standard Modem Mode" so that it accepts all AT Commands? Is there a switch or registry entry or an AT command for such purpose?
Thanks in advance.
Hello all,
I have been searching the forum but could not find an answer to my question. I have installed a TightVNC server on my dekstop in order to remotly control it by my HTC desire. It works great with the android VNC app.
But the thing is, i only want to send a command line to my PC without using the whole app. I'm designing my own app where i want to send a command lines to my computer. It's just a simple app with a few buttons in order to switch my lights on and off in my room. I have running it on my PC right now with winlirc, which can be controlled by entering a command line.
Is there anyone who can provide me with the Code that connects to the server and can send a command line? If it is not possible to send a command line, then maybe just a way to send a keystroke so i can use autohotkey to act upon it.
Thanks
Have you tried SSH?
I'm working on a windows PC with openSSH at the moment.
But that is just in order to create a secure channel. Don't need it right now since i'm only working in LAN area. Just need the source code that i can put in my app in order to send a command/keystroke