Thursday, May 7, 2020
Saturday, April 4, 2020
Termux on my Android One Nokia 6.2 smartphone running Android 9
April 04, 2020 by joshuamoesa
Install Termux from the Play Store.
Run
Run
apt update && apt upgrade
to make sure that certain handy tools are available.
Execute
To copy files from the phone to a PC, just use scp. On a Mac, make sure Sharing > Remote Login is enabled:
References:
termux-setup-storage
to ensure that permission to system storage is granted. Including other convenient stuff like symlinks to different storage folders.To copy files from the phone to a PC, just use scp. On a Mac, make sure Sharing > Remote Login is enabled:
Then execute
scp <source-file> <username>@<ip-address-target-pc>:<full-path-target-folder
>References:
- Termux wiki: https://wiki.termux.com/wiki/Main_Page
- Tips: https://www.makeuseof.com/tag/use-linux-command-line-android-termux/
Subscribe to:
Posts (Atom)