@WQ6Z8X4U said in Possible to install UT 20 over UT 16 on Google Pixel 3a XL using UBports Installer without first flashing Android back onto the phone?:
Thank you for this info, but it actually resurrects an old question of mine from a long time ago: When I install UT, do I need to be concerned that there is some vestige of Android left on the phone that might spy on me, i.e. does UT somehow run on top of Android? The answer I received back then was "no",
Here is another piece of this puzzle:
I was just now trying to enable SSH using the instructions for UT 16, but when I typed the command
sudo android-gadget-service enable ssh
I got the following error message
sudo: android-gadget-service: command not found
This error message was previously discussed in this thread, where one person said:
@kugiigi said in [Pinephone] android-gadget-service: command not found:
That guide is for the android-based UT devices which the pinephone isn't. You should use the normal SSH commands you use in linux desktop.
Also, in this thread, I read that you can use the following commands to start and enable SSH
$sudo service ssh start
$sudo systemctl enable ssh
I tried this and it works perfectly. I can now log in remotely using PuTTY after reboot without manually starting SSH service.
Does this mean that UT 20 has eliminated the need for "residual elements" of Android that UT 16 still relied on?
BTW, in my view this is a huge step forward, like everything else I have seen so far in UT 20. I mean, UT 16 was already fantastic, but it just keeps getting better. This means I don't need to remember different bash commands for Ubuntu and UT.