Re: [Ubuntu-phone] preferred test framework for C++ backends?

2014-08-09 Thread Carlos J. Mazieri
On Saturday 09 August 2014 13:58:37 Michael Zanetti wrote: > Hi > > On Friday 08 August 2014 15:42:57 Alex Chiang wrote: > > Are there any that use QtTest? > > lp:unity8 and related backend repos use quite a lot of QtTest. Check out the > tests/plugins directory. > > I think I've also seen some

Re: [Ubuntu-phone] nexus 7 grouper no longer works

2014-02-04 Thread Carlos J. Mazieri
Daniel > > Den 29 jan 2014 13:21 skrev "Carlos J Mazieri" : > > On 01/28/2014 06:32 PM, Dave Morley wrote: > > On 28/01/14 20:22, Carlos J. Mazieri wrote: > > > > I did with the command: > >sudo phablet-flash ubuntu-system -b --channel devel --debu

Re: [Ubuntu-phone] nexus 7 grouper no longer works

2014-01-29 Thread Carlos J Mazieri
On 01/28/2014 06:32 PM, Dave Morley wrote: On 28/01/14 20:22, Carlos J. Mazieri wrote: I did with the command: sudo phablet-flash ubuntu-system -b --channel devel --debug | tee flash.txt The same happened , no response from UI, I can do "adb shell" into the device, it looks li

Re: [Ubuntu-phone] nexus 7 grouper no longer works

2014-01-28 Thread Carlos J. Mazieri
4 21:53:25 Ricardo Salveti de Araujo wrote: > On Mon, Jan 27, 2014 at 7:10 PM, Carlos J. Mazieri > > wrote: > > Hello guys, > > > > My nexus 7 first generation used to work, I used that for development, > > for some reason it stopped working, then I flashed

[Ubuntu-phone] nexus 7 grouper no longer works

2014-01-27 Thread Carlos J. Mazieri
Hello guys, My nexus 7 first generation used to work, I used that for development, for some reason it stopped working, then I flashed a new version but something went wrong. Command: sudo phablet-flash ubuntu-system --channel devel --no-backup messages: OKAY [ 0.868s] booting... O

[Ubuntu-phone] Ubuntu terminal application starting with an optional current directory

2013-12-21 Thread Carlos J Mazieri
Hello, Actually the terminal opens in "/home/phablet". I'd like to start the Ubuntu Terminal Application opening another directory as initial work directory. I am using QDesktopServices::openUr("appid://com.ubuntu.terminal/terminal/current-user-version"); Any help is welcome, Carlos --

Re: [Ubuntu-phone] WARNING: Use application:/// URLs, not application://

2013-12-20 Thread Carlos J Mazieri
On 12/20/2013 09:13 PM, Ted Gould wrote: On Fri, 2013-12-20 at 20:09 -0200, Carlos J Mazieri wrote: On 12/18/2013 08:59 PM, Ted Gould wrote: On Wed, 2013-12-18 at 20:48 -0200, Carlos J Mazieri wrote: Am I doing something wrong? Not wrong, but it moved to being a click package, which means

Re: [Ubuntu-phone] WARNING: Use application:/// URLs, not application://

2013-12-20 Thread Carlos J Mazieri
On 12/18/2013 08:59 PM, Ted Gould wrote: On Wed, 2013-12-18 at 20:48 -0200, Carlos J Mazieri wrote: Am I doing something wrong? Not wrong, but it moved to being a click package, which means it needs a slightly more complex URL. appid://com.ubuntu.terminal/terminal/current-user-version

Re: [Ubuntu-phone] WARNING: Use application:/// URLs, not application://

2013-12-18 Thread Carlos J Mazieri
Hi there, I am trying to call the Ubuntu Terminal Application using QDesktopServices::openUrl() in C++. I tried URL as "application:///ubuntu-terminal-app.desktop". I did not get any error message, but I did not get the terminal application. Also tried from QML: Qt.openUrlExternally("appli

Re: [Ubuntu-phone] "Can I use the internet?"

2013-07-31 Thread Carlos J Mazieri
Hi, Take a look on Hi take a look on http://doc-snapshot.qt-project.org/qt5-stable/qtnetwork/qnetworkconfiguration.html I could achieve this on a Nokia N9 device using QNetworkConfiguration::bearerTypeName(). QNetworkConfigurationManager *manager = new QNetworkConfigurationManager

Re: [Ubuntu-phone] Applications spawning other Applications

2013-07-22 Thread Carlos J Mazieri
On 07/22/2013 05:00 AM, Michael Zanetti wrote: On Friday 19 July 2013 08:04:12 Marc Deslauriers wrote: On 13-07-19 07:11 AM, Michael Zanetti wrote: On Thursday 18 July 2013 20:50:28 Michał Sawicz wrote: W dniu 18.07.2013 20:37, Thomas Voß pisze: Good point and I do agree in general, However,

[Ubuntu-phone] port Ubuntu Touch to Samsung i7500

2013-07-07 Thread Carlos J Mazieri
Hello, I have this old phone samsung i7500 and I would like to have Ubuntu Touch working on it. Does anyone can tell me if it is possible to port Ubuntu Touch to this device ? If not can you enumerate some reasons why not. Thanks in

[Ubuntu-phone] qtcreator does not work after upgrade

2013-06-16 Thread Carlos J Mazieri
Hello, I ran "apt-get upgrade" and after that my qtcreator does not work: qtcreator: symbol lookup error: /usr/lib/i386-linux-gnu/qt5/plugins/platforms/libqxcb.so: undefined symbol: _ZN15QPlatformWindow17formatWindowTitleERK7QStringS2_ My machine is 32 bits After that I tried a "ap

Re: [Ubuntu-phone] Ubuntu Filemanager and homePath()

2013-05-14 Thread Carlos J Mazieri
Hi Daniel, Ubuntu filemanager uses QDir::homePath() because it uses a C++ plugin. I do not know any way of getting it in QML, but, I think you can use the File Manager plugin to get this information in your application, like this: import org.nemomobile.folderlistmodel 1.0 FolderListModel

Re: [Ubuntu-phone] [SDK] Ubuntu-sdk conflict with KDE

2013-02-22 Thread Carlos J Mazieri
I installed ubuntu-sdk in a MINT 14 KDE, everything was working fine except for helps using Qt4 instead of Qt5 in Qt Creator. Then, I download the Qt5 source code and got the documentation after building it into in a temporary area. I hope this information can help someone. Carlos On 02/22