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

Connect SDK w/o nrfutils ? #149

Open
thomasklaush opened this issue Apr 29, 2024 · 0 comments
Open

Connect SDK w/o nrfutils ? #149

thomasklaush opened this issue Apr 29, 2024 · 0 comments

Comments

@thomasklaush
Copy link

Can I use this library for firmware with nrf connect sdk?

When I build the firmware, a -zip is available, but the file does not work:

D/CompatibilityChangeReporter(17466): Compat change id reported: 160794467; UID 10485; state: ENABLED
W/DfuArchiveInputStream(17466): Manifest failed to be parsed. Did you add 
W/DfuArchiveInputStream(17466): -keep class no.nordicsemi.android.dfu.** { *; }
W/DfuArchiveInputStream(17466): to your proguard rules?
E/DfuBaseService(17466): An exception occurred while calculating file size
E/DfuBaseService(17466): java.io.IOException: The ZIP file must contain an Application, a Soft Device and/or a Bootloader.
E/DfuBaseService(17466): 	at no.nordicsemi.android.dfu.internal.ArchiveInputStream.<init>(ArchiveInputStream.java:279)
E/DfuBaseService(17466): 	at no.nordicsemi.android.dfu.DfuBaseService.openInputStream(DfuBaseService.java:1470)
E/DfuBaseService(17466): 	at no.nordicsemi.android.dfu.DfuBaseService.onHandleIntent(DfuBaseService.java:1206)
E/DfuBaseService(17466): 	at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:77)
E/DfuBaseService(17466): 	at android.os.Handler.dispatchMessage(Handler.java:107)
E/DfuBaseService(17466): 	at android.os.Looper.loopOnce(Looper.java:232)
E/DfuBaseService(17466): 	at android.os.Looper.loop(Looper.java:317)
E/DfuBaseService(17466): 	at android.os.HandlerThread.run(HandlerThread.java:68)

nrf utils is not working on Win11 (At least not on mine)

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

1 participant