Help on Deploying a midp2.0 midlet on Sony Ericsson P910i
Hi guys,
I need help on deploying midlet on a SE P910i...
Is it possible to deploy midlet (midp2.0) on a phone with Symbian OS.
I'm having problem when I deploy a j2me application into P910i when I
open the jar file it says that
"Invalid Java version. Component is not compatible with this device "
But when I installed sample application from SonyEricssonJavaME_SDK_CLDC devpt kit it works.
The application I'm trying to deploy on P910i has been tested with the P910i emulator...What seems to be the problem? Would it be the midlet is not signed?
Please help me on this...Thanks in advance...
Regards,
Psyeu
[710 byte] By [
psyeua] at [2007-11-27 10:21:16]

# 1
what about the CLDC version?
it may be a conflict 1.1 vs 1.0...
if it's a CLDC conflict, package a CLDC 1.0 / MIDP 2.0 version and try to deploy it
# 2
try to install application via PC Suite from JAD file. JAD file is installation file. JAR file is NOT installation file, but some phones can work without JAD.
> Hi guys,
>
> I need help on deploying midlet on a SE P910i...
>
> Is it possible to deploy midlet (midp2.0) on a
> phone with Symbian OS.
> I'm having problem when I deploy a j2me application
> into P910i when I
> open the jar file it says that
> "Invalid Java version. Component is not
> compatible with this device "
>
> But when I installed sample application from
> SonyEricsson JavaME_SDK_CLDC devpt kit it
> works.
>
> The application I'm trying to deploy on P910i has
> been tested with the P910i emulator...What seems
> to be the problem? Would it be the midlet is not
> signed?
>
> Please help me on this...Thanks in advance...
>
> Regards,
> Psyeu
# 3
Hi guys,
Thanks for your immediate response...Actually supareno you are right
the cldc 1.1 conflicts with midp2.0... When I try to repackage and paired
CLDC1.0 and MIDP2.0 it can be installed on P910i... Thanks again.
Regards,
Psyeu
psyeua at 2007-7-28 17:09:00 >
