← Back to team overview

ubuntu-phone team mailing list archive

Re: Reworking of adb and mtp handling, new persistent property for sshd

 

This is awesome work for a bug that was very annoying to me. Thanks for
spending time fixing this!

Jim


On Fri, Mar 7, 2014 at 9:17 AM, Oliver Grawert <ogra@xxxxxxxxxx> wrote:

> hi,
>
> Since we started adbd on boot was always racy (especially at the point
> where the mtp-server started you got diconnects). I invested some time
> this week to weed out the most of the race conditions from that process,
> something like:
>
> adb wait-for-device shell
>
> should now keep up a constant connection without reconnects until you
> shut down the device.
>
> Sadly there is still a small race when disconnecting and re-connecting
> the USB cable manually, sometimes mtp-server comes up to late after the
> USB device was re-connected so that you still get the "mtp device could
> not be found" popup dialog on the desktop.
>
> if you still see multiple disconnects on boot after image 226, please
> let me know, I tested the changes against mako, manta,flo and maguro.
>
> Additionally to the above it is now possible to have sshd automtically
> start again on boot by issuing teh following command once:
>
> setprop persist.service.ssh true
>
> (this property does not exist by default, so ssh will only start if you
> manually execute the above ... to disable sshd again, set the property
> to false)
>
> ciao
>         oli
>
> --
> Mailing list: https://launchpad.net/~ubuntu-phone
> Post to     : ubuntu-phone@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~ubuntu-phone
> More help   : https://help.launchpad.net/ListHelp
>
>

Follow ups

References