Ubuntu y otras hierbas S01E01 Apr 27, 2017 En mi primer videopodcast el tema tiene miga: Ubuntu mata Unity y el móvil. Pulsa para ver el vídeo Enlace al videopodcast. Enlace al podcast (sólo audio).
Flash MX4 Ubuntu Edition with Flyme Apr 12, 2017 Warning: You'll lost all your current data and you could brik your phone! I created this tutorial for myself. You'll need Ubuntu 16.04 and these tools installed: sudo add-apt-repository ppa:ubuntu-sdk-team/ppa sudo apt-get update sudo apt-get install ubuntu-device-flash sudo apt-get install phablet-tools Use magic-device-tool for installing CyanogenMod 13. This proccess will install you: TWRP as boot loader manager, this is the key for next steps. CyanogenMod 13. Now, download Flyme (the international version is ‘g’, not ‘a’), I liked the last version of Flyme 5. ...
El fin de Unity, el móvil y la convergencia. Intentando ver el bosque y no el árbol Apr 5, 2017 Mark Shuttleworth publicaba la noticia del año: "… we will end our investment in Unity8, the phone and convergence shell. We will shift our default Ubuntu desktop back to GNOME for Ubuntu 18.04 LTS”. WOW. Defenestrar a Unity no es tarea fácil. Es la piedra angular que gobierna el escritorio, móvil y tablet, su estandarte, su diferenciación y la meta de titánicos esfuerzos de desarrollo durante 7 años… Ahí queda eso. ...
New uNav for Ubuntu Phone Mar 28, 2017 After a few improvements in uNav I'm so proud of the current version, specially with the last useful feature. But an image will explain it better. You'll choose your transport mode and the orange line is the public transport :)) New uNav 0.67 Enjoy the freedom in your Ubuntu Phone or tablet!
How to revert to a previous version of a snap package? wekan in this case Mar 8, 2017 The snap packages are awesome for me: Simple. Isolated. So easy installation of complex software, like Wekan. Libraries included. Autoupdates: Install & forget it. If a future update crashs, it will revert that update even! But this morning Wekan didn't work because of a bug. The update didn't crash because wekan really works, but you can't open a card, then I need to revert it. What could I do? ...
Papirus & Folder Color Feb 26, 2017 I was impressed several times these last years because of the Folder Color‘s community :)) Today I had a new mail with great news, Papirus icon theme supports Folder Color too |o/ Papirus colors for your file browser How to install Folder Color (remember that Folder Color is preinstalled in Ubuntu MATE, then, install only the theme) & Papirus: sudo add-apt-repository ppa:papirus/papirus sudo apt-get update sudo apt-get install papirus-icon-theme sudo apt-get install folder-color ...
2 Años con Ubuntu Phone: Pasado, presente, futuro Feb 6, 2017 Hace exactamente 2 años, el 6 de Febrero del 2015, Canonical me hacía entrega como insider del bq E4.5, un par de meses antes de su venta al público. Presentación Ubuntu Phone en Londres Y sí, usé Ubuntu Phone durante 2 años en exclusiva (excepto unos pocos días que jugué con Firefox OS y Android). E4.5 Pasado Yo estaba muy feliz con mi bq E4.5 cuando ¡Oh sorpresa! Canonical nos entregaba un Meizu MX4. ...
FOSDEM 2017 Feb 5, 2017 Viajar a algunas Ubucons me ha permitido conocer a personas excepcionales de la comunidad. Y en esta ocasión, me animé a asistir al FOSDEM en Bruselas, uno de los eventos más importantes de Europa en cuanto a software libre. VIERNES 3 DE FEBRERO - BEER EVENT Llegué el primero al evento cervecero del viernes, al que pronto se unieron Marius, Ilonka, Diogo, Tiago, Laura, Rudy y Quest. El famoso Delirium Cafe estaba muy petado y eso que sólo podían entrar asistentes a FOSDEM. ...
FreedomPop en Ubuntu Phone Feb 2, 2017 Solicité una SIM de FreedomPop España para usarla en mi Ubuntu Phone (principalmente para los viajes, pues ofrece roadming gratis en 25 países y no hace falta recargar saldo cada cierto tiempo). Además tiene promociones de SIM por 1€ de vez en cuando. Sabía que las llamadas y SMS no iban a funcionar sin Android o iOS. Pero tenía dudas respecto a los datos. Y ahora os puedo confirmar que sí, la conexión de datos funciona bien. ...
Developing in QML + python for Ubuntu Touch Jan 16, 2017 Yes, I like Python so much! And I was thinking it would complicate/impossible to create an application for Ubuntu Phone using Python, but not, it's easy :) Dan Chapman helped me adapting Python for uNav (Thanks mate!). You have to know how to create a QML + javascript application first. After that you can use Python in your application. Let's see it! A so basic example is here. Download it and from the shell (maybe you'll need system depedences as pyotherside package) in Ubuntu 16. ...