-
Notifications
You must be signed in to change notification settings - Fork 214
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 progress stuck on iOS 17.0 #514
Comments
Can confirm we are seeing similar behaviour here, which was not reproducible until we updated the device to iOS 17. |
Any solutions? Because some clients that update to iOS 17 can't update to the new firmware |
Some of my clients are experiencing the same problem but I can't reproduce it with my test devices. Do you have a way to reliably force the problem to occur? |
I was able to reproduce using iPhone 13 Pro/iOS 17 and flashing old FW to an NRF52DK, then doing DFU. EDIT: the DFU package used contained app + sd + bl. |
Hello, I'll try to look into this issue this week. I need to finish my current task before. Sorry that I keep you waiting. |
Hey, do you have any update regarding this? |
I'm resuming work on this project just now. |
Okay, thank you! |
In the project there's Example folder, which has a set of automated tests for DFU. I started the test on an iPhone Xs (iOS 17.0.3) and all tests completed with success. |
Still facing the same issue on iphone 12 (ios 17.0.0) . Do we have any updates ? |
DFU Bootloader version (please complete the following information):
SDK version: NRF5, v16
Device information (please complete the following information):
Device: iPhone XS, iPhone 14 Pro, iPad mini 5th Generation
Describe the bug:
DFU can be initiated without any problem, however the progress stuck at random progress. Only happens on iOS 17.0. Everything is working fine for iOS 16 and below.
Suspect that's a bug from Apple side on iOS 17.0, but might as well post here.
The Bug is very similar to #510.
I try to set "packetReceiptNotificationParameter" to 0(like you explain on this report #510), but is not work.
Log:
The text was updated successfully, but these errors were encountered: