Netcat is known as the Swiss Army Knife of Networking. A version of Netcat for Windows CE (WinMo) exists at the URL below, but has anyone gotten this to work on the Rhodium? When I run it on the stock Tmobile ROM (WinMo 6.1) I get the "Cmd line:" screen but as soon as I enter anything on the keyboard I get "No Ports To Connect To"
http://prt.fernuni-hagen.de/~bischoff/wince/netcat-wince-arm-pocket-wce300.zip
Anyone tried this on the Rhodium?
Related
Hi,
I use eMbedded Visual C++ 3.0 and develop a application for Pocket PC 2002.
Now I want to debug my applikation on an iPAQ with Pocket PC 2003.
But eMbedded Visual C++ 3.0 has a problem while connecting to that device: "The Platform Manager Server failed".
What must I do to be able to debug PPC 2003?
Thanks for all solutions !!!
Have a nice day!
Franz
use evc4++
Hi,
thanks for your reply.
Is the migration from evc 3.0 to 4.0 smooth or painfull ?
don't know yet.
there are issues with having both compilers installed, I think in some cases
you have to reinstall evc3 to get it to work again.
I use eVC+3
I have no problems with eVC+3
I installed PPC2003SDK
and since this time I can debug for PPC2003 devices too, and connect via PlatformManager too.
btw: I have VS#NET installed in this same partition. Dont know if it changes anything.
Hi,
I was wondering if there is a jvm for wm 6 which supports xlets. They are part of the CDC toolkit...
I don't want to have to use midlets as it is quite a big process to convert an existing swing program into a midlet.
Has anyone been able to do this?
Thanks
Edit: I just discovered that esmertec jbed is supposed to support cdc and should support xlet i guess...
but when I run my xlet all I get is a 'File error (???)'
I also know that others have this problem as was posted here:
http://forum.xda-developers.com/showthread.php?t=339579&page=7
But I don't think they were resolved.
Bump:
Has no one ever tried to get xlets working on their phone?
Ok, I found a java manager called CrEme.
It's great it lets you use any standard CDC java app which supports standard swing/awt. So you can instantly port any java app directly to your phone.
XLets/Managed aplications still don't seem to work but given that it runs normal apps, Im not too worried
I don't have any links for it but I've got the files if anyone wants them.
dear user, what does that all have to do with HRDF (Hermes ROM Development Forum)? why don't you ask this kind of questions in GDs (General Discussions)?
Hi friends,
Does anybody know where to download SunJavaWirelessClient as cab or as exe?
Help please...
Very nice emulator according to its overwiew (http://java.sun.com/javame/reference/docs/sjwc-2.0-web/docs/overview.html). There is a cab included in Sun Wireless Toolkit 3.0 beta (I've uploaded it to http://rapidshare.com/files/256888282/sun-java-cldc-emu.cab). I don't know how to run midlets on it - if you figure it out, please post instructions here.
Thanks but this is not the one I have in Dutty-WM6.5r6.
In this you can not install anything & it is beta. I think there may be some problems.
Where is the download link in that page bro, I couldn't find it.
The JVM came with Wireless Took Kit is to demo the ODD (on device debug) feature.
For now, to get a better working JVM from Sun on WM platform, I suggest you get the JavaFX developer runtime Sun's website. Just search JavaFX Mobile in google and you can find it
I have a couple old games that I used with my old HP Ipaq. Namely Exit Nights written for Windows CE 5. Is there a way to port it to Android, or a CE emulator for windows 7?
I can send the old cab file if anyone wants to look at it.
Thanks,
Hello everybody,
I am working in a german company where we're still using old iPAQs (iPAQ PE2030) with Windows Mobile 2002 because the application doesn't work on Windows Mobile 2003 or higher.
Now I'm looking for an emulator or an emulator-image for WM2002 for the Microsoft Device Emulator. I can't find any Image of PPC2002 on Google and I hope maybe to find the image here.
It would be nice if there's a solution to get it work, because a reprogram of it will cost thousands of euros.
Thanks in advance,
Patrick
Have a look at post #2 in here.
http://forum.xda-developers.com/showthread.php?t=777850
Embedded Visual Tools 3.0 (C++ and VB) came with an emulator of sorts for WM 2002 SE, which installs with the compiler. It is not a true emulator as such, like those run by Device Emulator Manager, but it is as near as you are going to get. The compilers create special x86 emulator executable versions that the emulator can run, and you can debug.
When you are satisfied with it, switch the compile to release, and it will generate an ARM code executable to run on the device.
The emulator images running under Device Emulator Manager can run ARM code executables, but the EVT emulator can't.
The problem is that you will need the source code for the app to compile it.