Laerdal.Dfu icon indicating copy to clipboard operation
Laerdal.Dfu copied to clipboard

Xamarin binding library around @NordicSemiconductor's DFU library.

Results 14 Laerdal.Dfu issues
Sort by recently updated
recently updated
newest added

I have added the newly released Laerdal.Dfu Nuget V1.27.76. I am able to perform DFU updates on my iOS application in .NET Maui, but I am running into an error...

**Describe the bug** When trying to start an update with DFU a SecurityException is thrown. ``` Java.Lang.RuntimeException: Unable to create service crc640fd658db7faaed21.DfuServiceDelegate: java.lang.SecurityException: com.appid: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should...

i am trying for dfu with maui and i have downloaded the laerdal.dfu 1.27.8 from Nuget Package then i created a function for picking up the file and i have...

**Describe the bug** I'm implementing the functionality to upgrade a firmware using DFU but it throws an exception when executing DfuInstallation.Start(). I've declared the Foreground Service permission on AndroidManifest.xml and...

**Describe the bug** Project in xamarin forms with ble.net, when calling start in iOS, the following exception is thrown: "Exception of type 'Foundation.You_Should_Not_Call_base_In_This_Method' was thrown." obs: Need guidance in case...

**Describe the bug** EnableUnsafeExperimentalButtonlessServiceInSecureDfu parameter has no effect on iOS. Looking at `/Laerdal.Dfu/iOS/DfuInstallation.cs`, line 60: ``` // EnableUnsafeExperimentalButtonlessServiceInSecureDfu if (EnableUnsafeExperimentalButtonlessServiceInSecureDfu.HasValue) Initiator.ForceScanningForNewAddressInLegacyDfu = EnableUnsafeExperimentalButtonlessServiceInSecureDfu.Value; ``` It should be: ``` // EnableUnsafeExperimentalButtonlessServiceInSecureDfu...

### **Describe the bug** I tried to implement the DFU on a .NET MAUI application, but it seems that when I create the DfuInstallation object and call the Start() function...

**Describe the bug** .NET 6 MAUI project build fails with Laerdal.DFu v1.20.15 installed via Nuget ``` 1>Exception in thread "main" java.lang.RuntimeException: com.android.tools.r8.CompilationFailedException: Compilation failed to complete, origin: obj\Debug\net6.0-android\lp\1\jl\__reference__gson-2.8.6.jar:com/google/gson/FieldNamingPolicy$5.class 1> at...

**Describe the bug** Hey guys :) Looks like their might be a slight bug with the constructor `new DFUFirmware(NSUrl urlToZipFile)`. When I try to use this function with any of...

**Describe the bug** Device firmware update works for android but fails for iOS as soon as I call `Start()` method on `Laerdal.Dfu.DfuInstallation` instance. **To Reproduce** Steps to reproduce the behavior:...