Platform: Android 11
Phone: Google Pixel XL 3
react-native-nordic-dfu Library version used : 3.2.0
Steps to reproduce:
Connect bluetooth device
Call startDFU
Current Behaviour:
The FW upload goes up to 100% successfully. But then the startDFU catch runs with the error "Verification Failed"
The error I receive is this:
{"framesToPop":1,"nativeStackAndroid":[],"userInfo":null,"message":"Verification failed","code":"1036","line":31,"column":687,"sourceURL":"index.android.bundle"}
Platform: Android 11 Phone: Google Pixel XL 3 react-native-nordic-dfu Library version used : 3.2.0
Steps to reproduce:
Current Behaviour: The FW upload goes up to 100% successfully. But then the startDFU catch runs with the error "Verification Failed"
The error I receive is this: {"framesToPop":1,"nativeStackAndroid":[],"userInfo":null,"message":"Verification failed","code":"1036","line":31,"column":687,"sourceURL":"index.android.bundle"}
Suggested Solution: Add a delay between uploading the firmware to the device and flashing the image to the device. https://github.com/NordicSemiconductor/Android-DFU-Library/issues/111