BlueWave Studio forum
  • Login
  • Register
  • Login Register
    Login
    Username:
    Password:
  • Home
  • Help
  • View Today's Post
  • More
    • BlueWave Studio
    • Shop
User Links
  • Login
  • Register
  • Login Register
    Login
    Username:
    Password:

    Quick Links Home Help View Today's Post
    More
    • BlueWave Studio
    • Shop
    BlueWave Studio forum OpenAuto Pro Connected Pro Connected Pro application

    Connected Pro application
    marcb4
    Offline

    Member

    Posts: 64
    Threads: 4
    Joined: Mar 2019
    Reputation: 8
    #51
    04-22-2021, 10:58 AM
    Since updating my device to Android 11, connected Pro can't seem to establish bluetooth tethering connection. Everything else, like notification, still works fine. Is there someone else with this problem on Android 11?

    Oneplus Nord
    Android 11
    OAP 12
    765GHF
    Offline

    Member

    Posts: 54
    Threads: 9
    Joined: Jun 2019
    Reputation: 6
    #52
    07-15-2021, 02:59 PM
    Hi

    Connected Pro app crashes whenever I select the Manage Bluetooth Devices.

    If I select Manage Connections no connections are displayed. Therefore the app does not work for me.

    Bluetooth works fine on the phone (including AA wireless).

    Pixel 3, Android 12 (pretty sure it happened with 11 as well).

    I have checked that the required permissions have been granted, cleared cache / storage and re-installed. No change.

    Any ideas?
    BlueWave
    Offline

    Administrator

    Posts: 2,783
    Threads: 64
    Joined: Jun 2019
    Reputation: 70
    #53
    07-15-2021, 03:55 PM
    (07-15-2021, 02:59 PM)765GHF Wrote: Hi

    Connected Pro app crashes whenever I select the Manage Bluetooth Devices. 

    If I select Manage Connections no connections are displayed. Therefore the app does not work for me.

    Bluetooth works fine on the phone (including AA wireless).

    Pixel 3, Android 12 (pretty sure it happened with 11 as well).

    I have checked that the required permissions have been granted, cleared cache / storage and re-installed. No change.

    Any ideas?

    Hello, Android 12 is in beta state. Apps may not work as expected. We use Connected Pro application on several devices with Android 11 (Pixel 4a, Pixel 2XL, Samsung S21) with no issues. We suggest to downgrade to stable version of Android OS.
    765GHF
    Offline

    Member

    Posts: 54
    Threads: 9
    Joined: Jun 2019
    Reputation: 6
    #54
    07-24-2021, 09:43 PM
    (07-15-2021, 03:55 PM)BlueWave Wrote:
    (07-15-2021, 02:59 PM)765GHF Wrote: Hi

    Connected Pro app crashes whenever I select the Manage Bluetooth Devices. 

    If I select Manage Connections no connections are displayed. Therefore the app does not work for me.

    Bluetooth works fine on the phone (including AA wireless).

    Pixel 3, Android 12 (pretty sure it happened with 11 as well).

    I have checked that the required permissions have been granted, cleared cache / storage and re-installed. No change.

    Any ideas?

    Hello, Android 12 is in beta state. Apps may not work as expected. We use Connected Pro application on several devices with Android 11 (Pixel 4a, Pixel 2XL, Samsung S21) with no issues. We suggest to downgrade to stable version of Android OS.


    Thanks for your reply.

    I can confirm that the exact same error happened with Android 11

    For what it's worth here is the output from adb logcat


    07-24 23:32:33.622  9551  9551 E AndroidRuntime: FATAL EXCEPTION: main
    07-24 23:32:33.622  9551  9551 E AndroidRuntime: Process: io.bluewavestudio.connectedpro, PID: 9551
    07-24 23:32:33.622  9551  9551 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{io.bluewavestudio.connectedpro/io.bluewavestudio.connectedpro.activities.SelectBluetoothDevicesActivity}: java.lang.IllegalStat
    eException: device.name must not be null
    07-24 23:32:33.622  9551  9551 E AndroidRuntime:        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3633)
    07-24 23:32:33.622  9551  9551 E AndroidRuntime:        at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3790)
    07-24 23:32:33.622  9551  9551 E AndroidRuntime:        at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
    07-24 23:32:33.622  9551  9551 E AndroidRuntime:        at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
    07-24 23:32:33.622  9551  9551 E AndroidRuntime:        at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
    07-24 23:32:33.622  9551  9551 E AndroidRuntime:        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2202)
    07-24 23:32:33.622  9551  9551 E AndroidRuntime:        at android.os.Handler.dispatchMessage(Handler.java:106)
    07-24 23:32:33.622  9551  9551 E AndroidRuntime:        at android.os.Looper.loopOnce(Looper.java:201)
    07-24 23:32:33.622  9551  9551 E AndroidRuntime:        at android.os.Looper.loop(Looper.java:288)
    07-24 23:32:33.622  9551  9551 E AndroidRuntime:        at android.app.ActivityThread.main(ActivityThread.java:7829)
    07-24 23:32:33.622  9551  9551 E AndroidRuntime:        at java.lang.reflect.Method.invoke(Native Method)
    07-24 23:32:33.622  9551  9551 E AndroidRuntime:        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
    07-24 23:32:33.622  9551  9551 E AndroidRuntime:        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:982)
    07-24 23:32:33.622  9551  9551 E AndroidRuntime: Caused by: java.lang.IllegalStateException: device.name must not be null
    07-24 23:32:33.622  9551  9551 E AndroidRuntime:        at c.a.a.c.f.<init>(Unknown Source:72)
    07-24 23:32:33.622  9551  9551 E AndroidRuntime:        at io.bluewavestudio.connectedpro.activities.SelectBluetoothDevicesActivity.onCreate(Unknown Source:37)
    07-24 23:32:33.622  9551  9551 E AndroidRuntime:        at android.app.Activity.performCreate(Activity.java:8051)
    07-24 23:32:33.622  9551  9551 E AndroidRuntime:        at android.app.Activity.performCreate(Activity.java:8031)
    07-24 23:32:33.622  9551  9551 E AndroidRuntime:        at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1329)
    07-24 23:32:33.622  9551  9551 E AndroidRuntime:        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3606)
    BlueWave
    Offline

    Administrator

    Posts: 2,783
    Threads: 64
    Joined: Jun 2019
    Reputation: 70
    #55
    07-24-2021, 11:16 PM (This post was last modified: 07-24-2021, 11:33 PM by BlueWave.)
    device.name must not be null error means that Android OS provided null (it is not the same as empty name) name of the discovered Bluetooth device which should never happen (according to Android OS API requirements). That indicates some problem with Bluetooth subsystem on the phone. Please try to clear cache of the Bluetooth or do the factory reset of the device.

    Do you have any customizations installed on your phone (e.g. root access)?
    765GHF
    Offline

    Member

    Posts: 54
    Threads: 9
    Joined: Jun 2019
    Reputation: 6
    #56
    08-07-2021, 09:03 AM
    Thanks for your reply.

    No root access installed. I reluctantly bit the bullet and carried out a factory reset (stayed on Android 12 beta 3).

    The problem is now resolved and Connected Pro app now works. The app is a really useful addition to OAP - it's especailly good to be able to view notifications without starting AA.


    NB I could never get bluetooth tethering to start  via the COnnected Pro app so I use Tasker to enable BT tethering when the phone connects to  OAP BT.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)

    Pages ({1}): « Previous 1 2 3 4 5 6



    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Help · BlueWave Studio · Shop

    Copyright © bluewavestudio.io. All rights reserved.

    Linear Mode
    Threaded Mode