Diferencia entre revisiones de «Obijuan:Notas sobre ubuntu phone»
De WikiRobotics
Línea 22: | Línea 22: | ||
$ sudo apt-get install phablet-tools | $ sudo apt-get install phablet-tools | ||
+ | |||
+ | * Todas las utilidades includidas en phablet-tools se pueden ver con: | ||
+ | |||
+ | $ dpkg -L phablet-tools | grep bin | ||
+ | |||
+ | /usr/bin | ||
+ | /usr/bin/phablet-config | ||
+ | /usr/bin/phablet-test-run | ||
+ | /usr/bin/repo | ||
+ | /usr/bin/phablet-demo-setup | ||
+ | /usr/bin/click-buddy | ||
+ | /usr/bin/phablet-shell | ||
+ | /usr/bin/phablet-network | ||
+ | /usr/bin/phablet-click-test-setup | ||
+ | /usr/bin/phablet-dev-bootstrap | ||
+ | /usr/bin/phablet-screenshot | ||
+ | /usr/bin/phablet-bootchart | ||
+ | /usr/bin/phablet-flash |
Revisión del 22:41 27 mar 2015
- El 26/Marzo/2015 recibí mi ubuntu phone!!!! :-)
- Es un Aquaris E4.5 con Ubuntu
- Las fuentes del kernel están en el github de bq
- Aquí están las instrucciones para instalar ubuntu
Pruebas
28/Marzo/2015
- Tengo instalado en el portatil un ubuntu 14.10
$ lsb_release -dc Description: Ubuntu 14.10 Codename: utopic
- Voy a instalar las herramientas para flashear:
$ sudo add-apt-repository ppa:ubuntu-sdk-team/ppa $ sudo apt-get update $ sudo apt-get install ubuntu-device-flash
- Instalacion de phablet-tools. Son las herramientas que nos permiten acceder al telefono conectado por usb:
$ sudo apt-get install phablet-tools
- Todas las utilidades includidas en phablet-tools se pueden ver con:
$ dpkg -L phablet-tools | grep bin /usr/bin /usr/bin/phablet-config /usr/bin/phablet-test-run /usr/bin/repo /usr/bin/phablet-demo-setup /usr/bin/click-buddy /usr/bin/phablet-shell /usr/bin/phablet-network /usr/bin/phablet-click-test-setup /usr/bin/phablet-dev-bootstrap /usr/bin/phablet-screenshot /usr/bin/phablet-bootchart /usr/bin/phablet-flash