=== chriadam|away is now known as chriadam [02:58] Hello, this is my first time on irc, is this a support channel or can we talk about anything related to ubuntu-touch? [03:02] hello [03:06] anyone have any info in sending push notifications to a ubuntu device from a server running ubuntu [05:48] edher: It's mostly a developer channel but anything about Ubuntu on phones or tablets is sort of on-topic as long as it doesn't interrupt active developer conversation, so most of the time it's welcome. :) [06:03] good morning :-) has anyone encountered problems with the Hotspot function after the last update? i am on Ubuntu 15.04 (r26) now and Hotspot worked fine until this build. [06:03] i have a Aquaris E4.5 Ubuntu Edition [06:08] what sort of problems? [06:10] oh sorry -.- [06:10] it seems to not open a hotspot wi-fi network. i cannot find one on any of my devices [06:11] hmm [06:13] messenjah: working here got a phone access point show up on laptop [06:13] on what devices? [06:13] device* [06:14] e4.5 r26 [06:14] oh same, cool [06:14] yh lucky.. only flashed r26 an hr ago :p [06:14] :-D [06:14] did it some days ago [06:15] i was on the devel branches for a long time but stable seems to be caught up for my daily use [06:17] oh okay. i haven't used this phone often. the lack of apps and possibilities is a bit disappointing in my opinion. [06:19] i use it as my only device. lack of apps isnt an issue, but more are needed. i dont know what u mean by lack of possibilities though [06:23] i did a phone reset and now it's working again :-) [06:25] before getting this phone i was thinking about running ubuntu/debian apps or packages or scripts on the device [06:30] messenjah: u can do that [06:30] Dragonkeeper: https://developer.ubuntu.com/en/start/platform/guides/push-notifications-server-guide/ https://developer.ubuntu.com/en/start/platform/guides/push-notifications-client-guide/ [06:33] nhaines thanks gonna need to go through it all at some point atm tho im just using caxton === messenja1 is now known as messenjah === zz_Foxmaster is now known as Foxmaster === chriadam is now known as chriadam|away [07:53] good morning === Foxmaster is now known as zz_Foxmaster === zz_Foxmaster is now known as Foxmaster === Foxmaster is now known as zz_Foxmaster [08:39] hei, i have LG Optimus L70 Dual D325 Black i want to install ubuntu touch on it. i am new on this. [08:40] i dont know how to do it. please help me :D === zz_Foxmaster is now known as Foxmaster === davidcalle_ is now known as davidcalle === _salem is now known as salem_ [11:16] tsdgeos, ping [11:17] abeato: hi [11:17] tsdgeos, hi, I think I know what is happening in bug #1511029 [11:17] bug 1511029 in Canonical System Image "Audio gets confused when playing from source after playing from playlist" [Undecided,Confirmed] https://launchpad.net/bugs/1511029 [11:18] cool :) [11:18] anything i can help with? [11:18] tsdgeos, looks like qtubuntu-media gets confused when initially a single song, and then a playlist are played [11:19] so if you play a single song from an album [11:19] sorry, if you play first a single song not in an album [11:19] and then a song that belongs to an album [11:19] you get the issue [11:20] tsdgeos, how are you using QMediaPlayer::setMedia() ? [11:20] yes, exactly what the bug is saying, isn't it? [11:20] that function gets a QMediaContent [11:20] do you build it differently when you have just one song instead of an album? [11:21] yes [11:21] i thoguth that was clear by the text of the bug [11:21] maybe i'm just awful at bug reporting :D [11:21] tsdgeos, could you try to build it always with a playlist even when you only have one song? [11:22] well, I did not see it that clear in the description tbh :) [11:23] well the bug itself says "play from 'source' after playing from 'playlist'" [11:23] i guess the problem is that the qtmultimedia naming is different from the qtubuntu-media naming [11:23] tsdgeos, yep maybe a bit different [11:24] abeato: i could do that, but that would just hide the bug and honestly it seems like it should be a supported use case [11:24] tsdgeos, anyway, please try using QMediaContent(QMediaPlaylist *playlist, const QUrl &contentUrl = QUrl(), bool takeOwnership = false); constructor and see it that works, as a workaroung for the moment [11:24] tsdgeos, agreed [11:24] abeato: i can't use that [11:25] tsdgeos, I just want to confirm the hypothesis :) [11:25] abeato: i'm using qml [11:25] anything you mention about QMediaContent doesn't exist for me [11:25] tsdgeos, actually what's different is the declarative API vs the C++ API in QtMultimedia [11:25] but yes i can try only using a playlist and see if that workarounds the problem [11:25] tsdgeos, great, thanks [11:44] abeato: yes, if i don't do what the bug describes i don't get the bug [11:44] abeato: jhodapp: i guess i can workaround it if that's what you want [12:13] tsdgeos, working on the bug atm === rickspencer3_ is now known as rickspencer3 === alan_g is now known as alan_g|lunch [13:20] oSoMoN, i assume you're pretty familiar with QNetworkRequest and QNetworkAccessManager? [13:21] we have a problem in system-settings, if the network changes after we start a check for updates it never seems to finish [13:21] like switching from cellular data to wifi, etc [13:23] i'd expect it to fail with an error, but i guess under the covers it still thinks it's a valid network... dunno [13:26] kenvandine: does it time out after 10 minutes? :) [13:27] dobey, maybe... certainly not a reasonable amount of time :) [13:28] dobey, hopefully you're kidding... and there isn't seriously a 10 minute timeout :) [13:28] kenvandine: the default tcp timeout is 600 seconds === xiinotulp is now known as plutoniix [13:29] dobey, so you're thinking that QNetworkRequest just follows that? [13:31] kenvandine: i think QNAM does. i think you can specify a shorter timeout [13:31] that could help a bit... [13:31] but really i'd like to just handle it [13:32] kenvandine: i know we've had similar problems in the click scpoe, where we use qtnetwork, but i don't recall if we did anything to "fix" it. the scope machinery has a much shorter timeout at least [13:32] yeah, would be nice if stuff just worked when switching networks [13:32] ah... so maybe i can look at unity-click-scope? [13:40] kenvandine: unity-scope-click, sure. i don't recall if we did anything special there. we do have a bit of abstraction on top of qtnetwork though, so we can test it with gmock === dandrader is now known as dandrader|afk [13:41] jhodapp: abeato: i've updated the descirption in https://bugs.launchpad.net/ubuntu/+source/media-hub/+bug/1511029 to make it not dependant on any unity8 or scopes code [13:41] Launchpad bug 1511029 in Canonical System Image "Audio gets confused when playing from source after playing from playlist" [Undecided,Confirmed] [13:42] tsdgeos, awesome, the qml code will be helpful [13:44] kenvandine, I’ve used them, but I wouldn’t say I’m super familiar with them, I don’t know more than what the doc advertises [13:45] oSoMoN, thx, i think we have some ideas now [13:57] abeato: jhodapp: i opened https://bugs.launchpad.net/ubuntu/+source/media-hub/+bug/1511738 for the playlist clera bug [13:57] anyone knows how to restart unity? [13:57] Launchpad bug 1511738 in media-hub (Ubuntu) "clearing the playlist does not work" [Undecided,New] [13:57] clera -> clear [13:57] i can kill the process but that's rude [13:58] tsdgeos, thanks [13:58] guest123124, "restart unity8" ? [13:58] abeato, thanks [13:58] np === dandrader|afk is now known as dandrader [14:01] * guest123124 unity8 start/running, process 4010 === alan_g|lunch is now known as alan_g [14:02] abeato, 595.7 0.6 66:29.94 history-daemon [14:03] 595% cpu [14:03] this can't be good [14:03] is it safe to kill the process? [14:04] probably, but not sure :) [14:04] bfiller, ^ [14:05] history-daemon [14:05] that logs all the calls and texts afaik [14:05] seb128, can you review https://code.launchpad.net/~ken-vandine/ubuntu-system-settings/lp1505663/+merge/276182 [14:06] https://bugs.launchpad.net/ubuntu/+source/history-service/+bug/1511564 [14:06] Launchpad bug 1511564 in history-service (Ubuntu) "/usr/bin/history-daemon:11:~QByteArray:QByteArrayMatcher::~QByteArrayMatcher:node_destruct:QList:~QList" [Undecided,New] [14:06] seb128, it's a resubmit with a prereq on the remove retry button branch [14:07] * guest123124 history-daemon killed [14:07] my poor battery :( [14:08] kenvandine, approved [14:08] seb128, thx [14:08] yw! [14:14] zbenjamin: if I want qtdeclarative5-qtmir-plugin on trusty, should I get it from https://launchpad.net/~ubuntu-sdk-team/+archive/ubuntu/testing ? === zyga is now known as zyga-afk [14:38] oSoMoN: bfiller: can one of your propose the app convergence session to summit so I can get it on the schedule? [14:38] elopio: the qtmir plugin? [14:39] elopio: i do not know about that, greyback_ should know [14:39] zbenjamin: yes, it says you were the last to upload it to trusty. [14:39] mhall119: yeah will do it in a few [14:39] thanks bfiller [14:40] elopio: qtmir didn't exist in trusty days, so you'll need a backport, which I guess was in that ppa [14:44] elopio: wut? [14:46] mhall119: http://summit.ubuntu.com/uos-1511/meeting/22630/app-convergence/ [14:49] thanks bfiller [15:03] mhall119, is the time displayed on http://summit.ubuntu.com/uos-1511/meeting/22630/app-convergence/ (14:00 - 14:55) expressed in UTC ? [15:03] oSoMoN: yes, let me know if you need a different time [15:03] or different day [15:03] mhall119, that’s fine by me, just wanted to confirm [15:35] oSoMoN: would 1500 UTC work for you too? [15:36] zbenjamin: yes, take a look at the Uploaded by column. [15:37] but well, greyback_, where can I get qtmir for trusty? [15:38] elopio: you build it yourself, or get that PPA updated for you [15:38] why do you want qtmir on trusty? I don't even think mir works on trusty without a huge amount of work [15:38] mhall119, sure [15:38] mhall119, actually that’s even better for me, less rush for the lunch break [15:38] greyback_: there is a snapcraft example that requires qtmir, and we are building it on travis that is trusty. [15:39] so I want to check that the snap builds correctly. But if the qt snaps are >trusty only, I can skip it. [15:40] elopio: you'd better skip one needing qtmir [15:41] sergiusens: ^ [15:44] elopio, greyback_ building, not running; or is this due to the gcc5 issue? [15:44] elopio, we've been talking with tedg to remove the qml plugin all together and have it be a wiki part [15:45] building and/or assembling, but not running [15:45] sergiusens: I've zero idea. mir uses c++14, so needs relative new compiler. And it's mesa side *might* require new-ish kernel. But if you have mir working, qtmir should build ok [15:46] sergiusens: We should add an issue for that! /me is playing with issues still [15:49] tedg, done === genii is now known as zombiegenii === zombiegenii is now known as genii === dandrader is now known as dandrader|afk === dandrader|afk is now known as dandrader === alan_g is now known as alan_g|EOW [19:47] is my nexus 6 supported by motorola [19:53] is my nexus 6 by motorola supported with ubuntu touch [19:54] i wana instal linux on my phone is that posible??? [19:55] !devices | rainman [19:55] rainman: You can find the full list of devices, official images, community images, and works in progress at https://wiki.ubuntu.com/Touch/Devices === salem_ is now known as _salem === genii is now known as zombiegenii === zombiegenii is now known as genii === genii is now known as zombiegenii === zombiegenii is now known as genii [21:42] Hi, i have problem with my BQ E5 Ubuntu Edition, i wrong add group for user phablet. I try to reset my phone. but now i can't connect to wifi. [21:42] I think reset not work properly. [21:44] http://pastebin.com/SHMybX7T === genii is now known as zombiegenii === zombiegenii is now known as genii === Foxmaster is now known as zz_Foxmaster === benonsoftware is now known as MisterHiyas [22:03] i resolv recovery flash, i launch command after phone in recovery menu instead of launch command when boot phone in recovery mode. [22:13] shann, try to not run it as root but with sudo as a user [22:14] (like all the docs tell you) [22:15] i run ubuntu-device-flash in simple user and work, i wrong procedure run command after device in boot menu instead of launch command before boot device in recovery. [22:15] (and yes, the phone needs to be in bootloader, not in recovery mode) [22:16] ... like the line: 2015/10/30 22:43:43 Expecting the device to be in the bootloader... waiting tells you [22:16] Now i reconfigure my phone, webdav sync (owncloud) and davfs2 for files [22:16] just dont break it again :) [22:19] yes of course :) [22:57] strange, calendar sync perfectly, but in today scope when click on task i view task. but then click on open calendar not open them.