Re: [SailfishDevel] Error deploying app to a salfish device

2020-04-03 Thread joao morgado via Devel
 Thanks for your replays
Martim Kamps link did help, I had to remove the device and install it again, 
now it works.
Note that when adding the device again I had to go for the wireless ip, since 
the usb ip 192.168.2.15 also failled, it didnt even ask me the nemo pasword 
(that I had changed in the meanwhile). So there is probably another bug with 
usb connection.
Have a great weekend and be happy
João


Em sexta-feira, 3 de abril de 2020 08:59:46 GMT+1, David Llewellyn-Jones 
 escreveu:  
 
 On 03/04/2020 03:23, joao morgado via Devel wrote:
> 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.

Do you have the same device set in the deploy menu? See the highlighted
parts of this screenshot:

https://www.flypig.co.uk/images/general/qtcreator.png

Sorry if this is really obvious already, but I've made this mistake a
few times myself, so I thought it could be a possibility.

David
-- 
Website: https://www.flypig.co.uk
___
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

Re: [SailfishDevel] Error deploying app to a salfish device

2020-04-03 Thread David Llewellyn-Jones
On 03/04/2020 03:23, joao morgado via Devel wrote:
> 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.

Do you have the same device set in the deploy menu? See the highlighted
parts of this screenshot:

https://www.flypig.co.uk/images/general/qtcreator.png

Sorry if this is really obvious already, but I've made this mistake a
few times myself, so I thought it could be a possibility.

David
-- 
Website: https://www.flypig.co.uk
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Error deploying app to a salfish device

2020-04-02 Thread E.S. Rosenberg
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

[SailfishDevel] Error deploying app to a salfish device

2020-04-02 Thread joao morgado via Devel
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_Issuesthere 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 ?
ChersJoão



___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org