|
|
2012-02-09
, 17:52
|
|
Posts: 203 |
Thanked: 538 times |
Joined on Oct 2009
@ Colombia
|
#151
|
|
|
2012-02-09
, 17:55
|
|
Posts: 72 |
Thanked: 157 times |
Joined on Oct 2011
@ Hungary
|
#152
|
|
|
2012-02-10
, 11:25
|
|
Posts: 669 |
Thanked: 433 times |
Joined on May 2010
|
#153
|
|
|
2012-02-10
, 14:04
|
|
Posts: 3,058 |
Thanked: 12,894 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#154
|
Since i am no java developer, does anyone have an idea how this can be run (if at all) using Phoneme?
i tried several commands (taking base ones from the sh files supplied in the tar) but was unsuccessful.
This application is very important for me - it is a BT/Network remote control which i usually use from a palm tungsten 3.
The jar itself runs fine on a sony erricson but i was unable to make it work on the N900.
Any help would be appreciated.
/opt/phoneme# cat SallingClicker.sh #!/bin/sh $PWD/bin/cvm -Xmx12m -Dmicroedition.profiles=MIDP-2.1 -Dsun.midp.library.name=midp -Dsun.midp.home.path=$PWD/midp/midp_linux_fb_gcc -Dcom.sun.midp.mainClass.name=com.sun.midp.main.CdcMIDletSuiteLoader sun.misc.MIDPLauncher -suitepath SallingClicker.jar -jadpath SallingClicker.jad -1 com.salling.ClickerMIDlet
|
|
2012-02-10
, 14:21
|
|
Posts: 669 |
Thanked: 433 times |
Joined on May 2010
|
#155
|
It runs, but of course it cannot open BlueTooth, so you're given a message "Device Inquiry Failed"Code:/opt/phoneme# cat SallingClicker.sh #!/bin/sh $PWD/bin/cvm -Xmx12m -Dmicroedition.profiles=MIDP-2.1 -Dsun.midp.library.name=midp -Dsun.midp.home.path=$PWD/midp/midp_linux_fb_gcc -Dcom.sun.midp.mainClass.name=com.sun.midp.main.CdcMIDletSuiteLoader sun.misc.MIDPLauncher -suitepath SallingClicker.jar -jadpath SallingClicker.jad -1 com.salling.ClickerMIDlet
BTW I am not Java developer too

| The Following User Says Thank You to impeham For This Useful Post: | ||
|
|
2012-02-10
, 14:27
|
|
Posts: 3,058 |
Thanked: 12,894 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#156
|
|
|
2012-02-10
, 14:39
|
|
Posts: 90 |
Thanked: 163 times |
Joined on Jan 2012
|
#157
|
Thanks for the help - i can see it runs
well, salling clicker has many versions - one of them for the palm tungsten 3 which can also work with a network ip - i thought the java version will also allow this
Is there a way to enable bluetooth recognition by these types of applications?
It truly is a great one.
| The Following User Says Thank You to anig For This Useful Post: | ||
|
|
2012-02-10
, 14:52
|
|
Posts: 18 |
Thanked: 12 times |
Joined on Jan 2012
|
#159
|
bin/cvm -Xmx12m -Dmicroedition.profiles=MIDP-2.1 -Dsun.midp.lib rary.name=midp -Dsun.midp.home.path=$PWD/midp/midp_linux_fb_gcc -Dcom.sun.midp.m ainClass.name=com.sun.midp.main.CdcMIDletSuiteLoader sun.misc.MIDPLauncher -suit epath sidciv.jar -1 GloftCIVI
|
|
2012-02-10
, 15:27
|
|
Posts: 345 |
Thanked: 100 times |
Joined on Nov 2009
|
#160
|