[00:00] RAOF, ? [00:00] ChloeWolfieGirl: is it a website? [00:00] studio__: I don't know :) [00:01] popey yeah its a website :P [00:01] i think you know ;) [00:01] well duh [00:01] google OV5648 and it says 5 megapixel [00:02] google for the e4.5 specs... says front cam is 5megapixel [00:03] ChloeWolfieGirl: what's the issue? [00:04] so why dmesg is only showing "OV5648" ? [00:05] no idea [00:06] Its video playback from NicoNicoDouga nicovideo.jp (A japanese alternative to youtube) when playing videos it'll show the text that goes over a video, and the sound works, but the actual video its self is just black, (( i.imgur.com/2EKG5x0.png )) [00:08] easylabs is a Colombian software developer [00:08] and want to create a version of Ubuntu for tablets and mobile devices to buy and then we install and fabricate our own devices. My question is how we can modify that code and then install it on the dispositivs [00:08] ChloeWolfieGirl: do i need an account? [00:08] have to leave, time to go to sleep ... bye all, and thanks for help! [00:09] popey to access videos you do, not sure why, but yeah [00:09] Ponchale: I believe you're looking for http://partners.ubuntu.com/contact-us [00:10] Raof us and communicate by that means in January and we are almost in April and we have not responded [00:11] RAOF us and communicate by that means in January and we are almost in April and we have not responded [00:12] Ah, ok. I'll see what I can find. [00:12] (I presume you mean that *you* have tried communicating by that form and that no one at Canonical has responded) [00:13] ChloeWolfieGirl: ok, finally got it working.. audio only [00:14] ChloeWolfieGirl: http://people.canonical.com/~alan/screenshots/device-2015-04-01-011354.png [00:14] i guess you're seeing subtitles overlayed? [00:15] (no idea what I'm watching here) [00:15] popey yeah I see subtitles as well, just not the video behind it ((Haha xD)) [00:17] ChloeWolfieGirl: file a bug against https://bugs.launchpad.net/ubuntu/+source/webbrowser-app if i were you [00:17] let me have the bug number and I'll confirm it [00:20] Thanks Popey :D [00:27] popey https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1438955 [00:27] Ubuntu bug 1438955 in webbrowser-app (Ubuntu) "Video won't show on nicovideo.jp" [Undecided,New] [00:28] thanks ChloeWolfieGirl [00:28] Nah thank you popey :D [00:28] confirmed [00:30] :D === chihchun_afk is now known as chihchun === chriadam|away is now known as chriadam [03:52] dragonkeeper: when you see this line? Is it there? [06:11] hi, I have one problem with mir client program. [06:12] I run the test program - mir_demo_client_egltriangle on my mako mobile phone. [06:13] However, the triangle is "flicked" on the screen and DO not composite with the background. [06:13] Does anyone meet the same problem? [06:16] anyone can tell me which is the right "mir" reversion running on MAKO? I use the 0.12.1. However, unity can NOT be started if the mir related libraries are replaced. === ppisati_afktmux is now known as ppisati === wisdomizer is now known as Tolken [06:19] anyone can help me on this? [06:22] It's 6 in the morning on a weekday. [06:22] !patience [06:22] Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [06:23] You'll probably have more luck in a couple of huors. [06:23] hours. [06:24] Ok. Got it. Thanks a lot. [06:25] No problem, and god luck. [06:25] I'm going to throw this wireless keyboard out the window. :P [06:25] Anyway, when the engineers are in, they're quite helpful. [06:26] Yes. I get the chat room address from my friend. And he rates the room very high :) [06:27] I've got Ubuntu touch stable on a Nexus 4 anyone here tried the BQ device? [06:30] star_: The right Mir version is the version of Mir in the images :) [06:32] jasonmd: I had the bq device for a weekend. It was really nice. [06:32] star_: Unity should start if the Mir packages are replaced by equivalent ones (specifically - if the image has libmirserver31 then you need a libmirserver31 package); if you're building Mir from source you will likely need to rebuild Unity8 and unity-system-compositor against your new Mir, though. [06:32] star_: Our server ABI stability is a work in progress :) [06:32] Is it smoother than Nexus 4? [06:33] I don't know. I've never had one. [06:34] ah [06:35] I think we got it to skip once or twice but basically it worked just as well as my Nexus 5 does. [06:36] ==RAOF [06:36] ok, Nexus 4 is ok, I had Ubuntu on the Samsung Nexus before it, but it wasn't stable. [06:37] RAOF: is there anyway to build the mir client easily? [06:37] and it gets better with every update but Cut the rope is pretty slow on it [06:38] star_: They're built in the mir-demos package? [06:39] star_: What are you trying to do, specifically? [06:43] Sorry, my network is broken and miss the answers. Can anyone paste the answer to me again? [06:43] Thanks a lot. [06:44] star_: I'm not entirely sure what your question is. The demo clients are available pre-built in the mir-demos package if you want them. [06:45] jasonmd: Cut the Rope ran perfectly on the bq phone. Not at all well on my Nexus 5, although still playable. [06:48] interesting, it's playable on Nexus 4 but it's in slow motion, i thought Nexus 5 has higher specs than the Bq guess it's down to drivers? [06:48] RAOF: Thanks a lot. I can try the demo package. By the way, is there simplest way to compile the mir client program? [06:48] star_: Not really; you need to build the Mir source tree. [06:48] But! All the *client* demos should work fine against the phone's installed libmirclient, because we actually have an ABI there :) [06:49] RAOF: I found the README in the examples (of Mir source code tar ball). [06:49] RAOF: It says: examples for mir clients. you should have package 'libmirclient-dev' installed you can compile with a command like: g++ -std=c++0x -o mir_demo_client_scroll `pkg-config --libs --cflags mirclient` demo_client_scroll.cpp graphics_utils.cpp gcc -o mir_demo_client_flicker `pkg-config --libs --cflags mirclient` demo_client_flicker.c [06:50] Yeah, that'll also work. [06:50] RAOF: Ok. Got it. I try and found whether the issue is existed or not. Thanks a lot. [06:58] RAOF: The "mir-demos" can NOT be got. The apt-get returns missing about the deb: mir-demos_0.9.0+15.04.20141125-0ubuntu1_armhf.deb . [06:59] RAOF: And the libmirclient-dev can NOT be installed too :( [06:59] RAOF: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/m/mir/libmircommon-dev_0.9.0+15.04.20141125-0ubuntu1_armhf.deb 404 Not Found [IP: 91.189.88.140 80] [06:59] star_: That looks like you've got an outdated apt cache? [07:00] star_: You might need to run “apt update” first, so apt will see the new packages. [07:01] RAOF: Actually, I run "apt-get update" first. However, I will do it again. [07:23] RAOF: I give it up on nexus4 and tried on nexus 5. [07:24] RAOF: on nexus 5, mir-demos can be installed. However, program can NOT work well. [07:24] phablet@ubuntu-phablet:~$ mir_demo_client_flicker -m /run/mir_socket Starting [1045958.941891] Loader: Loading modules from: /usr/lib/arm-linux-gnueabihf/mir/client-platform/ [1045958.943049] Loader: Loading module: /usr/lib/arm-linux-gnueabihf/mir/client-platform/mesa.so.2 mir_demo_client_flicker: /build/buildd/mir-0.12.1+15.04.20150324/examples/flicker.c:134: main: Assertion `mir_connection_is_valid(connection)' failed. Abort [07:24] phablet@ubuntu-phablet:~$ mir_demo_client_egltriangle -m /run/mir_socket [1046004.451514] Loader: Loading modules from: /usr/lib/arm-linux-gnueabihf/mir/client-platform/ [1046004.452070] Loader: Loading module: /usr/lib/arm-linux-gnueabihf/mir/client-platform/mesa.so.2 Can't get connection [07:26] oSoMoN, o/ I found a 'problem' with the settings UI: as you asked, I activated the searchengine menu selector if there are at least two searchenignes in the folder: but the default one isn't in the folder itself, so if you add your first engine to the folder in .local/share you still don't have the selector in settings [07:27] We can easiliy fix it providing search engines by default, but atm it's a bit weird [07:33] RAOF: are you still there? [07:37] Anyone tried "mir-demos" on nexus4 or nexus5? === jamesh__ is now known as jamesh [07:49] wouldn't know how to test mir-demo === Kevin is now known as Guest16466 [07:57] rpadovani, yeah, I’ve seen that too. Considering that we’re not shipping default search engines, this setting won’t be visible for users for now, so I wouldn’t worry about it [07:57] ack [07:58] how to get MirSurface in qtcreator? [08:00] morning :) [08:00] oSoMoN, I'm not good enough with Python and AP to review your code efficiently, but I think you should add a text to check binding of switches, 'cause they was broke in the first imlementation of the branch :-) [08:00] Hi, I'am founding a italian porting guide for ubuntu touch [08:01] there are italian developers? [08:05] rpadovani, agreed, that would be good to have, however there’s no way to access the state of a ListItem’s control in autopilot, so I can’t really write a test for it [08:05] oh, I see === chriadam is now known as chriadam|away [08:11] hi, is there any why to run x app inside ubuntu touch? like emacs [08:11] italian please?? [08:11] :-) [08:12] sorry, I'm Chinese [08:12] hahahha, don't worry [08:13] I have tried xmir, and follow the guide, but my nexus7 now get infinity boot loop [08:13] bhack: :> [08:13] bhack, if you wanna speak italian, join #ubuntu-it-dev [08:14] thk you [08:15] :-) i don't speak english ....i want an help for bulding a porting ubuntu os === ecloud is now known as ecloud_wfh [08:17] bhack forse meglio se chiedi sul wiki [08:17] anyone had successful ran x app in ubuntu touch? can you hep me [08:19] Does anyone tries "mir-demos"? [08:24] i want to tether an android phone to ubuntu phone so both use ubuntu phones data to get online, is that possible? [08:25] ah, you were the one asking on the ML ? [08:26] sorry, i didnt get to answer yet ... [08:26] just turn on your android phone's mobile ap [08:26] how would that physically work ? [08:27] ogra_, dont think i asked this b4 + phone >usb>otg>phone [08:27] ogra_: using WiFi, the Android phone can act as an access point [08:28] sturmflut-work, right, i was referring to wired tethering via USB :) [08:29] dragonkeeper, i have no clue what you would have to do on the android side to make this work ... for the ubuntu side you wouldnt do anything differently than you do on a PC ... [08:30] android-gadget-service enable rndis .... [08:30] that disables mtp and enables usb networking on the ubuntu phone ... it will set up an usb0 device on a PC and provide an IP via dhcp to the PC ... [08:31] if your PC is an android phone ... well, then it is up to android to recognize that usb0 device ... [08:31] hi, i want to get the natvie window from a qwidget, is that possible? how can i do it? [08:34] i see [08:35] ogra_, ill test it out a little later :) gotta run to work :( , thanks [08:35] dragonkeeper, let me know if it works :) === marcusto_ is now known as marcustomlinson [08:41] oSoMoN: Did I ever mention to you that there should be a way to manually inject arbitrary Javascript into an arbitrary page and execute it in the Ubuntu browser? [08:41] Because there should. [08:42] nhaines, https://bugs.launchpad.net/oxide/+bug/1379857 [08:42] Ubuntu bug 1379857 in Oxide "API to evaluate javascript in Oxide" [Undecided,New] [08:44] oSoMoN: Sounds like a good start. I'm thinking of "bookmarklet" support specifically. I'll +1 that bug. [08:45] nhaines, it is definitely possible if you use a webview in an app :) [08:45] nhaines, then that would be https://bugs.launchpad.net/webbrowser-app/+bug/1407746 [08:45] Ubuntu bug 1407746 in webbrowser-app "No way to use a bookmarklet (bookmarked javascript: link)" [Medium,Confirmed] [08:45] oSoMoN: <3 [08:46] Oh, of course aq got to it first. [08:47] that is how i created https://plus.google.com/+OliverGrawert/posts/eK5X7voSxRr [08:48] ogra_: I really like that webapp too. :) [08:48] thanks ... will soon go to the store [08:48] (i'm trying to re-work mzanetti's imgur uploader for G+ video and photo uploads first though) [08:49] \o/ [08:49] ogra_, lemme know if you need help [08:49] yeah, i dont think your side is the difficult part here :) [08:49] heh [08:49] just needs authentication integration ... [08:50] the prob is that photos, video and G+ use 3 different apis [08:51] hi, i want to get natvie window handle from a qwidget, is that possible? how can i do it? [08:52] jun, perhaps try #ubuntu-app-devel [08:52] there might be more Qt people than here [08:52] ths [09:09] Good morning all; happy Fun Day! :-D [09:12] you mean it is fun that the internet is unusable for 24h ? [09:12] :) [09:16] afternoon [09:22] Hey has any one had prob where music just stops playing reboot did not fix it [09:26] Hello any one here [09:26] Raslin, did you play any game ? [09:27] there is a bug where game audio mutes the system ... start the game again and unmute ... [09:27] (fix is in the next OTA) [09:29] aloha [09:29] welcome to the madhouse czajkowski [09:29] whee !!! [09:30] pete-woods, hi, did you see https://github.com/martinpitt/python-dbusmock/pull/6 ? [09:32] jgdx: looks good at a high level [09:32] will check it doesn't break my tests :) [09:34] I saw an article recenlty on installing whatsapp, anyone confirm it works? [09:35] pete-woods, good, do not fear questioning some of the decisions made there. [09:36] pete-woods, great. Thanks you for testing. [09:42] jasonmd, you saw an article ? where ? [09:43] http://www.whatsappfor.org/software/whatsapp-ubuntu-phone-touch/ [09:45] hi people [09:45] how are you? [09:45] all good, almost home time... :) [09:46] :) [09:46] How are you, Ponchale? [09:46] popey, updated seshat published which should make it a bit easier to exit books and scroll the library [09:47] I want to make a distribution of different mobile ubuntu today where I can find the source code with their instructions to compile and install to devices that I like the Nexus 4 7 to 10 [09:47] jasonmd, i highly doubt it will work, but try it if you feel like and let us know :) [09:48] Yea I was dubious [09:48] jasonmd, whatsapp regulary wipes open clients from github with trademark notices ... even if it would work it wouldnt persist for long i guess [09:49] oSoMoN, o/ Do you have 5 minutes? I've an idea to implement a workaround for the new tab refactoring branch [09:49] Music muted start stop the gane did not work even thought it did turn on the sounds in the game. when I went to the player it was still muted [09:49] Yeah I've also seen that they do that [09:49] Ponchale, https://developer.ubuntu.com/en/start/ubuntu-for-devices/porting-new-device/ [09:50] aquarius: I don't seem to be able to scroll the library at all in the new version (0.4), looks like it hides the scrollbar and swiping doesn't do anything [09:50] Ponchale, you want to fork Ubuntu touch? [09:50] Ponchale, the rootfs is just built from deb packages from the ubuntu archive ... there is no "build world from source" way [09:50] Elleo, you may need to swipe down on the right hand side; it seems to not detect the scroll gesture when it's actually on a book [09:51] Ponchale, not much different from the desktop isos [09:51] aquarius: ooh, /me updates [09:51] :O [09:51] es decir [09:51] sorry [09:51] Elleo, they do a whole bunch of weird touch handling :( [09:51] aquarius: doesn't seem to pick it up anywhere [09:51] ie there is no way to make adaptations to the source code? [09:51] aquarius: yeah, I remember; for erudite I just added a couple of big up/down buttons to the bottom of the library that paged through stuff [09:52] if the code is free because no change could not understand [09:52] Ponchale, the source is there, you can grab it and modify it indeed [09:52] Elleo, heh. I could do that but I am severely loath to add html to their layout since if they change anything it'll totally screw up. But that's not a bad idea [09:52] but? ogra [09:53] no but [09:53] ogra_ but? [09:53] Elleo, which device are you on? scrolling works (given that you have to do it in a certain place) on my aquaris and in the emulator; are you n4? [09:53] aquarius: yeah, understandable; I don't think changes happen much though [09:53] aquarius: aquaris [09:54] aquarius: I'm on devel-proposed rather than RTM though [09:54] so possible that the new oxide version makes a difference [09:54] Ponchale, http://cdimage.ubuntu.com/ubuntu-touch/daily-preinstalled/current/vivid-preinstalled-touch-armhf.manifest ... that is the list of packages in the rootfs ... you can just apt-get source for any of them ... [09:54] ogra_ [09:54] ogra_: just some context, the guy probably uses google translate, so if there's anyone who speaks spanish in here it's better if they have a private conversation in spanish [09:54] it will be much faster [09:55] and hello Ponchale [09:58] I am the founder of EasyLabs a developer of software Colombia and we have been in contact with Ubuntu in January to ever be allies responded, we want to make a fork of mobile Ubuntu because it is very good, secretly we have our apps store any profits very good that we MeeGo since we were using Mer but saw that ubuntu was better and bring those characteristics here and because we wanted to access the code and later tutorials to [09:58] ogra_ I am the founder of EasyLabs a developer of software Colombia and we have been in contact with Ubuntu in January to ever be allies responded, we want to make a fork of mobile Ubuntu because it is very good, secretly we have our apps store any profits very good that we MeeGo since we were using Mer but saw that ubuntu was better and bring those characteristics here and because we wanted to access the code and later tutoria [09:58] Ponchale, you cut off after "and later tutorials to ..." [10:00] ogra_ the code and later tutorials to compile etc etc [10:02] Ponchale, so as i said, the code is in deb packages in the ubuntu archive, if you want to fork you will likely want a setup to build your own rootfs and an archive with your modified packages plus a system-image server to deploy your changed rootfs to devices [10:03] We can do something ogra_ [10:03] (this is not trivial and parts of the above are not well documented yet) [10:04] There are guides on how to do that you mention me ogra_? because as we are familiar with MER but not with mobile Ubuntu [10:04] thostr_, hi, anything in particular I should test in i-network? [10:05] Ponchale, no, there are not many guides, that is what i mean :) [10:05] jgdx: well, just use it as normal. there is one thing however we noticed: that is when switching wifi on/off the APs appear sometimes below the settings item instead in the wifi section [10:07] Ponchale, for starting your work you can simply install on a nexus device, make the system writable and replace the installed packages with your own ... to produce proper images you will need more though [10:07] Might ogra_ guide us and help [10:09] Elleo, try upgrading again; 0.5 now has scroll-the-library buttons :) [10:09] Wel now I feel left out that I missed a version. :) [10:10] * aquarius laughs [10:10] thostr_, okay, I'll look out for it. [10:11] aquarius: great, that works nicely, thanks :) [10:15] thostr_, I see some failed urfkill calls, but I don't think that was introduced by this silo [10:15] aquarius: seems great! [10:15] how does one deal with urfkill inprogress exceptions [10:16] jgdx: yes, this silo fixes some things but is mostly bug compatible to old version [10:16] jgdx: we didn't want to change too many things at once [10:16] "bug compatible" +1 [10:17] thostr_, roger [10:17] jgdx: with the changes we did we are now able to fix quite some bugs properly (before that was more like hacks on top of hacks) [10:19] thostr_, with tests no less [10:19] thostr_, where'd pete-woods go, btw? [10:20] jgdx: he just moved house and still fighting with his internet [10:20] ack [10:32] seb128, hi, you know anything about http://pastebin.ubuntu.com/10717520/ ? [10:33] seb128, building uss [10:33] jgdx, hey, no, is that on vivid? [10:33] jgdx, did you run out of disk space? [10:33] seb128, yes [10:34] seb128, 8 gigorbaits left [10:34] let me nuke the build folder [10:36] jgdx, let me try a build here [10:44] seb128, false alarm I think. Got a successful build now [10:44] jgdx, great === ahoneybun_ is now known as ahoneybun === MacSlow is now known as MacSlow|lunch [11:52] seb128, we'll be getting some wifi test failures in uss. I'll propose a branch to fix it. [11:58] seb128, https://code.launchpad.net/~jonas-drange/ubuntu-system-settings/pin-dbusmock/+merge/254898 === chihchun is now known as chihchun_afk === alan_g is now known as alan_g|lunch [12:14] jgdx, what changed that makes the tests start failing? [12:15] seb128, dbusmock v0.14 [12:15] I thought it was pinned at 0.10. [12:15] jgdx, did they fix bugs or did they added bugs? [12:15] seb128, fixed bugs [12:15] k, fair enough [12:15] seb128, I have a branch that uses the newer dbusmock (0.14) with tests passing. [12:16] jgdx, https://code.launchpad.net/~jonas-drange/ubuntu-system-settings/pin-dbusmock/+merge/254898 has no code change, what is it fixing? [12:17] jgdx, shouldn't we just have your fixes and a > 0.13 together? [12:17] seb128, the fixes branch is still wip. [12:17] this blocks landings [12:17] not sure to follow [12:18] pinning dbusmock to 0.13 makes the tests pass again [12:18] how does that work? [12:18] if 0.13 is not in the archive anymore it's just going to fail to build === _salem is now known as salem_ [12:22] okay [12:24] hi! is ubuntu touch the only operating system in that aquarius device or is it just running on the top of the android? [12:30] enkxa, it is the only OS but starts a small container for the binary drivers that come from android [12:31] (else you wouldnt be able to make calls etc, there are no open drivers for phones) === zhxt_ is now known as zhxt_home [12:43] ok, thanks. what about those drivers come from android, are they open source? [12:43] there are no open drivers for phones [12:43] as i said above [12:44] modem, graphics, sensors, GPS ... they all use closed source binary drivers [12:44] sucks but probably have that phone anyway [12:45] well, it isnt much different on any other "opensource" phones [12:46] neither jolla nor firefoxOS have other drivers than ubuntu ... we all need to use the binary drivers one way or the other [12:48] another question: can i get root in the device just typing sudo su [12:48] yes [12:49] yes, but you really shouldnt ... just use sudo as you know it from the desktop ... [12:49] thats easy compared to android devices === alan_g|lunch is now known as alan_g [12:49] ubuntu on phones isnt different in that regard ;) [12:50] i've done that all the time with my ubuntus for now over six years [12:51] actually i set always root password. i used debian and freebsd before ubuntu derivatives [12:52] well, that wont work on ubuntu phone [12:52] the passwd database is readonly [12:52] but you can just use sudo ... or sudo -s [12:52] so i can't change passwords for any users? [12:53] user passwords are in a separate db in the writable part of the system [12:53] you can indeed change your password for the user ;) [12:54] (you can also make the system writable, but that will break over time and is more a feature for people developing the underlying system than a user feature) [12:59] is that phone working well? i'll consider that a replacement for my android device which is confiscated by cops but that's another story [12:59] works well for me ... [12:59] next question: support for full device encryption? [12:59] but i guess it depends what your expectations are ... [12:59] finnish cops can't get encrypted android device open [12:59] not yet, no, encryption is on the roadmap but not there yet [13:00] all in all, this is the firet iteration of a brandnew ubuntu OS that was desined from scratch ... it is as featureful as the first IOS and the first android were :) [13:01] s/firet/first/ [13:04] seb128, real real fix https://code.launchpad.net/~jonas-drange/ubuntu-system-settings/fix-networkmanager-tests/+merge/254903 [13:06] There should be cm based source too i think, many devices has only cm so it would be easier to port === MacSlow|lunch is now known as MacSlow [13:13] now i'm gonna leave, thanx for info & advice [13:16] jgdx, thanks [13:32] * popey notes his nexus 7 takes a very long time to boot with over 1000 clicks installed. [13:33] no one had the same problem #1438191 strange :( [13:36] bug 1438191 [13:36] bug 1438191 in qtubuntu-camera (Ubuntu) "no date source available" [Undecided,New] https://launchpad.net/bugs/1438191 [13:37] well you filed it in the wrong place, so not surprised nobody saw it. [13:37] mandel, hey, could you look at https://bugs.launchpad.net/ubuntu/+source/ubuntu-push/+bug/1398067 ? it's probably a 1 liner python and is the most report vivid issue on e.u.c spamming our users/infra reporting the issue [13:37] Ubuntu bug 1398067 in ubuntu-push (Ubuntu) "/usr/lib/ubuntu-push-client/click-hook:FileNotFoundError:/usr/lib/ubuntu-push-client/click-hook@119:main:collect_helpers" [High,New] [13:37] arghrrr [13:38] i can change place popey ? [13:38] Se7: i re-assignde it [13:38] thank you [13:38] np [13:42] mardy: can you fix the needsfixing on https://code.launchpad.net/~mardy/ubuntuone-credentials/lp1376445-migration-vivid/+merge/252292 please? [13:44] seb128, ubuntu push? I mean, I can write python, but it is not my area [13:44] mandel, sorry, why is maintaining ubuntu-push? ;-) [13:45] mandel, for some reason I though that was you [13:45] seb128, no problem, I think we can talk with Chipaca he probably knows the maintainer [13:45] seb128, no problem haha I also think I maintain too many things ;) [13:45] seb128: i think you want ralsina for push client [13:46] dobey, thanks [13:46] seb128: could be me, could be chipaca, depending on the bit [13:46] ralsina, see ^ [13:46] ralsina, https://bugs.launchpad.net/ubuntu/+source/ubuntu-push/+bug/1398067 ? it's probably a 1 liner python and is the most report vivid issue on e.u.c spamming our users/infra reporting the issue [13:46] Ubuntu bug 1398067 in ubuntu-push (Ubuntu) "/usr/lib/ubuntu-push-client/click-hook:FileNotFoundError:/usr/lib/ubuntu-push-client/click-hook@119:main:collect_helpers" [High,New] [13:46] looking... [13:47] ralsina, not sure if we should create the dir or os.path.exist and return [13:47] that's actually a bug on click [13:47] how so? [13:47] your hook iterate over a non existing dir [13:47] ah, wait [13:47] I didn't know we provided the hook [13:47] I'll look at it [13:47] ralsina, it's in lp:ubuntu-push/scripts [13:48] yep [13:48] ralsina, I could provide a mp if that helps but I'm unsure if you want to create the dir, or print an error or just return, probably easier if one of the maintainer just do what they think is best === dandrader is now known as dandrader|afk [13:49] seb128: yes, don't worry, it's a oneliner, I'll have it landed todayish [13:49] ralsina, thanks! [13:49] pass if not os.path.exists(path) [13:49] whee === salem_ is now known as _salem === _salem is now known as salem_ === salem_ is now known as _salem [14:02] hi [14:02] seb128: in some /most cases, that bug seems to be triggered by users insstalling push-client on desktops... any idea why they would do such a thing? [14:04] Hello! I know the first step for bringing Ubuntu Touch to Tablet is to build the kernel. [14:04] Prestigio PMP5570C has RK3066 processor. I've found the kernel for the same processor, but not for the same device. [14:04] Could that code be used to build kernel for my device? [14:05] rsalveti, convergence [14:05] it's unitu8 desktop next [14:05] * rsalveti looks [14:05] lol [14:07] Aleksa, you need more then the kernel, you need a complete android AOSP tree [14:07] (well, you need small parts of it, but i doubt you would find just the bits and pieces without a full AOSP tree) [14:09] AOSP stands for Android Open Source Project. What's AOSP tree? [14:09] the code tree with the source code [14:10] see the porting guide from the channel topic [14:12] ogra, porting link ( http://bit.ly/18kIrhM ) directs me to some google spreadsheat [14:12] thats not the link next to "Porting guide" [14:15] abeato: ping [14:15] sturmflut-work, pong [14:17] abeato: I have a Nexus 4 running 14.10 r17, and it doesn't use/detect an APN for one of my german SIM cards [14:18] dobey: ah, forgot to reply [14:18] sturmflut-work, I see... does it work after setting the configuration with the APN editor? [14:18] dobey: so, the script in the RTM does some unnecessary stuff [14:19] ogra_: what channel should I use for rtm on flo? [14:19] if you want I can sync them, but the one from the vivid MP is better [14:19] everything I try which is listed in --list-channels says its not on hte server [14:19] mardy: dbarth added that as he found some issues when that wasn't done [14:19] popey, i dont think we build rtm on tablets ... [14:19] * ogra_ checks [14:19] oh [14:19] dobey: it was some error in his device, the script was not even executed actually :-) [14:19] popey, ah, we do ... [14:20] whats the channel name? [14:20] ubuntu-rtm/devel-proposed [14:20] ah [14:20] for utopic? [14:20] abeato: Jep, if I set the APN manually it works. [14:20] I don't want vivid [14:20] Channel ubuntu-rtm/devel-proposed not found on server https://system-image.ubuntu.com [14:20] http://system-image.ubuntu.com/ubuntu-touch/ubuntu-rtm ... weird [14:21] sturmflut-work, ok, it would be great if you could help us gather some data so we include your operator in the DB [14:21] do you mean --channel=ubuntu-touch/devel-proposed ? [14:21] abeato: sure, can you tell me how? === _salem is now known as salem_ [14:21] that works [14:22] thats vivid [14:22] oh [14:22] try: ubuntu-touch/ubuntu-rtm/devel-proposed [14:22] mardy: what error exactly? i'm confused how an error could create duplicate db entries for a script not being run, which creates those entries [14:22] looks like http://system-image.ubuntu.com/channels.json defines it like that [14:23] how odd [14:23] does it work ? [14:23] dobey: I have no clue, but for sure the script was not being executed. Maybe it was a filesystem error, I don't know -- it didn't happen on my device [14:23] dunno yet, rebooting [14:24] well, i mean did u-d-f find it like that ? [14:24] no, i mean, rebooting before i run it [14:24] ah [14:24] dobey: it might be that he had an older version of the script in place [14:24] mardy: ok, well i don't want to spend hours trying to figure out what went wrong (or didn't) [14:25] its downloading, lets see [14:25] mardy: would rather just have them in sync for now, so update the script to be in sync please [14:25] version 207 [14:25] thanks ogra_ [14:25] dobey: sure, your call [14:25] yeah, that sounds like the right version [14:26] dobey: done [14:29] ogra_, thanks! I've read something. It looks like it is too hard for me at this moment and at this level of knowledge. [14:29] it is definitely a quite advanced task [14:29] rvr: hey, can you try to add the card in pay-ui in vivid, with the new pay-ui? the browser seems to do the right thing there; but it breaks on RTM for me. [14:29] and woah, browser seems to no longer have tabs in vivid now [14:29] :( [14:30] One more question? Why don't producers release the kernel source code? Aren't they obligated with GNU GPL? [14:30] dobey: It has tabs [14:30] dobey, bottom swipe magic ;) [14:30] dobey: Swipe from below [14:30] eww [14:30] dobey: I'll try to take a look to pay-ui [14:30] Aleksa, they have to ... if you ask them for it [14:31] Is there any other source code I could ask them for? [14:31] Is the kernel only thing they are obligative to release? [14:32] there might be some other android bits, not sure [14:32] Aleksa: they are only obligated to release the code for the parts that are GPL. if it's only the kernel, then they are only obligated by the kernel in that respect === dandrader|afk is now known as dandrader === marcusto_ is now known as marcustomlinson [14:52] I did a pretty bad april fools, but thought you guys might like it https://plus.google.com/+ChloeJohnson/posts/DaeS6TfQ4qb [14:53] robru, hey... so since that's a webapp it's really just downloading the image right? [14:54] when the download is done, it should popup a notification to open or dismiss [14:54] are you getting that? [14:55] robru, you should also be able to see the download in under files in the indicators [14:59] Elleo, i just forwarded you a mail about soonsnap. His webapp is showing the peer picker, but after selecting gallery it never seems to start the download [14:59] Elleo, could that be a problem in the webapp-container? [15:00] kenvandine: I think it's missing a permission [15:00] ah [15:00] he has content_exchange [15:00] kenvandine: https://github.com/robru/soonsnap.click/blob/master/click/soonsnap.json <-- should have content_exchange_source [15:00] what else? [15:00] it's not a source, in this case [15:00] this is receiving a photo [15:01] kenvandine: the app is sending a file to the gallery isn't it? [15:01] yes [15:01] kenvandine: yeah, pretty sure that requires the content_exchange_source permissions [15:01] but it isn't a source that provides a picker [15:01] despite not being an exporter of things [15:01] so qml apps work without that [15:01] or at least did at one point :) [15:02] kenvandine: just let me verify [15:02] kenvandine: personally I'd rather see us just put everything in content_exchange and not have content_exchange_source at all [15:02] content_exchange_source should only be for apps providing an ImportExportHandler for exports [15:03] yeah, not sure why we even have that one [15:05] Elleo, that can't be it [15:05] there isn't really a difference between those policies [15:08] kenvandine: http://pastebin.ubuntu.com/10718755/ [15:08] kenvandine: content_exchange only gives access to path=/transfers/@{APP_ID_DBUS}/import/* [15:08] kenvandine: and content_exchange_source only gives access to path=/transfers/@{APP_ID_DBUS}/export/* [15:09] oh, i missed that in my diff :) [15:09] oh... and for the download you need that? [15:09] yeah [15:09] this wouldn't be a problem for a qml app [15:09] never needs access to that [15:10] Elleo, couldn't you make the downloader code handle the import dbus path? [15:10] oh [15:10] but it's also not importing [15:11] yeah, a qml app would hit the same problem [15:11] so the import path will be gallery [15:11] it's just that qml apps don't tend to use the download manager integration [15:11] no, it doesn't need access to that [15:11] right [15:11] as they just download stuff themselves [15:11] it's just for the download manager [15:11] ok [15:13] robru, you need to add content_exchange_source policy [15:17] mandel, does the DownloadManager know how to do ssh URLs? [15:19] ralsina, sorry, replied to rsalveti before, unity8 desktop-next is where users hit the issue most I think [15:19] seb128: ah, makes sense [15:20] anyway, the fix is on the way [15:20] ralsina, I saw, thanks [15:23] awe_, I have added a "Provisioning" section in https://wiki.ubuntu.com/Touch/Telephony/ [15:23] with a link to [15:23] https://wiki.ubuntu.com/Touch/Telephony/Retrieving_data_for_APN_DB [15:24] awesome! [15:24] sturmflut-work, already has created bug #1439272 , with a nicely formatted patch already ;) [15:24] bug 1439272 in android (Ubuntu) "[APN] Add settings for MVNO "Netzclub"" [Undecided,New] https://launchpad.net/bugs/1439272 [15:25] so, on my bq rtm, I turned off wifi this morning because I wanted to try to connect to a website from a different ip that my dsl line one, I got a 3G icon but apps think I'm offline/there is no data (e.g in the webbrowser) [15:25] how do I report an useful bug about that? [15:25] awe_, ^ is that the issue you are working on? [15:25] seb128, more than one SIM? [15:25] awe_, yes, 2 SIMs, data on the second one [15:25] but that used to work afaik [15:25] seb128, can you double-check system settings to ensure that the right SIM is still selected for data? [15:26] https://bugs.launchpad.net/canonical-devices-system-image/+bug/1413672 [15:26] seb128: there's already a bug for that [15:26] Ubuntu bug 1413672 in Canonical System Image "The SIM used for data in MTK-based dual-standby modems can change after carrier re-registration or reboot" [Undecided,New] [15:26] also, if that looks OK seb128, please check 'ip route' [15:26] awe_, it is, I'm having that issue for some days, I usually get it to work by playing the apn screen [15:27] awe_, that returns nothing [15:27] ok, then you hit: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1436427 [15:27] Ubuntu bug 1436427 in network-manager (Ubuntu RTM) "Turning off WiFi doesn't set a route after the modem connects data" [High,Confirmed] [15:27] it's a race condition with the closed-source rild component [15:28] but it's super hard to reproduce [15:28] awe_, ok, thanks ... did we regress on that? [15:28] seb128, if you could comment on the bug, that'd be super helpful [15:28] because it used to work fine until like a week ago [15:28] seb128, RTM or vivid? [15:28] awe_, doing so [15:28] awe_, rtm [15:28] right... it works 99.9% of the time [15:28] weird [15:28] I ran 500+ iterations over the weekend, and couldn't hit it [15:28] it constantly fail this week for me [15:28] could you add your syslog too? [15:28] accross reboots [15:29] I first though that the wrong apn was in use [15:29] playing in the apn screen makes it work [15:29] but maybe it's just by reconnecting [15:29] awe_, anything specific in the syslog? [15:30] if you want to do a grep for 'Network', that would help narrow things down, or just add the whole thing [15:30] awe_: I've had no further episodes of the "turning off wifi" bug but several episodes of the "wandering away from wifi" bug. Do you thihk they are the same thing? [15:31] one sec.. in a meeting [15:33] awe_, done [15:33] don't we rotate syslog? [15:33] thanks seb128 [15:33] ask ogra_ [15:33] seb128, we flush it at 50M [15:33] out of my domain [15:33] I added the log for the day, the whole file is 19M [15:33] k [15:33] ogra_, thanks [15:34] mcphail, so... the wandering away from WiFi bug that was reported by jibel was a DUP of the SIM for mobile data can change bug [15:34] mcphail, if you can reproduce the bug, and it's *not* the SIM for mobile-data can change bug, please report a new NM bug [15:35] I'm still going to be looking at this case however [15:35] awe_: ok, cheers [15:35] thanks much! [15:36] awe_, can you point me to the "sim for mobile data can change"? or you mean just that the setting shows the wrong sim selected for data? [15:36] awe_, because I had the issue when walking away from wifi without turning it off, and settings config was correct [15:36] not sure if that's the same issue than when I turned wifi off today [15:37] so the SIM for mobile data can change bug describes two scenarios [15:37] (1) on reboot, the mobile data SIM can change [15:38] (2) when an operator change, or re-registration to an operator occurs, the SIM for mobile data can change [15:38] the system settings should reflect the change [15:38] but if you suspect this has happened to you, check the output from list-modems ( /usr/share/ofono/scripts ) [15:39] we have a landing for RTM in progress for this bug [15:39] but no silo yet [15:39] seb128, https://bugs.launchpad.net/canonical-devices-system-image/+bug/1413672 [15:39] Ubuntu bug 1413672 in Canonical System Image "The SIM used for data in MTK-based dual-standby modems can change after carrier re-registration or reboot" [Undecided,New] === JamesTai1 is now known as JamesTait [15:41] awe_: so am I right in saying when the connection drops it is because it has activated my empty sim slot? [15:41] mcphail, not necessarily [15:41] awe_, thanks [15:41] if you only have one SIM installed, you're probably not hitting this [15:42] abeato, ^^ [15:42] awe_: my symptoms were more like the original bug which is marked as a duplicate [15:42] is it possible to hit the mobile-data SIM switch if there's only one SIM installed? === Raccoon changed the topic of #ubuntu-touch to: HAPPY APRIL FOOLS DAY! | Home: http://bit.ly/YEqEfo | Installing: https://wiki.ubuntu.com/Touch/Install | Porting guide (advanced) https://wiki.ubuntu.com/Touch/Porting | Bugs filing: http://bit.ly/1aV9AJG | Nexus Status: http://bit.ly/18kIrhM | Dashboard: http://bit.ly/12AQV53 | Changelog: http://bit.ly/1ljube1 | [15:42] awe_, mcphail, no, that's impossible [15:42] right [15:43] it is probably one of the NM issues [15:43] mcphail, BQ RTM? [15:43] awe_: yes [15:44] if so, please file a bug, and include syslog, as well as output of /usr/share/ofono/scripts/list-modems and list-contexts. [15:44] fyi, the output of list-modems includes private info [15:44] awe_: I don't think #1410113 should be marked as a duplicate and should be kept open [15:44] ( SubscriberIdentity, SubscriberNumbers ) [15:44] well, that was a specific case that our QA opened [15:45] and was caused by the SIM switch bug [15:45] awe_: ok - when I get data I'll open a new bug [15:45] thanks, much appreciated [15:46] I'm actually working on the OTA update, but these two scenarios are still important, and I will keep working on them [15:46] mcphail, does your network indicator show that you're connected to mobile data when you get outside of your AP's range ( eg. 2g/3g/H )? [15:47] awe_: sometimes. The indicator can be buggy as well [15:47] it's *possible* this could be the same issue as the WiFi toggle bug if so [15:47] ack re: the indicator [15:47] there's a new version being tested right now for vivid-devel [15:48] awe_: they seem very similar to me, but I haven't been getting the wifi toggle bug for 24h [15:48] mcphail, if you do have an indicator that shows 2g|3g|h [15:48] then please check the output of 'ip route' [15:48] if the table is empty, then it's the same bug as the toggle bug [15:49] awe_: OK, will do === ogra_ changed the topic of #ubuntu-touch to: | Home: http://bit.ly/YEqEfo | Installing: https://wiki.ubuntu.com/Touch/Install | Porting guide (advanced) https://wiki.ubuntu.com/Touch/Porting | Bugs filing: http://bit.ly/1aV9AJG | Nexus Status: http://bit.ly/18kIrhM | Dashboard: http://bit.ly/12AQV53 | Changelog: http://bit.ly/1ljube1 | [16:02] hey mpt [16:02] hello kenvandine [16:03] mpt, quick question, in my pin retries branch, i had to add a new string for the max retries reached, i wanted to make sure it was ok with you before landing [16:03] "Maximum retries reached" [16:05] kenvandine, how about “No more attempts allowed”? That would be a bit more direct [16:05] (cf. “Maximum pudding level reached” vs. “No more pudding for you”) [16:05] mpt, fine with me :) [16:05] haha [16:21] When I get new-mail notifications on the phone for gmail, what creates those notifications? Is it the gmail webapp, or something in online-accounts? I'd like to find the source and improve the wording of the notification, but I don't know where it is [16:27] aquarius: if it's not an actual push notification from google's server, then i'd guess probably something in accounts-polld [16:34] !seen Wellark [16:34] I have no seen command === dandrader is now known as dandrader|lunch [16:37] Does anybody know where I can find Wellark? We always seem to miss each other despite living in nearly the same timezone [16:40] aquarius, not as it is, should it? [16:41] mandel, well, I need an sftp app :) I'm not sure how it'll download big files... because it might get killed. This is what the downloadmanager is for, of course. But sftp might be too much of a corner case to bake it into the downloadmanager, especially given that it involves extra complexity [16:41] I was hoping it was already done :P [16:42] aquarius: I think there should be enough interest in adding SFTP to the downloadmanager [16:47] sturmflut-work, well, I'd certainly like it, but "Stuart wants it" is not enough of a reason for Canonical to invest in doing it :) [16:49] aquarius: you can always bribe mandel ;) [16:50] sturmflut-work, aquarius I need to work on the location-service first hehe but I'd love too, to be honest [16:51] *nod* I shall attempt to learn enough go to do it, then :) I have managed to make a qml go app which connects to an ssh server and lists its files, just by copying example code (woo!) but I need to understand about keeping the connection alive, etc, etc [16:53] just find the example code for that then ... [16:53] ogra_, that's more about understanding the deal with threads and so on (e.g., working out what a "goroutine" is ;)) [16:54] :) [16:54] the actual code to connect and retrieve a file is easy. How I do that without stuffing all the code to connect and fetch files inside the handler for a button click is the hard bit ;) [16:54] that is: actually learning go :P [16:56] aquarius: https://i.imgur.com/P827Tsq.jpg [16:56] i would bet you could just use a webview with the right magic stuffed into the QML that wraps it ,,,+ [16:56] oops, where does that garbage at the end of the sentence come from [16:57] ogra_, you can't make ssh connections from qml, sadly. I thought of that. :) [16:57] not from qml [16:57] from the webview ;) [16:57] hahahahahaha no [16:57] webviews can't make arbitrary socket connections either, thank goodness, otherwise nobody would be safe :) [16:57] sturmflut-work, ha! [16:58] aquarius: It was handed to me by Rainer Giepmann himself. [17:00] * sturmflut-work is obviously some kind of VIP [17:06] sturmflut-work: wellark is generally around [17:07] dobey: then I need to hang around more! [17:07] aquarius, mandel: doesn't qt have some sort of vfs thingy that magically handles different protocols, like gio, or is that only at the kde level? [17:07] dobey, afaik is not a qt thing, but I need to check [17:08] dobey: I think you mean KDE's KIO-Slaves [17:08] i remember when i wrote a download manager for gnome like 12 years ago, and it just handled all that stuff through gnome-vfs. [17:08] sturmflut-work: maybe, but i thought at least some of that was in qt [17:18] DanChapman: Thanks for your hard work on Dekko, BTW. If you decide to make a paid version I'll buy it. [17:19] +1 [17:22] +1 [17:26] hi, after 1st ever enabling of bluetooth and pairing it with car's hands-free, phone got disconnected and, moreover, it stays turned on... any ideas on how I can disable it? === dandrader|lunch is now known as dandrader [17:30] kwah, disconnect or forget the device in the BT settings [17:31] kwah, or maybe I misunderstood your question === salem_ is now known as _salem === _salem is now known as salem_ [17:53] you guys saw this interview yet? http://www.mobileworldlive.com/interview-canonical-ceo [17:54] nice words for you devs :p [17:55] pmcgowan, there are no devices to disconnect/forget. [17:56] aquarius: you should take a look at these qml plugins SSH SFTP etc from qml https://github.com/bobweaver/QtPlugins there's some little qml gems in those packages [17:57] bluetooth enable/disable does not work from settings nor from notifications :( [17:57] DanChapman, interesting! I will look. On the other hand, c++ and therefore complex compilation misery :) [17:57] sturmflut__: thanks :-) I was thinking of adding a donation page to the app rather than having a seperate "paid for" app [17:58] DanChapman, this is exactly the sort of thing I invented the community component store to contain :) But I haven't had time to devote to making it happen [17:58] kwah, why do you think it does not work? what do you see [17:59] pmcgowan, I see that it is enabled. I try to turn it off... after few seconds it shows me that it turned on. [18:00] and I don't want BT to be enabled all the time. [18:03] kwah, the toggle in both the indicator and the settings page shows it enabled again? hmm [18:03] yep [18:03] sounds like a bug [18:03] stays disabled here [18:04] this sound just like the diagnsotic reports issue [18:04] something in the set of writeable files got undone? [18:04] stays disabled for me too of course [18:04] HW/SW: bq 4.5, r20 image, stable [18:05] is cyphermox around, any ideas? [18:08] could some service end-up in strange state? [18:08] aquarius: I'm starting to think you just don't like c++ ;-p but yes these would be awesome to have in the component store [18:09] https://plus.google.com/u/0/+JosephMills/posts/j3heYwVi69g gives a nice overview of each [18:09] it happened upon pairing to car's hands-free. it managed to pair and even sync contacts. then got disconnected, have no idea from which side... [18:10] kwah, its possible that some backend went away, have you rebooted the device? [18:10] pmcgowan, not yet. [18:11] kwah, that may be it, if it works would be good to debug why the backend died [18:12] how may I check if something died? [18:14] pmcgowan, and if on the phone backend for some service dies I would expect it to be restarted auto-magically one way or the other :D [18:19] kwah, as would I [18:19] kwah,you can check /var/crash for any files [18:20] pmcgowan, something is definitely dead. the only active control in BT settings is enable/disable switch [18:21] hmm [18:22] pmcgowan, hm. from terminal I see bluetoothd.0.crash [18:22] what a coincidence [18:22] kwah, can you enter a launchpad bug and upload it there? [18:23] .upload and .uploaded also with bluetoothd.0 prefix [18:23] pmcgowan, are there instructions on a simple ways to get those from the phone? [18:24] sorry, my first few days with ubuntu powered phone... [18:24] kwah, ah so what we need is the whoopise number if it uploaded [18:25] hmm how to do that easily ogra_ [18:29] * rsalveti reads [18:30] kwah: do you see a bluetoothd.0.uploaded as well? [18:30] hm, nothing in errors.ubuntu.com [18:31] may not be on the network [18:33] kwah: otherwise if you could open a bug and upload that crash file it should already hep [18:33] but that's probably why it's failing to enable/disable the switch [18:35] sorry, just saw you said you had .uploaded as well [18:36] ev: maybe you know, how to trace back a crash upload with the trace in errors.ubuntu.com? [18:36] pmcgowan: what's this about? [18:37] bluez crashed [18:37] ok [18:42] kwah, anyway go ahead and reboot and try disabling again [18:43] pmcgowan, crash info will survive reboot? or is it better to get hands on it first? [18:44] pmcgowan, is there something like apport available for phones as well? [18:44] there is! [18:44] kwah, yes the crash was uploaded already [18:44] if we can find it on the server [18:44] kwah, you can safely reboot [18:46] pmcgowan, aha. ok then... rebooting. [18:49] pmcgowan, hm. and it hanged. [18:50] reboot I meant. anyway, power-cycling now. [18:53] pmcgowan, done. seems to be working now. thank you for your help. [18:54] kwah, sorry for the troubles, we will find that crash and look into it [19:01] pmcgowan, it is ok. keep up good job. I'll see how consistent it is, maybe you will get more of similar crashes. [19:01] ;) [19:02] thanks === kickinz1|afk is now known as kickinz1 [19:04] How do I adb push something to root it always says permission denied? [19:04] you mean to phone's root? [19:04] you can't, it's read-write only [19:04] readonly* [19:04] you can make it read-write but I wouldn't recommend it [19:05] what exactly are you trying to push to root and for what reason? [19:05] brunch Yep trying to modify logrotate config file [19:06] brunch875: my syslog is stucked since July. Tried reflashing today with no success [19:07] I have no idea on how the phone handles that stuff [19:07] brunch875 Found the config file in /etc/logrotate.d/ [19:08] what I know is anything belonging to root is read-only [19:08] and for the average user, the phone should stay that way [19:09] +1 [19:09] hi [19:09] brunch875 got it but want to try a fix before making it a bug [19:10] can I make my own ringtone in ubuntu touch? [19:11] i mean i got mp3 but don't know how to move it to ringtones [19:11] Good evening all. I am well impressed with my phone. Is there a chance of getting the Today scope to auto-refresh so it shows the correct date? [19:16] Also does the touch image have cups printer backend, or is this being worked on? [19:17] cwayne: any ETA on when https://bugs.launchpad.net/today-scope will be setup so nakanut can file bugs :) [19:17] nakanut: no cups yet, it will do in the future I believe [19:19] @popey thx for that Al. [19:19] np [19:20] I wish for the future for a gesture which sends current app to run on the background [19:20] so I can wait for wget to finish while doing other stuff === kickinz1 is now known as kickinz1|afk [19:39] taiebot: mount -o remount,rw / [19:40] taiebot: then change the logrotate.conf, and reboot [19:44] dobey: Just found a way thanks not sure it will work... === salem_ is now known as _salem [19:57] DanChapman: You could do both, add a Donation page and have a paid version. Gives us more possibilities to give you our money. === sturmflut__ is now known as sturmflut [20:00] sturmflut: a donate page inside a paid app feels weird though [20:01] popey, done :) [20:01] dobey: Haha, no, I didn't mean it like that [20:01] thanks cwayne [20:01] plus, money is hard [20:02] dobey: He could add a donation page to the website, link to that donation page from within the free app, and have a paid app all at the same time. [20:03] sturmflut: sure, but that's even more work, for basically no gain [20:04] popey, no problemo [20:06] pmcgowan, did another try -> the same result. no new crash though (maybe have not arrived, yet) but symptoms are the same. So for me BT is pretty useless now :( [20:07] dobey: Well, it won't make anyone rich, but on the other hand mhall119 proved that it is possible to make a bit of money. The minimum amount for a paid app is 2.49, so you just need about 75 people to pay for the bq Aquaris E4.5 phone you bought to develop the app. [20:07] dobey: Just my thoughts though. [20:07] kwah, once there is a crash it will not create another for the same issue [20:07] kwah, can you enter a bug with the details? [20:08] you can file one here and we can task the bluez packages as needed https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings [20:09] pmcgowan, will do. can i refer to existing uploaded crash-info somehow? [20:10] kwah, not sure how frankly, but we can likely do that [20:12] sturmflut: sure, but i don't think he has a donation page. and the paid version is the "in development" version, with the stable release being free [20:14] <_1_> eow [20:25] pmcgowan, filed. bug:1439377 [20:26] awesome thanks [20:26] may you check if there is enough info? [20:26] have some spare time now... [20:26] dobey: mm at the end ending up deleting the syslog file in /var/log and recreated a file and now it works. [20:28] bug #1439377 [20:28] bug 1439377 in ubuntu-system-settings (Ubuntu) "Bluetooth dies upon switching to bluetooth settings." [Undecided,New] https://launchpad.net/bugs/1439377 [20:30] kwah, can you add info about the specific handsfree device you paired, and did you sync contacts in both cases? === ahoneybun_ is now known as ahoneybun [20:32] pmcgowan, hm, how can I find out this info? handsfree is built-in into car system. I will check manual, but 95% that there is no info about it there. [20:33] kwah, ok just say which car it is, we have several such reports [20:34] if you don't mind [20:34] pmcgowan, and if I remember correctly (from Android/Cyanogenmod powered Galaxy S2 times) sync of contacts and other phone info is done every time I was connecting phone === chihchun_afk is now known as chihchun [20:35] kwah, yes it does [20:38] pmcgowan, SKODA_BT it is. If I will have more info I'll update bug-report... [20:39] kwah, can you do sudo grep "OOPS ID" /var/log/upstart/whoopsie.log and add that to the report [20:41] pmcgowan, hm. for that I need some help. can you point me on where to read for connecting device/getting to it (ssh/other means?) [20:43] kwah, this page shows how to get the tools which allow you to connect https://developer.ubuntu.com/en/start/ubuntu-for-devices/installing-ubuntu-for-devices/ [20:44] kwah, you could also issue that from the terminal app but the id is likely quite long === Tassadar_ is now known as Tassada === Tassada is now known as Tassadar === _salem is now known as salem_ [21:01] Hi Folks! -I have a Thinkpad X61T and a script to rotate the screen and would like to bind it to the dedicated button on the tablet, but ubuntu will always activate the screensaver even if I add a custum key-binding to my script.... -any ideas where I could "delete" this binding to the screensaver? [21:01] pmcgowan, done :) [21:04] kwah, great! welcome aboard [21:14] k1l_: around? [21:15] yep [21:34] Traintop: Which key is it exactly? Sounds like it is bound to the screen lock by default. [21:36] is it possible to dualboot another distro on ubuntu phone? [21:36] I've heard someone dual boot android [21:37] can ubuntu touch be installed on other devices? [21:37] PartNAS: There's MultiROM to dual-boot Android and Ubuntu. Which other distribution do you have in mind? [21:37] PartNAS: https://wiki.ubuntu.com/Touch/Devices [21:38] kali [21:40] sturmflut: yeah I also think that's the thing: the key is named "XF86TouchpadToggle" in ubuntu [21:41] terminal has nano hotkeys [21:41] but not vim ones??! [21:41] * brunch875 cracks his knuckles [21:41] Traintop, start "Keyboard" from the Dash and then look in Shortcuts under System and see if there's a key set to "Lock screen"; if there is and it's that key, you should be able to change it. [21:43] PartNAS: You can probably try to put a Kali chroot on an Ubuntu Phone, since Kali is based on Debian and there is an armhf port. But I don't know if all the tools can handle an Android kernel and Android hardware drivers [21:44] aquarius: that's where I looked first; tried again there: there are no "System"-keybindings with the same keyname [21:44] PartNAS: On the other hand you might go for Kali NetHunter, which runs on Nexus devices. Maybe that one can even be dual-booted with Ubuntu on a Nexus 4. I never tried. [21:44] Traintop, ah, I didn't realise you'd already tried there, sorry! [21:45] sound good [21:45] aquarius: :-) [21:46] it's just that even if I add a "custom"keybinding for this button; the default-binding is always used... -I wonder where I could "delete" that binding as I do not need it [21:47] I only just now realized there's MTP [21:47] and just for interest: this is the problem with all 3 tablet-buttons on the x61t here on ubuntu [21:47] so far I've been using adb push / pull to transfer files [21:48] Traintop: It sounds somewhat strange that a key with the name "TouchPadToggle" locks the screen. But I never really understood key handling in X11 and how key bindings work, so you might want to file a bug. [21:48] would kali run on a Wiko Rainbow ? [21:49] its mediatech [21:49] PartNAS: No idea. The guys on #kali-linux surely know. [21:50] and ubuntu? [21:50] if it runs on aquaris thats also media tech [21:50] Mediatek MT6582 [21:50] Quad Core 1,3GHz [21:51] sturmflut: sorry, this is the same problem with the 3 tablet-buttons on this machine; XF86TouchpadToggle, toggles the Tocuhpas of course if I had one... -the button I want to use activates the Screensave and is named "Screensaver"... -sorry [21:52] but the underlying problem is the same; these bindings are defined somewhere and I can't find it... -damn [21:52] PartNAS: It's the same SoC, yes, so porting Ubuntu to the Wiko Rainbow might be less work. [21:53] and it like 50 cheaper [21:54] Traintop: I did not know that there actually is an XF86ScreenSaver button. Interesting. [21:54] 139,90 € vs 179,90 € [21:54] http://www.fnac.pt/Wiko-Rainbow-Noir-Telemovel-Telemovel/a786732 [21:55] sturmflut: no this one is called "Screensaver" in the ubuntu-gui, the one with the touchpad-functionality is called "XF86TouchpadToggle" [21:55] googled for the latter but didn't find anything interesting [21:56] and wiko is 5` vs 4.5´ [21:57] this is what this looks like in real: http://www.tabletpcreview.com/picture.asp?f=3104 [21:57] the gpu isnt the same [21:58] the button above the led for the ac is intended to be used as a rotate-button; and in ubuntu it is named "XF86TouchpadToggle" but the other 2 doesn't work either [21:58] PartNAS: Hmm, the Wiko has just 4 GB of internal flash. Isn't 8 GB the minimum for everything nowadays? [22:00] Traintop: I think you should file a bug. [22:01] sturmflut: thanks for the help; but it is getting late here; bed waits... a bientot [22:01] Traintop: We are in the same timezone, it's late here too ;) [22:02] Traintop: Good night [22:02] before coming back to irc I will try on my linux-from-scratch; just curios if this binding is in the standard X-Server or an ubuntu-thing... -good night [22:02] sturmflut:but cant you use sd card? [22:04] PartNAS: Yes, but usually not for the operating system itself. [22:05] PartNAS: MultiROM seems to be able to boot from SD, though. I just noticed. [22:06] in ubuntu all installed programs go to the OS? [22:06] thats seem to be the best [22:06] so i can dualboot [23:34] how possible is it to have x86 based device running ubuntu touch? === ahoneybun_ is now known as ahoneybun