[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.technology.ercp] Re: Nokia 9500 Communicator patch failed?

I suspect that the firmware version of my device is not compatible with the patch.
My firmware version is 4.51.
what about the patch compatibility with it?







Mark Rogalski a écrit :
I recall the eSWT for S80 package used in M7 had an install bug. You may not be getting the eSWT DLLs. I suggest moving to M8.

"Adrien Rivard" <adrien@xxxxxxxxxxxxxxxx> wrote in message news:e4feoj$5j4$1@xxxxxxxxxxxxxxxxxxxx
My phone is a recently bought phone, it is possible that I have a newer version of j9 / OS ?
jp version : IBM j9 2.2


os.version = 1.2 build 422 (not found others refererence on symbian version)

the java System properties com.ibm.oti.vm.exe is set to z:\system\libs\ive\bin\j9prt22.dl (with one l ) it is normal?



I've tried to launch eswt applications without the patch but with no success :

I've modified the DemoAppj9 file with -Dcom.ibm.oti.vm.bootstrap.library.path=C:\System\libs and
-Djava.library.path=C:\System\libs
-cp C:\system\libs\


the best result is a SWTERrror
org.eclipse.swt.SWTError: Unspecified error
at org.eclipse.swt.SWT.error(SWT.java:2405)
at org.eclipse.swt.SWT.error(SWT.java:2304)
at org.eclipse.swt.SWT.error(SWT.java:2275)
at org.eclipse.swt.internal.symbian.OS.Display_New(Native Method)
at
org.eclipse.swt.widgets.Display.createDisplay(Display.java:364)
at org.eclipse.swt.widgets.Display.create(Display.java:354)
at org.eclipse.swt.graphics.Device.<init>(Device.java:127)
at org.eclipse.swt.graphics.Device.<init>(Device.java:104)
at org.eclipse.swt.widgets.Display.<init>(Display.java:186)
at org.eclipse.swt.widgets.Display.getDefault(Display.java:531)
at org.eclipse.swt.widgets.Shell.<init>(Shell.java:235)
at org.eclipse.swt.widgets.Shell.<init>(Shell.java:228)
at org.eclipse.ercp.swt.mobile.MobileShell. <init>(MobileShell.java:284) at org.eclipse.ercp.swt.samples.eswtdemo.Demo. <init>(Demo.java:83)
at org.eclipse.ercp.swt.samples.eswtdemo.Demo.main(Demo.java:57)



By the way i'm using eswt m7.


- someone knows if it is possible to do that with only changing j9 launch arguments?


- It is possible to use another version (if existing?) of the j9 that does'nt need to be patched?



Sergey Mylnikov a écrit :
Well,

I just tried this UIExample on my Nokia9500 and it works fine.
I tried it with eswt installed and without eswt. No difference.
I guess you already tried to uninstall this j9launcher and install it again.


I do not know how this patch works. So can only advise install/uninstall j9launcher and hard reset the Nokia9500 (if it is no problem to do it, you might have tons of informaion and programms on the device already).

And also try to remember maybe you did something with the system, namely with PersonalProfile.

Wait for some time and maybe developers of this patch will answer your message.

I guess that's all I can say...

good luck,
Sergey Mylnikov


Adrien Rivard wrote:
Sergey Mylnikov a écrit :

Hello,
as far as I understand you tried to launch PersonalProfile applications and they worked.
Then you installed j9launcher patch and they stopped working. And of course eswt applications do not work either.


That's right. I've tried PP_UIExample from the S80_PP_SDK which work perfectly without the patch and failed with it.

I really don't understand the problem. If you have any ideas...


if so, apparently j9launcher is messing things up. But I'm using it on Nokia9500 and so far did not have any problems with it.

or you cannot launch PersonalProfile applications at all with or without j9launcher patch?

regards,
Sergey Mylnikov

Adrien Rivard wrote:

with the j9launcher patch for eswt libs my java applications failed on startup :

the message is :
    Program closed
        Program :j9 VM thread
        Reason code : KERN-EXEC
        Reason number : 0

no logs are generated in logs/j9vm.

I have installed the recommended patch for swt (http://www.forum.nokia.com/s80cdcjvmpatch) ( the Armi version ) and even a non-eswt app failed.

so the questions are :

-  why it failed?

- it is possible to launch eswt applications without this patch?