-
Notifications
You must be signed in to change notification settings - Fork 327
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
[Bug]: Android 14 usb support #7786
Comments
jorbuedo
added
bug
Something isn't working
libraries
Impacts the Libraries
triage
In need of triage
labels
Sep 10, 2024
nicolas-meilan
added a commit
to nicolas-meilan/RungeCoin
that referenced
this issue
Sep 18, 2024
Known error: [java.lang.SecurityException: com.RungeCoin.debug: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts] fix with patch package or wait until new update fix it. LedgerHQ/ledger-live#7786
nicolas-meilan
added a commit
to nicolas-meilan/RungeCoin
that referenced
this issue
Sep 23, 2024
- Fix error on hw usb connection - Add timer to dispatch error by time LedgerHQ/ledger-live#7786
nicolas-meilan
added a commit
to nicolas-meilan/RungeCoin
that referenced
this issue
Sep 23, 2024
- Fix error on hw usb connection - Add timer to dispatch error by time LedgerHQ/ledger-live#7786
nicolas-meilan
added a commit
to nicolas-meilan/ledger-live
that referenced
this issue
Sep 24, 2024
3 tasks
nicolas-meilan
added a commit
to nicolas-meilan/ledger-live
that referenced
this issue
Sep 24, 2024
nicolas-meilan
added a commit
to nicolas-meilan/ledger-live
that referenced
this issue
Sep 25, 2024
I create this PR that fix the error: #7880 |
nicolas-meilan
added a commit
to nicolas-meilan/ledger-live
that referenced
this issue
Sep 27, 2024
This issue is stale because it has been open 30 days with no activity. Remove stale label, comment, or consider closing it. |
Still an issue, the PR is just stuck it seems. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Impacted Library name
@ledgerhq/react-native-hid
Impacted Library version
all
Describe the bug
After upgrading Android project to sdk 34 (which is now required to publish to play store), the following error occurs:
Expected behavior
App should not crash when using the library.
Additional context
https://stackoverflow.com/a/77276774
Lines:
ledger-live/libs/ledgerjs/packages/react-native-hid/android/src/main/java/com/ledgerwallet/hid/ReactHIDModule.java
Line 61 in 8649ebf
and
ledger-live/libs/ledgerjs/packages/react-native-hid/android/src/main/java/com/ledgerwallet/hid/ReactHIDModule.java
Line 216 in 8649ebf
Need to be updated to include RECEIVER_NOT_EXPORTED like
Or rather this for retrocompatibility
The text was updated successfully, but these errors were encountered: