The Following User Says Thank You to freemangordon For This Useful Post: | ||
|
2012-03-27
, 20:53
|
Posts: 19 |
Thanked: 47 times |
Joined on Nov 2010
|
#462
|
|
2012-03-27
, 20:57
|
Posts: 306 |
Thanked: 603 times |
Joined on Jan 2012
@ Belgium
|
#463
|
Thanks for the latest update.
I don't know, were there any changes in Opera Mini landscape/portrait mode or auto-rotation, but on N9, it's still the same. After start OM is in landscape mode and no auto rotation.
|
2012-03-27
, 21:20
|
Posts: 306 |
Thanked: 603 times |
Joined on Jan 2012
@ Belgium
|
#464
|
libcvm.so and cvm build according to the instructions.
libcvim.so build in Ubuntu 10.04.4 LTS with -mfloat-abi=softfp -mfpu=vfp -mcpu=cortex-a8 , cvm build in scratchbox
The Following 3 Users Say Thank You to DavyP For This Useful Post: | ||
|
2012-03-27
, 21:30
|
Posts: 306 |
Thanked: 603 times |
Joined on Jan 2012
@ Belgium
|
#465
|
Since Germany has switched to summer time (CEST) this weekend, the time in Railnavigator is off by one hour (which would then correspond to CET). This is slightly annoying because all query values use the current time as the default ...
Could there be a bug in the time zone handling? (I've checked Railnavigator with Microemulator, and there it works as expected)
The Following User Says Thank You to DavyP For This Useful Post: | ||
|
2012-03-27
, 22:04
|
Posts: 306 |
Thanked: 603 times |
Joined on Jan 2012
@ Belgium
|
#466
|
The Following 7 Users Say Thank You to DavyP For This Useful Post: | ||
|
2012-03-28
, 13:11
|
Posts: 3,074 |
Thanked: 12,960 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#467
|
I added two more patches on my website to fix the dragging problem, and the CNI/KNI skin error.
I also included 2 additional packages with resized skin bitmaps and
JSR 75 sources (with instructions on how to enable this JSR).
Warning: I have not done any thorough testing.
Regards,
Davy
The Following User Says Thank You to freemangordon For This Useful Post: | ||
|
2012-03-28
, 15:22
|
Posts: 306 |
Thanked: 603 times |
Joined on Jan 2012
@ Belgium
|
#468
|
Thanks, those problems are gone now.
Resized bitmaps work ok, no more ugly looking midlets
But as long as I add:
export USE_JSR_75=true
export JSR_75_DIR=$WORK_DIR/jsr75
export JSR_75_PIM_HANDLER_IMPL=java
to my build script, libcvm.so no longer compiles. There are lots of error messages for missing classes, see the attachment
The Following 2 Users Say Thank You to DavyP For This Useful Post: | ||
|
2012-03-28
, 15:39
|
Posts: 309 |
Thanked: 456 times |
Joined on Jan 2010
|
#469
|
The Following User Says Thank You to [DarkGUNMAN] For This Useful Post: | ||
|
2012-03-28
, 18:14
|
Posts: 306 |
Thanked: 603 times |
Joined on Jan 2012
@ Belgium
|
#470
|
Hi Davy,
Been testing this without issue since the move to .deb install. Thats why I've been a bit quiet of late
Is it possible to get cvm to request packet data access on demand?
When the connection drops or autodisconnects and I try to reload a page, I have to manuall y go to connections and connect again since I have set it to prompt for connection.
Otherwise it is working fine
libcvim.so build in Ubuntu 10.04.4 LTS with -mfloat-abi=softfp -mfpu=vfp -mcpu=cortex-a8 , cvm build in scratchbox
trying opera-mini:
Nokia-N900:/opt/phoneme# $PWD/bin/cvm -Xmx12m -Dmicroedition.profiles=MIDP-2.0 -Dsun.midp.library.name=midp -Dsun.midp.home.path=$PWD/midp/midp_linux_fb_gcc -Dcom.sun.midp.mainClass.name=com.sun.midp.main.Cdc MIDletSuiteLoader sun.misc.MIDPLauncher -suitepath opera-mini-6.5.26955-advanced-en-us.jar -1 Browser
ERROR! Bad CNI/KNI method return type for com.sun.midp.chameleon.skins.resources.LoadedSkinD ata.finishReadingSkinFile()I
java.lang.NoClassDefFoundError: javax.microedition.io.file.FileSystemListener
at java.lang.Class.loadSuperClasses(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknow n Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Unknow n Source)
at java.net.URLClassLoader.findClass(Unknown Source)
at sun.misc.MIDletClassLoader.loadFromUrl(Unknown Source)
at sun.misc.MIDletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at Browser.startApp(Unknown Source)
at javax.microedition.midlet.MIDletTunnelImpl.callSta rtApp(Unknown Source)
at com.sun.midp.midlet.MIDletPeer.startApp(Unknown Source)
at com.sun.midp.midlet.MIDletStateHandler.startSuite( Unknown Source)
at com.sun.midp.main.AbstractMIDletSuiteLoader.startS uite(Unknown Source)
at com.sun.midp.main.AbstractMIDletSuiteLoader.runMID letSuite(Unknown Source)
at com.sun.midp.main.CdcMIDletSuiteLoader.main(Unknow n Source)
at sun.misc.MIDPLauncher.main(Unknown Source)
at sun.misc.CVM.runMain(Unknown Source)
MIDlet suite has unexpectedly quit.
javax.microedition.io.file.FileSystemListener
REPORT: <level:2> <channel:1000> MIDlet suite has unexpectedly quit.
javax.microedition.io.file.FileSystemListener
QThread: Destroyed while thread is still running
trying microemu-demo:
Nokia-N900:/opt/phoneme# $PWD/bin/cvm -Xmx12m -Dmicroedition.profiles=MIDP-2.0 -Dsun.midp.library.name=midp -Dsun.midp.home.path=$PWD/midp/midp_linux_fb_gcc -Dcom.sun.midp.mainClass.name=com.sun.midp.main.Cdc MIDletSuiteLoader sun.misc.MIDPLauncher -suitepath microemu-demo.jar -1 org.microemu.midp.examples.simpledemo.SimpleDemoMI Dlet
ERROR! Bad CNI/KNI method return type for com.sun.midp.chameleon.skins.resources.LoadedSkinD ata.finishReadingSkinFile()I
The result looks ugly (see attachment), trying to select menus leads to canvs moving, cvm segfaults on exit. Otherwise seems functional. I can bet cvm source is not the latest
running test.sh gives no errors:
*CONGRATULATIONS: test Test completed with 411 tests passed and 0 failures
*Output lines starting with a * should be checked for correctness
*They can be compared to src/share/javavm/test/TestExpectedResult