- Edited
Hello,
I've an app that does not initiate login. Normally, when pressing the login button, it'd redirect to a login page. On GOS, hitting the login button doesn't proceed, nothing happens.
Here's an extract of the logs:
W libc : Access denied finding property "ro.debuggable"
W libc : Access denied finding property "odsign.verification.success"
W libc : Access denied finding property "ro.product.name_for_attestation"
W libc : Access denied finding property "ro.product.manufacturer_for_attestation"
W libc : Access denied finding property "ro.product.brand_for_attestation"
W libc : Access denied finding property "ro.product.model_for_attestation"
I auditd : avc=type=1400 audit(0.0:15852): avc: denied { read } for comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" ...
I auditd : avc=type=1400 audit(0.0:15856): avc: denied { getattr } ... path="/apex/apex-info-list.xml" ...
W ART APEX data files are untrusted.
W ziparchive: Unable to open '/gmscompat_fd_64.dm': No such file or directory
W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found.
Is this the device attestation failing?
I've tried any of the proposed steps in post #1 (without secure spawing (yet)).
GMS is installed, with full network access.
Any advice very much appreciated. Thank you.