Can I install Java app in my phone?
#1
Posted 14 April 2012 - 08:59 AM
My phone is samsungGTI5500 (samsung galaxy 5) , Can I install Java app on it?
My android version is 2.3.7 (CyanogenMod 7.1.0)
Thanks in advance
#2
Posted 16 April 2012 - 06:00 AM
(OG DROID | DROID X | CDMA Galaxy Nexus | Transformer | Logitech Revue)
Editor @ TalkAndroid | YouTube | Facebook | Add Us on G+ | Add Me on G+ | @TalkAndroid | @RobNazarian
#3
Posted 18 April 2012 - 09:52 AM
If you're the author of the java app in question you can get it running but it will require you change some things. That is to say Android doesn't support J2ME out of the box and actually was written as a more powerful alternative.
So if you have a J2ME application that you want to run on Android device, you want to port the code to make best use of Android API features and achieve best performance. While basically all of the core Java libraries are there, stuff like Swing and AWT libraries are not, so your GUI will require an overhaul.
If you are not a developer and are rather just looking to run something existing, perhaps something like the link below can help. I'm not certain it will though. Good Luck!
http://www.talkandro...id-device-jbed/
Also this supposedly tries to automate the conversion from jar to apk, but is likely buggy.
http://www.netmite.c...roid/index.html
This bridging library may be of some use too, here you go just in case.
http://www.assembla.com/wiki/show/j2ab
(OG DROID | Incredible | Charge | CDMA Galaxy Nexus | Xoom | Kindle Fire | Iconia A100 | Sony Google TV | MotoACTV | Nexus 7)
#4
Posted 19 April 2012 - 12:03 PM
#5
Posted 20 April 2012 - 01:02 AM
#6
Posted 20 April 2012 - 01:04 AM
#7
Posted 21 April 2012 - 03:33 AM
Second solution - JBED. It needs root and works on better phones.
Just download this ZIP file: http://j.mp/IuzllF (version for Android Gingerbread)
and flash with CWM.
Enjoy!
#8
Posted 07 June 2012 - 09:39 PM
#9
Posted 13 June 2012 - 12:15 PM
#10
Posted 31 January 2013 - 02:25 AM
Mobile App Development














