How can I run my old java apps and games on my android phone , please?
Related
can it?
java applications can be run anywhere you can find a java WM for it
http://www.comp.lancs.ac.uk/computing/users/fittond/ppcjava.html
http://mindprod.com/jgloss/pocketpc.html
hi tried your links but can't figure out how to get a software for running java midlets.
If you download the PocketPC SDK, you can also get the WM2003 SE emulator. With this, you can pretty much have a play with the new OS update. I wonder if it is possible to extract the ROM from the emulator and use it on our XDA II.
What do you reckon? Anyone up for the challenge
illwil said:
If you download the PocketPC SDK, you can also get the WM2003 SE emulator. With this, you can pretty much have a play with the new OS update. I wonder if it is possible to extract the ROM from the emulator and use it on our XDA II.
What do you reckon? Anyone up for the challenge
Click to expand...
Click to collapse
you won't run any extracted X86 suff on an ARM machine.
yes it's the same with visual embedded c++ the code need to be compiled for x86 to run in the emulator and as arm if you use the pda device to run the code on so the emulators only emulate the interface platform not the hardware itself
I downloaded the emulator but there is no exe file... how to start the emulator?
These files are incl. but no .exe!
PPC_2003_SE.xml
PPC_2003_SE_WWE.bin
Pocket_PC_Emulator_Down.bmp
Pocket_PC_Emulator_Mask.bmp
Pocket_PC_Emulator_Up.bmp
I have the also Pocket PC 2003 SDK, these is not much than a DOS promt in the SDK :lol:
I have also Microsoft eMbedded Visual C++ 4.0 but I can't use that either
Please help... I wanna try the emulator
the way I use the emulator is by creating a Smart Device Application project in Visual Studio .NET (2003) and then when I run the app, you get prompted on where you it deployed. You can then select the WM2003 emulator. there is even the VGA emulator on the list.
The stock HTC ROM on Legend has a Java emulator which lets us run .jar apps. When I rooted the phone and moved to CyanogenMod, I missed the ability to run java applications (some popular e-commerce apps in India only have Java apps).
I tried NetMite's GetApk service and J2ME Runner, which are too buggy. MicroEmu needs too much of setup and preparation to run java apps.
The stock HTC ROM contains Myriad Group's JBed app for running Java apps. After a bit of googling, I was able to extract the app and pack it into a zip file. Attached is an update-signed.zip file. Boot into recovery and flash this zip file.
Can it run Java games smoothly?
Hi,
I'm new to android developement. To make it short. Our project needs to be ported for android. It has some java and C code. We run this java as applet using Oracle JRE in linux systems and using firefox browser.
Now it needs to be done on android and browser. Android doesnot support JRE. Hence i downloaded eclipse, ADT plugin. Added my java files, external JRE library and compiled it. Got the apk and classes.dex.
Now my question here is i'm not able to proceed further. How to execute the same as in JRE before. I'm totally confused. Running the apk in emulator/android mobile only runs the activity.java code. Say i'm printing hello world in that(i dont need that but still i have wrote it as my first program).
I dont know how to execute my other java files(which will run as java applet before in linux systems). I'm stuck here since i have not worked on android.
This would be the first step in to my porting.
Also the easy solution would be to run the applet.jar i have directly on android similar to linux jre. Is it possible.?
Any sort of help would be great. Thanks.
Hi ,
I am Java programmer and want to learn Android development. I have two laptops one is core-2-due with 2 gb ram with windox xp and other is cori-i7 4gb with windos7.
I downloaded the ADT bundle (Android SDK + ecliplse) from developer.android.com. On xp laptop it did not work although I installed java jdk and sent the JAVA_HOME in evn. variable but when I create first app and run it, nothing happen. I think either my laptop is very slow so it is unable to run it. But when I run the bundle on core-i7, the simulator is on but I dont see my application on it.
My first concert is how should I setup the Android development env. so that it is as faster as possible like should I set it individually eclipse then sdk manually and the plug in and manually configuration or bundle is fine and does not effect on speed of computer?
2) I have HTC desire phone and google nexus tablet, should I connect it to my pc to use as testing my application, would it be faster or computer simulator is faster.
Please guide me the stepts to set up android enviroment which runs fast on low configuration and old laptop/pc.
Thanks.