Description
I can see that Thor is detecting the usb device but when I select the samsung device I get the error:

Reproduction
- ./TheAirBlow.Thor.Shell/bin/Debug/net7.0/TheAirBlow.Thor.Shell
- connect
- Select the samsung device (it is in ODIN mode - albeit with a BOOT Load Fail error)
Expected behaviour
I expected it to connect. I also followed the steps:
"~~~~~~~~ Platform specific notes ~~~~~~~~
You have to run Thor as root or edit udev rules as follows:
- create and open /etc/udev/rules.d/51-android.rules in an editor
- enter SUBSYSTEM=="usb", ATTR{idVendor}=="04e8", MODE="0666", GROUP="YourUserGroupHere"
Additionally, you may have to disable the cdc_acm kernel module:
- To temporarily unload, run "sudo modprobe -r cdc_acm"
- To disable it, run "echo 'blacklist cdc_acm' | sudo tee -a /etc/modprobe.d/cdc_acm-blacklist.conf""
just in case.
Hardware and software
Host: Ubuntu22.04, amd64
Device: Samsung Nav Tab Active3
dotnet --list-runtimes
Microsoft.AspNetCore.App 7.0.9 [/usr/lib/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 7.0.9 [/usr/lib/dotnet/shared/Microsoft.NETCore.App]
dotnet --list-sdks
7.0.109 [/usr/lib/dotnet/sdk]
Additional context
The ODIN desktop app is able to connect fine...
Description
I can see that Thor is detecting the usb device but when I select the samsung device I get the error:
Reproduction
Expected behaviour
I expected it to connect. I also followed the steps:
"~~~~~~~~ Platform specific notes ~~~~~~~~
You have to run Thor as root or edit udev rules as follows:
Additionally, you may have to disable the cdc_acm kernel module:
just in case.
Hardware and software
Host: Ubuntu22.04, amd64
Device: Samsung Nav Tab Active3
dotnet --list-runtimes
Microsoft.AspNetCore.App 7.0.9 [/usr/lib/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 7.0.9 [/usr/lib/dotnet/shared/Microsoft.NETCore.App]
dotnet --list-sdks
7.0.109 [/usr/lib/dotnet/sdk]
Additional context
The ODIN desktop app is able to connect fine...