I'm not certain that this will work once application insulation is fully in place. I would expect that app armour would keep an application from having access to an arbitrary sqllite db.
Cheers, Rick On Mon, Aug 12, 2013 at 3:53 AM, Ugo Riboni <[email protected]> wrote: >>> Another feature that would be nice to have is inserting notes into the >>> Notes app. Again, is or will this be possible before the deadline? >> >> I don't think there is an API to insert notes in the Notes app, but Ugo >> Riboni, who develops the app, should be able to confirm. > > I confirm, there no official API to insert notes in notes-app. > > The unofficial way to do it is to inject notes into the notes-app SQLite > database while the app is not running, but it is of course unsupported > and the database structure is subject to change at any time without notice. > > That said, if you want to see how to do it, you can use the autopilot > tests for notes-app as an example. Grep for a function called setup_db, > it does exactly this kind of operation. The code is in python but it is > simple enough and I'm sure you can adapt to your language of choice. > > Hope it helps, > -- > Ugo > > > -- > Mailing list: https://launchpad.net/~ubuntu-phone > Post to : [email protected] > Unsubscribe : https://launchpad.net/~ubuntu-phone > More help : https://help.launchpad.net/ListHelp -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-phone More help : https://help.launchpad.net/ListHelp

