<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Mobile phone compatibility issue</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/1712/mobile-phone-compatibility-issue</link><description>I used the Nexus 5 with android OS 4.4 and try to
use both the &amp;quot;Master control panel&amp;quot; and &amp;quot;Toolbox&amp;quot; Apps to upload firmware.(DFU)
When I use the &amp;quot;Master control panel&amp;quot; App , it almost success to upload firmware every time.
But when I use the &amp;quot;toolbox</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 25 Feb 2014 09:40:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/1712/mobile-phone-compatibility-issue" /><item><title>RE: Mobile phone compatibility issue</title><link>https://devzone.nordicsemi.com/thread/7558?ContentTypeID=1</link><pubDate>Tue, 25 Feb 2014 09:40:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bb4ef196-70e1-434a-8e20-00e741a4d174</guid><dc:creator>Elliot.Chao</dc:creator><description>&lt;p&gt;I see,Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mobile phone compatibility issue</title><link>https://devzone.nordicsemi.com/thread/7557?ContentTypeID=1</link><pubDate>Mon, 24 Feb 2014 14:49:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:89ded940-ebb9-4480-a8ca-d7f778a9ea93</guid><dc:creator>Aleksander Nowakowski</dc:creator><description>&lt;p&gt;Hi Elliot,
Since nRF Toolbox v1.3 there is no significant difference in DFU implementation between MCP and Toolbox. I don&amp;#39;t know why uploading succeeds on MCP but on Toolbox it fails.
Could you please attach the HEX file that you are using?&lt;/p&gt;
&lt;p&gt;However there are some differences in general application framework. For example in order to start DFU process in MCP you have to connect to the device and discover services. Only then, when the DFU service will be find, the DFU button is shown. The initial connection may filter out some problems while DFU, f.e. you may receive an error during the initial connection, quickly go back, connect again and forget about it. In Toolbox you are not connecting to the device before starting DFU operation. The application assumes that if DFU service UUID was present in the advertisement packet, the device will support it. It may not always be true (Android caches the device information and does not discover services if already obtained). Nothing filter out Bluetooth problems. To be sure, that both implementations will behave the same, it is recommended to restart Bluetooth adapter just before opening app. You may also find out that after successful upload both apps call the hidden method refresh() in BluetoothDevice that clears the cache so next time when you connect to it it may show different services..&lt;/p&gt;
&lt;p&gt;The 133 (0x85) error is something that should never happen. All we know that it is a Gatt Error. You may find more such errors here: &lt;a href="https://android.googlesource.com/platform/external/bluetooth/bluedroid/+/android-4.4.2_r1/stack/include/gatt_api.h"&gt;android.googlesource.com/.../gatt_api.h&lt;/a&gt;. Sometimes it comes after error 129 (0x81) (internal gatt error).
When BLE stack on Android gets more and more stable, those errors comes less often. If you have tried Nexus 4 with Android 4.3 when it was released, than it was a real nightmare. Samsung has better implementation of BLE stack. There are much less instability errors. It was working quite good even in Android 4.3. Nevertheless we have found some significant differences between different phone models.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>