Hi João, I'm going to go out on a limb and say you are not connecting over USB but rather using wireless (because on USB it's always 192.168.2.15). The SDK is not running the DHCP server of your network and has no control over the assigned IP address, so either you need to make sure the phone always gets the same address or you would need to have some form of dynDNS setup (major overkill) for your LAN. The easiest method is undoubtedly setting a static lease for your phone in your router. HTH, Eli
Op vr 3 apr. 2020 om 03:30 schreef joao morgado via Devel < devel@lists.sailfishos.org>: > Hi there > > Every time the IP adress of my Intex Aqua Fish changes I have to update it > in the QtCreator device hostname. > I can sucessfully test the connection with the device from QtCreator > device menu. > But when deploying a app I get the following error: > > Checking for unpackaged file(s): /usr/lib/rpm/check-files > /home/deploy/installroot > > Deploy failed > > ssh: connect to host 192.168.1.4 port 22: Connection timed out > > rsync: connection unexpectedly closed (0 bytes received so far) [sender] > > rsync error: error in rsync protocol data stream (code 12) at io.c(226) > [sender=3.1.0] > > 01:00:47: The process > "/home/joao/.config/SailfishSDK/libsfdk/build-target-tools/Sailfish OS > Build Engine/SailfishOS-3.2.1.20-armv7hl/deploy" exited with code 1. > > Error while building/deploying project harbour-eletronicgames (kit: > SailfishOS-3.2.1.20-armv7hl (in Sailfish OS Build Engine)) > > When executing step "Rsync" > > Note that the error message shows ip 192.168.1.4, but the device ip is in > fact 192.168.1.6. > I wonder if there is some other option in QtCreator that I'm overlookin to > update the device ip. > > > Also from the know issues > https://sailfishos.org/wiki/Application_SDK_Known_Issues > there is a error related with: > ... Checking for unpackaged file(s): /usr/lib/rpm/check-files > /home/deploy/installroot > > I edited the hosts file name and add SailfishSDK, as sugested there, but > the error persists. > I'm using Intex Aqua Fish with 3.0.1.11 and Salfish SDK 3.0.7, kit > SailfishOS-3.2.1.20-armv7hl, > my pc with Linux Mint 19.3 CinnamonLinuxMint64bit. > Any ideias how to fix this ? > > Chers > João > > > > _______________________________________________ > SailfishOS.org Devel mailing list > To unsubscribe, please send a mail to > devel-unsubscr...@lists.sailfishos.org
_______________________________________________ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org