![]() |
Bringing full java midp to n900?
Is it possible to port phoneME to maemo? I'm sure this would bring n900 full midp2.2 support and would bring us tons of old and new apps :confused:
|
Re: Bringing full java midp to n900?
Seems like it's been made with Qt?
"This workspace contains files that make use of the TrollTech QT libraries." |
Re: Bringing full java midp to n900?
Yes and I'm asking if someone can/is interested to port it to maemo... I'm no mobile dev so I can't do anything. Don't have enough time to study mobility/mobile development for now so can do it myself either. Well it's open source & intended for mobile platforms *cross fingers* hoping someone would port it.
|
Re: Bringing full java midp to n900?
Am I on the wrong sub forum or it's just nobody is interested?
|
Re: Bringing full java midp to n900?
Maybe the Gurus of the forum (The great devs who make us proud of our N900) are not connected yet! patience bro' ! your dream will become true! I hope.
|
Re: Bringing full java midp to n900?
Yeah hope so :p *crosses fingers*
|
Re: Bringing full java midp to n900?
Are you aware of the Jalimo project?
https://wiki.evolvis.org/jalimo/index.php/Jalimo Not sure about how active current development is? |
Re: Bringing full java midp to n900?
It is possible to build it for N900. And provided that JSR 239 (OpenGL ES bindings), JSR 179 (Location API) and other important JSRs support would be compiled in this would bring a lot of quality apps to N900.
I did try to build it a year ago because I wanted to continue CloudGPS development on N900 when I got it but there were many problems with dependencies and my build environment. After quite a struggle I just decided to rewrite it from scratch in native C. There is a lot of interest in bringing Java ME to N900 (many threads about that). Not everyone knows that phoneME would the best solution. Anyway I do care but I do not have enough free time to make it happen. |
Re: Bringing full java midp to n900?
Looks like someone did try a couple of years back: http://www.java.net/forum/topic/mobi...2-and-qt-434-0
|
Re: Bringing full java midp to n900?
I'm also interested in trying it but I lost the patience a month ago just by trying to install the SDK for maemo. I tried locating the downloads and lead me to lots of broken/outdated links and went to the point that I gave up. So now I'm just asking to those who know how to port it.
|
Re: Bringing full java midp to n900?
It was ported to various devices. Check:
phoneME on openmoko phoneME on Windows Mobile 6.5 N900 has far more processing power than those two on videos. Not to mention OpenGL ES. |
Re: Bringing full java midp to n900?
So Guys, what are you going to do???
|
Re: Bringing full java midp to n900?
Quote:
This is virtual machine image (I use one of these with VMware) with SDK preinstalled: http://tablets-dev.nokia.com/maemo-d...Image_Final.7z |
Re: Bringing full java midp to n900?
I have tried to build it using the scripts but seems like It would require JDK in Maemo SDK or some way to use Scratchbox as cross compiler from native environment. (Seems like IcedTea fails on Scratchbox).
|
Re: Bringing full java midp to n900?
Right, Scratchbox ARMEL target is really limited because of bugs/lacking features in qemu ARM. Only gcc cross-compilation really works. No hope to get Java (either OpenJDK or Oracle latests preview) working there.
My opinion: either use Easy Chroot / Debian ARM or install full compile chain directly on the N900 ! When Symbian was open-source(d) [it is closed again since December 17th], I have retreived JRT (JavaME RunTime) sources to get it compiled on a standard Linux but it was not obvious at all and I got no support from Nokia guys... |
Re: Bringing full java midp to n900?
Spent some time building an sdk image using this thread to comoile on device
http://talk.maemo.org/showthread.php?t=32772&page=1 and I've downloaded the latest PhoneME Feature source. I've never built or compiled anything before, so any quick guides or pointers on compiling source would be appreciated. |
Re: Bringing full java midp to n900?
Quote:
|
Re: Bringing full java midp to n900?
[DarkGUNMAN] came into the irc channel and was looking for some help with building phoneME.
I was able to build (cdc) cvm but I haven't built midp yet For those interested http://encodable.com/cgi-bin/filechu...le=phoneme.tar |
Re: Bringing full java midp to n900?
Hmm good to see some improvements here lol! Well just hope midp would get compiled thoroughly as midp environment is the one managing all those thousands of applications from old phone up to the latest(maybe the later).
Quote:
Dont want my n900 to be a guinea pig by all the guinea pigs :p |
Re: Bringing full java midp to n900?
Quote:
It would help me immensly if you could take me through the procedure you used to compile PhoneME Advanced mr2, as I would like to try and replicate the results with PhoneME Feature mr4 as this contains a more recent version of MIDP, which I am hoping will launch opera mini 4. Bear in mind I am a novice at this and have only just learned how to chroot into the sdk image on my N900 :) I had a go at running with the following command: cd /opt/phoneme ./bin/cvm -jar /home/opt/opera-mini-4.2.18887-advanced-en.jar Got error message jar: Could not find Main-Class manifest attribute Does this mean it is looking for variables pointing to the main j2se installation? if it is of any help I found a thread used by devs earleir in 2010 regarding building for N800 and N900. http://www.gossamer-threads.com/list...velopers/60613 |
Re: Bringing full java midp to n900?
Thanks for the effort [DarkGUNMAN] you don't know how much I wanted it :p
|
Re: Bringing full java midp to n900?
Oracle (or JCP?) should bring the improvements in Dalvik to Java and JavaME, so Java would be more interesting and usable (also) in mobile devices.
Some people have used microemulator with standard Java in N900. How this "real" JavaME will be different from that? microemulator lags several MIDP extensions? |
Re: Bringing full java midp to n900?
Quote:
MIcroemulator has been and still is good, but it doesn't support full screen, and can get jerky when running opera mini 5. I'm all for trying out a new solution and this is the first time I've had a chance to try something new and learn about source compiling on N900. |
Re: Bringing full java midp to n900?
Better skin to microemulator will make it abit more usable.
But of course, running it top of desktop Java makes it little slower. |
Re: Bringing full java midp to n900?
Quote:
|
Re: Bringing full java midp to n900?
Quote:
|
Re: Bringing full java midp to n900?
To get a better understanding of cross compiling I'm downloading ubuntu and will install it in a virtualbox vm, as i would like to try and follow the same procedure and try to compile it myself to get a better understanding - we all learn by doing!
|
Re: Bringing full java midp to n900?
So any updates on this?
|
Re: Bringing full java midp to n900?
No major updates to report. Been a very busy week and haven't had the time to create a build environment (virtualbox decided to crash loading the ubuntu CD!)
Once I get a working Ubunto vm going then I'll ask for some help setting up the build environemnt. hopefully sometime afterwards I can try and compile phoneme_feature. |
Re: Bringing full java midp to n900?
Quote:
(And Opera doesn't need Java on n900!) |
Re: Bringing full java midp to n900?
I guess compiling is out of my abilities at the moment. Is anyone willing to try and compile phoneme_feature and get midp2 working?
|
All times are GMT. The time now is 01:14. |
vBulletin® Version 3.8.8