[Ubuntu-phone] Notes App

2013-08-22 Thread Tobias Havla
Hello! Could anybody please point me to the location where the notes-app saves the notes? Thank you! -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-phone@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-phone More help : https://help.launchpad.net/List

Re: [Ubuntu-phone] Sound recorder in core-apps

2013-08-22 Thread Patrick Seemann
I think "audio input" itself should be a system feature which is exposed by an API. (like Androids Audio Capture [1]) This would make it much easier and cleaner for different kinds of applications that need audio input, e.g. audio recorder, note taking app, keyboard voice search ..., to make use o

[Ubuntu-phone] Start up script

2013-08-22 Thread Tobias Havla
Hello again! Can anybody tell me how I can add a script to the start up applications when the user phablet logs in (like startup applications/gnome-session-properties in Ubuntu)? I doesn't work when I add the script to upstart/init.d because it needs to run on user login. Thanks in advance. --

Re: [Ubuntu-phone] Start up script

2013-08-22 Thread Dmitrijs Ledkovs
On 22 August 2013 09:33, Tobias Havla wrote: > Hello again! > > Can anybody tell me how I can add a script to the start up applications > when the user phablet logs in (like startup > applications/gnome-session-properties in Ubuntu)? I doesn't work when I > add the script to upstart/init.d because

Re: [Ubuntu-phone] Start up script

2013-08-22 Thread Oliver Grawert
hi, Am Donnerstag, den 22.08.2013, 10:33 +0200 schrieb Tobias Havla: > Hello again! > > Can anybody tell me how I can add a script to the start up applications > when the user phablet logs in (like startup > applications/gnome-session-properties in Ubuntu)? I doesn't work when I > add the script t

Re: [Ubuntu-phone] Start up script

2013-08-22 Thread Tobias Havla
It works now! I have added an entry to /etc/rc.local and now it does start on start up. -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-phone@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-phone More help : https://help.launchpad.net/ListHelp

Re: [Ubuntu-phone] Start up script

2013-08-22 Thread Oliver Grawert
hi, On Do, 2013-08-22 at 11:18 +0200, Tobias Havla wrote: > It works now! > I have added an entry to /etc/rc.local and now it does start on start up. > rc.local is executed as system process, not as user session process ... ciao oli signature.asc Description: This is a digitally signed

Re: [Ubuntu-phone] Notes App

2013-08-22 Thread Günter Schwann
On Thursday 22 August 2013 09:56:40 Tobias Havla wrote: > Hello! > > Could anybody please point me to the location where the notes-app saves > the notes? > Thank you! It's in /home/$USER/.local/share/Qt Project/QtQmlViewer/QML/Offline Cheers -- Mailing list: https://launchpad.net/~ubuntu-phon

[Ubuntu-phone] Click packages and U1db.Database

2013-08-22 Thread Sam Segers
Hi I'm developing an app for the Ubuntu App Showdown. I tried to use click package to see how it works but I run into a problem when I do 'click install ... .click': Traceback (most recent call last): File "/usr/bin/click", line 65, in sys.exit(main()) File "/usr/bin/click", line 60, in

Re: [Ubuntu-phone] Click packages and U1db.Database

2013-08-22 Thread Florian Will
For the click install, I use this: (from the top of my head) click install --force-missing-framework --user=phablet file.click Maybe that's not the officially recommended way, but it works. Can't help you with your other problem. Cheers Florian Sorry for the full quote below, I'm writing from

[Ubuntu-phone] [Development] QtQuick.Controls support

2013-08-22 Thread Andreas Poulsen
Hi all I just saw the QtQuick.Controls module available for Qt 5.1, which is using the native look and feel of the current platform, and I wondered if it was going to be supported in Ubuntu Touch, and if it is, with the touch or the desktop look and feel? Thanks in advance -- Mailing list: https:

Re: [Ubuntu-phone] Notes App

2013-08-22 Thread Rick Spencer
Although, as previously discussed, I don't think your app will be able to access these files due to app insulation. Cheers, Rick On Thu, Aug 22, 2013 at 5:42 AM, Günter Schwann wrote: > On Thursday 22 August 2013 09:56:40 Tobias Havla wrote: >> Hello! >> >> Could anybody please point me to the l

[Ubuntu-phone] Loading files from gallery and saving

2013-08-22 Thread Fabio Colella
Hello, is there a particular way to load images from gallery? Or is just a matter of loading images from ~/Images? Thank you :) -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-phone@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-phone More help : https:

Re: [Ubuntu-phone] Loading files from gallery and saving

2013-08-22 Thread Günter Schwann
On Thursday 22 August 2013 14:44:54 Fabio Colella wrote: > Hello, is there a particular way to load images from gallery? Or is just a > matter of loading images from ~/Images? Thank you :) Hi there currently is a lot of work done to get the content import/export running https://launchpad.net/cont

Re: [Ubuntu-phone] Loading files from gallery and saving

2013-08-22 Thread Pat McGowan
On 08/22/2013 08:44 AM, Fabio Colella wrote: > > Hello, is there a particular way to load images from gallery? Or is > just a matter of loading images from ~/Images? Thank you :) > > > There will be once the content hub and content picker interface lands. An app can then copy images from the galler

Re: [Ubuntu-phone] Click packages and U1db.Database

2013-08-22 Thread Jamie Strandboge
On 08/22/2013 05:37 AM, Sam Segers wrote: > Hi > > I'm developing an app for the Ubuntu App Showdown. > I tried to use click package to see how it works but I run into a problem > when I > do 'click install ... .click': > > Traceback (most recent call last): > File "/usr/bin/click", line 65, i

Re: [Ubuntu-phone] Click packages and U1db.Database

2013-08-22 Thread Sam Segers
Thanks It's working now. It doesn't show up in the dash. Maybe after a reboot. I did have a problem that when making a click package, it includes the .git directory which it ofc souldn't. This has write protected files that click complains about when installing. So about the database, does anyone

[Ubuntu-phone] Nexus 7 3G [2012] problem with ubuntu touch

2013-08-22 Thread Sayantan Das
Hi all, I am having problems after installing ubuntu touch on my Nexus 7 3G I tried using the command to install ubuntu touch sudo pablet-flash cdimage-touch -d grouper -b But after installing, it doesn’t boot. It's stuck at the Google splash screen. . I can go to the recovery menu. I tried to

Re: [Ubuntu-phone] Click packages and U1db.Database

2013-08-22 Thread Jamie Strandboge
On 08/22/2013 09:48 AM, Sam Segers wrote: > Thanks > > It's working now. > It doesn't show up in the dash. Maybe after a reboot. > I did have a problem that when making a click package, it includes the .git > directory which it ofc souldn't. This has write protected files that click > complains ab

Re: [Ubuntu-phone] Loading files from gallery and saving

2013-08-22 Thread Bill Filler
On 08/22/2013 10:09 AM, Günter Schwann wrote: > On Thursday 22 August 2013 14:44:54 Fabio Colella wrote: >> Hello, is there a particular way to load images from gallery? Or is just a >> matter of loading images from ~/Images? Thank you :) > Hi > > there currently is a lot of work done to get the co

Re: [Ubuntu-phone] Nexus 7 3G [2012] problem with ubuntu touch

2013-08-22 Thread Sergio Schvezov
On Thu, Aug 22, 2013 at 1:21 PM, Sayantan Das wrote: > Hi all, > > I am having problems after installing ubuntu touch on my Nexus 7 3G > > I tried using the command to install ubuntu touch > > sudo pablet-flash cdimage-touch -d grouper -b > > But after installing, it doesn’t boot. It's stuck at t

Re: [Ubuntu-phone] Click packages and U1db.Database

2013-08-22 Thread Sergio Schvezov
On Thu, Aug 22, 2013 at 11:28 AM, Jamie Strandboge wrote: > On 08/22/2013 05:37 AM, Sam Segers wrote: > > Hi > > > > I'm developing an app for the Ubuntu App Showdown. > > I tried to use click package to see how it works but I run into a > problem when I > > do 'click install ... .click': > > > >

Re: [Ubuntu-phone] Nexus 7 3G [2012] problem with ubuntu touch

2013-08-22 Thread Sayantan Das
Hi Sergio, The codename is tilapia. I have been able to use ubuntu-touch on my Nexus 7 3G before the flipped images and it worked. Ever since the flipped images became default, it stopped working. How can I get full logs from this? I can try if you tell me the steps. Regards, Sayantan Regards,

Re: [Ubuntu-phone] Nexus 7 3G [2012] problem with ubuntu touch

2013-08-22 Thread Jamie Strandboge
On 08/22/2013 01:28 PM, Sergio Schvezov wrote: > On Thu, Aug 22, 2013 at 1:21 PM, Sayantan Das > wrote: > > Hi all, > > I am having problems after installing ubuntu touch on my Nexus 7 3G > > I tried using the command to install ubuntu touch > > sud

Re: [Ubuntu-phone] Sound recorder in core-apps

2013-08-22 Thread Omer Akram
The Ubuntu spec is not yet finalized and I don't think there is any such API plan for 13.10. Though there is QAudioRecorder that can be used I believe. http://qt-project.org/doc/qt-5.0/qtmultimedia/audiooverview.html Thanks On Thu, Aug 22, 2013 at 1:13 PM, Patrick Seemann wrote: > I think "aud

Re: [Ubuntu-phone] Click packages and U1db.Database

2013-08-22 Thread Alberto Mardegan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/22/2013 07:33 PM, Jamie Strandboge wrote: > @{APP_PKGNAME} is set to the "name" field in the manifest file. I'm > not sure if there is a Qt API to give you the XDG_ paths, but > upstart-app-launch will make sure that the XDG environment > variabl