问题标签 [nexus-one]
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 - A basic Android Service that uses GPS is causing Google Nexus One to reboot
I have created a very basic program to track GPS coordinates. The program has a button that turns a service on and off. The service simple installs a LocationListener. On each onLocationChanged the location coordinates are dumped on sd card.
The application works fine. But when I push the sleep button, the application logs data for sometime and then causes Google Nexus One to reboot.
Below I am posting the MINIMUM code that is required to reproduce this bug. I have striped extra code to avoid confusion.
AndroidManifest.xml
layout/main.xml
values/strings.xml
PhoneTrackerActivity.java
MyGPSService.java
GPSLocationListener.java
Please see if I am missing out something.
android - adb devices 不适用于 Mountain Lion
我刚刚升级到 OS X 10.8 (Mountain Lion)。现在 adb devices 没有列出我的 Galaxy Nexus 或我的 Nexus One。我不敢相信它不起作用,因为我确信谷歌必须有 Android 开发人员使用谷歌手机和 Mountain Lion。请帮忙!
android - 无法在我的 Android 的 Google Nexus One 设备中创建 SQLite DB?
我正在开发一个应用程序,在该应用程序中我正在创建我的本地 sqlite 数据库,并且它在除带有 OS 2.3.3 的 Google Nexus One之外的所有设备中都能成功运行。日志:
请建议我,我该如何解决这个问题..!! :(
android - Nexus One 中的 SupportMapFragment
我在将旧Google Nexus One
的与新的混合时遇到了一些问题SupportMapFragment
。
在特定的景观视图中,我有HorizontalScrollView
一个地图和一些信息,您必须滚动才能真正看到信息。
问题是滚动使(不知何故我现在无法理解)SupportMapFragment
的背景可见(默认情况下似乎是黑色),而实际上滚动整个视图
图片来说明我的意思。
尽管不是完全相同的问题,但在gmaps-api-issues中有一个类似的报告错误
所以,到目前为止我已经测试过:
- 将背景设置为
@color/transparent
,甚至以XML
和/或以编程方式。 - 更改
SupportMapFragment
z 顺序
在调用我的地图之前设置此代码:
所以我没有主意了。我已经成功地测试了相同的确切代码:
Galaxy Nexus
HTC Desire HD
Samsung Galaxy S3
Samsung Galaxy Mini
Galaxy Ace
编辑:有趣的是,截屏让我意识到捕捉我的具体情况是不可能的。截屏时,只能通过再次更改为纵向和横向来重现错误。
有任何想法吗?我错过了什么明显的东西吗?
提前感谢您的评论。
android - Android 相机捕获活动返回空 Uri
这段代码以前在三星上工作过,但现在我在 Android 2.3.6 上使用 Nexus One,只要我拍照并单击“确定”或从图库中选择一张照片,它就会崩溃。Stacktrace 显示 Uri 上的空指针异常。
我的激活相机的代码如下:
知道可能是什么问题吗?谢谢!
android - Android - 单击父菜单时不出现子菜单中的项目
请..请帮忙!我是android开发的新手。在我创建一个带有简单菜单的应用程序之后。我点击父菜单,我没有看到子菜单中的项目出现。我不知道为什么会这样。有谁知道的,请教教我。
我使用nexus Emulator 来显示结果。(nesux S (4.0", 480 X 800:ddpi)
在 Menu 文件夹 -> menu-demo 中创建菜单,如:
我在 src 中更新 Mainactivity.java。
android - 如何在安装了 Google Play 服务的物理 Nexus One 上进行测试?
想在我的旧 Google/HTC Nexus One 上试用我的应用程序,由于我的应用程序使用 Google Play 服务,我不得不安装它。问题是,现在我只有 4.5 MB 的可用内存!
我当然卸载了可卸载的,将可移动的移动到了 SD 卡,但我仍然只剩下 4.5 MB。Google Play 服务占用了 90 MB - 几乎 50% 的内部存储空间!
还有什么可以做的?我可以让 Android Studio 将我的应用程序直接安装到 SD 卡吗?还是我应该忘记它并运行模拟器?