• Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Strawberry Music Player Forums
    2. MaverickGazer
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Best 1
    • Controversial 0
    • Groups 0

    MaverickGazer

    @MaverickGazer

    1
    Reputation
    2
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    MaverickGazer Unfollow Follow

    Best posts made by MaverickGazer

    • RE: MTP Device fails

      @jonas

      I resolved my problem in Linux Mint by editing preferences in Nemo.

      Go to Edit > Preferences > Behavior and in Media Handling uncheck "Automatically mount removeable media when inserted and on startup"

      Strawberry now can access files on my phone.

      My apologies if I caused any confusion.

      posted in Technical Help
      M
      MaverickGazer

    Latest posts made by MaverickGazer

    • RE: MTP Device fails

      @jonas

      I resolved my problem in Linux Mint by editing preferences in Nemo.

      Go to Edit > Preferences > Behavior and in Media Handling uncheck "Automatically mount removeable media when inserted and on startup"

      Strawberry now can access files on my phone.

      My apologies if I caused any confusion.

      posted in Technical Help
      M
      MaverickGazer
    • RE: MTP Device fails

      Hi,

      I'm having the same issue with not being able to connect to my phone using MTP.

      I was browsing through the TryLoad function:

      bool MtpLoader::TryLoad() {

      MtpConnection dev(url_);
      if (!dev.is_valid()) {
      MtpDevice device = dynamic_cast<MtpDevice>(device_.get()); // FIXME

      if (!device->connection() || !device->connection()->is_valid())
      device->NewConnection();

      if (!device->connection() || !device->connection()->is_valid()) {
      emit Error(tr("Error connecting MTP device %1").arg(url_.toString()));
      return false;

      Now my knowledge of C/C++ is very thin, but it looks like the if block that establishes a NewConnection, and the if block that generates an error and returns false have the same condition in their if statements. Could this be causing the problem?

      Very Respectfully,

      MaverickGazer

      posted in Technical Help
      M
      MaverickGazer