mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2026-01-06 08:14:24 +01:00
Android build tools version set to 22.0.0.
This commit is contained in:
@@ -638,14 +638,14 @@ public class DfuActivity extends ActionBarActivity implements LoaderCallbacks<Cu
|
||||
index = 0;
|
||||
break;
|
||||
case DfuService.TYPE_SOFT_DEVICE:
|
||||
index = 1;
|
||||
break;
|
||||
index = 1;
|
||||
break;
|
||||
case DfuService.TYPE_BOOTLOADER:
|
||||
index = 2;
|
||||
break;
|
||||
index = 2;
|
||||
break;
|
||||
case DfuService.TYPE_APPLICATION:
|
||||
index = 3;
|
||||
break;
|
||||
index = 3;
|
||||
break;
|
||||
}
|
||||
// Show a dialog with file types
|
||||
new AlertDialog.Builder(this).setTitle(R.string.dfu_file_type_title)
|
||||
|
||||
@@ -93,8 +93,7 @@
|
||||
<string name="dfu_file_init_message">Do you want to select the Init packet file?\n
|
||||
The 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, with old versions of the DFU bootloader, only the CRC (CRC-CCITT-16).
|
||||
With the new version of the bootloader the extended Init packet is <b>required</b>.
|
||||
</string>
|
||||
With 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>
|
||||
|
||||
Reference in New Issue
Block a user