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

Nexus 6p and Galaxy S6 issues #6

Closed
cdonley opened this issue Jan 4, 2017 · 2 comments
Closed

Nexus 6p and Galaxy S6 issues #6

cdonley opened this issue Jan 4, 2017 · 2 comments

Comments

@cdonley
Copy link

cdonley commented Jan 4, 2017

Have two phones I tried putting this on, both with different issues:

With the Nexus 6P I was able to successfully complete all steps, however when I run the Palace demo and look at adb logcat it says the server is not started no matter how long I wait after starting the server app. This phone is on Android 7.1.1

With the Galaxy S6 I couldn't get past "run-as com.osvr.serverlauncher". When running this command it says: run-as: Package 'com.osvr.serverlauncher' is unknown. This phone is on Android 5.1.1

Any ideas?

@cdonley
Copy link
Author

cdonley commented Jan 4, 2017

For the 6P I assume it's an issue with the server setup so here's the logs for the startup

01-04 10:56:38.736 29437 29437 F DEBUG : Revision: '0'
01-04 10:56:38.736 29437 29437 F DEBUG : ABI: 'arm'
01-04 10:56:38.737 29437 29437 F DEBUG : pid: 29436, tid: 29436, name: osvr_server >>> /data/data/com.osvr.serverlauncher/files/bin/osvr_server <<<
01-04 10:56:38.737 29437 29437 F DEBUG : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
01-04 10:56:38.737 29437 29437 F DEBUG : r0 00000000 r1 000072fc r2 00000006 r3 00000008
01-04 10:56:38.737 29437 29437 F DEBUG : r4 eac7758c r5 00000006 r6 eac77534 r7 0000010c
01-04 10:56:38.737 29437 29437 F DEBUG : r8 eac12000 r9 ffe3eff4 sl ffe3fc7e fp eac06010
01-04 10:56:38.737 29437 29437 F DEBUG : ip 00000000 sp ffe3dce8 lr eac5739f pc eac57db8 cpsr 20000010
01-04 10:56:38.740 29437 29437 F DEBUG :
01-04 10:56:38.740 29437 29437 F DEBUG : backtrace:
01-04 10:56:38.740 29437 29437 F DEBUG : #00 pc 00045db8 /system/bin/linker (__dl_tgkill+12)
01-04 10:56:38.740 29437 29437 F DEBUG : #1 pc 0004539b /system/bin/linker (__dl_pthread_kill+34)
01-04 10:56:38.740 29437 29437 F DEBUG : #2 pc 0003d73f /system/bin/linker (__dl_raise+10)
01-04 10:56:38.740 29437 29437 F DEBUG : #3 pc 0003c1fb /system/bin/linker (__dl___libc_android_abort+34)
01-04 10:56:38.740 29437 29437 F DEBUG : #4 pc 0003afd8 /system/bin/linker (__dl_abort+4)
01-04 10:56:38.740 29437 29437 F DEBUG : #5 pc 0003d23b /system/bin/linker (__dl___libc_fatal+22)
01-04 10:56:38.740 29437 29437 F DEBUG : #6 pc 00009871 /system/bin/linker (__dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockj+2416)
01-04 10:56:38.740 29437 29437 F DEBUG : #07 pc 00008e6b /system/bin/linker (__dl___linker_init+358)
01-04 10:56:38.740 29437 29437 F DEBUG : #08 pc 00002788 /system/bin/linker (_start+4)
01-04 10:56:38.737 29437 29437 W debuggerd: type=1400 audit(0.0:2050): avc: denied { search } for name="com.osvr.serverlauncher" dev="dm-2" ino=2138754 scontext=u:r:debuggerd:s0 tcontext=u:object_r:app_data_file:s0:c512,c768 tclass=dir permissive=0
01-04 10:56:38.748 4775 6729 W NativeCrashListener: Couldn't find ProcessRecord for pid 29436
01-04 10:56:38.748 29437 29437 E : AM data write failed: Broken pipe
01-04 10:56:38.749 375 375 W : debuggerd: resuming target 29436
01-04 10:56:38.749 375 375 E : debuggerd: failed to send signal 18 to target: No such process
01-04 10:56:38.775 4775 4832 I ActivityManager: Displayed com.osvr.serverlauncher/.MainActivity: +210ms
01-04 10:56:39.020 16758 16770 W SearchService: Abort, client detached.
01-04 10:56:39.020 16758 16770 W SearchService: Abort, client detached.
01-04 10:56:39.034 16758 16828 W SearchService: Abort, client

Not sure if this helps at all

@cdonley
Copy link
Author

cdonley commented Jan 4, 2017

Fixed this for the Nexus 6P by using the armeabi folder instead of the other two

@cdonley cdonley closed this as completed Jan 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant