ubports / crossbuilder

A debian package cross building tool using LXD
13 stars 17 forks source link

Pinephone support #42

Open NoahAndrews opened 4 years ago

NoahAndrews commented 4 years ago

As far as I can tell, the Pinephone version of Ubuntu Touch doesn't support ADB (which would make sense). It looks like the core dependency of this tool is actually SSH though, and that ADB is just used to automatically set up SSH for the user. The tool should also support manually-configured SSH, so that Pinephone users can use it as well.

Note that all of this is based on a very quick look at the source code, and there's a high liklihood of details being wrong.

NoahAndrews commented 4 years ago

Also see #14.

JamiKettunen commented 2 years ago

@NoahAndrews is this still an issue? 06a14ca2ac0f37c36ae0608f9d51b14c4bf477aa should've addressed this afaik