My favorites | Sign in
Logo
                
Search
for
Updated Jul 09, 2007 by skarzhevskyy
WindowsMobile  
bluecove on Windows Mobile

Introduction

Current BlueCove winsock (Microsoft Bluetooth stack) and WIDCOMM code are compiled for Windows Mobile.
Version 2.0.0 has been tested with following JVMs:

Windows Mobile devices with Microsoft Bluetooth Stack

Windows Mobile 2003 Phone Edition with Microsoft Bluetooth Stack

  • Motorola MPx220
  • E-Plus PDA 2
  • O2 XDA II (T-Mobile MDA-II)
  • Qtek 2020
  • Samsung SGH-i1300
  • T-Mobile SDA
  • Vodafone VPA II
  • I-mate JAM

Windows Mobile 5 Phone with Microsoft Bluetooth Stack

  • T-Mobile MDA
  • QTek 9100

Windows Mobile 5 with Microsoft Bluetooth Stack

  • Dell Axim X51v

Windows Mobile devices with WIDCOMM Bluetooth Stack

All other not listed above :)

JSR-82 Installation for IBM J9 on Windows Mobile

J9 for MIDP 2.0 Profile

  • Copy to bluecove.jar %J9_HOME%\lib\jclMidp20\ext directory
  • Copy intelbth_ce.dll or bluecove_ce.dll to %J9_HOME%\bin directory
  • run app "%J9_HOME%\bin\j9.exe" -jcl:midp20 -Dmicroedition.connection.pkgs=com.intel.bluetooth -cp yourMidpApp.jar "-jxe:%J9_HOME%\lib\jclMidp20\jclMidp20.jxe" yourMidpApp.jad

J9 for Personal Profile 1.0

  • Add bluecove.jar to your classpath
  • Add system property -Dmicroedition.connection.pkgs=com.intel.bluetooth when running your application to enable JSR-82 connections.

Links to Java on PDA sites


Comment by dm.klionsky, Apr 02, 2009

Now it's possible to use Bluetooth on emulator. http://code.google.com/p/bthmsdevemul/


Sign in to add a comment
Hosted by Google Code