My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
WindowsMobile  
bluecove on Windows Mobile
Updated Feb 4, 2010 by skarzhev...@gmail.com

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@gmail.com, Apr 2, 2009

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

Comment by joachim....@gmail.com, Nov 30, 2009

Hi. Does this stack run on Windows Mobile 6.0, 6.1 and 6.5 devices as well?


Sign in to add a comment
Powered by Google Project Hosting