nRF Toolbox v1.11.4

Project migrated to Android Studio and released on GitHub.
This commit is contained in:
Aleksander Nowakowski
2015-02-17 16:00:25 +01:00
commit 4df6d396b2
356 changed files with 28833 additions and 0 deletions

View File

@@ -0,0 +1,119 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2015, Nordic Semiconductor
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
~
~ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
~
~ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the
~ documentation and/or other materials provided with the distribution.
~
~ 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this
~ software without specific prior written permission.
~
~ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
~ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
~ HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
~ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
~ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
~ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<resources>
<string name="dfu_feature_title">DFU</string>
<string name="dfu_service_title">nRF Toolbox DFU Proxy</string>
<string name="dfu_settings_title">DFU Settings</string>
<string name="dfu_feature_title_long">DEVICE FIRMWARE UPDATE</string>
<dimen name="dfu_feature_title_long_margin">-186dp</dimen>
<string name="dfu_example_files_created">Example HEX files were copied to /sdcard/Nordic Semiconductor.</string>
<string name="dfu_example_new_files_created">New example HEX files were copied to /sdcard/Nordic Semiconductor.</string>
<string name="dfu_scripts_created">DFU script files were copied to /sdcard/Nordic Semiconductor.</string>
<string name="dfu_section_application_header">APPLICATION</string>
<string name="dfu_file_name_label">File Name:</string>
<string name="dfu_file_type_label">File Type:</string>
<string name="dfu_file_size_label">File Size:</string>
<string name="dfu_file_status_label">Status:</string>
<string name="dfu_file_size_text">%d bytes</string>
<string name="dfu_file_status_ok">OK</string>
<string name="dfu_file_status_ok_with_init">OK (Init file selected)</string>
<string name="dfu_file_status_no_file">File not loaded</string>
<string name="dfu_file_status_invalid">Invalid file</string>
<string name="dfu_file_status_error">Reading file failed</string>
<string name="dfu_file_status_invalid_message">Please, select valid HEX file</string>
<string name="dfu_file_info">Info</string>
<string name="dfu_action_select_file">SELECT FILE</string>
<string name="dfu_alert_no_filebrowser_title">File Browser not found</string>
<string name="dfu_alert_no_filebrowser_message">File browser application has not been found on your device. Would you like to download one?</string>
<string-array name="dfu_app_file_browser">
<item>Drive</item>
<item>File Manager</item>
<item>Total Commander</item>
<item>Search for others</item>
</string-array>
<string-array name="dfu_app_file_browser_action">
<item>market://details?id=com.google.android.apps.docs</item>
<item>market://details?id=com.rhmsoft.fm</item>
<item>market://details?id=com.ghisler.android.TotalCommander</item>
<item>market://search?q=file manager</item>
</string-array>
<string name="dfu_section_dfu_header">DEVICE FIRMWARE UPDATE</string>
<string name="dfu_action_upload">UPLOAD</string>
<string name="dfu_action_upload_help">\?</string>
<string name="dfu_action_upload_cancel">CANCEL</string>
<string name="dfu_settings_dfu">DFU options</string>
<string name="dfu_settings_dfu_packets_receipt_notification_label">Packets receipt notification procedure</string>
<string name="dfu_settings_dfu_number_of_packets_label">Number of packets</string>
<string name="dfu_settings_dfu_mbr_size">MBR size</string>
<string name="dfu_settings_dfu_mbr_size_title">MBR size (default 4096 = 0x1000)</string>
<string name="dfu_settings_dfu_about">About DFU</string>
<string name="dfu_settings_dfu_about_summary">DFU documentation on Nordic\'s Developer Zone</string>
<string name="dfu_settings_dfu_information">Information</string>
<string name="dfu_settings_dfu_number_of_packets_info">During a DFU operation a lot of data packets are being sent to the target. The <i>onCharacteristicWrite(...)</i> callback
in Android API is being invoked when the data has been written to the outgoing queue, not when physically sent. Packet Receipt Notifications were introduced to prevent from
overflowing the queue. Disabling them or setting the value to high (> ~300) may cause the DFU process to freeze at some point, depending on the device model.</string>
<string name="dfu_file_type_title">Select file type</string>
<string-array name="dfu_file_type">
<item>Soft Device</item>
<item>Bootloader</item>
<item>Application</item>
<item>Multiple files (ZIP)</item>
</string-array>
<string name="dfu_file_init_title">Init packet</string>
<string name="dfu_file_init_message">Do you want to select the Init packet file?\n
\nThe Init packet file (*.dat) should contain the device type and revision, application version, list of supported Soft Devices and the firmware CRC in binary format or, in case of old
versions of the DFU bootloader, only the CRC (CRC-CCITT-16). In case of the new version of the bootloader the extended Init packet is <b>required</b>.</string>
<string name="dfu_unknown_name">unnamed device</string>
<string name="dfu_uploading_percentage_label">0%</string>
<string name="dfu_uploading_percentage">%d%%</string>
<string name="dfu_default_name">DEFAULT DFU</string>
<string name="dfu_confirmation_dialog_title">Application Uploading</string>
<string name="dfu_confirmation_dialog_exit_message">Are you sure to exit?</string>
<string name="dfu_upload_dialog_cancel_message">Are you sure to cancel upload?</string>
<string name="dfu_success">Application has been transferred successfully.</string>
<string name="dfu_aborted">Uploading of the application has been canceled.</string>
<string name="dfu_help_title">Select file</string>
<string name="dfu_help_message">A file browser application must be installed on the device before selecting the file.
\n\nThere are number of applications available on Google Play store, f.e. Total Commander or File Manager, that allow you to pick a file from internal memory of the device. To upload
a file from the Internet you may use f.e. Drive or Dropbox application.
\n\nYou will be asked to select an application if more than one is installed. A single application will be launched automatically.
\n\nSince <b>Android KitKat</b> you may use the preinstalled document picker application. Ensure <i>Display advanced devices</i> option is enabled in settings to use the <i>Internal storage</i>.
\n\nHeart Rate Monitor and Running Speed and Cadence applications were copied to <i>Nordic Semiconductor</i> folder in the internal storage.</string>
<string name="dfu_zip_info_text">With the DFU you may update your application, Soft Device or the Booloader Over-The-Air. For each type a HEX or a BIN file may be provided.
\nIn order to update the Soft Device together with a compatible Bootloader put them into a ZIP file and name according to the image below.
\nYou may also provide the Init packet(s) that will be send to verify the firmware on the device side. More information about the Init packet is in the DFU documentation.</string>
<string name="dfu_about_text">The Device Firmware Update (DFU) app allows users to update the firmware of their Bluetooth Smart device over-the-air (OTA). It is compatible with
Nordic Semiconductor nRF51822 or nRF51422 devices with the S110 SoftDevice and DFU bootloader enabled. With the SoftDevice 7.0.0+ a SoftDevice itself and/or a bootloader may also be updated.
\n\nFor more information about the DFU see the About DFU section in Settings.</string>
</resources>