/srv/irclogs.ubuntu.com/2015/10/14/#ubuntu-touch.txt

WebVisitor-1hi guys00:04
WebVisitor-1I have a touch screen laptop using Windows 10 but I want to use Ubuntu Linux. Can I keep my touch screen?00:05
JanCI have a touch screen laptop and it works just fine with Ubuntu00:59
=== chihchun_afk is now known as chihchun
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
dholbachgood morning06:24
mardytvoss: 'morning!07:11
tvossmardy, o/07:11
mardytvoss: I'm a bit stuck with the tests... this is what I've done so far: http://bazaar.launchpad.net/~mardy/location-service/lp1499256/revision/21607:11
tvossmardy, ah, let me see :)07:12
mardytvoss: the test builds, but it segfaults because "if (thiz->impl.utc_time_request_handler)" evaluates to true, and then it calls that method. I'm not sure how i can make that evaluate to false07:13
tvossmardy, let me quickly branch and have a look07:14
mardytvoss: thanks!07:14
tvossmardy, ah, the joys of void* in C callbacks07:17
Tm_Tmoin07:18
tvossmardy, so you are passing a pointer to a MockHardwareAbstractionLayer into on_request_utc_time (taking a void*)07:18
tvossmardy, the function internally assumes that an android::HardwareAbstractionLayer has been passed in and casts, which results in undefined behavior07:19
mardytvoss: ouch! Any suggestion on how to get pass a valid context there?07:20
tvossmardy, thinking about it. One way would be to mark the required functions in android::HardwareAbstractionLayer as virtual, and providing a specific mock inheriting from HardwareAbstractionLacer07:21
tvossLayer, even07:21
tvossthen passing an instance of that one in should work07:21
=== chriadam is now known as chriadam|away
tvossmardy, the other (cleaner way) would be to define a Reporter interface, with the android::HAL implementation reporting events like reporter->utc_time_requested()07:25
tvossmardy, in normal operation, we could handle logging in the reporter, and reuse it in testing scenarios07:25
mardytvoss: mmm... I'm a bit lost, I'll try to understand the current code better and then come back with precise questions :-)07:35
tvossmardy, sure, we can jump on a hangout, too07:35
tvossmardy, so all the static functions in android_hardware_abstraction_layer.h are callbacks that are passed to the gps driver07:36
mardytvoss: thanks, I'll let you know if that's needed07:36
tvossmardy, cool, I'm around07:36
zzarrHello! I have a question touching this channel, will this be possible on OTA-7? http://news.softpedia.com/news/ubuntu-phones-will-run-any-linux-application-on-top-of-unity-8-494496.shtml?utm_content=buffer4ed3f&utm_medium=social&utm_source=plus.google.com&utm_campaign=buffer07:37
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
Guest42341zzarr, o_O Xmir?07:54
mardytvoss: OK, I did some progress, using a third option: mocking ubuntu-platfom-api (just u_hardware_gps_new(), u_hardware_gps_set_position_mode() and u_hardware_gps_inject_time())08:09
tvossmardy, so that requires an LD_PRELOAD though, doesn't it?08:09
mardytvoss: I'm not going to show you any code yet, I just verified that it would work08:09
mardytvoss: no, we just add a .cpp file defining these methods08:10
mardytvoss: and then we can use gmock inside this implementation08:11
matv1hi everyone08:11
matv1not meaning to be pushy, but i reported a bug a couple of days ago where my (stable channel ota6, no tinkering done) has gone bad in a way i have not seen, or seen reported by others, before. If anyone at canonical feels its worth chasing this down, i'd love to help and produce more info out but as it is my daily driver, i cannot afford to keep my phone in this state for long.08:12
matv1If its gonna take a while (which i fully understand)i am going to have to do a factory reset08:12
tvossmatv1, mind pasting the bug url/nr?08:12
matv1https://bugs.launchpad.net/canonical-devices-system-image/+bug/150522008:13
ubot5`Ubuntu bug 1505220 in Canonical System Image "multiple apps crashing at launch" [Undecided,New]08:13
tvossmatv1, I'll make sure that it gets picked up and at least looked at today. Thanks for the report :)08:14
matv1tvoss thanks a lot! i am going to add a bit of new info to the bug as well myself. I will keep an eye on the bug and on irc today08:15
tvossmatv1, great, thank you :)08:16
zzarrGuest42341, yes, XMIR!08:19
zzarrI love it :D08:19
JamesTaitGood morning all; happy Wednesday, and happy World Maths Day! 😃08:33
=== davidcalle_ is now known as davidcalle
=== oSoMoN_ is now known as oSoMoN
mardytvoss: in http://bazaar.launchpad.net/~mardy/location-service/lp1499256/revision/216, I made on_request_utc_time() use inject_reference_time(), changing the signature of the latter;10:10
mardytvoss: however, if I mock the ubuntu platform API, this is not really necessary10:10
mardytvoss: should I revert that change, or do you prefer to keep it?10:10
tvossmardy, have to take a look at the final MP to be honest :)10:10
tvossfor the sake of having the big picture10:11
mardytvoss: OK, so for the time being I'll keep the changes to a minimum10:11
tvossmardy, ack10:12
=== marcusto_ is now known as marcustomlinson
mardytvoss: https://code.launchpad.net/~mardy/location-service/lp1499256/+merge/274381 I kept the mock in the same file, let me know if you prefer to be in a separate file11:38
tvossmardy, ack and thx11:39
=== alan_g is now known as alan_g|lunch
=== zhxt is now known as zhxt_afk
=== JMulholland_ is now known as JMulholland
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
jgdxdbarth, hey, you're landing the removal of facebook from account-polld?12:55
=== alan_g|lunch is now known as alan_g
=== _salem is now known as salem_
dbarthjgdx: yes, that API is deprecated by Facebook, we can't use it13:54
jgdxdbarth, yup. Reason I ask is that I don't see mardy's MP in the silo referring to the bug.13:55
dbarthah13:55
dbarthoh, there were 2 silos, and i removed this change to land it in a separate silo13:56
dbarththat may be why13:56
dbarthjgdx: which silo are you talking about?13:56
jgdxdbarth, 38, but now I don't see the reference.13:57
dbarthsilo 040 has only the plugin changes13:57
jgdxdbarth, okay13:57
jgdxthank13:57
jgdxs13:57
dbarthmardy: ^^ the account-polld branch; has that been adopted into another silo last time we were talking about other merge proposals?13:58
dbarthotherwise, need to keep it on our radar for landing13:58
mardydbarth: I don't think it has been adopted into another silo, but OTOH IIRC account-polld uses a special way of landing14:09
mardydbarth: I remember that jenkins didn't know how to build it14:09
mardyjgdx: do you know more? ^ can we land account-polld via the citrain?14:09
jgdxmardy, I know ubuntu-push uses tarmac, but I haven't heard anything about the polld landing.14:12
jgdxdev branch -> automatic -> mp automatic against vivid-overlay|other stable branch -> citrain14:13
=== dandrader is now known as dandrader|afk
dbarthjgdx: well, so apparently you are the guy who can land account-polld branches; so feel free to adopt mardy's branch when you have the opportunity14:27
=== dandrader|afk is now known as dandrader
=== Guest77290 is now known as balloons
jgdxdbarth, appearances may be deceiving.14:42
jgdxbut sure14:42
dbarth;)14:48
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
=== chihchun is now known as chihchun_afk
ogra_beuno, hey ho ... my phone has a trello update fro version 0.22 that i get offered since about three weeks evry day (seems to never upgrade even though it tells me it did once i tapped on upgrade) ... where do i look for debug data for you guys (to find if thats a store or a phone prob)16:26
popeyogra_: disk space?16:27
ogra_nope, all other apps upgrade fine16:28
ogra_and there should still be plenty16:28
popeyclick list, what version is installed?16:28
ogra_phablet@ubuntu-phablet:~$ df -h /dev/mmcblk0p716:29
ogra_Filesystem      Size  Used Avail Use% Mounted on16:29
ogra_/dev/mmcblk0p7  4,1G  3,0G  865M  78% /home16:29
ogra_diskspace should be fine16:29
ogra_oooh16:29
ogra_phablet@ubuntu-phablet:~$ click list|grep trello16:29
ogra_com.ubuntu.developer.mreese.trello0.1916:29
ogra_trello.mreese0.2216:29
ogra_thats interesting16:30
popey:)16:30
popeyI have seen this16:30
popeywhen the developer changes namespace it screws up16:30
popeyJamesTait: ^16:30
JamesTaitpopey, you only even ping me with bad news. 😉16:31
popeyI know, right!?16:31
popeythe filename of his app is com.ubuntu.developer.mreese.trello_0.22_all.click but inside it's probably changed.16:32
JamesTaitIndeed. I think you pinged me with the same thing from another developer last week?16:32
JamesTaitAnd I'm pretty sure it was fixed - but obviously that only helps for new uploads.16:33
pmcgowanJamesTait, fixed by detecting at submission?16:34
ogra_well, i uploaded sprintclub-nitro yesterday .. simply usinteh old namespace ... that seems to have worked flawless ... probably the sotre should tell the dev to better just keep the existing namespace16:39
ogra_*using the16:39
JamesTaitpmcgowan, I believe so.16:39
Guest42341split?16:53
=== dandrader|afk is now known as dandrader
daniel_ Hi is it possible to install ubuntu touch on a ZTE open C that already has firefoxOS on? never got any updates with the OS hence need to change17:49
lotuspsychje!devices | daniel_17:53
ubot5`daniel_: You can find the full list of devices, official images, community images, and works in progress at https://wiki.ubuntu.com/Touch/Devices17:53
popeydaniel_: unlikely, that's a really low spec device17:53
daniel_mmm thats a shame!! i heard android runs on it! was hoping to rejuvenate this phone and what better of a way then to install ubuntu touch17:56
mhall119oSoMoN: the webbrowser-app crashes a lot on my desktop, is that a known problem or something I can fix?17:58
oSoMoNmhall119, not a known issue, please file a bug with as many details as you can18:20
mhall119oSoMoN: where can I get logs or crash reports when running it on Unity 7?18:27
oSoMoNmhall119, crash reports in the usual place (/var/crash/), not sure about logs, does it crash if you run webbrowser-app in a terminal?18:29
jnxdcyphermox: A couple of weeks ago, I had talked to you about a bug regarding proxies (http://irclogs.ubuntu.com/2015/10/01/%23ubuntu-touch.html, from ~13:18). I just wanted to know if the bug I mentioned is enough for a report, or should a report be made somewhere else too. Or if a bug is reported, can you link me to it?18:59
cyphermoxjnxd: looks like it's private now?19:02
cyphermoxthis bug report should be sufficient to fix webbrowser-app if other apps work properly19:03
jnxdcyphermox: https://bugs.launchpad.net/oxide/+bug/1452291 it was this one wasn't it? I can see it alright, and it doesn't have a 150+ heat that a private bug would have19:03
ubot5`Ubuntu bug 1452291 in webbrowser-app (Ubuntu RTM) "Browser cannot use system proxy settings" [Undecided,Confirmed]19:03
cyphermoxI suppose I had the wrong link19:04
cyphermoxstill, should be enough as it is, I think19:04
jnxdcyphermox: webbrowser-app works properly once I edit /etc/environment19:04
cyphermoxok19:04
jnxd(I'd like a GUI frontend for that, but that's okay)19:04
cyphermoxwell, same for the gui really, it's just up to the developers to design and implement it, your bug is fine :)19:05
cyphermoxI'm not likely going to be the person to do this work, especially not at this point with the release of 15.10 being next week :)19:06
jnxdbut apps that are not web-apps don't work under any circumstance19:06
jnxdcyphermox: BTW, It's not a bug I reported19:06
cyphermoxok19:07
jnxdcyphermox: which is why I believe there should be a bug filed somewhere at a higher level, but I can't really tell where since I don't have sufficient know-how19:08
cyphermoxsystem-settings sounds like the right place when it comes to implementing a proxy settings panel19:08
cyphermoxlemme update the bug accordingly.19:09
jnxdcyphermox: which bug are you updating? in case you file new ones, please link me to them so I can subscribe to them19:11
cyphermoxI just updated the one you pointed me to19:13
jnxdcyphermox: okay. I just added a bit of info to it. Is it okay if I confirm it?19:19
cyphermoxsure. you said you're not the person who filed it initially, so it's fine19:19
jnxdcyphermox: I meant the part about system-settings (I believe it should be a different feature request bug, but I'll follow your judgment). You added it, but I mentioned it to you, so practically I'm the reporter, right?19:22
cyphermoxwell, I can confirm it, so it's fine to set it to Confirmed19:22
cyphermoxmpt already commented, it's probably fine to have the bug as-is19:23
jnxdcyphermox: is mpt the guy in charge of it?19:23
cyphermoxhe's one of the designers who might do the design for a panel19:25
jnxdcyphermox: okay. what about the global part then, the one where no other app works? Should it be mentioned in net-work manager or something?19:26
=== wesleyma` is now known as wesleymason
=== dandrader is now known as dandrader|afk
=== salem_ is now known as _salem
ogra_jdstrand, hmm, https://plus.google.com/+SzymonWaliczek/posts/3jbG2uiAniF do we have a security issue ?22:39

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