Hi All
I am looking for a solution:
Is there any way to send SMS via Windows Mobile based device (HTC raphael in my case) which is connected to Linux system through USB cable?
Linux Box has no internet assess so solution of sending sms through internet gateways is not good for me
The tool that i am looking for must run in console (can't use KDE, GNOME etc...) just command line utility.
regards
Lucas
Related
Hi,
Everybody knows microsofts remote display ('remotedsp.exe') to control your WM5 device from a PC.
I was wondering how to do this on linux (preferably on ubuntu), I tried installing remotedsp.exe using wine but with no luck.
I like to control my PPC from my linux machine.
Anyboy who can help me?
Thanks in advance.
mauce said:
Hi,
Everybody knows microsofts remote display ('remotedsp.exe') to control your WM5 device from a PC.
I was wondering how to do this on linux (preferably on ubuntu), I tried installing remotedsp.exe using wine but with no luck.
I like to control my PPC from my linux machine.
Anyboy who can help me?
Thanks in advance.
Click to expand...
Click to collapse
You want to follow my articles; I've elaborated on running a standard VNC server on the Pocket PC, which can, then, be connected to by a VNC client under Linux, over a standard TCP/IP connection at, for example, http://www.pocketpcmag.com/blogs/index.php?blog=3&p=514&more=1&c=1&tb=1&pb=1
I don't know of other remote controller solutions to have a native Unix/Linux client.
Thanks for the reply, I've done this but there is a big disadvantage with this:
You need an IP connection, so my wizzard should be connected through wifi, this drains the batterypower.
Although the battery is charged at the same time, this is not the solution I'm looking for.
I would prefer an IP connection over the USB connection wich -I think- is not possible......
Please advise....
With the Windows version of Remote Desktop you can use the CLI switch '/console' to take control of the current console session of the server you are Remote Desktop'ing into as long as its 2003 Server or later. Is this possible with the Remote Desktop Mobile client?
With the Windows version you just start it with 'Start, Run, mstsc.exe /console' and this attempts to connect to the current console session.
Cheers
Andy
ADB100 said:
With the Windows version of Remote Desktop you can use the CLI switch '/console' to take control of the current console session of the server you are Remote Desktop'ing into as long as its 2003 Server or later. Is this possible with the Remote Desktop Mobile client?
With the Windows version you just start it with 'Start, Run, mstsc.exe /console' and this attempts to connect to the current console session.
Cheers
Andy
Click to expand...
Click to collapse
to my knowledge, not possible - at least I haven't managed to do it . Also see http://forum.xda-developers.com/showthread.php?t=288506
note that if you don't strictly need RDP, some other, proprietary clients do offer console-like features - also see the above article for more info
This is an old topic, but one of the first Google search results for 'Remote Desktop Mobile connect to console'. I've been fiddling with this for the past few days and wanted to share my experience. I say experience because I haven't reallydone anything to achieve a /console connection with RDP mobile.
I'm running WinMo 6.5 Pro and using the standard RDP client it ships with. I am connecting to my home PC, which is running Win7x64 Ultimate. If I choose to log in as a currently logged in user and provide the proper credentials, I am connected to the existing session without any hassle.
I don't know if this is a new feature of terminal services/remote desktop on Win7, or a designed advantage of the mobile RDP client.
If you need to connect to a server console session specifically, take a look at this link on how to configure your server in advance to facilitate this:
EDIT: I'd post a link, but apparently my account is too new to do so. Oh well.
Hello,
I'm french so I'm sorry for my english but I try to explain my question
I work on Psion Teklo 7535 (and 7535 G2) with windows ce 5.0... I not have license for visual studio so I develop with .net framwork on desktop and I use ActiveSync and cradle to set my configuration.
For dialog with my device, I use the OpenNetCf library.
My question : How change the device ip ? With OpenNetCf or other method like registry (but not Mobil develop)
You understand ?
Thanks
think you have to do that unmanaged
more info here
http://www.google.com/search?source...change+ip+address&aq=f&aqi=&aql=&oq=&gs_rfai=
Thanks Rudegar but I want change ip address of my DEVICE with the pc application (run on windows xp).
I look eVC++ but it is hard for my small "need" <= ?
don't believe you can do that without having a program running on the pocketpc
which do the changing
and then a program on the pc which connect over a socket to the pocketpc program and tell it which ip it should use
if you could just make a pc program which could change ip's on other devices those other devices would be pretty unsecure and hackable
don't believe you can do that without having a program running on the pocketpc
which do the changing
and then a program on the pc which connect over a socket to the pocketpc program and tell it which ip it should use
Click to expand...
Click to collapse
ok Rudegar, but I can't use the socket because I can't make pocketpc program... So the registry is the only solution...
Thanks
Hey there!
So I switched my server from linux over to windows (hdmi audio driver issues with ion2, don't ask) and can no longer use Rsync to sync files (unless of course you know of a way to do this in windows)
I am looking for a tool that allows for LAN syncing of files on my Windows desktop to my android device. I know there are tons (box.net, Mozy, SugarSync, etc) that do this however they push files to the cloud. I do not want this. I want a simple LAN sync tool, any personal faves are welcomed!
Thanks in advance!
I'm using freeFTPd as my daemon on the windows box and andFTP as my client on the device. This is the closest I can get to rsync and I think it's the best possible solution right now.
I like rsync for android:
https://market.android.com/details?id=eu.kowalczuk.rsync4android&feature=search_result
It would require opensshd on your windows box. You can get that at:
http://sshwindows.sourceforge.net/
There's a thread on it here:
http://forum.xda-developers.com/showthread.php?t=871307&highlight=rsync
rsync over ssh does not require the rsync daemon, so you should be good to go there, though cygwin does provide rsync if you just had to have it on the windows side.
Also, linux to windows? eww.
Purposes:
There are many alternatives to the ****ty MTP, but most of them lack of good/feature-rich UI, don't have good unicode support or require many clicks on both PC and phone sides to use. So I made my own one.
You can connect your phone (with ADB enabled) to your PC via USB and run the tool to start file transfer just like any other adb-based file transfer tools. And you can enjoy features like bookmark/queue/resume transfer/etc which are provided by the FTP client (WinSCP by default).
How it works:
The tool uploads a modified busybox and runs it as an local FTP server on your phone via ADB, then it uses ADB to forward the FTP ports to PC. The tool starts the FTP client when everything is ready. Transfers all go through USB rather than Wifi. The FTP server is automatically killed if your close the FTP client or disconnect your phone.
Download:
https://drive.google.com/open?id=0Bz7msweEpUT3TjhGdGFqbktoREE
Feedbacks are welcome!