![]() |
2009-10-03
, 12:43
|
Posts: 6 |
Thanked: 7 times |
Joined on Apr 2009
|
#12
|
Hi
Good - I just looked into this thread again too - I did see the notification of the update. Hopefully you get some good results.
sh ./run_j2se_maemo.sh -a --outtype GPX BT747 Cmd V1.68.25 build trial.trial.20090615000854062 GPL V3 LICENSE MTK Firmware: Version: B-core_1.20 (01017-00E), ID(Device): 0033 (Holux M-241) Device reports 1184 bytes used (0% of 2097152). Device was in STOP on initialisation >> Getting data from device *#0%#**********#12%#**********#21%#**********#31%#**********#40%#**********#50%#**********#62%#**********#71%#**********#81%#**********#90%#****** #### DOWNLOAD SUCCESS #### Time to download data (ms): 17323 ms Converting to GPX Input file: BT747_log.bin Output directory: . Output basename: GPSDATA Conversion done Time to convert data (ms): 437 ms Experimental: JNI_OnLoad called.
#!/bin/sh BTADDR=00:xx:xx:xx:xx:xx BTdevice=$(dbus-send --system --type=method_call --print-reply \ --dest=com.nokia.btcond /com/nokia/btcond/request \ com.nokia.btcond.request.rfcomm_bind string:$BTADDR string:SPP 2>&1 ) if [ $? != 0 ]; then BTdevice=$(echo ${BTdevice} | cut -d ' ' -f 8-) else BTdevice=$(echo ${BTdevice} | cut -d ' ' -f 7- | tr -d \") fi MYROOTPATH=. RXTXLIBPATH=/usr/share/java export CLASSPATH=lib/jopt-simple-2.4.1.jar:/lib/jcalendar-1.3.2.jar:lib/swing-layout-1.0.3.jar:lib/swingx.jar:lib/swingx-ws.jar:dist/BT747.jar:dist/BT747_j2se.jar:rxtx-2.1-7-bins-r2/RXTXcomm.jar MEM_HEAP_OPTION=-Xmx192m java $MEM_HEAP_OPTION -Dgnu.io.rxtx.SerialPorts=${BTdevice} -Dbt747_port=${BTdevice} -Djava.library.path=${RXTXLIBPATH} bt747.j2se_view.BT747Main $* &
sh ./run_j2se_maemo.sh Header Chunk. Image width:20 height:34 depth:8 color type:6 compression type:0 filter type:0 interlace:0 Header Chunk. Image width:50 height:50 depth:8 color type:6 compression type:0 filter type:0 interlace:0 Got profile:java.awt.color.ICC_ProfileRGB@1042960 Header Chunk. Image width:50 height:50 depth:8 color type:6 compression type:0 filter type:0 interlace:0 Got profile:java.awt.color.ICC_ProfileRGB@10423c0 Header Chunk. Image width:50 height:50 depth:8 color type:6 compression type:0 filter type:0 interlace:0 Got profile:java.awt.color.ICC_ProfileRGB@1042760 Exception during event dispatch: java.lang.NullPointerException at org.jdesktop.swingx.JXMonthView.setLocale(JXMonthView.java:350) at javax.swing.JComponent.<init>(JComponent.java:792) at org.jdesktop.swingx.JXMonthView.<init>(JXMonthView.java:311) at org.jdesktop.swingx.JXMonthView.<init>(JXMonthView.java:261) at org.jdesktop.swingx.JXDatePicker.initMonthView(JXDatePicker.java:328) at org.jdesktop.swingx.JXDatePicker.init(JXDatePicker.java:320) at org.jdesktop.swingx.JXDatePicker.<init>(JXDatePicker.java:248) at org.jdesktop.swingx.JXDatePicker.<init>(JXDatePicker.java:199) at bt747.j2se_view.LogOperationsPanel.<init>(Unknown Source) at bt747.j2se_view.BT747Main.initAppData(Unknown Source) at bt747.j2se_view.BT747Main.<init>(Unknown Source) at bt747.j2se_view.BT747Main$32.run(Unknown Source) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:200) at java.awt.EventQueue.dispatchEvent(EventQueue.java:615) at java.awt.EventDispatchThread.run(EventDispatchThread.java:88) at java.lang.VMThread.run(VMThread.java:120)
![]() |
2009-10-03
, 15:58
|
Posts: 6 |
Thanked: 0 times |
Joined on Jun 2009
|
#13
|
![]() |
2009-10-03
, 17:38
|
Posts: 6 |
Thanked: 0 times |
Joined on Jun 2009
|
#14
|
Good - I just looked into this thread again too - I did see the notification of the update. Hopefully you get some good results.