问题标签 [motorola-droid]

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.

0 投票
1 回答
503 浏览

bluetooth-lowenergy - 由于 android.os.DeadObjectException 而未调用 onDiscoverCharacteristicResults

使用 motorola ICS R2 附加组件中提供的 sample_apk_icsActivity 应用程序,我能够成功连接到运行 HRM 配置文件的 BLE 外围设备......然后我创建新的 BluetoothGattService 对象,此时似乎开始发现特征...... ..

使用数据包嗅探器,一切看起来“正常”......在特征发现过程结束时——当我希望通过我的 IBluetoothGattProfile.Stub 进行回调时,我看到来自底层 BluetoothService 的日志消息报告了 DeadObjectException。 ...从之前的日志消息来看,服务似乎确实找到了一些特征,并准备给我回电....

再次,我一直在“按原样”使用摩托罗拉示例应用程序......

谢谢....

0 投票
0 回答
1111 浏览

android - 通知/指示——在最新的摩托罗拉 API 中使用 IBluetoothGattCallback.Stub

在旧版本的摩托罗拉 API 中,通知/指示将通过 IBluetoothGattCallback.Stub.... 的实现来接收。

在更新版本的 API 中——引入了新的 IBluetoothGattProfile.Stub 类——我不太确定如何接收通知/指示......我已经实现了 IBluetoothGattProfile.Stub,并且确实接收呼叫按预期在其他方法上......我假设 onValueChanged() 方法是当底层堆栈收到通知/指示时我会收到回调的地方?

使用 setCharacteristicClientConf() 方法,我已启用在客户端接收通知/指示;并且适当的 BLE 数据包已将其传送到服务器端.... 一般来说,空中跟踪看起来很正常 - 与我在使用 iphone 连接(比如说)时看到的没有什么不同......

查看来自底层蓝牙服务的日志消息,我发现那里没有任何活动——事实上,传入的通知/指示正在通过空中传输....

任何有关如何使用最新的 moto ble API 接收通知/指示的见解将不胜感激......

0 投票
1 回答
573 浏览

android - mediaplayer 流式传输分块编码的 mp3 流在 droid x2 上不输出声音

我正在连接到通过 http 1.1 使用分块传输编码流式传输 mp3 帧的服务器。android MediaPlayer api 在我测试过的 4 款不同的手机中成功播放了这个流,包括 Droid X。但是,在摩托罗拉 Droid X2 上,它在大约正确的持续时间(isPlaying() call 一直返回 true),但是耳机没有声音,也没有错误输出。

此外,在此“播放”期间,硬件音量控件管理铃声音量,而不是预期的音乐音量。

0 投票
0 回答
202 浏览

android - 摩托罗拉 Droid 线上的 Android 服务失败

我有一个解析大型 xml 文件并将数据存储在 sqlite 数据库中的 Android 服务。这种架构运行没有太多问题,但最近在几款不同型号的摩托罗拉手机上出现了问题。

这是错误:

最奇怪的部分是 xml 解析和存储工作到一定程度,然后失败并出现错误 14。

此外,此消息有许多日志:

这不会出现在其他品牌的设备上。

我问了谷歌,没有发现任何有用的东西。有没有其他人有这个问题?或者至少有类似的东西可以为我指明正确的方向?

0 投票
1 回答
1417 浏览

android - sending sms intent with multiple types of extras

So I have an app that has a button where when you click it the sms app opens and a body populates which you can then send to whoever. I am using:

This works on almost all phones I have tried it on but on the Motorola Razr (Which annoys me since I have had many problems with their code being different) the sms body is blank. Now, when I use:

instead of sms_body it works fine but doesn't work with any other phones. After searching around for issues on this I found that since sms_body is not part of the android OS specifically it doesn't have to work with all phones. When I search around for how to send an sms also everything says to do it the first way I do it with sms_body. Another thing I tried was to add both extras, then it worked on all the phones I tested it on but other people have gotten a crash with the following: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW typ=vnd.android-dir/mms-sms (has extras) }

By searching for things what I found seems like this error occurs because I have both extras attached and it tries to find things to do with both and can't find the second when it already uses one, but I'm not sure about that. In the end what I am trying to do is find something that will work with all phones or a way to use both extras without the crash. I have been looking around for a while and have found similar questions on multiple places but none of them have been answered, so any help would be great.

0 投票
1 回答
1000 浏览

android - 摩托罗拉附加组件网站获取未知主机

摩托罗拉的 Android附加网站返回

Blockquote 获取URL失败

原因:

在 Android SDK 管理器日志的 R21 中添加为用户定义的站点时。

  1. 我有错误的地址吗?

  2. 其他人有同样的问题吗?

谢谢。

0 投票
2 回答
908 浏览

motorola-droid - ADB doesn't detect Motorola Droid

I have a Motorola Droid1 phone, running android 2.2.3 (not rooted). When I run adb devices it doesn't detect the Droid. I checked in Device Manager on my 64bit Win8 machine, and I see an Android ADB Interface listed there. I never had this problem with my other Motorola phones (Droid X1, Droid X2, Droid Bionic).

I have tried many things: - reinstall Motorola USB drivers - kill adb process - kill adb server - restart the machine - factory-reset the phone - pub 0x22B8 into adb_usb.ini

Nothing helps. Has anybody experienced a similar issue?

Thanks, Igor

0 投票
0 回答
877 浏览

android - 适用于 Android 的摩托罗拉 SDK

我想在 android 应用程序中使用蓝牙 4.0(BLE) 技术,但 android 开发需要 Motorola SDK。

我试过http://www.motorola.com/sites/motodev/us-en/motodev_lp.html

http://developer.motorola.com/tools/resources/

两个站点,但所有两个链接都转到主页。

如何获取 SDK?还是 SDK 不可用?

谢谢。

0 投票
1 回答
588 浏览

android - 如何在我的 Android 应用程序中使用摩托罗拉平板电脑 ET1 扫描仪获取二维码?

我刚开始使用设备摩托罗拉平板电脑 ET1 进行 android 开发。该设备具有条形码扫描仪。我想制作一个简单的应用程序,使用 ET1 扫描仪扫描条形码并向我显示信息。我不想为此使用 Zxing 或任何其他项目。如果 ET1 有扫描仪,那么应该有一些简单的方法可以在任何应用程序中使用它。我用谷歌搜索但找不到任何帮助。知道我该怎么做吗?提前致谢。

0 投票
1 回答
128 浏览

android - Android Moto G - 睡眠导致销毁消息

当我的应用程序不是主要的活动应用程序时,我目前正在修复错误。大多数设备我都会收到暂停消息、丢失消息等。这些都是我所期望的。我没有得到的东西是在 Moto G 设备上,当我返回应用程序菜单等时,我总是收到一条销毁消息,或者设备进入睡眠状态。

这有什么原因吗?我正在修复它,但仅仅因为你接到电话或让设备休眠就必须销毁应用程序似乎很苛刻,这不像我加载另一个复杂的游戏或任何东西