Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DFU FAILED: Operation failed, Address: E1D80815-4F69-EA07-D3F0-F49FDEFF95BA, Error type 94 #75

Closed
letisoft opened this issue Jan 5, 2023 · 2 comments

Comments

@letisoft
Copy link

letisoft commented Jan 5, 2023

Hello,

I started getting following error on iOS:

Error = PlatformException(94, DFU FAILED: Operation failed, Address: E1D80815-4F69-EA07-D3F0-F49FDEFF95BA, Error type 94, null)
#0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:653)
#1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:296)

#2 _DeviceUpdateScreenState.doDfu (package:otadfu/ui/exui/updatedevicescreen.dart:142)

Thank you very much!

@juliansteenbakker
Copy link
Owner

juliansteenbakker commented Jan 5, 2023

This error has something to do with remoteButtonlessDFU. See https://github.com/NordicSemiconductor/IOS-DFU-Library/blob/64b9cf958b253e9ab9679b6c1e141b721bbd36e5/iOSDFULibrary/Classes/Implementation/DFUServiceDelegate.swift#L98

I suggest creating an issue in the above repository, which is what is actually used for iOS DFU.

@letisoft
Copy link
Author

Hello,

iosSpecialParameter: const IosSpecialParameter(alternativeAdvertisingNameEnabled: false)

made it work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants