Pilloxa / react-native-nordic-dfu

Nordic Device Firmware Update for React Native
MIT License
138 stars 119 forks source link

Getting DFU File Error while starting DFU on an Android device running version 10 #173

Open ghost opened 2 years ago

ghost commented 2 years ago

startDFU exits with error DFU FILE ERROR on samsung galaxy note 9. The same app works find on android device running Android 12. I am using the same zip file on both the phones. nrfConnect app does not throw this error on note 9. So I know the issue is with the react-native version only.

Anybody has any insight, that would be helpful. Thanks in advance.

djain1992 commented 2 years ago

The issue seems to be only when I make release version. After upgrading dfu from 1.8.0 to 2.1.0, the issue got resolved.