Hi,
I just setup a new open source project to porting SUN's phoneME implementation to PSP. The first step is phoneMEFeature, and the future may come with phoneMEAdvanced. Please go to my project to have a look (http://sourceforge.net/projects/pspme/ ), I need many helps in term of suggesting and testing.
Now you can download the beginning version release from the project site, in both source and binary, please help to test with MIDlets, any advice, bug report or feature request is welcome. The current version doesn't support networking, nor do sounds and music. However, I've tested several MIDP applications which I can found and most of them are running well. Please also notice the Bugs & Issues report in the ReleaseNotes, thanks!
M@x
Porting phoneME on PSP
What's the difference between this and KVM?
http://www.pspkvm.com/
It looks like both are JavaME clients that report themselves as a specific class of phone.
http://www.pspkvm.com/
It looks like both are JavaME clients that report themselves as a specific class of phone.
pspkvm is a KVM porting but not phoneME, or say, they're different JavaME implementations. Actually pspkvm is my initiative motivation to porting phoneME, because the author didn't response quickly about bugs and questions, and it's not open source. phoneME is GPL software, which is better than KVM in term of legal issue, while KVM is not.J.F. wrote:What's the difference between this and KVM?
http://www.pspkvm.com/
It looks like both are JavaME clients that report themselves as a specific class of phone.
From technical perspective, phoneME uses JIT and optimized interpreter to achieve good performance - though current PSP implementation hasn't enabled it for its MIPS arch, but the infrastructure is much better than KVM in anyway; More, phoneME has to branches: phoneMEFeature and phoneMEAdvanced, the latter one is CDC implemenation, which is more efficent and powerful, my final goal is porting them both.
Sounds great. Thanks for explaining the difference.M@x wrote:pspkvm is a KVM porting but not phoneME, or say, they're different JavaME implementations. Actually pspkvm is my initiative motivation to porting phoneME, because the author didn't response quickly about bugs and questions, and it's not open source. phoneME is GPL software, which is better than KVM in term of legal issue, while KVM is not.J.F. wrote:What's the difference between this and KVM?
http://www.pspkvm.com/
It looks like both are JavaME clients that report themselves as a specific class of phone.
From technical perspective, phoneME uses JIT and optimized interpreter to achieve good performance - though current PSP implementation hasn't enabled it for its MIPS arch, but the infrastructure is much better than KVM in anyway; More, phoneME has to branches: phoneMEFeature and phoneMEAdvanced, the latter one is CDC implemenation, which is more efficent and powerful, my final goal is porting them both.