Skip to content

"Failed to find valid endpoints!" issue #9

@sandeshworld

Description

@sandeshworld

Description

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

image

Reproduction

  1. ./TheAirBlow.Thor.Shell/bin/Debug/net7.0/TheAirBlow.Thor.Shell
  2. connect
  3. 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:

  1. create and open /etc/udev/rules.d/51-android.rules in an editor
  2. enter SUBSYSTEM=="usb", ATTR{idVendor}=="04e8", MODE="0666", GROUP="YourUserGroupHere"
    Additionally, you may have to disable the cdc_acm kernel module:
  3. To temporarily unload, run "sudo modprobe -r cdc_acm"
  4. 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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions