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 ...
 
随机推荐
- 浅谈React16框架 - Fiber
			
前言 React实现可以粗划为两部分:reconciliation(diff阶段)和 commit(操作DOM阶段).在 v16 之前,reconciliation 简单说就是一个自顶向下递归算法,产 ...
 - Django 数据聚合函数 annotate
			
统计各个分类下的文章数 2 周,3 日前 字数 3818 阅读 546 评论 21 在我们的博客侧边栏有分类列表,显示博客已有的全部文章分类.现在想在分类名后显示该分类下有多少篇文章,该怎么做呢?最优 ...
 - 破解第三课 关键跳和关键CALL
			
课前自泼凉水: 前两课的介绍的方法,不管是NOP填充还是JUM的无条件跳转,其实都有极大的局限性. 甚至单纯就效果而言,几乎无用. 且不说利用OD搜索关键字本身就很难搜得到. 就现在的软件保护而言,也 ...
 - java相关知识点
			
Java基础.语法 1. 简述Java跨平台原理 2. Java的安全性 3. Java三大版本 4. 什么是JVM?什么是JDK? 什么是JRE? 5. Java三种注释类型 6. 8种基本数据类型 ...
 - vue Do not use built-in or reserved HTML elements as component id: nav
			
刚入坑vue 在新建组件的时候出现这个问题,原因是我新建的这个组件name: 'nav' 在vue中好像nav 这样的 有点类似于 “关键字” 不能作为组件的name,按照服务端来说 就是不可以命名关 ...
 - mysql 开发进阶篇系列 1  SQL优化(show status命令)
			
一.概述 随着上线后,数据越来越多,很多sql语句开始显露出性能问题,本章介绍在mysql中优化sql语句的方法. 1. 通过show status 命令了解各种sql的执行频率 通过show [ ...
 - Docker概念学习系列之详谈Docker 的核心组件与概念(5)
			
不多说,直接上干货! 见[博主]撰写的https://mp.weixin.qq.com/s/0omuSAjF5afJBZBxhbKTqQ 想要了解Docker,就必须了解Docker的五大核心概念 ...
 - Linux centos 7/ubantu下: 用 C 语言连接 MySQL数据库
			
前言:最近用IPC.socket做ATM.聊天项目,考虑到需要用到数据库,所以总结一下centos.ubantu环境下怎么用C语言操作数据库,例如常见的增删改查等! 一.Centos环境安装mysql ...
 - JavaScript高级编程(1)——JavaScript初识
			
一.javascript的简介 1.1 javascript的历史回顾. Javascript诞生于1995年.当时,它主要的目的是用来处理一些由服务器端处理的输入验证操作.在javascript没有 ...
 - Linux上磁盘热插拔
			
首先获取scsi设备的信息. [root@server2 ~]# lsscsi [:::] disk VMware, VMware Virtual S 1.0 /dev/sda [:::] cd/dv ...