本人购置了一套Gear VR的设备,然后开始使用UE4开发起来基于这个 《虚幻4引擎 Gear VR开发入门》帖子,而我一直困于“设置Gear VR Service为开发者模式”,我不知道“首先,要上传一个带有osig文件的App”去哪里上传,直到我读官方的开发文档,我发现那这么一段话:
“Alternatively, you may download an osig from the Oculus Signature File Generator and copy it to the phone directory /sdcard/oculus/.”
原来要解决这个“You are not a developer”的问题,只需要把你通过上传自己 Device ID 然后下载获得的签名,复制到手机的 /sdcard/oculus这个目录里面,然后就可以成功开启GearVR 开发者模式。