问题标签 [nexus-6p]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - 午餐和制作未能为 Nexus 6p 构建 AOSP (Android N)
这是我的构建环境:我使用区分大小写的图像在我的 Mac 上构建 android N。在同一张图片上,我可以成功地 android 5.0.1 for nexus5。现在我想使用 android 7.0.0_r6 为 nexus 6p 做到这一点。回购同步成功。
有多个错误:
1
2
3
从下面的完整日志中,第一个问题是在“午餐”命令中。有人见过这种错误吗?欢迎任何评论!谢谢!
android - Google Daydream controller (hardware) on Nexus 6p
I feel insulted!
Just got Google's Daydream headset, connected controller to my Nexus 6p, ran my own game and NOTHING!
I used another phone to emulate the controller. Now I have actual controller, but it doesn't work because google doesn't support my phone.
I can't download the Daydream app which seems to be the only source to manage the controller. I'm looking for solution how to hack around. Suggestions please?
android - aosp如何开启usim
我尝试在 AOSP 中启用“usim”。
许多答案闪烁 vender.img 或下载二进制驱动程序,但它不起作用。
那么......如何启用usim?
修复 AOSP 代码?或闪烁另一个.img?
这是我的情况...
设备:nexus6P
AOSP:6.0.1_r62 MTC20F
USIM:插入卡
WIFI:工作
闪烁 vendor.img 和 radio.img:完成
修改 AOSP 代码:尚未
在设备设置应用...
SIM状态:不可用
IMEI信息:未知
状态栏:无 SIM
android - Nexus 6P 上的慢代码
我正在开发一个 android 应用程序,我需要在其中初始化浮点数组。我有这个代码:
当我在我的测试设备上运行这段代码时 - 我得到了奇怪的结果:addVertexAttribute
在 Nexus 6P 上调用 30 次需要 75000 纳秒,在 HTC 上调用 1 x - 15000 纳秒,HTC 需要 C - 70000 纳秒。那么,为什么在最强大的设备上它会慢 5 倍呢?
我的 Nexus 6P 在牛轧糖 7.1.1 上,已植根。HTC One X 是 4.1.1,已植根。HTC Desire C - 4.0.1,无根。
另外,我正在使用 libgdx 框架,这是一个网格初始化。
android - Nexus 6P android beta 7.1.2 弹出错误消息:Alternating TimerReceiver() onReceive() - Attempt to invoke virtual method
我注册了 Android beta 更新,最近将我的 nexus 6P 升级到了 7.1.2 版本。自从 2 天以来,我的手机中弹出一条消息,我在图片中显示,它覆盖了我的键盘,但即使弹出出现,我也可以操作键盘。错误消息说它正在尝试调用虚拟方法,但我不确定它是否与特定应用程序或操作系统级别有关。
android - Nexus 6P on 7.1.2 给出“Device supports , but APK only support $abiFlavorsHere”;做什么?
请注意,此应用程序使用特定于 arm 的本机代码,因此我不能像其他人建议的那样仅注释掉 abiFilters 行。该代码在更新之前有效。
Nexus 6P 现在只在 arm64 ABI 上吗?或者手机是否有问题,因为列出 ABI 的字符串在警报中为空?
android - Android avd 未从 avd 设备管理器启动
使用全新安装的 ubuntu 17 和全新安装的 androidstudio2.3.1
我正在使用 android studio 来管理新 avd 的创建,并且能够导航到 avd 管理器并创建一个新设备(我选择了 Nexus 6)虚拟设备应该运行 android Marshmallow。
新的 avd 然后显示在设备管理器中,但是当使用“绿色箭头”在模拟器中启动设备时,似乎什么也没发生。尝试了所有常用的解决方案,重新启动等。
编辑:我应该补充一点,android studio 安装在 /opt/
有没有人经历过这个?任何有关如何解决此问题的解决方案或帮助表示赞赏。
谢谢
android - 在nexus 6p的后台时,我的android应用程序被杀死
我在 Nexus 6p 上运行我的应用程序时遇到问题:每次我的应用程序移至后台时,我的 Android 应用程序都会被杀死。
我已经将此应用程序设置为“未优化”并重新启动 - 但仍然没有成功。我看到我的 Activity 的 onDestroy() 每次都被调用..
任何想法?
java - AOSP dialer app crash on nexus 6p
I have been building aosp for angler (nexus 6p) device. After flashing the images, everything works find except dialer app. I am on "8.0.0_r17" tag, anyone else has same issue or any pointer for workaround on this ?