← Back to team overview

ubuntu-phone team mailing list archive

Re: Ubuntu Sdk over SSH

 



On 05/13/2015 03:44 PM, Michael Zanetti wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Mitchell,

On 13.05.2015 13:32, Mitchell Reese wrote:
Is there any way for the Ubuntu SDK to recognise devices
wirelessly through ssh? I'm able to setup the device under
Tools>Options>Devices, I'm able to test the connection with no
issues, however can't select the device as something for the sdk to
use under the Devices tab on the main screen. Does anyone know how
I can set this up?
I agree this would be awesome. I think you can set it up, but it'll be
a lot of fiddling.

You are on the correct track to set up a generic Linux device using
ssh. On top of that you'd need to go to the project settings and edit
the run configuration. You will need to add some deployment commands
to copy the click package to the device, execute the installation and
finally set up a run command that uses ubuntu-app-launch to launch it.

Unless you *really* want it, it's probably gonna be too much pain to
set it up yourself.

I hope with the road towards snappy we can finally get rid of adb
completely and eventually have the SDK operating on SSH only by default.

Our SDK uses the adb only once in the beginning to set up the ssh authentication. After that everything is done via ssh.

bzoltan


References