Re: [SailfishDevel] Connecting Jolla device to SDK

2013-12-06 Thread Tone Kastlunger
Hi David, ssh-copy-id should work as well for deploying the key to device, or? best, tortoisedoc On Fri, Dec 6, 2013 at 1:30 PM, David Greaves wrote: > On 05/12/13 13:01, Seppo Tiainen wrote: > > First, is the current Alpha2 QtCreator/SDK capable of connecting to the > new > > Jolla phone throu

Re: [SailfishDevel] Connecting Jolla device to SDK

2013-12-06 Thread David Greaves
On 05/12/13 13:01, Seppo Tiainen wrote: > First, is the current Alpha2 QtCreator/SDK capable of connecting to the new > Jolla phone through USB for testing apps under development? > > If yes, there are many parameters (Device type, Username/Password...) that > need > to be correctly set. Short in

Re: [SailfishDevel] Connecting Jolla device to SDK

2013-12-06 Thread Tone Kastlunger
Hi Jarko, thanks this is great stuff! I guess there is no ETA for this yet? Best, tortoisedoc On Thu, Dec 5, 2013 at 5:02 PM, Jarko Vihriala wrote: > Hello, > > Currently (SDK tagged as 1310) is not capable of doing device deployment. > What we are testing right now is a SDK that allows you to

Re: [SailfishDevel] Connecting Jolla device to SDK

2013-12-05 Thread Jarko Vihriala
Hello, Currently (SDK tagged as 1310) is not capable of doing device deployment. What we are testing right now is a SDK that allows you to create a valid device in Qt Creator and deploy to that directly from Qt Creator's UI. There are couple little quirks still remaining but we're working on th

Re: [SailfishDevel] Connecting Jolla device to SDK

2013-12-05 Thread Tone Kastlunger
Yes, I have been looking into the issue. Out of the box no, you have to manually handle the connectivity part (upload etc), ie deployment out of the box does not work. I could imagine rsync step from within Qt creator is still possible, but attaching to device + debugging might not be as straightfo