Xperiaですと、backport.android.bluetoothパッケージを使っておられるのだと思いますが、
まずは、API Level 5 以上用のサンプル・アプリ・ソースのBluetoothChatに含まれる
DeviceListActivityだけを動作させてみてはいかがでしょうか。
※
IS01では、
backport.android.bluetoothパッケージを使っても、
Bluetooth-SPPに非対応なのでBluetoothChat自体は動きませんが、
DeviceListActivityだけなら動きました。
2010年9月16日11:45 はち@Yuichi_Otsubo <our.dream....@gmail.com>:
> --
> このメールは Google グループのグループ「日本Androidの会」の登録者に送られています。
> このグループに投稿するには、android-g...@googlegroups.com にメールを送信してください。
> このグループから退会するには、android-group-j...@googlegroups.com にメールを送信してください。
> 詳細については、http://groups.google.com/group/android-group-japan?hl=ja からこのグループにアクセスしてください。
>
>
なるほど。そうでしたか。
AndroidManifest.xmlには
DeviceListActivityの他に
backport-android-bluetooth系のactivityを書いておく必要があります。
※あとbackport_android_bluetooth.propertiesもプロジェクト・フォルダのres内に置いておく必要がありますね。
backport-android-bluetoothの本家のesmasuiさんのサイトをご覧ください。
■http://code.google.com/p/backport-android-bluetooth/
2010年9月16日13:10 はち@Yuichi_Otsubo <our.dream....@gmail.com>: