<?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>iOS nRF Toolbox crashes when opening files</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/6372/ios-nrf-toolbox-crashes-when-opening-files</link><description>Hi, 
 The nRF Toolbox app on iOS crashes when opening user added files in the DFU. These files are added to the app via iTunes. The version of the nRF Toolbox is 1.7 which was updated on the 3rd of April, and the iOS version is 8.2. The devices I used</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 30 Apr 2015 11:36:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/6372/ios-nrf-toolbox-crashes-when-opening-files" /><item><title>RE: iOS nRF Toolbox crashes when opening files</title><link>https://devzone.nordicsemi.com/thread/22194?ContentTypeID=1</link><pubDate>Thu, 30 Apr 2015 11:36:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b496d9cb-8d33-4ead-9d71-2a7f1d273219</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Thank you for your feedback.
I tested this on my side and acknowledge the problem, the nRFToolbox crashes when trying to select a zip file from the SDK for download. I have notified the developer of IOS nRFToolbox. I have tested this with Android nRF Toolbox and that works fine.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: iOS nRF Toolbox crashes when opening files</title><link>https://devzone.nordicsemi.com/thread/22193?ContentTypeID=1</link><pubDate>Wed, 29 Apr 2015 17:34:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b2890a58-8ca5-474d-ba3f-5a4279350149</guid><dc:creator>Robert Blasutig</dc:creator><description>&lt;p&gt;Example json from zip file included in the Toolbox:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;{
&amp;quot;manifest&amp;quot;: {
    &amp;quot;application&amp;quot;: {
        &amp;quot;bin_file&amp;quot;: &amp;quot;application.bin&amp;quot;,
        &amp;quot;dat_file&amp;quot;: &amp;quot;application.dat&amp;quot;,
        &amp;quot;init_packet_data&amp;quot;: {
            &amp;quot;application_version&amp;quot;: 4294967295,
            &amp;quot;device_revision&amp;quot;: 65535,
            &amp;quot;device_type&amp;quot;: 65535,
            &amp;quot;firmware_crc16&amp;quot;: 32907,
            &amp;quot;softdevice_req&amp;quot;: [
                90,
                100
            ]
        }
    }
}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;Example from the SDK:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;{
&amp;quot;manifest&amp;quot;: {
    &amp;quot;application&amp;quot;: {
        &amp;quot;bin_file&amp;quot;: &amp;quot;dfu_test_app_hrm.bin&amp;quot;,
        &amp;quot;dat_file&amp;quot;: &amp;quot;dfu_test_app_hrm.dat&amp;quot;,
        &amp;quot;init_packet_data&amp;quot;: {
            &amp;quot;application_version&amp;quot;: 4294967295,
            &amp;quot;compression_type&amp;quot;: null,
            &amp;quot;device_revision&amp;quot;: 65535,
            &amp;quot;device_type&amp;quot;: 65535,
            &amp;quot;firmware_crc16&amp;quot;: 19263,
            &amp;quot;firmware_hash&amp;quot;: null,
            &amp;quot;packet_version&amp;quot;: null,
            &amp;quot;softdevice_req&amp;quot;: [
                65534
            ]
        }
    },
    &amp;quot;bootloader&amp;quot;: null,
    &amp;quot;softdevice&amp;quot;: null,
    &amp;quot;softdevice_bootloader&amp;quot;: null
}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;What format should be considered correct?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: iOS nRF Toolbox crashes when opening files</title><link>https://devzone.nordicsemi.com/thread/22192?ContentTypeID=1</link><pubDate>Wed, 29 Apr 2015 17:33:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e734f973-fbf4-4416-a947-8460a519c123</guid><dc:creator>Robert Blasutig</dc:creator><description>&lt;p&gt;I am using that version (and the Github source code to confirm).  I am on iOS 8.3.  The zip file that is included in the Toolbox is fine, with a manifest.json that does not contain any bootloader or soft device section.&lt;/p&gt;
&lt;p&gt;If using a zip file from the SDK (I&amp;#39;m using the Keil pack installer)
dfu\ble_dfu_send_hex\test_images_update\dfu_test_app_hrm.zip
the Toolbox will fail because the manifest.json has a null bootloader and softdevice property&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: iOS nRF Toolbox crashes when opening files</title><link>https://devzone.nordicsemi.com/thread/22191?ContentTypeID=1</link><pubDate>Wed, 29 Apr 2015 13:02:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f1d06db-f32f-4819-beb3-ea782de3b5b3</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;The IOS toolbox was updated on April 17th to version 1.8. The update included some bugfixes. If it still does not work with nRF Toolbox 1.8, report what IOS version you have.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update 29.4.2015&lt;/strong&gt;
I have tested this with IOS 8.1.1 and nRF Toolbox 1.8 and uploaded the standard hrs_s110_8_0_sdk_8_0.zip to unmodified SDK 8.0.0 bootloader and that works fine at least.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: iOS nRF Toolbox crashes when opening files</title><link>https://devzone.nordicsemi.com/thread/22190?ContentTypeID=1</link><pubDate>Sun, 26 Apr 2015 23:44:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c597c953-51e7-47a0-86e7-113ede075972</guid><dc:creator>Robert Blasutig</dc:creator><description>&lt;p&gt;I have the same problem.  It looks like it is failing to parse the manifest.json file.  If any section under &amp;quot;manifest&amp;quot; has been assigned null (like &amp;quot;bootloader&amp;quot;) then there will be a failure parsing the file.  To work around it, I removed all unused sections and it works fine.&lt;/p&gt;
&lt;p&gt;I also tried dfu_test_app_hrm.zip, which comes with the SDK, and it also fails.  I assume the problem needs to be fixed in the iOS Toolbox.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>