/srv/irclogs.ubuntu.com/2015/08/03/#ubuntu-touch.txt

nhainesPaddy_NI: yes, but that will probably break (or at least undo) your package index.00:02
nhainesYour best bet is to apt remove any changes, do the update, and then set writeable and reinstall the packages.00:03
Paddy_NInhaines, What do you make of the steps here to undo changes http://askubuntu.com/questions/600065/consequences-of-using-apt-get-in-ubuntu-touch00:04
Paddy_NInhaines, My first inclination is to do as you have already mentioned however00:04
nhainesPaddy_NI: I'm not sure I saw steps there to undo the changes, unless you mean 'ubuntu-device-flash' which simply reinstalls the OS.00:07
nhainesIt keeps your userdata partition, though, so your home folder contents are unchanged.  :)00:08
Paddy_NIOh I see00:08
Paddy_NIFair enough00:08
Paddy_NImy bad I guess I am better learning these things now00:08
nhainesProbably.  :)00:09
nhainesWhen the phone migrates to snappy, things are going to be a fair sight easier.00:09
Paddy_NII am really enjoying this so far00:11
=== chriadam|away is now known as chriadam
=== chihchun_afk is now known as chihchun
=== marcusto_ is now known as marcustomlinson
dholbachgood morning07:05
=== ara is now known as Guest14068
tsdgeosMirv: so we're not landing anything yet, right?07:27
Mirvtsdgeos: I'm only catching up what has happened during the last two weeks :) but yes it'd look like the transition is still not ready, some of Qt packages at least are still in -proposed07:32
tsdgeosk07:32
tsdgeossame here, was out last week07:32
tsdgeosreading lots of emails :D07:32
Mirvlots of lots of!07:32
Mirvis gerry around, generally, or gone for holidays?07:58
=== dbarth__ is now known as dbarth
nerochiarooSoMoN_: good morning. good to see that most fixes you request on the wide screen new tab view are visual things. Rae changed the design after I had submitted that branch (she said she would but not when). I am currently fixing all your comments. In the meantime, you can maybe also have a look at https://code.launchpad.net/~uriboni/webbrowser-app/dont-lose-fullscreen-on-volume/+merge/266437 ? I am stuck trying to figu08:11
nerochiarore out a way to test it, but other than mocking somehow Qt.application I can't see a way08:11
oSoMoN_nerochiaro, good morning!08:12
oSoMoN_nerochiaro, I’ll take a look shortly, thanks08:12
=== oSoMoN_ is now known as oSoMoN
Hawk_where can I find the info on ubuntu touch partition layout?08:13
nerochiarooSoMoN: just to be sure, are you looking at page 6 of this document for the visual spec, right ? https://docs.google.com/presentation/d/1woHjO8K4iqyVZZlfQ4BXL0DhYbwkEmZ7wvcUhYzHDRk/edit?pli=1#slide=id.gb81843c7e_0_4208:13
Hawk_rootstock-touch-install make use of /recovery/ and /cache/ to put files08:13
Hawk_but those android partitions are not large enough to hold the files08:14
Hawk__...08:18
nerochiarooSoMoN: also, how did you install the uitk staging branch on your vivid desktop ? what i do is to use debuild to create .debs, then install them with dpkg08:23
nerochiarooSoMoN: nothing was failing last week, but i will pull and rebuild and see what happens08:24
=== Guest54024 is now known as IdleOne
guest42345Hawk__, maybe here? https://sturmflut.github.io/ubuntu/touch/2015/05/07/hacking-ubuntu-touch-index/08:28
Hawk_still trying to figure out how utouch mount the partition08:29
Hawk_I dont see any fstab in the boot.img08:29
Hawk_thanks, saw the parition layout for mediatek. very useful08:32
Hawk_gosh...cache paritition is 700MB08:32
Hawk_way way higher than android08:32
ogra_Hawk_, we use the android partitioning but with slightly adjusted sizes (as you noted), the mount process is a bit complex, the main partitions (rw and ro) are mounted from the initrd, there we also crate an fstab which has a list of the bidn mounts for writable files and dirs ... the fstab is then processed normally during boot08:44
nhainesogra_: I'm liking the Music app on my desktop, although I don't like the blue accents much.  :)08:49
ogra_hmm, i havent tried it on the desktop yet :)08:49
nhainesogra_: it does what it says on the tin.  :)08:49
Hawk_thanks, orgra. I am looking through the scripts/touch and it seem fstab is not required.08:50
ogra_it is needed for writability08:50
Hawk_where is it suppose to be located?08:51
Hawk_in the userdata?08:51
Hawk_does not seem to be in boot.img or system.img08:51
ogra_scripts/touch processes $root/etc/system-image/writable-paths and creates an fstab along that08:52
ogra_(inside the initrd)08:52
Hawk_i see. make more sense now08:52
Hawk_I have not flash the ubuntu part into the userdata partition. apparently, this is why it boot but black screen08:53
Hawk_only falshed boot.img / system.img08:53
Hawk_was hoping to get some display. :)08:54
Hawk_pardon my ignorance. quite familiar with android...08:54
Hawk_totally clueless on touch. :(08:54
ogra_what device is that ?08:54
Hawk_sony xperia L08:54
ogra_and wheer did you get the image ? ?08:55
Hawk_compile from scratch08:55
* ogra_ wasnt aware there is any recent working port08:55
ogra_ah08:55
Hawk_dont think there is any image available08:55
Hawk_trying to do a port08:55
ogra_well, you wont get any graphical output until the UI session starts08:55
Hawk_ok...it took me a while to realise08:56
Hawk_i am going to try and get the ubuntu part into the data partition08:56
ogra_the GPU driver lives inside the android container, so only after the container is up Mir can even attempt to start ... and usually there are no graphical consoles enabled on android kernels08:57
ogra_(which is why you see the bootloader logo untuil Mir fires up the UI session(08:57
nhainesogra_: needs a teletype driver.  :)08:57
Hawk_ok. i did try turning on the framebuffer console08:58
Hawk_guess it might not work without some hack08:58
Hawk_it didnt work of course. :)08:58
ogra_yeah, likely08:58
Hawk_i was still at android mindset08:58
ogra_your boot loag should be in /proc/last_kmsg though08:58
Hawk_i cant get the last_kmsg08:58
ogra_you shoudl be able to reboot to recovery and read it from there08:59
Hawk_since this phone cant force shutdown without removing the battery08:59
ogra_(a working CM recovery would do )08:59
Hawk_recovery is working08:59
ogra_oh, why is that ? there should be a panic timeout set in the kernel08:59
Hawk_isnt the last_kmsg store in the ram?09:00
ogra_yes09:01
Hawk_yeah. i cant boot into recovery without taking out the battery09:01
Hawk_the phone does not get into adbd for me to do software reboot to recovery09:01
Hawk_anyway, the main issue is that I did not flash the ubuntu part into the "/data" partition09:02
Hawk_i need to do that and see where it goes09:02
Hawk_thanks for the pointer, it help to clear the way09:03
Hawk_apparent any port on xperia seem to be very dated09:04
JamesTaitGood morning all; happy Monday and happy Watermelon Day! 😃09:25
cimihey seb128, do you want to help me with debugging that usb keyboard today or another time?09:35
seb128cimi, this afternoon is fine, I've a meeting at 12utc before whenever you want after that09:37
cimiseb128, fine09:38
tsdgeoswe're not using the spreadsheet anymore for landings?09:55
ogra_tsdgeos, theer were mails about it09:57
tsdgeosogra_: ok, i'll read those 400 emails and i'll be back :D09:57
popeywiki.ubuntu.com/citrain still points to spreadhseet. it should be updated09:57
ogra_"ANNOUNCEMENT: Train Spreadsheet now fully migrated"09:58
* popey edits the wiki09:58
robcarHello10:11
robcarI got a brand new MX4; what's the best place to post questions about Ubuntu Phone?10:14
nhainesIt depends on the nature of the questions.  askubuntu.com, probably.10:15
guest42345robcar, and maybe http://ubuntuforums.org/forumdisplay.php?f=46010:18
robcarso far I've used ubuntuforums.org, ok I'll keep using this one then10:19
popeyrobcar: here is also fine10:19
davmor2robcar: here, askubuntu.com, the forums, the mailing list10:20
robcarOk, one thing I posted to the forum and didn't get a reply. Is it possible to stream music from the device to the car stereo via bluetooth A2DP?10:23
nhainesYes, but only if the right profile is supported by the device.  Some of them report themselves in strange ways.10:23
nhainesThis should improve in 15.10, I suppose.10:23
robcarOk, so far I only managed to pair the phone with the car stereo, but it seemed that only phone/message function was advertised (didn't try it though).10:25
robcarSpeaking of music: I installed CuteSpotify and I noticed that when the phone screen locks the music stops. Is it something that can be managed somehow?10:27
popeyyes and no10:27
popeyyou can install 3rd party apps to hold other apps open10:28
popeybut by default apps are suspended when in background (with a few exceptions)10:28
kissielpopey: good morning!10:39
jgdxrobcar, i just filed this [1] in case you should be affected by it. [1] https://bugs.launchpad.net/canonical-devices-system-image/+bug/148086510:40
ubot5Ubuntu bug 1480865 in Canonical System Image "Phone plays music via bluetooth instead of recently connected headset" [Undecided,New]10:40
popeykissiel: hi10:41
kissielpopey: got a fresh version of checkbox10:42
popeysuper10:42
kissielpopey: https://launchpad.net/checkbox-touch/trunk/1.2.1/+download/com.ubuntu.checkbox_1.2.1_multi.click - the click10:42
kissielpopey: http://paste.ubuntu.com/11992191/ - the notes10:42
kissiel:)10:42
popeydoing now10:42
kissielpopey: \o/10:42
popeykissiel: all done10:48
kissielpopey: thank you!10:48
Mirvpopey: thanks for updating the https://wiki.ubuntu.com/citrain, I was just about to do that10:49
* mpt marks a “Low” bug as a duplicate of a “Critical” bug10:53
jgdxmpt, does https://wiki.ubuntu.com/Sound specify what should happen if there are multiple sound outputs (speakers, headset, bluetooth)?10:53
mptjgdx, “This definition does not yet take into account simultaneous use of multiple audio outputs (for example, headphones for an audio call and speakers for music).”10:54
mptIs that currently possible anyway?10:54
jgdxmpt, yeah, and it's a source of pain10:54
mptok, please report a bug with steps to reproduce :-)10:55
jgdxmpt, bug 148086510:55
ubot5bug 1480865 in Canonical System Image "Phone plays music via bluetooth instead of recently connected headset" [Undecided,New] https://launchpad.net/bugs/148086510:55
mptjgdx, I thought you meant a case where different sounds legitimately played through different outputs at the same time10:56
mptThat bug is just a case of choosing the wrong primary output, right?10:56
jgdxmpt, okay, well, no. If it did play through multiple outputs it would actually alleviate the pains a bit.10:57
jgdxmpt, correct, it's failing to choose the primary output, but I can't possibly see how it could make that decision on it's own10:57
jgdxios lets you choose in this case10:58
popeynp Mirv10:58
mptjgdx, how is that not covered by “Whenever headphones or a headset are connected, they should be the primary output for as long as they are connected.”?10:58
ogra_mpt, not for everything ;)10:58
ogra_i.e. you probably want the ringtone to go off in parallel on the speaker and headphone10:59
jgdxmpt, right, so that's covered. Thanks11:01
jgdxthere's a case when I go running and have to drive inbetween. Your spec forces me to disconnect the headset to get music via bluetooth.11:02
jgdxvery pre-industrial11:03
mptjgdx, tell me about this pre-industrial music, it sounds intriguing11:05
mptjgdx, drive inbetween where? Drive to where you’re going to be running?11:05
mptogra_, the Phone app might specify that the ringtone should always be played through speaker, never through headset. I called it “primary sound output” because it’s not necessarily “only”.11:08
jgdxmpt, it's Bach, but I meant that the disconnection was pre-industrial—the music is like steam I have to redirect physically11:08
jgdxmpt, and I'm running up two mountains that are miles apart11:08
ogra_mpt, well, i want it also on my headset while the phone is in the pocket and i cant hear it because of teh loud music indeed :)11:08
morphiscyphermox: ping11:09
nhainesAndroid plays ringtones and notifications through both the phone speaker and the headset or Bluetooth device.11:09
mptogra_, the Phone app should also mute and/or pause music for the duration of a ringtone and/or call. If it doesn’t, that’s a separate bug.11:09
nhainesProbably not headset *and* Bluetooth device, although I haven't tested *that* yet.  ;)11:10
jgdxmorphis, re: “RFC- Having a bluetooth service to handle pairing”: Didn't seb128 suggest a solution already? Either a trusted helper or Unity8?11:27
morphisjgdx: he did, I just wasn't sure if that is the "common" way to do such things11:27
jgdxmorphis, if you find a common way, do tell :)11:28
morphishehe11:28
ElleoMirv: heya, I've added a patch to: https://bugs.launchpad.net/ubuntu/+source/maliit-framework/+bug/1474690 which'll allow the keyboard to work under Qt 5.511:42
ubot5Ubuntu bug 1474690 in maliit-framework (Ubuntu) "Keyboard doesn't work with Qt 5.5" [Undecided,In progress]11:42
morphisseb128, charles: any estimate when you will merge https://code.launchpad.net/~morphis/ubuntu-system-settings/bt-always-do-async-calls?11:45
cimiseb128, when you want...11:45
seb128cimi, I've a meeting in 10 minutes, after that I ping you11:49
cimiok11:49
MirvElleo: thanks a lot, building soon! it should help testing Qt 5.5 further since keyboard is quite critical, although I wonder how the GCC 5.0 transition might affect testability right at the moment.11:49
seb128morphis, I've been busy with gcc5 transition work previous week, I hoped that charles or cyphermox would review that one11:50
morphisah ok11:50
seb128morphis, unsure about "land", we have some backlog on settings and kenvandine lines some landings already11:50
seb128but the mp should be reviewed today or tomorrow I think11:50
morphisseb128: thanks!11:50
seb128yw!11:50
ElleoMirv: yeah, the image I was testing on was from either thursday evening or friday morning so I'm not sure if the gcc5 switch had happened yet; there's also a branch for the keyboard build failure but that can't land without the rest of 5.5 as it needs to add a dependency on libqt5xcbqpa5 for its tests11:52
MirvElleo: that was right before it started happening, and now it's happening so I'm not sure about the results plus I'd probably need to rebuild all of Qt 5.5 with GCC5 etc.. anyhow, taking your branch :)11:54
MirvElleo: yes, I'll simply use the ubuntu-keyboard branch for the 5.5 landing silo (whichever year the 5.5 landing is able to happen..) because of these xvfb running tests now needing that extra package11:55
MirvElleo: a big thank your for that too11:55
Mirva functional keyboard is a really useful for others to fix their bugs, and to run tests11:56
ElleoMirv: no worries :)11:56
=== alan_g is now known as alan_g|lunch
cwaynemariogrip: hey, i found a typo on https://devices.ubports.com/#/12:15
=== psivaa is now known as psivaa-lunch
=== chihchun is now known as chihchun_afk
robcarjgdx: alas, I miss the 1st prerequisite :(12:47
robcarmy car stereo is not receiving music via bluetooth, btw thanks12:48
jgdxrobcar, what kind of car do you have?12:48
mariogripcwayne: where? also i made an issue page on github for the webpage: https://github.com/ubports/webpage-devices/issues I will also push the source12:49
robcarjgdx: Toyota Verso12:52
jgdxrobcar, newer? Like 2012-2015?12:52
robcarwith an S3 android I was able to stream music (but no songs/album titles nor covers)12:53
robcarYeah, like that12:53
jgdxrobcar, right.. then I have the same car available. Could you file a bug?12:53
jgdxI can confirm it12:53
robcarbut I thought you were able to play music via car stereo, as far as I could see from the 1st prerequisite that you listed12:56
jgdxrobcar, in my volvo, yes, but I haven't tested in my mom's Yaris, which i expect will have the same stereo as yours.13:00
mptkemmko, bug 142627813:00
ubot5bug 1426278 in Ubuntu UX "[system-settings] default SIM for messages UI missing" [High,Triaged] https://launchpad.net/bugs/142627813:00
jgdxrobcar, since I also get no artwork streaming to that stereo from android13:00
robcarok, thanks. Tonight I'll try to connect again and will file a bug then13:02
=== sauredron is now known as sauraedron
robcarI got another question; it seems I cannot get new emails notifications with Dekko13:04
sauraedronhi, phablet-dev-bootstrap downloads the whole repo right? is there a way to download not all commits, but until last X commits, so that i dont have to download all of the 15 gigs ?13:04
DanChapmanrobcar: that's because of the app lifecycle policy. Dekko get's suspended when in the background so there is no way to know if there is new mail or notify about it.13:06
=== dandrader is now known as dandrader|afk
robcarDanChapma: ok, thanks. This background thing is good for battery savings but on the other hand it gives those kind of issues13:20
=== chriadam is now known as chriadam|away
ogra_robcar, it will start owrking once there is a system service that can provide these things13:23
nhainesrobcar: as ogra_ said, it's a work in progress.  :)13:26
=== dandrader|afk is now known as dandrader
sauraedronhi, phablet-dev-bootstrap downloads the whole repo right? is there a way to download not all commits, but until last X commits, so that i dont have to download all of the 15 gigs ?, and is it possible to resume the command ?13:31
jgdx!ask | sauraedron13:42
ubot5sauraedron: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience13:42
jgdxI mix !ask and !patience. :s13:43
sauraedronsorry13:44
dobeyjgdx: well, it has been 30 minutes and numerous joins happened in that time. :)13:46
jgdxdobey, askubuntu is perfect for that :)13:47
dobeyogra_: or once the mail servers in question support push notificataions (which would be much better than maintaining an IMAP connection in background)13:47
nhainesdobey: I suspect a system service could just poll for new messages every x minutes and not maintain the connection.  :)13:50
dobeyslangasek: btw, looks like some of the other packages from ubuntu-touch-meta also need updates; ubuntu-sdk-libs-dev still depends on libboost1.55-dev which libboost1.58-dev conflicts with13:51
dobeynhaines: i'm sure it could, but that's worse than keeping a connection for IDLE to work13:51
dobeypush notifications would be optimal though; gmail at least supports it for android/ios afaik; would be nice to convince google that push notifications support for ubuntu would be good too13:52
nhainesI would install something on my shared hosting (or actually even my droplet) if it could ping all my accounts and send push notifictions.  :)13:55
seb128on what component should audio routing bugs be reported?13:59
seb128e.g bug #148086513:59
ubot5bug 1480865 in Canonical System Image "Phone plays music via bluetooth instead of recently connected headset" [Undecided,New] https://launchpad.net/bugs/148086513:59
seb128rsalveti, ogra_, ^ you might know?14:00
ogra_seb128, i would guess against pulse ... not sure though14:01
rsalvetiput it to pulse for now14:01
cimiseb128, still busy?14:05
seb128rsalveti, ogra_, thanks14:06
seb128cimi, no, now is fine14:06
seb128cimi, so what are you trying to pair and what is happening?14:07
cimiseb128, so, a keyboard on the phone, I have a notification with "insert pin" and 0000 in the entry - on the desktop instead I have a 6 digit code, 148654 "type that to your kbd and press enter"14:07
seb128what device do you try to pair?14:08
seb128do you know what pairing protocol is used?14:08
cimiseb128, tried on arale, nexus 4, nexus 714:08
cimiseb128, how do I check all of this?14:08
cimion the desktop works14:09
cimiI have this "type those 6 digits on the keyboard and press enter"14:09
seb128what keyboard model do you use?14:10
mardyMirv: hi! Are you back from holidays? :-)14:10
cimiseb128, an anker keyboard14:11
cimiseb128, http://www.amazon.co.uk/Bluetooth-Ultra-Slim-Aluminum-Keyboard-Windows/dp/B00BKW241014:11
dobeynhaines: well, i guess it wouldn't be hard to write something for dovecot to send push notifications; for people running their own servers. just need a bit of integration outside the IMAP protocol perhaps, to integrate auth to hook things up14:12
morphiscimi: can you reproduce this with debugging logs enabled?14:12
morphiscimi: see https://wiki.ubuntu.com/DebuggingBluetooth14:12
morphisseb128: from what I saw in the settings code you're already listening for the pin/passkey signals so it should work ..14:13
=== chihchun_afk is now known as chihchun
seb128cimi, can you try to "sudo stop bluetooth"14:13
seb128from an adb command line14:13
seb128cimi, then "sudo bluetoothd -n -d"14:14
seb128then try to pair14:14
seb128and see what the log says14:14
seb128morphis, yeah, pairing works fine here, but the only keyboard I tried uses ssp14:14
morphisseb128: if the desktop queries cimi for his keyboard also for a six digits PIN than his keyboard should use SSP too14:16
morphisalso amazon quites "Syncs with your devices via Bluetooth 3.0"14:16
Mirvmardy: yes!14:18
seb128morphis, cimi, just tried with my keyboard (logitech k480), it works fine still with a mx414:19
seb128bluetoothd log has14:19
seb128bluetoothd[3673]: src/agent.c:agent_display_passkey() agent_display_passkey: 872130,014:19
seb128the code shows on the phone14:19
mardyMirv: cool :-) I have something for you :-) What do you think of bug 1433442?14:20
ubot5bug 1433442 in qtdeclarative-opensource-src (Ubuntu) "QML's ListView currentItem changes on resize" [Undecided,Confirmed] https://launchpad.net/bugs/143344214:20
morphisseb128: does it also comes through the UI?14:20
seb128yes14:20
seb128I see the code on the settings side14:20
seb128and digits are removed 1 by 1 as I enter them14:20
seb128which is how it was working when I implemented the ssp pairing ui14:21
seb128so I guess there is something specific/different in cimi's config14:21
morphisremoved 1 by 1?14:21
Mirvmardy: sounds reasonable, although would you want it for Qt 5.4 too? there's no ETA yet on when 5.5 can be landed14:21
seb128morphis, the UI it tells you "type 872130<return>"14:21
seb128morphis, you need to type the code on the physical keyboard14:21
Mirvmardy: and if 5.4 yes, then would you like it not only for wily but also the OTA:s? wily is on 5.4.2, vivid+overlay at 5.4.1.14:22
seb128morphis, when you hit the keys it updates what is left to type14:22
seb128like type 1234 -> 234 -> 34 -> 414:22
morphison the phone?14:22
seb128yes14:22
seb128we get a callback every time a digit is entered and mask one of the numbers14:22
morphisfrom bluez?14:23
seb128yes14:23
morphisok14:23
seb128morphis, see DisplayPasskey() on https://kernel.googlesource.com/pub/scm/bluetooth/bluez/+/4.101/doc/agent-api.txt14:23
mardyMirv: ah... well, my primary reason is the phone, so I'd like to have it on the OTA:s, if possible14:24
seb128morphis, the callback is called after each keypress with an updated "entered" value14:24
Mirvmardy: right, makes sense. ok, triaging, I'm not sure if I can make it hit the next OTA though or only the one after that, but let's see.14:24
morphisseb128: ok, never noticed the entered parameter14:24
seb128:-)14:25
morphisseb128: so what is the actual problem you have?14:26
seb128morphis, it's not me, it's cimi, I'm trying to help him debug14:26
seb128waiting for his log14:26
seb128morphis, --> zyga (~zyga@ubuntu/member/zyga) a rejoint #ubuntu-touch14:26
seb128<cimi> seb128, so, a keyboard on the phone, I have a notification with "insert pin" and 0000 in the entry - on the desktop instead I have a 6 digit code, 148654 "type that to your kbd and press enter"14:26
morphisah ok14:26
seb128morphis, it looks like the settings get confused/shows the UI for the wrong pairing mode or something14:27
morphisso he is queried for a PIN but should have been quiered for a passkey14:27
cimiseb128, http://paste.ubuntu.com/11993429/14:27
seb128cimi, nothing after the "Requesting agent authentication"?14:29
mardyMirv: cool, many thanks! Let me know if I can help :-)14:29
cimiseb128, some other crap14:29
cimiseb128, but this is what I receive when I tap connect and i see the notification14:30
seb128cimi, can you pastebin those craps in case?14:30
cimiseb128, http://paste.ubuntu.com/11993445/14:31
seb128cimi, is there anything in .cache/upstart/application-legacy-ubuntu-system-settings-.log?14:33
Mirvmardy: np!14:34
Elleokenvandine: is it currently possible to create ContentItems without transfers for moving files? I know we discussed it a bit in the past, but can't remember if anything had been implemented14:44
kenvandinei think you can14:44
Elleokenvandine: okay, will give it a try14:45
kenvandineElleo, let me know how it goes :)14:45
Elleoheh14:45
ogra_you will know after implementing these 1500 lines of test code :P14:46
Elleohehe14:46
Elleomandel: have you seen this? https://bugs.launchpad.net/ubuntu-download-manager/+bug/1465568 <-- might be limiting download manager uptake a bit ;)14:49
ubot5Ubuntu bug 1465568 in ubuntu-download-manager "Download path is not documented" [Undecided,New]14:49
seb128morphis, https://bugs.launchpad.net/canonical-devices-system-image/+bug/1479445 ... do you think we should do http://paste.ubuntu.com/11993561/ ? it seems that bluez changed and that bluez5 deprecate the issue/fix, but meanwhile for vivid-overlay that might be enough to fix the bug?14:52
ubot5Ubuntu bug 1479445 in bluez (Ubuntu) "IN CAR: Signal Strength not shown in car display" [Undecided,New]14:52
cimiseb128, nothing interesting there14:56
seb128cimi, no bluetooth error?14:56
cimiseb128, no14:57
seb128k, I don't know then, sorry14:57
cimiseb128, maybe 2015-08-03 15:57:54,293 - CRITICAL - Couldn't register agent at "/com/canonical/SettingsBluetoothAgent/54_73_00_00_60_00"14:58
=== psivaa-lunch is now known as psivaa
seb128cimi, could be, though I've seen a similar warning and pairing works here...14:59
seb128also you get a dialog to display which seems to indicate the agent is working14:59
cimiseb128, yeab but the wrong one15:02
cimiseb128, how shall we proceed then?15:02
seb128cimi, somebody needs to do code debugging with the hardware15:03
seb128cimi, like rebuild u-c-c with qDebug() statements in the callbacks from http://bazaar.launchpad.net/~system-settings-touch/ubuntu-system-settings/trunk/view/head:/plugins/bluetooth/agent.cpp15:05
seb128or maybe morphis has a better idea on how to debug?15:05
Elleokenvandine: it works, but I think I might have to do it in C++ anyway so I can deal with filename collisions more elegantly; might be nice to add an option for that to the contentitem move api15:10
Elleokenvandine: i.e. to append a number and increment it as much as needed when files already exist15:11
kenvandineElleo, yeah15:11
kenvandineor provide an error to let the app deal with it15:12
faenildandrader: hello :) you wrote the new directional drag gesture recognition component right?15:15
Elleokenvandine: yeah, at the moment it just gives true/false for success/failure; but I don't want to use that in case it fails for some other reason, and just ends up stuck looping trying to generate unique filenames15:16
kenvandineyeah15:16
kenvandinean error enum would be much better15:16
dandraderfaenil, yes15:17
Elleoyeah15:17
dednickjhodapp: do you have that bug for the media-hub crash yet?15:18
faenildandrader: cool, do you know if there's any space for improving it? like tweaking or adding heuristics to minimiza false positives and false negatives15:19
dandraderfaenil, sure. it's just a matter of priorities. if this had a high-enough priority some one would look into it15:19
dandraderfaenil, so far there's no bug or work-item about it even15:20
faenildandrader: yeah, I've got some space allocated to that :)15:21
dandraderfaenil, ok, then go for it :)15:21
faenildandrader: so, is there anything I Should be aware of before I dig into the code to try to understand what it does? :)15:21
dandraderfaenil, nothing comes to mind15:22
faenildandrader: alright, I hope it doesn't require too much unity/compositor arch knowledge :D15:22
jhodappdednick, https://bugs.launchpad.net/ubuntu/+source/media-hub/+bug/147938315:46
ubot5Ubuntu bug 1479383 in media-hub (Ubuntu) "Adding many tracks to the tracklist with metadata retrieval enabled causes a segfault in glib" [Critical,Triaged]15:46
jhodappdednick, but see if you can reproduce that issue on a latest image that has gstreamer 1.5.215:47
jhodappdednick, there's a chance that it has gone away or become a lot more rare, abeato hasn't been able to reproduce it with gst 1.5.215:47
abeatojhodapp, anyway I have not been able to try to reproduce it in a completely clean environment15:48
abeatojhodapp, is your silo ready? I tried to install but requires gcc 5 now15:49
jhodappabeato, yeah all wily targets are gcc5 now...I'm trying to resolve that now too15:49
abeatojhodapp, ok, please let me now when you do15:50
jhodappabeato, bad timing...if the gcc5 image is too broken then we'll have to do this on vivid sooner than later15:50
jhodappabeato, about to try that now15:50
abeatojhodapp, yep :-/15:50
=== chihchun is now known as chihchun_afk
DexterFhi16:13
DexterFI am considering a Bq Aquaris E5 HD Ubuntu Edition, but haven't found any means to run Threema on it (end2end encrypted messenger, so far Android and iOS only)16:14
DexterFis there a way to "emulate" an android api layer?16:14
ogra_nope16:14
ogra_well, you could roll a click package that includes all of dalvik or some such ... theoretically you could make it work, parctically nobody ever has16:15
DexterFI could nag the Threema guys until they port it.16:17
DexterFI'll give it a shot..16:18
ogra_DexterF, we have telegram though ... thats at least half way safe (for private encrypted chats)16:20
DexterFogra_: yes, but I could convince bout 10% of the poeple I know to switch to Threema, if I lose another 90% switchting to Telegram there is no point using it to begin with16:22
ogra_heh16:23
=== dandrader is now known as dandrader|lunch
DexterFhow about Whatsapp?16:37
dobeyask whatsapp about it16:38
ogra_well, ask facebook :)16:39
DexterFwell, I'm asking here.16:39
ogra_and what kind of answer do you expect ?16:39
dobeywell it's a proprietary app. we don't have the source for it16:39
ogra_free whatsapp alternatives will be shot down by their lawyers16:39
DexterFwell, that's an answer16:39
ogra_so there is no way to build one that persists16:39
DexterFTelegram uses xmpp?16:40
ogra_https://core.telegram.org/mtproto16:40
DexterFah, MTproto, right. 2^64 at present. well, I need something half decent that has so many practical advantages to the common user to convince them to switch and have some crypto as an extra. after all, Threema is not too trustworthy either16:45
dholbachogra_, in your web app container, is --enable-media-hub-audio anything I can or need to specify anywhere?16:51
ogra_dholbach, hmm, i havent gotten that working with out normal container yet ... is it suppoed to work ?16:51
ogra_*supposed16:52
dholbachogra_, dbarth__ asked me to use it in the mixcloud app16:52
ogra_dbarth__, ^^ should --enable-media-hub-audio finally works now ?16:52
ogra_dholbach, yes, he asked me for the lautfm webapp too ... i recently tried it (it uses the default container) and couldnt get it working16:52
dholbachmixcloud worked for me when I last tested it16:53
ogra_when was that ? :)16:55
dholbacha while ago :)16:55
ogra_(and to answer your initial question, i didnt do any work on the alternate container in that regard yet)16:55
dholbachok, thanks!16:56
dobeyDexterF: try Signal from whisper systems then16:57
dobeyit's at least open so should be possible to create a client for Signal and TextSecure on Ubuntu16:58
=== alan_g|lunch is now known as alan_g|EOD
=== dandrader|lunch is now known as dandrader
dbarth__ogra_, dholbach: you need the 1.8.x images from the mozilla-security ppa to get the option to be compiled in by default17:21
dbarth__there was a build issue earlier which kept it out of 1.7.x as originally released in the ppa17:22
mimecarhi19:18
sergiusensogra_: hey, what image should we use for manta now?19:24
popeysergiusens: don't think anyone but davmor2 looks at manta with any regularity20:03
davmor2sergiusens: manta is retired as I understand it20:03
davmor2sergiusens: we only support, mako/flo/krillin/arale/vegeta20:04
davmor2sergiusens: we also have an emulator that doesn't boot20:04
davmor2sergiusens: does that help?20:05
sergiusenspopey: davmor2 I ask because I was considering taking my manta to ubunconla20:06
sergiusensbut if not, I'll limit myself to krillin, flo and mako20:06
sergiusensit does help :-)20:07
sergiusensless carry on ;-)20:07
sergiusensthanks20:07
davmor2sergiusens: :)20:07
pmcgowanhmm I was just about to flash my manta20:09
davmor2pmcgowan: you were the one that approved the retirement iirc ;)20:10
pmcgowannot me20:10
davmor2pmcgowan: maybe I'm dreaming then20:10
pmcgowanalthough I forget things20:10
popeydavmor2: i have ~220 games in steam, "only" ~148 are Linux compatible.20:11
popeyoops20:11
popeywrong channel :)20:11
pmcgowanI lost a bet wth kgunn_ prolly20:11
davmor2pmcgowan: there is definitely no mention of it in the ubuntu listing for vivid20:11
davmor2pmcgowan: probably lost the bet with kgunn_ sil2100 jfunk and jibel combined to be honest :)20:13
pmcgowandavmor2, do you know if it boots20:14
davmor2pmcgowan: no idea20:15
pmcgowanhere goes nothin then20:15
davmor2pmcgowan: it'll be stuck on rtm20:15
pmcgowanoh20:15
kgunn_pmcgowan: i'm trying just now20:15
pmcgowankgunn_, there is not even a rc build of it it seems20:16
kgunn_key is to include --device=manta20:16
davmor2pmcgowan: oh no rc-proposed has manta sorry20:16
davmor2pmcgowan: http://system-image.ubuntu.com/ubuntu-touch/rc-proposed/ubuntu/manta/20:17
pmcgowankgunn_, which channel for u-d-f20:17
davmor2pmcgowan: not sure now why I thought it was dropped20:17
pmcgowanjust ubuntu I guess20:17
kgunn_pmcgowan: ubuntu-touch/rc-proposed/ubuntu20:17
davmor2pmcgowan: ubuntu-touch/rc-proposed/ubuntu20:17
pmcgowankgunn_, I will await your results20:18
* kgunn_ struggles to get his into fastboot20:18
kgunn_...and flashign20:18
sergiusensdavmor2: so you lied?20:19
sergiusens:-P20:19
davmor2sergiusens, pmcgowan: it might just of been dropped as a QA requirement20:22
pmcgowandavmor2, thats true20:22
kgunn_pmcgowan: i'm getting a nice disco tablet effect....20:26
kgunn_so looks like "doesn't work"20:26
kgunn_i saw the ubuntu logo briefly, now just black and  white flicker....and heat generation20:26
davmor2kgunn_: it is here20:26
davmor2kgunn_: well at least so far20:27
* kgunn_ reboots20:27
kgunn_magic20:27
pmcgowanok I am in then20:27
davmor2pmcgowan: kgunn_ it still looks ugly20:28
pmcgowandavmor2, don't call kevin's baby ugly20:29
kgunn_ug scopes are gonna have to get relaid20:30
davmor2pmcgowan: icons are huge, scopes are rough, keyboard takes up most of the screen the list goes on20:30
pmcgowandavmor2, tweak your gus?20:31
kgunn_hmm, sidestage not bad actually with rotation pmcgowan20:32
davmor2kgunn_: you mean appart from the fact that it only moves down 2/3's of the page right?20:34
kgunn_davmor2: the fact is disappears magically on rotation...20:46
kgunn_altho it's still open in the spread....i dunno, prolly needs some ux tweak20:46
pmcgowankgunn_, looks fine to me20:59
kgunn_pmcgowan: i think it's good enough to dev on21:00
pmcgowanfor sure21:01
=== kohelet_ is now known as kohelet

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!