v1.90 second beta released

corwin42

Expert
Licensed User
Longtime User
I have just tried to connect via bluetooth but i didn't get it to work.

The device and the laptop both show the same key. But if I confirm on both I get "Connection process completed: Error - Internal driver error" on the laptop. Device is still waiting for Bluetooth connection.

I'm using Win7 64bit on the laptop. Are there any further logs I can look into?
Edit: I tried with the first beta
Edit2: Device is LG P500 with Oxygen ROM (Bluetooth audio etc. works with this rom without problem).
 
Last edited:
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
I've contacted the company who created the Bluetooth library that is used here and they want to know the Bluetooth stack that installed on the computer.

You can find it by running Basic4android with the -log flag. A log file will be created at c:\temp.

You should see a message similar to:

BBridge - Finding Bluetooth radio: Success
baMicrosoft <-- this is the stack type
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
I've updated the online version and the stack type will now show in the Bluetooth log (baMicrosoft in this case):
SS-2012-03-22_15.42.59.png


It will only show on the first time that the dialog opens.
 
Upvote 0

powerchen

Member
Licensed User
Longtime User
An updated version (1.86) was uploaded to the same location.

This version fixes the issue with the designer script crashing the IDE because of a stack overflow.

Has anyone tried the new Bluetooth feature? You need to first download the updated B4A-Bridge.

Where can I download the new version?
 
Upvote 0

corwin42

Expert
Licensed User
Longtime User
This is in the log:

B4X:
b
BBridge - Finding Bluetooth radio: Success
baMicrosoft
BBridge - Starting discovery process: Success
BBridge - Discovery process completed: Success
BBridge - Starting connection process: Success
BBridge - Connection process completed: Error - Internal driver error.
fa8fc0d0-afac-11de-8a39-08f0200c9a66
OnDisconnect
b
 
Upvote 0

rboeck

Well-Known Member
Licensed User
Longtime User
Hi,

i tried the bluetooth B4A Bridge connection. Sometimes it works, but mostly i get an parsing error in german - "Beim Parsen des Pakets ist ein Problem aufgetreten."
My wish for the next version: why stops the b4a bridge connection so fast. It would be nice, if there would be an state button for the connection - when the bluetooth button ist pressed, then the compile button checks the connection and reconnect each time. A second button is for wlan connection and a third button is for disconnecting.
Greetings and good luck for your from austria
Reinhard Böck
 
Upvote 0

corwin42

Expert
Licensed User
Longtime User
I tried bluetooth connection with my netbook (ASUS eeePC with Windows7 Starter) and it works very well. Don't know, whats the problem on the laptop. Perhaps some disabled services etc? Will have a further look into it.
 
Upvote 0
Top