For some reason after the exit of my application either, when connected in debug or not, the phone crawls so slow that it is almost impossible to do anything with it. At any point while the application is still running everything runs fine. I have tried having the usb connected and disconnected. In debug mode and out of debug mode.
When in debug mode when i hit the stop button in the debugger the application closes and the phone crawls.
When not in debug mode i have a menu item that calls ExitApplication to close it out. As soon as the button is pressed the phone starts to crawl.
The application uses bluetooth/serial. I have tried closing the stream and the bluetooth resources but this does not seem to help. Any ideas on what to try next?
I am running v 1.7 and the newest B4A bridge.
astream.Close
serial1.StopListening
serial1.Disconnect
ExitApplication