Search Unity

Oculus Go and Unity Unbind failed Error

Discussion in 'AR/VR (XR) Discussion' started by pepe09, Jun 13, 2018.

  1. pepe09

    pepe09

    Joined:
    Jul 15, 2017
    Posts:
    4
    Hi, I'm trying to migrate a GearVr project to an OculusGo project, but in migration there are problems loading the resources when the application is running.

    I ran the following command in adb to see the logs:

    adb logcat -s Unity ActivityManager PackageManager dalvikvm DEBUG


    and these are the results that gave me:

    06-12 19:41:03.193 1024 1037 E ActivityManager: Sending non-protected broadcast com.oculus.os.libui.app.wakeupdialog.wakeup_dialog_dismissed from system 1349:com.oculus.vrpowermanager/1000 pkg com.oculus.vrpowermanager
    06-12 19:41:03.193 1024 1037 E ActivityManager: java.lang.Throwable
    06-12 19:41:03.193 1024 1037 E ActivityManager: at com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManagerService.java:18072)
    06-12 19:41:03.193 1024 1037 E ActivityManager: at com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerService.java:18553)
    06-12 19:41:03.193 1024 1037 E ActivityManager: at com.android.server.am.ActivityManagerService.broadcastIntent(ActivityManagerService.java:18735)
    06-12 19:41:03.193 1024 1037 E ActivityManager: at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:499)
    06-12 19:41:03.193 1024 1037 E ActivityManager: at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2830)
    06-12 19:41:03.193 1024 1037 E ActivityManager: at android.os.Binder.execTransact(Binder.java:565)
    06-12 19:41:03.202 1024 1037 E ActivityManager: Sending non-protected broadcast com.oculus.os.libui.app.wakeupdialog.wakeup_dialog_dismissed from system 1349:com.oculus.vrpowermanager/1000 pkg com.oculus.vrpowermanager
    06-12 19:41:03.202 1024 1037 E ActivityManager: java.lang.Throwable
    06-12 19:41:03.202 1024 1037 E ActivityManager: at com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManagerService.java:18072)
    06-12 19:41:03.202 1024 1037 E ActivityManager: at com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerService.java:18644)
    06-12 19:41:03.202 1024 1037 E ActivityManager: at com.android.server.am.ActivityManagerService.broadcastIntent(ActivityManagerService.java:18735)
    06-12 19:41:03.202 1024 1037 E ActivityManager: at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:499)
    06-12 19:41:03.202 1024 1037 E ActivityManager: at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2830)
    06-12 19:41:03.202 1024 1037 E ActivityManager: at android.os.Binder.execTransact(Binder.java:565)


    06-12 19:41:08.790 1024 1385 W ActivityManager: Unable to start service Intent { act=com.google.android.gms.ads.identifier.service.START pkg=com.google.android.gms } U=0: not found
    06-12 19:41:08.793 1024 1309 W ActivityManager: Unbind failed: could not find connection for android.os.BinderProxy@6b7a48
    06-12 19:41:08.947 2493 2508 E Unity : ArgumentNullException: Argument cannot be null.
    06-12 19:41:08.947 2493 2508 E Unity : Parameter name: shader
    06-12 19:41:08.947 2493 2508 E Unity : at UnityEngine.Material..ctor (UnityEngine.Shader shader) [0x00000] in <filename unknown>:0
    06-12 19:41:08.947 2493 2508 E Unity : at Create.Awake () [0x00000] in <filename unknown>:0
    06-12 19:41:08.947 2493 2508 E Unity :
    06-12 19:41:08.947 2493 2508 E Unity : (Filename: Line: -1)
     

    Attached Files:

    • logs.txt
      File size:
      39.5 KB
      Views:
      1,222
  2. greggtwep16

    greggtwep16

    Joined:
    Aug 17, 2012
    Posts:
    1,546
    It's complaining that it can't find the google ads service on the Go, which is correct since the Go doesn't have many google services on it.
     
    pepe09 likes this.
  3. pepe09

    pepe09

    Joined:
    Jul 15, 2017
    Posts:
    4
    Thanks for your reply

    I'm using GoogleVR with the Oculus option, Where can I disable those options?
     
  4. MasterHao

    MasterHao

    Joined:
    Feb 12, 2019
    Posts:
    4
    Hi, I am having the same problem does someone have the answer to this? Thank you