i'm trying to pair the desktop app with my android phone, on which the
app runs just fine.
the phone is discovered, and i enter the pairing code. at this point the
process fails with a rather unhelpful message:
default 2025.07.03 21:57:35.799 86403 ...viceModel::connectToRememberedServer(ui/qml/RemoteServiceModel.cpp:267) : Starting to pair.
ifd 2025.07.03 21:57:35.799 86403 IfdClientImpl::establishConnection(ifd/base/IfdClientImpl.cpp:155) : Establishing connection to remote device.
ifd 2025.07.03 21:57:35.800 86406 I ConnectRequest::setTlsConfiguration(ifd/base/ConnectRequest.cpp:88) : Start pairing to server
ifd 2025.07.03 21:57:35.801 86406 IfdConnectorImpl::onConnectRequest(ifd/base/IfdConnectorImpl.cpp:107) : Request connection.
ifd 2025.07.03 21:57:35.801 86406 W ConnectRequest::onError(ifd/base/ConnectRequest.cpp:173) : Connection error: QAbstractSocket::NetworkError "Network unreachable"
qml 2025.07.03 21:57:35.803 86403 W ...ionModel::isScreenReaderRunning(ui/qml/ApplicationModel_generic.cpp:21) : NOT IMPLEMENTED
qml 2025.07.03 21:57:35.804 86403 W ...ionModel::isScreenReaderRunning(ui/qml/ApplicationModel_generic.cpp:21) : NOT IMPLEMENTED
qml 2025.07.03 21:57:35.804 86403 W ...ionModel::isScreenReaderRunning(ui/qml/ApplicationModel_generic.cpp:21) : NOT IMPLEMENTED
qml 2025.07.03 21:57:35.805 86403 W ...ionModel::isScreenReaderRunning(ui/qml/ApplicationModel_generic.cpp:21) : NOT IMPLEMENTED
default 2025.07.03 21:57:35.844 86403 ...viceModel::onEstablishConnectionDone(ui/qml/RemoteServiceModel.cpp:296) : Pairing finished: IfdConnector_ConnectionError | "An error occurred while trying to establish a connection to the smartphone as card reader (SaC)."
qml 2025.07.03 21:57:35.856 86403 W ...ionModel::isScreenReaderRunning(ui/qml/ApplicationModel_generic.cpp:21) : NOT IMPLEMENTED
qml 2025.07.03 21:57:35.857 86403 W ...ionModel::isScreenReaderRunning(ui/qml/ApplicationModel_generic.cpp:21) : NOT IMPLEMENTED
qml 2025.07.03 21:57:35.861 86403 W ...ionModel::isScreenReaderRunning(ui/qml/ApplicationModel_generic.cpp:21) : NOT IMPLEMENTED
qml 2025.07.03 21:57:35.862 86403 W ...ionModel::isScreenReaderRunning(ui/qml/ApplicationModel_generic.cpp:21) : NOT IMPLEMENTED
qml 2025.07.03 21:57:35.862 86403 W ...ionModel::isScreenReaderRunning(ui/qml/ApplicationModel_generic.cpp:21) : NOT IMPLEMENTED
the error message should tell me what exactly it's trying to connect, so
i can check the routing table, firewall, apparmor, etc.
note that this works just fine with the 2.3.2 package from flathub.