问题标签 [nexus-5]
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.
shared-libraries - Nexus 5 中传感器的来源在哪里?
我可以hardware/*
在 Android 4.4 源代码中看到传感器的一些源代码,但生成的共享库的名称与我在 Nexus 5 中搜索的传感器共享库的名称不同,/system/lib
甚至/system/lib/hw
在整个根 ( /
) 下。
据报道,Nexus 5 配备了来自 InvenSense、Qualcomm、Avago、Bosch 和 Akm 的传感器。但是,我想知道他们的传感器代码是否不是开源的,而只是用于传感器 HAL 模块的二进制文件(*.so
)。
顺便说一下,下面是报告的传感器列表(包括虚拟/合成传感器)。
:: Sensor name - Vendor
::
知道上述传感器的来源在哪里吗?
谢谢!
android - Android NFC intent handling, showing a toast
Hello fellow programmers!
I am really new to Android, 2 weeks old.
I am trying to do some programming with NFC. I have Nexus 5 and I am trying to read and display UID of the MIFARE Classic 1k. I know all the protocol compatibilities issues with the Broadcom chip, so we can skip that and go straight to fact that you can read UID with no problem.
I want to catch the intent and show a toast with read UID. So far I made it work by putting performIntent into onCreate method. By making the intent to restart my activity I am able to handle that intent and show its UID via toast and that all works. Here is my humble code: MainActivity.java
And manifest file:
Now, I want this intent to just show the toast without starting the activity again. I realize its working because when the activity restarts, intent gets handled and show me my UID.
I just want the incoming intent to show the toast containing its UID.
Sorry if this was asked before, I tried finding it but no luck.
Thanks!
android - Nexus 5 - ADB 和引导问题
我在 Nexus 5 上添加了 Paranoid OTA,并尝试将其卸载。
在此过程中,一切都完全失败了,我的手机一直在重新启动。
现在 :
亚行不工作。(我试图结束并重新启动服务器但无事可做)我的手机在我的电脑上无法识别(windows 8.1)我无法在我的电脑上安装驱动程序
而且我无法启动我的手机,我没有任何系统...
我完全迷路了,我不知道该怎么办=/
android - Nexus 5 不再被 adb 识别
我的 Nexus 5 (Android 4.4.4) 突然不再被 adb 识别。我知道这不是电脑,因为我在工作和家里都有同样的问题,而且两台电脑都可以识别其他手机。当我插入手机时,它显示它正在充电,但不是调试图标。我多次重启手机,打开和关闭开发者设置和usb调试。似乎没有任何效果。
有没有其他人遇到过这个问题?知道如何解决吗?会不会只是连接器坏了?
谢谢西蒙
android - Android Studio 使用 deviceSDK(API 1) 将设备显示为“离线”
我有一个 Nexus 5,过去几个月我一直在使用它进行 Android 开发。除了我第一次拿到手机时可能是一个小驱动问题外,我没有任何问题。最近,我从随设备收到的 USB 电缆切换到了来自 3rd 方供应商的电缆,据称该电缆与 Nexus 5 兼容。我不知道为什么,但我很难获得我的设备作为调试设备与 Android Studio 一起使用这条新电缆。
首先,将 USB 电缆插入我与原始电缆一起使用的同一 USB 端口后,Windows 完全无法识别该设备。在我放弃并回到我的旧电缆之前,我尝试与一些驱动程序搞混。
今天我再次尝试在不同的 USB 端口上使用新电缆,并且驱动程序似乎为 Nexus 5 正确安装。我现在可以在 Windows 8.1 上浏览我的文件了。但是在 Android Studio 中,当我尝试在设备上运行项目时,我无法这样做,因为该设备被列为“离线”并且带有 deviceSDK(API 1)。
当我尝试选择此条目并运行应用程序时,设备上没有任何反应,但 Android Studio 没有报告任何问题。任何人都知道问题可能是什么?我真的找不到任何地方有同样问题的人。
编辑:链接到有问题的电缆,如果这有帮助的话。不确定任何数据线如何与其他数据线不同。http://www.shopandroid.com/ventev-6ft-micro-usb-charging-data-cable/5A18A18302A.htm
eclipse - Nexus 5 未在 Eclipse 中显示
我在将nexus 5与eclipse连接时遇到了一些问题。我正在使用 Windows 8.1,并且我已经从 google_usb-> http://developer.android.com/sdk/win-usb.html安装了 nexus 驱动程序
我可以在 ADB(使用 adb -devices)和 DDMS 中看到我的设备,但我无法发送应用程序来调试它,只是 Eclipse 的目标中没有出现 nexus。在设备管理器中,我的关系看起来像 Android Composite ADB Device
我也启用了开发人员选项和 USB 调试。
http://www.htcmania.com/attachment.php?attachmentid=607751&stc=1&d=1414926573
编辑:
我只是用 android studio 测试过,它可以工作,但我不明白为什么在 eclipse 中不起作用
adb - 亚行在侧载棒棒糖的最后阶段说“未找到设备”
我正在尝试从 OTA zip 文件将 Lollipop 侧载到我的 Nexus 5 上。
此时,我插入USB线后adb识别设备,并吐出序列号。
据我了解侧面加载的说明,一旦我到达这一点,我只需要重新启动进入恢复模式(按预期工作),然后同时使用“音量增大和电源”绕过红色感叹号图标。这也有效。
在 Nexus 5 上的屏幕显示“现在使用 'adb sideload <filename>' 将要应用的包发送到设备上,我输入“adb sideload + OTA 映像文件名”,为方便起见,我将其重命名“。该文件位于平台工具文件夹中。
此时命令窗口报告:错误:未找到设备
所以... adb 可以看到该设备,但在设备以恢复模式重新启动后,不知何故不再找到该设备。
我已经更换了所有的 USB 驱动程序,在 Nexus 设备上启用了 USB 调试和开发者模式。我已经在 Windows 7 和 Linux 中尝试过这个(来自 android sdk 工具包和 Eclipse 的安装)。我无法让 adb 与 Nexus 5 对话。
我阅读了 android-windows usb inf 文件,并没有专门针对 Nexus 5 的部分,但我在“通用 android”部分下添加了一行 USB\VID_18D1&PID_D001,正如其他地方为无法获得操作系统来看看他们的关系。我的问题不是操作系统看不到它……而且 adb 也看到了它,直到我尝试在恢复模式下侧载 OTA 文件。
其他人有这个问题,或者更好......关于如何解决它的任何想法?
谢谢
android - 移动数据不工作。Nexus 5 上的 Android Lollipop
我已经用最新版本的 android Lollipop 锤头 (LRX21O) 刷新了我的 nexus 5。移动数据不工作,我可以通过 WIFI 连接到互联网,但没有 LTE/3g 连接。
对于通话和短信有任何问题。我已经正确配置了 APS 设置。
任何人都知道如何解决它?
谢谢
android-5.0-lollipop - BackupManagerService 恢复超时导致强制停止
从昨天开始,我的 Nexus 5 正在运行 Lollipop,我正在处理的应用程序正在停止,没有任何崩溃。
每次退出时,设备都会记录以下内容:
听起来系统决定强制停止我的应用程序,因为恢复超时。当应用程序正确签名时也会发生这种情况。
BackupManager 相关的实现在 4.4.2 之前运行良好。
我目前正在检查是否没有调用任何 BackupManager API 可以解决这个意外/静默强制停止。现在看起来还可以。
有什么建议吗?
android - Install Android L on Nexus 5 which is rooted
I have rooted my Nexus 5 long back. Today I received a notification asking me to install Android L from play store. When I downloaded it and restarted for installation it is taking me to the team win recovery project screen with out installing the Android L OS. How should I ask the device to forcefully install the new OS