flutter-nordic-dfu icon indicating copy to clipboard operation
flutter-nordic-dfu copied to clipboard

DFU not working on iOS

Open IanWazowski opened this issue 3 years ago • 1 comments

I wonder can this issue ("https://github.com/fengqiangboy/flutter-nordic-dfu/issues/3" ) slove in Xcode, not in Flutter. hope to repair ios.

IanWazowski avatar May 27 '21 17:05 IanWazowski

Hi! I'm not the maintainer but I experienced this problem too. The problem is well described here https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library/issues/368#issuecomment-619066196 and the solution here https://github.com/NordicSemiconductor/Android-DFU-Library/issues/262#issuecomment-665493850.

Briefly you have to change your bootloader as explained on the link above and the set the parameter forceScanningForNewAddressInLegacyDfu to true. This parameter wasn't mapped on this plugin so I did this PR https://github.com/fengqiangboy/flutter-nordic-dfu/pull/34 hoping that the maintainer @fengqiangboy will accept it because it seems that this repo is no more maintained.

dagyu avatar Jun 01 '21 13:06 dagyu