gearvrf / GearVRf-Demos

Collection of GearVRf demo apps
176 stars 165 forks source link

Black screen #277

Closed kennaar closed 8 years ago

kennaar commented 8 years ago

Hello, I'm trying to run some of the sample projects but I keep seeing a black screen after I built the project with android studio.

I have followed these steps: http://wiki.gearvrf.org/bin/view/GearVRfDeveloperGuide/GearVRfDevGuide200Start#SampleApps I have tried both prebuilt and from source and I have included the oculussig file in app/src/main/assets I'm on ubuntu 16.04 with linux kernel 4.6.2

Any idea on what is happening? Thanks in advance

liaxim commented 8 years ago

Hi, would you mind sharing logs with us? Are you seeing the black screen while docked in GearVR?

kennaar commented 8 years ago

Yes I see it while docked in gear vr. There is also something that look like White text but it's too far to the side so I can't read what it says. Where can I find those logs (I'm very inexperiences in android development).

liaxim commented 8 years ago

Run your app. Afterwards run adb logcat -v threadtime -d > logs.txt from the command line.

kennaar commented 8 years ago

This is the log file for the 360photo sample https://gist.github.com/knnnrd/03086fbe70b84e5be8cd8a8e53c01323

Log file for panorama sample https://gist.github.com/knnnrd/c324c852737a707c84f1da8e1d3846d0

kennaar commented 8 years ago

Just to let you know, I managed to get the samples working. I started from scratch and followed the installation guide again and now it's working. Probably missed something the first time.