Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not compatible with vivo Y76s #1677

Open
huanledeyang opened this issue Nov 6, 2024 · 0 comments
Open

not compatible with vivo Y76s #1677

huanledeyang opened this issue Nov 6, 2024 · 0 comments
Labels

Comments

@huanledeyang
Copy link

huanledeyang commented Nov 6, 2024

SPECIFIC ISSUE ENCOUNTERED

when use the arcore on the vivo Y76s device, get the error log below:

third_part..._create.cc  I  Entering ArSession_createWithFeaturesAndTrace
third_part..._create.cc  I  ARCore Version: SDK build name: 1.46
third_part..._create.cc  I  ARCore Version: APK version code: 242600293
third_part..._create.cc  I  Dynamite load ok.
third_part..._create.cc  I  ARCore SDK: dynamite number_of_symbols_loaded=317
native                   I  I0000 00:00:1730878506.040885   12532 session_create_implementation.cc:256] Entering createImplementationWithFeaturesAndSettings. ARCore SDK version: [1.46.242040000].
native                   I  I0000 00:00:1730878506.049366   12532 session_create_implementation.cc:217] AugmentedRegion downsample mode from Phenotype: true
third_part..._helper.cc  V  JniHelper: attached thread (Called from line 368).
native                   E  E0000 00:00:1730878506.060626   12532 session_create_implementation_shared.cc:2595] Unable to obtain device profile from the content provider: NOT_FOUND: 
                            ARCoreError: third_party/arcore/ar/core/android/implementation/session_calibration_helpers.cc:204
                            
                            ARCoreError: third_party/arcore/ar/core/android/implementation/session_calibration_helpers.cc:160
                            Device is not supported.

com.google.ar.core.exceptions.UnavailableDeviceNotCompatibleException
at java.lang.reflect.Constructor.newInstance0(Native Method)
at java.lang.reflect.Constructor.newInstance(Constructor.java:343)
at com.google.ar.core.Session.throwExceptionFromArStatus(Session.java:16)
at com.google.ar.core.Session.nativeCreateSessionAndWrapperWithFeatures(Native Method)
at com.google.ar.core.Session.<init>(Session.java:11)
at com.google.ar.core.Session.<init>(Session.java:4)

VERSIONS USED

  • Android Studio: 2024.1.2
  • ARCore SDK for Android: 1.46.0
  • Device manufacturer, model, and O/S: vivo/PD2156/PD2156:11/RP1A.200720.012/compiler0607171443:user/release-keys
  • Google Play Services for AR (ARCore): 1.46.242600293
    On Windows, use: adb shell pm dump com.google.ar.core | findstr /i "packages: versionName"
    On macOS, use: adb shell pm dump com.google.ar.core | egrep -i versionName\|packages:
  • Output of adb shell getprop ro.build.fingerprint:

STEPS TO REPRODUCE THE ISSUE

WORKAROUNDS (IF ANY)

ADDITIONAL COMMENTS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant