Beta 1.5

metrick

Active Member
Licensed User
Longtime User
Minor issue with B4A bridge and work around
See if any body has the same issue as I do.
1. Open two difference projects of .b4a
2. launch B4A Designer aka Bridge on your device( you should have two B4A windows open)
3. Tools->B4A Bridge -> Connect
Bridge would install in loop until disconnect one project from Bridge.
This was not a problem on version 1.3x
And also with beta version every time you connect to Bridge its always ask for install permission where as previous version only ask for it one time.

Also it would crash the device if you left the bridge on request for installation permission for long period of time. I don't know if there is a time out on request for installation from the android OS.

Thank for looking into it.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Are you sure that you are not confusing between the bridge and the designer?
Please go to manage applications and uninstall B4A Designer. Then try to reproduce this error.
Note that B4A Bridge is not intended for multiple parallel connections.

The debugger requires the Internet permission. So this probably makes Android show the permission list each time.

When debugging the IDE tries to connect to the device for one minute. After one minute it will give up. However the device should not crash. I tried it several times and didn't experience any crash. Can you check the unfiltered logs and see the error message?
 
Upvote 0
Top