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

Fix for USB forwarding on Opaque Android 13 #580

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MaelImhof
Copy link

Hi,

First, thank you for your amazing work on this project !

TL; DR : This is a fix for #526.

Change Log

The issue arose because of a specific commit on Android 13, so I reverted the commit part by part to see where the problem was coming from.

Turns out it comes from the changes made to remoteClientLib/src/main/java/com/undatech/opaque/util/UsbDeviceManager.kt. Why? I'm honestly not sure, I searched through change logs from Android 13 to 14, but could not find anything that would explain the problem.

Anyway, this change fixes the app on Android 13 while preserving the same behavior on Android 14 (I tested both). It simply

  • Keeps the old behavior (before the problematic commit) on Android 13
  • Keeps the new behavior (after the problematic commit) on Android 14

Please let me know if you would like anything changed in the PR.

Cheers !

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

Successfully merging this pull request may close these issues.

1 participant