I need to know the name of the program WM6 Remote Desktop uses. I found code that is supposed to autologin to the regular RDP (wpctsc.exe) and I want to try compiling it with the finster EXE.
Related
I'm interested in navigating the Windows Mobile file system using the command-line on Windows. Is there something similar to the /dev/... to gain access to a device's file system? (i know you linux guys are all laughing, fyi... to make it "worse" i'm using Vista).
Thanks,
Matt
it's a bit hard to know what your question is
do you need a pocketpc console app?'
do you have one but dont know how to change dir?
and what does the fact that your pc run vista have to do with anything?
guess a pocketpc console and using the free ms remote pda display program would work
if the free ms tools support vista that is
but to tell you the truth pocketpc and even vista was never really ment to be operated that way
one cant change regs or navigate regs without alot of typing
With an ActiveSync connection, I'd like to access the file system on my Windows Mobile phone via the command-line on my Windows PC. For instance, I currently navigate the file system on my Windows Mobile phone using Explorer on my Windows PC.
My issue lay with the fact that Windows Explorer apparently has to enumerate the contents of the /Windows/ directory and I have to wait five minutes to gain access to any file in that directory.
To my knowledge, a command-line interface will not enumerate the contents of a directory until you execute dir.
[edit]
I found this package of tools (cecopy.exe, cedel.exe, cedir.exe, ceexec.exe, cegetinfo.exe, cemkdir.exe, cereg.exe), but this isn't exactly what i was looking for.
[edit 2]
just found srego cecmd looks pretty good, but doesn't seem to work on Vista...
I previously posted on the wrong section, sorry, so I'm transferring it here.
Anyway, I want to know what programs I can use to make programs for HTC Raphael. Can I use Microsoft Visual Studio? Borland? I currently know how to use c and c++, do I need to use c# instead? And are the commands the same with the one on for the PC and for the PPC? So yeah any programs for programming on the desktop or on the PPC?
Thanks in advance!
yeah visual studio will do it
it support
1
.net compact framework for c# which is a subset of normal .net with some of the more fancy controls missing is normal .net programs from pc dont use anything missing in the compact framework they can run directly on the pocketpc unless the rest is not programmed to adjust (c#)
2
it support microMFC which is a pocketpc version of the old microsoft foundation classes
which was ms's object lib before .net (c/c++)
3
it support pure win32 api which again is a subset of the normal windows win32 api (c/c++)
performance wise 1 is lowest 3 is fastes
support in turms of having control without programming too many unmanaged hooks 3 is best 1 is worst
speed to get a project up and displaying something and having some functionality 1 is fastest 3 is worst
dont know about borland anymore guess they support compact framework
So if I make a program in c or c++, I can actually run it already on my PPC? If so, why does the .exe files on my PPC disallows me to run them on my desktop? Do I need to like convert the .exe file I made on my desktop to make it run on the PPC? If yes, is there any program out there to convert it to make it available for my PPC?
you have to run it using an emulator on your pc such as the one that comes with vs
userman777 said:
So if I make a program in c or c++, I can actually run it already on my PPC? If so, why does the .exe files on my PPC disallows me to run them on my desktop? Do I need to like convert the .exe file I made on my desktop to make it run on the PPC? If yes, is there any program out there to convert it to make it available for my PPC?
Click to expand...
Click to collapse
if you have Visual Studio 2005 Pro, you can create a new "SmartDevice" project. This will take care of setting up almost everything you need. You can also later create a SmartDevice Cab project to create an cab for your program.
It is quite straightforward...try a simple hello world program to get used to it.
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 everyone,
So I was just thinking over what I would love to do with my Transformer/Dock combo and one thing came to mind.
I can connect to my office via VPN, access our company intranet and use various web based tools but there's one thing I'm missing: SQL access.
I use GUI tool that lets me have several DB connections open and run SQL in a window along with seeing the results of the query. I can drop or truncate tables, etc also.
So my question is: Does anything like that exist for Android and more specifically, Honeycomb so there's a bigger screen?
Thanks,
-Bob
How about phpMyAdmin or similar installed on one of the SQL servers. Or using remote desktop/VNC to remote control a PC with the MS SQL tools on it.
How can I convert an exe file to apk?
nikste4 said:
How can I convert an exe file to apk?
Click to expand...
Click to collapse
You can't. .exe is a Microsoft DOS / Windows executable. Android is a Linux based OS. The runtime environments aren't compatible so you can't just "convert" it.
Do you need to run a specific program under Android? May be there is a similar program you can use.
It is not possible.
Bad news. Android cannot be used like a windows emulator.
For someone who knows what an apk is, it's rather strange you didn't know this isn't possible. Like the other users have mentioned Android and Windows are completely different. Are you wanting Microsoft Office? Microsoft has released touch versions of Office for Android but it won't be completely full-fledged like what you get on Windows.
no you cant convert exe file to apk
these two files totally run on two different platforms/devices
the encoding is totally different