[12:24] hi [16:25] Hello all. I want to add some in-app purchases in my Ubuntu Touch app. Is there any documentation for libpay/pay-service beyond test app, or should I just look at it and copy what it does? [16:41] maxed, canonical devs were running a reserved beta for app devs interested in using in-app purchases. [16:41] maxed, I cannot remember who to contact though. [16:41] popey, Do you remember? ^^ [16:41] Ah, so it's not quite public release yet? [16:42] maxed, not that I know of, but they were looking for interested app devs. [16:42] maxed, you could join and provide early feedback to them before they make it public [16:42] dobey, ^^ [16:43] Hm, OK.That could be interesting :) [16:43] alecu: is the person [16:43] maxed, there you go..contact alecu on irc. Remember today is a weekend..so you might not get a response. [16:44] OK, thank you! === StaffUnicorn is now known as nhandler [22:51] Hello everybody. I'm looking at developing an Ubuntu app with Python but since I'm neither an experienced Python nor a QML dev I really need some pointers. [22:52] Not really looking about tutorials for each language on its own but rather how to make them work together. [23:01] DerRidda: there's a couple of python apps in the store [23:02] DerRidda: http://bazaar.launchpad.net/~checkbox-dev/checkbox/trunk/files [23:02] pilot - an app in the phone store is python [23:02] i think that's the source for it [23:05] Thanks, I'll pick that apart. [23:10] hi all [23:11] i want to change some system app in ubuntu touch [23:11] how to do it [23:12] i checked phablet and build a image [23:19] jerac: heya [23:19] which app? [23:21] any [23:21] dialer [23:21] the source for all of the apps on the phone is in launchpad [23:21] https://wiki.ubuntu.com/Avengers links to the individual projects for most of the apps [23:21] if there's any gaps, let me know [23:22] That page is mostly focussed at people reporting bugs, but it links to the right placews [23:22] well how to set dev env? [23:22] I am c# developer [23:23] so i imagine there should also be something as visual studio projects [23:23] because i want to change something in design [23:24] http://developer.ubuntu.com/ is the starting point for developers [23:24] Most of the apps are written in QML / C++ [23:25] ok but how to add it like a project? [23:25] eclipse? [23:25] We recommend qtcreator [23:25] thats what we use in our SDK [23:25] I've never used eclipse, sorry. [23:26] i have phablet folder on my disk and i searched for dialer and i get some png and java files [23:27] it doesn't mather which IDE it is [23:27] the apps are packaged separately [23:27] each individually [23:27] system also? [23:27] define system [23:27] there are systeam and core apps for touch [23:28] right, they're all separate projects [23:28] each one linked from that avengers page [23:28] https://wiki.ubuntu.com/Touch/CoreApps [23:28] https://launchpad.net/dialer-app for example is the dialer app you mentioned [23:29] but if i checked out phablet folder and i create image for my phone they should be there [23:30] that's the base image, the apps are on top [23:30] ok [23:31] that "top" is not included in phablet folder then? [23:31] or are apps precompiled? [23:31] or i don't know [23:31] I don't know what phablet folder you mean [23:31] I assume that's the one that's used to build the linux kernel [23:32] not the full image? [23:32] https://developer.ubuntu.com/en/start/ubuntu-for-devices/porting-new-device/ [23:32] ok. [23:32] section: Set up your development environment [23:32] or i landed on the wrong side? [23:32] so what's the goal here? [23:33] port to a new device? [23:33] no [23:33] modify existing apps? [23:33] existing but change some system app and maybe a core [23:34] ok, well the link I gave to the avengers page links to each app [23:34] so you can get the source for each one via that [23:34] and when i am done with changes how can i add it to image for the phone? [23:35] So lets say for example you wanted to change the UI of one of the apps, you'd grab the source, and modify it locally then build either a deb or click package [23:35] which could be copied to your phone and installed [23:35] some (most) of the apps are packaged as click packages which are uploaded to the store [23:36] a few are packaged as debian (deb) packages, i think dialer and webbrowser are examples of debs, music, clock, camera are examples of clicks [23:36] thansk, but if i want to create a image that includes that all? [23:37] not sure tbh [23:37] the scripts that build the image are run on a server somewhere, not seen those [23:37] but I'm sure we could figure it out [23:38] so system apps can be deleted? [23:38] during the working week when people are around [23:38] from the image, sure [23:38] i have a phone here which only has dialer, message, contacts, webbrowser and system settings [23:38] and not much else [23:38] and you could delete dialer? [23:38] yes and no [23:38] not tried [23:39] but it's a bit different [23:39] let me see... [23:39] that's waht i am thinking too (a bit different) ;) [23:39] sure, sounds interesting [23:39] ok, had a look [23:39] dialer-app is a debian (deb) package [23:40] so the image that you get on your phone is read-only [23:40] it can be made read-write with one command [23:40] and you could "sudo dpkg -r dialer-app" and it's gone [23:41] thanks for info [23:41] np [23:41] any time [23:42] what i want is to see how dialer works, how the sound is transfered [23:42] and maybe try to change something [23:42] cool [23:42] that's why i am so borring now... [23:42] annoying* [23:43] so 1st i could add dialer as a project to qtcreator and see [23:44] but then if i find out that some changes are needed in the core.... i need to buil my own image [23:44] but i need info how to do this [23:47] i don't know hot to add ubuntu touch as a project .... [23:47] can you write down some directions? [23:47] sorry, was afk for a bit. [23:49] so basically you need to add the ubuntu-sdk ppa and install the ubuntu-sdk, which is detailed at https://developer.ubuntu.com/en/start/ubuntu-sdk/installing-the-sdk/ [23:49] then grab the dialer source, with "bzr branch lp:dialer-app" [23:51] just did it [23:51] how to change the core and build it? [23:53] the core file system? [23:53] that's the bit I don't know, sorry [23:53] ok [23:53] well i just try to add phone-app to the ubuntu sdk [23:54] CMake Warning at CMakeLists.txt:40 (find_package): By not providing "FindQt5Core.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt5Core", but CMake did not find one. [23:55] what version of ubuntu you running? [23:55] 15.04 [23:55] 15.10 [23:55] and you install ubuntu-sdk ? [23:55] yes [23:56] don't tell me i need 14.04 [23:56] no, no [23:56] you dont [23:56] i just try to add phone-app to ubuntu sdk but cmake write error above [23:57] tbh you're better off coming back during the EU/US working day when people are about, sorry :) [23:58] ok, thanks for helping me