googlevr / cardboard

Open source Cardboard SDK and samples
Other
1.48k stars 252 forks source link

black screen on xiaomi mobile (Work on non-Google Play devices) #78

Open xiesi88 opened 4 years ago

xiesi88 commented 4 years ago

微信图片_20200716182218 Is it necessary to have GMS in Android system to run Cardboard xr sdk normally? There are many mobile phone systems with GMS removed, such as Huawei, Xiaomi, etc. You know that GMS cannot be used normally in China. I am developing a popular science content for children based on mobile phone VR. I really hope that I can run Cardboard xr sdk without relying on GMS.

jballoffet commented 4 years ago

GMS is one of the dependencies of the Cardboard SDK, see here, as its QR code decoding capabilities are being used for loading the viewer parameters, see here, here, and here. You should be able to remove this dependency by replacing it with another one with similar capabilities and available to you.