← Back to team overview

ubuntu-phone team mailing list archive

good news: I got my first app deployed onto ubuntu phone

 

1)I connected the ubuntu phone to the developer box with
2)Saucy/ubuntu-sdk installed.
3)Ran ubuntu sdk.
4)Created a new simple ui app, named t1 finish.
4.5)ran on the desktop
OOPS.  I got an error and no gui appeared.
> QMetaType::registerType: Binary compatibility break
The above error appeared because qt4 was previously installed on this
box.   I removed the qt4 residue as recommended from this link and
everything was ok:
https://bugs.launchpad.net/ubuntu/+source/qtcreator/+bug/1135336
> 1. Quit Qt Creator
> 2. Remove the configuration files: rm -r .config/Trolltech.conf .config/Qt* .config/Nokia*
> 3. Remove the qt4-qmake package if you didn't already remove it: sudo apt-get remove --purge qt4-qmake
> 4. Check that ubuntu-sdk is installed: sudo apt-get install ubuntu-sdk

5)Build->Ubuntu->Run in Ubuntu Device

Also found a good link for building c++ stuff onto the ubuntu device:
http://askubuntu.com/questions/260185/is-there-way-to-compile-qt5-programs-written-with-c-to-ubuntu-touch

Hats off for pulling off this slick development process!

Cheers,
David Marceau



Follow ups

References