To download all photos taken from your camera on Ubuntu Touch to your desktop you will need to pull the pictures using the Android Debug Bridge CLI tool (adb).
The first step is to press Ctrl+Alt+T to open Terminal and type the following command:
$ sudo apt-get update && sudo apt-get install android-tools-adb -y
After this, next step is plug your device into USB port and run the below commands on Terminal:
$ cd $ mkdir ubuntu-touch-photos && cd $_ $ adb root $ adb pull /data/ubuntu/home/phablet/Pictures/
Now all photos that was taken from your device will be downloaded into ~/ubuntu-touch-photos on your computer.
Thanks Gustavo Boiko for the tip and Julian Fernandes for ask me 🙂
I need to remember that Ubuntu Touch is under development, so just install it if you know what are doing.
Walace says
Olá Tiago, eu sou acadêmico da Universidade Federal do Pará – Brasil e estou desenvolvendo uma pesquisa para um trabalho de sistemas operacionais, o trabalho tem como objetivo falar o básico da gerência de memória, processos e IO no Ubuntu Toch.
Contudo encontrei sérias dificuldades para achar uma documentação que me esclareça essa parte sobre o sistema.
Você teria algo que me ajudasse a fazer esse trabalho pois me encontro sem opções.
Atenciosamente, Walace Ribeiro
Kleber E. Alvarenga says
Parabéns Tiago, este artigo me ajudou em uma configuração. Obrigado!
Kleber Alvarenga