Pocket PC Java - MDA, XDA, 1010 General

Does any one know if you can get Java for Pocket PC

google knew
http://www.comp.lancs.ac.uk/computing/users/fittond/ppcjava.html
http://www.comp.lancs.ac.uk/computing/users/fittond/ppccomm.html
http://www.comp.lancs.ac.uk/computing/users/fittond/ppccomm.html
for more
http://www.google.dk/search?q=java+pocketpc&ie=ISO-8859-1&hl=da&btnG=Google-s%F8gning

Thankyou for your help, really appreciate

Related

JAVA on XDA

Use PersonalJava 3,1 (latest) as a library
There are 4 VMs I know about:
1. pjavawince-1_1-beta1-arm.zip is suns latest VM supporting XDAs strongARM also, http://java.sun.com/products/personaljava/
2. http://www.skelmir.com/ceej/ceej.html is skelmirs VM supporting SDK 1.1.8
3. and the best one is insignias http://www.insignia.com/content/products/jvm/pda.shtml
supporting personalJava 3.1
here's some more info
http://www.javaworld.com/javaworld/jw-10-2001/jw-1026-devices-p2.html
contact me at [email protected] for the VMs
is there a free JVM for Pocket PC
Hi,
i also would like to develop java-programs for the Pocket PC.
But I fear, there is no java-VM for free for this platform.
Or does's anyone know one?
Franz
look here for SuperWaba (java fpr Palm and Pocket PC)
http://www.superwaba.com.br/vm.asp
O2xda?
xgadkob said:
look here for SuperWaba (java fpr Palm and Pocket PC)
http://www.superwaba.com.br/vm.asp
Click to expand...
Click to collapse
Will the java works on O2 XDA pocket pc2002?
Thank you in advance.
Hi,
I think so. SuperWaba runs on my MDA (Pocket PC from HTC).
Franz
Quest
Can someone tell me how you actually use
superwaba on your XDA?
I have successfully installed the version 3.5
but how do I run an application associated
with superwaba? Sorry I sounds dumb. I
just got my O2xda and am trying to download
a java vm so that I can go into the website that
uses java etc. I know emertec Joede got a java
vm for pocket pc2002 which do not have trial and
I am not sure if I would get refund if their java vm
do not fit into the website that I am trying to go into.
Appreciate your help. Thanks in advance.
:?
Hi,
I think you should read SuperWaba.pdf in the doc-directory of the SupreWaba installation on your desktop-PC.
Franz
Hi all,
have a look at
http://www.fawcette.com/wireless/grehan/default_pf.asp
http://www.javamobiles.com/jvm.html
quest
I still find it hard to understand and use superwaba on
my o2 xda.(I am new in java etc...)
Anyway I got a Joede VM on my O2 xda now,
thanks to your forum and the sharing of problems
and fixes etc.
And nowadays you can even get Sun Java FX on Windows Mobile
http://www.sun.com/software/javafx/mobile/index.jsp
JavaFX isn't exactly Java (use JVM only) and it needs 64 MB of RAM
JavaFX is indeed different from the "Java" we know before but it's something built above the original Java that *enhances* the old Java platform.
On Windows Mobile, the link NoonSki provided can lead you to a cab file that you can try on you WM phones with J2ME + JavaFX Mobile.
I tried and it works pretty well on my Touch Pro 2 running OperaMini, Snaptu...
Have a try
PhoneMe
Well, for Windows Mobile 2003 PhoneMe worked great for me. I cannot post links but you can google it (use "phoneme davy" in Google).
Fully open source and free implementation of JavaME (misses 3D, though). A bit difficult to install, but works for normal apps. Should also work on Pocket PC 2002 and WinMo 5+.

turning on Java

I was hoping someone out there could help me along.
I want to use my Qtek for internet banking and when I did a browser check on one of the banks websites it tells me that I have JavaScript enabled but Java is disabled.
I have installed jeode for pocket pc and regking but am still not getting anywhere.
Can someone please tell me how to get Java enabled
Really I have no idea what I am doing ( guess that will come in time ) so until then anyones help would really be appreciated
java and javascripts are not the same thing
java can be downloaded but javascripts have be supportet by the browser
ok so I have the javascripts working
but how do I enable java ??
http://xda-developers.com/phpBB/viewtopic.php?t=2660
explain it here

Pocket PC and Linux

Does anyone know whether it is possible to connect to your Pocket Pc through Linux? I'm using Mandrake, and I can't seem to find any software which will synchronize and communicate with linux. Any ideas?
active sync with linux
Take a look at http://synce.sourceforge.net/synce/
Excellent source!
I am porting some of the code for a LINDOWS box and it has worked well this far!
I am still debugging it and will make it available for XDA members interested in the XDA Linux project.

Program that convert win98 or higher to pocket pc

can you help please, i have got programon on my laptop which I need to run on my XDA II how can i convert it to pocket pc 2003 so i only need to take my XDA II with me in the week. ps im new to all this but i will try, thanks guys for all your help. plus guys i have got the new blue tooth up grade from o2 but i dont know how to install the files cheers.
MUCKER said:
can you help please, i have got programon on my laptop which I need to run on my XDA II how can i convert it to pocket pc 2003 so i only need to take my XDA II with me in the week.
Click to expand...
Click to collapse
Bad news: there is no way to 'convert programs' from Win98 (or any other versions of desktop Windows to Pocket PC. Most Pocket PC devices have an ARM processor, the desktop machines have Pentiums. If it's Open Source, or if you are/know the developer, you will have the "source code" to the programme, you may be able to (usually after quite some work) "compile" the program to run on Pocket PC. But my guess is this doesn't apply to you, so I'm afraid to say you're out of luck.
The makers of this programme don't offer a Pocket PC version? Otherwise, you could try to use MS Terminal Services or VNC to "Remote Control" your PC at home. Note that this is almost never an ideal solution, but I though I'd mention it.
plus guys i have got the new blue tooth up grade from o2 but i dont know how to install the files cheers
When did O2 release the bluetooth upgrade, where can i get it from please.
Peter's right. And even if you did have the source code, you cannot simply compile it for the Pocket PC. Windows 98 supports many features that are not supported by the Pocket PC because of the Pocket PC's limited memory, screen size and processing power. You would have to modify the program's user interface so that it would be usable in the Pocket PC's 240x320 screen. And you would have to hunt down each unsupported API (Application Programming Interface) function call and reimplement each one using only supported API function calls. That may not even be possible. Plus, you would have to hunt down all routines that allocate memory and make sure that they don't allocate more memory than a typical Pocket PC can provide.
but one does come along way with the sourcecode
because if it's using MFC which many older programs written in
visual c++ is likely to do then with some changes of the dialogs
it could be run on a pocketpc which also support most of MFC
more about embedded visual c++ read here
http://msdn.microsoft.com/vstudio/device/embedded/datasheet.aspx

Windows live calander

Ok guys maybe someone can help me, I am running the latest Stock 6.5 rom, my boss has just got a new Windows 7 phone and is now forced to use Windows live Calander ect instead of outlook. Because of this he wants to share calanders through windows live, but there is a problem, I cant because I am using outlook.
Is there a way to do this at the pc, and allso is there a way to do this away from a pc as well, I need to be able to share calanders .
To be honest this s really pissing me off because microsoft have really forced pple away from outlook and forcing pple to use a windows 7 phone and windows live, this really is a poor choice for Microsoft, I cant talk my boss out of using live because he is tied to his new phone.
Viewing live calander on opera mini 5.1 just throws error codes at me.
Thanks in advance.

Categories

Resources