How do I install Daydream on my phone?
Google's philosophy with their newest VR platform is simple. In order to offer the best possible experience in Daydream, there needs to be a minimum list of requirements met. The phone must be capable of delivering two video streams at 60fps with no stutter, and when you turn your head inside a Daydream headset there should be as little motion blur as possible. Unfortunately that means no matter how capable your phone is, if it's got an LCD display Google won't be enabling Daydream by default. The "motion to photon latency" in LCD panels being used in phones right now is just too high, and the end result is a VR experience that doesn't meet Google's quality threshold.
That having been said, if you're willing to mess around with your phone a little there may be a way to enable Daydream on your phone without Google's blessing.
Editor's Note: VR Heads does not recommend you attempt to force Daydream onto your phone for daily use. The latency caused by LCD panels dramatically increases the potential for nausea in VR.
Before you get started
- Your phone must be running Android 7.0 or higher for this to work. DO NOT attempt if your phone is not running this version.
- You must have root access enabled on your phone for this to work. If you do not know how to root your phone, do not continue.
- Locate and install the latest version of Google's Daydream app and Google VR Services to install on your phone. If you are not sure you have the latest version from the source you downloaded from, do not continue.
- Install a Root Explorer app from the Play Store.
This process essentially forces Daydream apps to run on your phone be enabling the code those apps check for in order to determine if your phone is approved by Google. You are installing all of the parts Google enables on a Daydream Ready phone, which includes editing software in your phone that controls permissions. Here's how it works.
Step by step instructions
- Locate
/system/etc/permissions/handheld_core_hardware.xmlin your system, and select Edit. - Locate Root Permissions and add
<feature name="android.software.vr.mode" /> <feature name="android.hardware.vr.high_performance" />to the tag. - Reboot your phone.
- Launch Daydream and place your phone inside the headset.
If you can, immediately after you've confirmed Daydream is functional on your phone you should remove root access to keep any other apps from editing files without your knowing. This process bypasses a lot of the security features in Android that keep you safe, and keeping that bypass active on your phone is a bad plan.
That having been said, if you're curious to see what all the Daydream excitement is about and aren't buying a new phone anytime soon this will get you there.
How do I install Daydream on my phone?的更多相关文章
- OEL上使用yum install oracle-validated 简化主机配置工作
环境:OEL 5.7 + Oracle 10.2.0.5 RAC 如果你正在用OEL(Oracle Enterprise Linux)系统部署Oracle,那么可以使用yum安装oracle-vali ...
- org.jboss.deployment.DeploymentException: Trying to install an already registered mbean: jboss.jca:service=LocalTxCM,name=egmasDS
17:34:37,235 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080 17:34:37,281 INFO [ ...
- 如何使用yum 下载 一个 package ?如何使用 yum install package 但是保留 rpm 格式的 package ? 或者又 如何通过yum 中已经安装的package 导出它,即yum导出rpm?
注意 RHEL5 和 RHEL6 的不同 How to use yum to download a package without installing it Solution Verified - ...
- Install and Configure SharePoint 2013 Workflow
这篇文章主要briefly introduce the Install and configure SharePoint 2013 Workflow. Microsoft 推出了新的Workflow ...
- Basic Tutorials of Redis(1) - Install And Configure Redis
Nowaday, Redis became more and more popular , many projects use it in the cache module and the store ...
- Hadoop学习日志- install hadoop
资料来源 : http://www.tutorialspoint.com/hadoop/hadoop_enviornment_setup.htm Hadoop 安装 创建新用户 $ su passwo ...
- 关于bundle install 的一点补充
在第一次运行bundle install之后,生成了Gemfile.lock文件,里面记录gem的具体版本号,按照官方文档说明,以后运行bundle install就不会再依据Gemfile,而是根据 ...
- Centos 7 minimal install 无网络无ifconfig的解决
Centos7这个比较不厚道, minimal install下居然不带net-tools 先要连上网络 修改/etc/sysconfig/network-scripts/ifcfg-ens12312 ...
- jBPM4.4 no jBPM DB schema: no JBPM4_EXECUTION table. Run the create.jbpm.schema target first in the install tool.
jBPM4.4 no jBPM DB schema: no JBPM4_EXECUTION table. Run the create.jbpm.schema target first in the ...
随机推荐
- OS之进程管理---多线程模型和线程库(POSIX PTread)
多线程简介 线程是CPU使用的基本单元,包括线程ID,程序计数器.寄存器组.各自的堆栈等,在相同线程组中,所有线程共享进程代码段,数据段和其他系统资源. 传统的的单线程模式是每一个进程只能单个控制线程 ...
- okHttp超时报错解决方案
Android 使用okhttp,如果客户端等待的时间超过了okHttp的默认时间,就会报错java.net.SocketTimeoutException: timeout 所以,需要在调用okHtt ...
- java super和this总结
今天群里有人问我怎么复写父类的构造函数,我当时听错了以为是一般方法,然后就对他说只要同名就可以,然后他告诉我错了,我再仔细看,才知道他问的是复写 父类的构造方法,其实自己也不知道子类能不能复写父类的构 ...
- tensorflow 1.0 学习:模型的保存与恢复(Saver)
将训练好的模型参数保存起来,以便以后进行验证或测试,这是我们经常要做的事情.tf里面提供模型保存的是tf.train.Saver()模块. 模型保存,先要创建一个Saver对象:如 saver=tf. ...
- Redis(1)---五种数据结构
五种数据结构 一.全局key操作 --删 flushdb --清空当前选择的数据库 del mykey mykey2 --删除了两个 Keys --改 --将当前数据库中的 mysetkey 键移入到 ...
- 【转载】uCOS系统的思考
一: 世界潮流,浩浩汤汤,顺之者昌,逆之者亡---孙中山 从80X86到ARM9,再从ARM9到ARM7,平台是越做越简单,但是简单并不是意味着退步,反而是种潮流趋势... 在CISC道路上渐行渐远 ...
- https跨域到http问题解决
整体结构 用户--https-->Nginx--http-->Tomcat 页面中包含了iframe,iframe的src也是Https的,但是当frame里面的内容表单提交后tomcat ...
- 项目实战3—实现基于Keepalived+LVS的高可用集群网站架构
实现基于Keepalived高可用集群网站架构 环境:随着业务的发展,网站的访问量越来越大,网站访问量已经从原来的1000QPS,变为3000QPS,目前业务已经通过集群LVS架构可做到随时拓展,后端 ...
- Use Generic Replacements of 1.X Framework API Classes 用泛型替换Framework 1.X版本的API类
第一章,第一节 用泛型替换Framework 1.X版本的API类. 说起来,我是没接触过Framework 1.X版本的程序,12年毕的业(算算时间也一年多了,依旧一事无成,汗),毕业之后到公司实习 ...
- Ajax的初级使用
一.AJAX简介(本文的例子都使用的是原生的ajax) 老技术新用法二.异步和同步区别三.XMLHttpRequest对象(面试题) 属性: readyState: 0:未初始化 1:open方法已经 ...