Вопрос

I am facing a weird problem regarding bluetooth on android devices. I have one Motorola Milestone and two HTC-Nexus devices for my android project. I was playing for file transfer using Bluetooth between devices and they were working very fine.

So during the project debugging on Milestone, upon receiving a file, I found some error in my code (fetching from DB) and I stopped debugger in the middle. I got the above titled error. I restarted, reset my device but no vain.

Then same thing happened on my one HTC Nexus device. Any idea/help would be highly appreciated. I have only one week to finish my project.

Exact error is:

The application Bluetooth Share (process com.android.bluetooth) has stopped unexpectedly. 'Force close' /Report options are available only.

Это было полезно?

Решение

I got my devices working by making factory data reset. But to avoid future confusions, I changed my project package name. I think, android OS was causing problems with this namespace as dljava pointed it out. Thanks!

Другие советы

Did below and it worked straight away.

Settings > Applications > All > LogsProvider > Clear Data

Give it a go.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top