How to press ENTER in Nano on Ubuntu-touch via abd?
When I'm connected to Ubuntu Touch (bq Aquaris E4.5 Ubuntu-Edition phone) via adb shell and I'm editing a shell script with Nano.
How can I press ENTER to save changes? Nano does not accept the Enter key via adb shell.
1 Answer
You must use phablet-shell command rather than adb shell. It open a console with the device too. Then, you can put enter in nano and save files.