[00:00] try to start it manually to see what happens [00:01] hmm [00:01] lxc-start 4136.576 INFO lxc_conf - lazy unmount of '/lxc_putold' [00:01] lxc-start 4136.576 DEBUG lxc_conf - drop capability 'mac_admin' (33) [00:01] lxc-start 4136.576 DEBUG lxc_conf - drop capability 'mac_override' (32) [00:01] lxc-start 4136.576 DEBUG lxc_conf - capabilities have been setup [00:01] lxc-start 4136.576 NOTICE lxc_conf - 'android' is setup. [00:01] lxc-start 4136.577 NOTICE lxc_start - exec'ing '/init' [00:01] lxc-start 4136.579 NOTICE lxc_start - '/init' started with pid '1613' [00:01] lxc-start 4136.579 WARN lxc_utmp - '/proc/1613/root/var/run' not found [00:01] lxc-start 4136.579 WARN lxc_start - invalid pid for SIGCHLD [00:01] lxc-start 4136.668 DEBUG lxc_start - container init process exited [00:01] lxc-start 4136.668 DEBUG lxc_start - unknown exit status for init: 4 [00:01] lxc-start 4136.668 INFO lxc_conf - running to reset 0 nic names [00:01] lxc-start 4136.668 INFO lxc_error - child <1613> ended on signal (4) [00:01] it starts [00:01] and shuts down [00:02] lxc-start 4136.579 NOTICE lxc_start - '/init' started with pid '1613' [00:02] lxc-start 4136.579 WARN lxc_utmp - '/proc/1613/root/var/run' not found [00:02] lxc-start 4136.579 WARN lxc_start - invalid pid for SIGCHLD [00:02] lxc-start 4136.668 DEBUG lxc_start - container init process exited [00:02] lxc-start 4136.668 DEBUG lxc_start - unknown exit status for init: 4 [00:03] yeah, wonder if you're missing some kernel configs [00:04] i used a script to check the config [00:05] https://github.com/Talustus/android_kernel_samsung_galaxys4/blob/kk-4.4_new/arch/arm/configs/check-config [00:05] that one [00:05] Talustus: do you have /proc/config.gz? [00:05] yes [00:06] want to check the options you got in there [00:06] Talustus: mind pasting that? [00:06] moment pulling it down [00:07] http://paste.ubuntu.com/10656550/ [00:07] there u go [00:09] its a Samsung Galaxy S2 LTE GT-I9210T msm8660 based if tahts important for u to know rsalveti [00:11] hm, seems to be all in there [00:11] lxc-start 4136.579 WARN lxc_utmp - '/proc/1613/root/var/run' not found [00:11] tjat [00:11] that's probably because it failed right after init then [00:12] yeah something isnt going well in the [00:12] early stage i guess [00:12] maybe trying to get the console [00:12] -c, --console=FILE Use specified FILE for the container console [00:12] -L, --console-log=FILE Log container console output to FILE [00:12] yeah [00:13] i have set console=tty0 [00:13] kernel cmdline [00:13] i hope thats ok [00:14] probably, yeah [00:15] lxc-start 4959.929 DEBUG lxc_conf - mounted '/var/lib/lxc/android/rootfs' on '/usr/lib/arm-linux-gnueabihf/lxc' [00:15] lxc-start 4959.929 DEBUG lxc_conf - Set exec command to /init [00:15] lxc-start 4959.929 INFO lxc_conf - created /usr/lib/arm-linux-gnueabihf/lxc/dev/lxc [00:15] lxc-start 4959.930 INFO lxc_conf - console has been setup on lxc/console [00:15] lxc-start 4959.930 INFO lxc_conf - 4 tty(s) has been setup [00:15] lxc-start 4959.930 DEBUG lxc_conf - created '/usr/lib/arm-linux-gnueabihf/lxc/lxc_putold' directory [00:15] lxc-start 4959.930 DEBUG lxc_conf - mountpoint for old rootfs is '/usr/lib/arm-linux-gnueabihf/lxc/lxc_putold' [00:15] lxc-start 4959.930 DEBUG lxc_conf - pivot_root syscall to '/usr/lib/arm-linux-gnueabihf/lxc' successful [00:15] and then stops again [00:18] -C, --close-all-fds If any fds are inherited, close them [00:18] If not specified, exit with failure instead [00:18] should i try that? [00:23] not sure if it will help [00:24] rsalveti -> http://paste.ubuntu.com/10656659/ [00:26] yeah, hard to debug that way, failing right when starting android [00:27] i need to get off to sleep work is calling in few hours === chriadam|away is now known as chriadam === qwerty is now known as Guest3816 === zhxt_afk is now known as zhxt === verdeP_ is now known as verdeP [04:01] I think this is a bug. when I turn off wifi, cellular data should work, but it doesn't work automatically, unless I reboot phone. [04:02] also I can send mms but can not receive them. [04:03] muka: that would be a bug [04:03] both [04:03] mms could fall to the carrier maybe [04:03] possible [04:04] it there anyone that can receive mms [04:05] muka: I sadly don't have a device to test [04:05] test/confirm === ahoneycutt is now known as ahoneybun === chihchun_afk is now known as chihchun [08:13] oSoMoN, o/ how was your weekend? :-) === thelionroars1337 is now known as thelionroars [08:25] rpadovani, very good, thanks [08:25] rpadovani, how are the eyes? [08:26] oSoMoN, nice to hear :-) Fine, thanks! It's amazing to don't have to use lenses anymore [08:26] it must be! [08:27] does anyone have an extensive documentation about wepapps on Ubuntu SDK ? [08:27] oSoMoN, sorry to bother you on monday morning, but I found another couple of bugs implementing the new tab view. I don't know if I'm unlucky or if this branch hasn't to land, lol [08:27] a link maybe ? [08:28] oSoMoN, first bug: we use a custom listview for bookmarks, called limitedlistview, developed by unity8's team I think: it doesn't emit a signal when the number of bookmarks change [08:29] oSoMoN, so if you have 5 bookmarks, open a new page, bookmark it, and then return to the new tab view, there isn't the button 'show more'. But there is if you open a *new* new tab [08:29] I maybe can work on this, but it will take some time [08:30] rpadovani, yeah, I think that looking back this model may not be suited for our use case [08:31] rpadovani, how about we leave that one aside for now, and focus on settings this week? [08:32] oSoMoN, works for me :-) [08:32] rpadovani, I’ve already started the preliminary work, see https://code.launchpad.net/~osomon/webbrowser-app/searchengine-qml/+merge/253505 [08:33] rpadovani, next up is to migrate to use Qt.labs.settings, which I’ll do this morning [08:33] oSoMoN, cool! What do you want I focus on? Something not urgent, as usual, I think I can work on it a bit tomorrow :-) [08:34] good morning [08:34] (or if you prefer I can review code, I'm quite good at it, as popey can testify :D) [08:34] rpadovani, yeah, your reviews would be very welcome [08:35] rpadovani, what’s the state of your settings UI branch? I can do the backend work, and you take care of the UI, if that works for you? [08:36] oSoMoN, of course it works, I didn't change it in a while, I need to port it to PageStack instead of expandable listitems as it is atm [08:36] oSoMoN, so let's say I wait you land the Qt.labs.settings branch, then I update it, could work? [08:36] rpadovani, yeah [08:37] we have a plan then, let's make it rocks! [08:37] and let’s make it roll :) === dholbach_ is now known as dholbach [09:19] hiya everybody. I saw a video a little while ago with somebody showing off windowed mode. However, they semed to have a spreadsheet editor and other productivity paps installed. Are these any idea on what they were specificlly: [09:24] Brainard52: I think you're talking about (part of) the convergence demo, in which case the main app you were seeing is/was openoffice [09:27] I see. Doing a bit more reseaech yields the answer of xmir. The answer I see right now says to create a specific lightdm confession file and add [SeatDefaults] type=unity. Does this sound correct to you? [09:27] whether or not I will be able to install an office suite after is a diferent matter... [09:34] Good morning all; happy Monday, and happy Near Miss Day! :-D === duflu_ is now known as duflu [10:00] could it be that the newest vivid/devel-proposed image doesn't boot? [10:00] anyone else having problems? [10:00] the ojne that just landed a minute ao on the server ? [10:01] I don't know when it landed [10:01] I just saw the notification and installed it [10:02] well, the changeset is rather small http://people.canonical.com/~ogra/touch-image-stats/144.changes [10:02] I restarted and it looks to be working fine now [10:02] new initrd though [10:02] k [10:02] lets see if other reports come in [10:04] hum... I just enabled developer mode to check the logs, but 'adb devices' doesn't list it [10:04] ah now it does [10:04] maybe just ignore me for the next few minutes :) [10:04] ogra_: any touch vivid seed change planned today? (don't want to conflict with an incoming upload from you) [10:05] /ignore dholbach [10:05] oops [10:05] didrocks, nothing planned, no [10:05] ok ;) will keep you posted once my tests are done [10:07] Any news about when you change Ubuntu Touch to vivid base, instead of utopic? [10:10] rowithin the next weeks [10:10] robin-hero, ^^ [10:12] ogra_: Thanks, but about how many weeks? :) "Next weeks" can means 2 or 10 weeks too :D [10:12] yes [10:12] :P [10:12] somewhere between 2 and 10 :) [10:12] ok, I understand :) [10:13] we wont switch the phones out there over to it before it is ready ... [10:13] all development and QA focus is on vivd though [10:13] hey davidcalle, is https://lists.launchpad.net/ubuntu-phone/msg11608.html something that could be added to the porting guide? [10:13] and hi janimo :) [10:15] dholbach, oh thanks, I missed that, nice one :) [10:20] dholbach, hello :) [10:23] s-i server can make the tarballs itself, just use "cdimage-device" type in the file_device channel config and give it a directory structure like this http://cdimage.tasemnice.eu/ === chriadam is now known as chriadam|away [10:38] please do you know the gps (in location item of status bar )?what is its calling process? [10:39] unity8->qt-dbus->ubuntu-location-serviced? [10:39] ?? [10:41] there is the trust service somewhere in the loop [10:41] tvoss could tell you more, but he doesnt seem to be around atm [10:42] ogra_, o/ [10:43] JamesTang, there is tvoss :) [10:43] JamesTang, o/ [10:43] 3q [10:44] JamesTang, how can I help? [10:44] hi tvoss:all app invoke gps must use ubuntu-location-serviced? [10:44] JamesTang, yup [10:45] well, even more specific, they should use https://developer.ubuntu.com/api/qml/sdk-14.04/QtLocation/ [10:45] JamesTang, under the assumption you are using Qt/QML, please rely on QtLocation to get the job done [10:45] * ogra_ doesnt think apparmor will allow any other access to location [10:45] ogra_, apparmor does not know about qt or qml [10:46] ah, so you could driectly talk to the service ? [10:46] i thought confinement will block that [10:46] JamesTang, if you are not using Qt/QML, you can use http://bazaar.launchpad.net/~phablet-team/platform-api/trunk/files/head:/include/ubuntu/application/location/ [10:46] ogra_, sure, confinement can only operate on a dbus level, it does not know anything about the toolkit (on purpose) [10:47] ah, cool [10:47] JamesTang, does that answer your question? [10:57] Hi, could I know more about ubuntu-location-serviced? [10:57] JamesTang, didnt you see the answers above ? [10:59] yes, about QTLocation [10:59] JamesTang, so what do you want to know? [10:59] but I want to write a app not QTUI [11:00] JamesTang, if you are not using Qt/QML, you can use http://bazaar.launchpad.net/~phablet-team/platform-api/trunk/files/head:/include/ubuntu/application/location/ [11:00] I want to call ubuntu-location-serviced [11:00] directly [11:00] seems you missed that line [11:00] :) [11:00] JamesTang, the platform api offers you a low-level c api to access the location service [11:01] JamesTang, this example should get you started: http://bazaar.launchpad.net/~phablet-team/platform-api/trunk/view/head:/examples/test_location_api.cpp [11:02] thks very much [11:04] JamesTang, sure, let me know if you need any further help [11:08] ok,thanks [11:20] hey all, I've been using the Bq phone for 3 days and want to know how to properly report the bugs i've encoutered so far [11:22] ### Anyone interested in WHATSAPP for UbuntuTouch ???? https://github.com/loqui/im/issues/660 ### [11:23] bjoern__, we have telegram that's so much better :-) [11:24] @rpadovani: Especially the not working notifications... [11:24] And thats not the point... My phone is able to start multiple messengers [11:25] So why I shouldn't use WhatsApp, too ? [11:25] Telegram is better ? How you send emoticons ? [11:25] bjoern__, I see your point, indeed :-) But notification and emoticons works fine here [11:26] Could you please tell me, how to get notifications working ? [11:26] (I am logged in with my UbuntuOne account) [11:26] karni, could you help bjoern__? [11:26] Which phone do you use ?? [11:26] (Mine: BQ Aquaris) [11:27] bjoern__, works both on nexus 4 and bq aquaris [11:27] Hmmm... [11:27] * karni reads [11:27] We are 3 people with Aquaris and no device gets the notification sounds working.... :-( [11:28] bjoern__, for the emoticons you have to go to settings -> keyboard -> available keyboards (or similar, I don't have english on the phone) -> emojis [11:28] bjoern__: rpadovani: lack of sound during notifications is a known issue on BQ phones with RTM :/ [11:28] bjoern__, oh, you was talking about sounds [11:28] bjoern__: It does vibrate at least, correct? [11:28] I thought about notifications at all [11:29] Yes... phone vibrates.. but no sound... I have tried different sounds from the library [11:29] joc_: Do you you know where the bug regarding lack of sound in notifications has been moved to? [11:30] bjoern__: How did you try different sounds? The app doesn't have a way to change notification sound. [11:31] I have changed notification sounds in system settings [11:32] https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1435051 [11:32] Ubuntu bug 1435051 in ofono (Ubuntu) "'Telegram' app plays no notification sounds" [Undecided,New] [11:35] bjoern__: thanks, there's actually long standing bug on this issue :( [11:37] can't find it now, but thanks for bringing it up bjoern__ . [11:39] bjoern__: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1413818 [11:39] Ubuntu bug 1413818 in pulseaudio (Ubuntu RTM) "Notification sounds aren't being played back" [Undecided,New] [11:40] Hi Karni: Thanks a lot... but I have tried Positive.ogg and Mallett.ogg... not working for me [11:42] bjoern__: please do leave that feedback on that bug report (including this, if you can: system-image-cli --info ) [11:43] Ok, I will do so... [11:46] wow, gross ... [11:47] @ karni: done [11:48] bjoern__: cheers [12:09] omg [12:09] I found my bq open sim slot thing [12:12] jgdx: hahaha [12:16] jgdx, ahahah [12:17] you've been a wonderful audience, good night! [12:17] but seriousely, it opens the mako slot as well [12:18] unbelivable ! [12:18] so multifunction !! [12:18] jgdx: yes it's like magic, it'll probably open a laptop cdrom too [12:18] and my car [12:19] jgdx: might not be long enough for that === _salem is now known as salem_ === salem_ is now known as _salem [12:51] arrghh first time I take the phone outside [12:51] sometimes loses phone network [12:51] bad bug :( [12:53] rsalveti, ping === rickspencer3_ is now known as rickspencer3 [13:02] internet won't work grrr [13:04] brunch875, I have no problems on that side, both on 3G and 2G and with both sims, are you sure it's not a net problem? [13:04] hmmm it COULD be [13:04] I recently contacted my provider to change line [13:04] but it seems... bizarre [13:05] now I get phone [13:05] but no 3g [13:06] * brunch875 brbs [13:12] dadexix86, you are able to switch 3g from one sim to the other? === alan_g is now known as alan_g|lunch [13:13] jgdx, yes, it is enough to select the 3G on the second one and the first one goes automatically to 2G [13:13] but I cannot try the net on the second one because it's a foreigner one [13:15] dadexix86, okay, thanks! [13:24] I just rebooted the phone, which solved the problem :/ [13:24] might be a bug, might be on provider's fault [13:24] file it if you see it again [13:25] I know a friend in college which also got the same phone [13:25] I'll ask him if he uses the same operator [13:25] and whether he has the same problem or not [13:25] but as long as I suspect it might be the provider's fault, I'll avoid filing bugs [13:27] well, even if it is, there is perhaps a way on our side to compensate it, yu never know :) [13:27] internet gone again! [13:27] rebooting... [13:29] solved [13:29] weird! [13:30] oh, another thing [13:31] Tunneled TLS isn't implemented, is it? [13:32] nope [13:34] I've been talking to some people using windows phones, and when someone spams them with text, the phone freezes and slows down and requires a reboot, does anyone know if Ubuntu he this problem? [13:34] define spam [13:34] like two per second? [13:35] * ogra_ definitely had no probs on the weekend when getting like 300 telegram messages in one group [13:35] well a good few messages quickly, [13:35] I assume you mean via SMS [13:35] (rarely more than 20 in one chunk thouh) [13:35] telegram goes well [13:36] yeah through SMS, I don't know if sending via SMS or telegram makes a difference but I'm glad telegram won't suffer from this [13:36] I'm not losing internet anymore [13:37] I think it was a punctual provider issue [13:37] I remember sometimes having this problem on android too [13:39] ii don't tend to get a lot of texts in a row, but I know that sometimes I will get 5 or so texts in a roa , J [13:41] and some of my friends are like 15 so I expect spam from them at somepoint, so I was just wondering if this is something I'd actually need to be worried by on Ubuntu [13:42] i guess they get removed if they start to spam and troll :) [13:42] not sure thought [13:44] sounds a like testcase :-) [13:44] measuring if performance goes down when many SMSes are received quickly [13:44] via SMS so they won't be removed, I've just been worrying about if spam would be a major issue and slow down the os and make me turn my phone off and on like my friends windows phone xD. turn from a minor annoyance into a major one [13:46] yeah when the OPO has Ubuntu with text, If any of my friends have unlimited text, I'd record a test of how well it works! [13:47] ChloeWolfieGirl: i've not had any issues with that so far i don't think, but it's just software and hardware. there's always a chance something could go arbitrarily wrong [13:47] @ brunch857: WhatsApp on UbuntuTouch ---> https://github.com/loqui/im/issues/660 [13:47] 875 [13:49] sorry had to refresh the page, it kept jumping to the top of the page ((hope it's fixed now)) [13:51] bjoern_, you're the boss [13:53] I think the first app I'll develop will be an irc client [13:53] I have some code in C I can recycle [13:54] * chloewolfiegirl is using web version of irc, a native app would be greatly appreciated xD [13:56] brunch875: app lifecycle will make that a not particularly fun endeavor [13:57] but it's possible, right? I mean... telegram works. === _salem is now known as salem_ [13:57] better would be a native client for something like irc cloud, if you really want irc on the phone. or perhaps a decent interface for IRC, and getting the IRC support for telepathy enabled by default on the phone images [13:57] telegram isnt realtime [13:58] brunch875: possible yes, but it will lose connection every time the app goes to the background (or screen locks) [13:58] and yeah, telegram is not always-connected, and they've implemented push notifications on the server [14:00] you mean the ubuntu server is connected and then sends the push notifications? I'm not really getting this quite right... [14:01] no, telegram's server sends push notifications [14:01] couldn't he use the same thing that keeps it so even if you're not on the music app still let's you play music? [14:02] chloewolfiegirl, we have a lifecycle exception, no other 'normal' app can do that ;) ...and we'll hopefully be removing it soon in the music-app [14:02] ... is that really a good thing? === salem_ is now known as _salem [14:04] brunch875: yes :) [14:04] I'm sure it helps with performance and battery life. But I love listening to music whilst browsing the internet [14:05] brunch875, you'll still be able to listen to music ;) just the platform itself will play the tracks for us...so then the app can be suspended :) [14:05] oooh... [14:05] chloewolfiegirl: yes. work with the core devs to get the IRC back-end for telepathy installed and usable by default on the phone, and just provide a decent UI in an app to use it. [14:06] any alternatives to run on the background stuff? [14:06] no [14:06] only system services are allowed to run in bg [14:07] works well if your apps makes use of them :) doesnt work so well for stuff we dont offer any bg services for [14:08] you can indeed at any time build your own stuff and install it in your $HOME ... but that will only work for hackers and not for store apps [14:08] yeah, i wish we had a more complete solution for that in place [14:09] we should at least have some howtos how to install stuff in your home dir so people dont always make their phones writable [14:11] mardy: re apparmor rule to read its own desktop file-- no. that said, it should be able to read the one in the install directory of the click already [14:12] mardy: sorry, that probably needs more context. 'no, I'm not against the app reading its own desktop file' [14:12] @ brunch875: Why we do not ask the LOQUI developers to add irc protocol ??? [14:13] but their whatsapp is a web service, isn't it? [14:13] web app* [14:13] jfunk, ping === dandrader is now known as dandrader|afk [14:14] I've just shown the phone to my teacher [14:14] brunch875: not really - you have to have a phone on too, nearby, for it to work [14:15] popey, nearby ? [14:15] i thought you can just leave it on your desktop at home :) [14:15] he was outraged when I told him things packages won't be installed with apt-get [14:15] brunch875 I don't understand whatsapp, if you go onto whatsapps web version, it uses your phone, so if your phone dies your connection onyour computer does to!... [14:15] ogra_: on the same network i thought [14:16] ah, i thought you just get a QR code and after signed in you are fine [14:16] not that i ever used whatsapp :) [14:16] I used whatsapp reluctantly [14:16] which makes me wonder... will ubuntu ditch the apt-get packaging system? Ubuntu desktop is going to use click packages too? [14:16] i only used whatsapp to tell my wife i left a message for her on telegram :) [14:17] popey beautiful! [14:17] brunch875, the phones (and desktop) will likely switch to snappy at some point [14:17] which doesnt use/ship apt [14:17] snappy? [14:17] that ubuntu core stuff? [14:17] yeah [14:17] jdstrand: thanks, that's a good answer anyways :-) [14:18] isn't that going to bring problems with debian packages? [14:19] what kind of problems ? [14:19] debian packages are simply only used to build stuff, they are not supported in snappy [14:19] i think you mean "what debian packages?" [14:19] I thought that we wherent giving up .deb's in the desktop? [14:19] :) [14:19] I mean, even if ubuntu changes the way of installing things, new stuff coming to debian will still use /usr/share [14:20] yeah, the .debs; that's what I meant [14:20] not in snappy ... [14:20] like you dont use debs in the ubuntu phone [14:20] snappy (and snap packages) is simply the next evolutionary step of the phone OS (and click packages) [14:21] what about the desktop, though? [14:21] I thought the aim was to converge everything to the same OS [14:21] if Firefox, libreoffice, steam etc would work perfectly with snappy and .click then I can see giving up on .deb but if they don't work perfectly with .click then I don't think we can. [14:21] same thing ... there will be tools to enable you to include deb binary stuff inside your snap package [14:21] brunch875, richt, that is exactly the aim [14:22] *right even [14:22] how would downloading games on steam work in a .click / .snappy desktop? [14:22] ChloeWolfieGirl: steam doesn't even really use .debs anyway [14:22] ChloeWolfieGirl: the same as it works now [14:22] steam initially installed in home if I remember correctly [14:23] yeah, snap package (like click packages) dont install in home [14:23] steam still does [14:23] I saw click packages in /opt [14:23] in ~/.local/share/Steam/ [14:23] no more /usr/share /usr/local then? :p [14:23] the steam .deb packages is just an installer [14:23] I can't wait to see things work in .click packages, if they do work seamlessly then its going to be amazing in my po, its just the worry if it doesn't [14:24] *if they don't [14:24] the main issue with most traditional apps, is they aren't designed for touch interfaces [14:24] and who's saying that libre office, krita etc will package a .click package? [14:25] brunch875, wouldnt make any sense in the click/snap model ... since the package can not talk to the other packages anyway [14:25] ChloeWolfieGirl: it doesn't matter if they do or not, the same as they don't build the current packages that are in debian or ubuntu [14:26] you only have a few limited dirs the app can use [14:26] dobey they don't? [14:26] ChloeWolfieGirl: someone else can build them [14:26] ChloeWolfieGirl: no. mozilla doesn't build the packages either. we do [14:26] til [14:27] well, click and snap enables upstreams to provide packages more easily [14:27] I knew that Mozilla made Firefox. I thought they made a .deb and then canonical takes the [14:27] nope [14:27] if you as mozilla wnat to provide an official deb for ubuntu you need to be an ubuntu developer with upload rights to the archive [14:27] .deb and then canonical did some unity integration with it, then pushed it out [14:27] with click packages you dont need to [14:27] ogra_: right. the namespacing also means that multiple people might provide the same app in a package, and they won't conflict [14:27] right [14:27] namespacing is a great thing === dandrader|afk is now known as dandrader [14:28] i can provide my own hacked up firefox with $cool_feature enabled [14:29] for the desktop you can be sure that the most important bits will indeed be availble as snap packages once the snappy switch happens [14:29] ogra_: well, aside from the trademark issue it will present if you do, sure :) [14:29] i would just call it icewombat :P [14:29] spacegoat [14:30] windbuiscuit [14:30] i think ice* is mandatory :P [14:30] hi [14:30] hello [14:30] i think whoever came up with ice* didn't understand the true opposite of fire :) [14:31] waterfox, vaporeon xD [14:31] sigh [14:31] just how to be cheeky [14:31] firefox, flareon xD [14:32] dobey, or was simply a GOT fan [14:32] brunch875 xD [14:32] winter already came and gone [14:33] can't click packages interact with each other? [14:33] brunch875: no [14:33] nope [14:33] that's some heavy isolation [14:33] well, not exactly [14:33] I'm thinking of stuff like postrgres or apache [14:33] one can use files from another via content-hub for example [14:33] yeah, not exactly :) [14:33] what about bluetooth and ubuntu touch?, i was able to send files to the phone (/tmp) but i was not able to sync contacts, share files from the phone or stream music. [14:33] you can talk to each other through system services [14:33] addons and extentions [14:34] is there a name for that architecture so I can study it? [14:34] studio_, playing music via BT to a speaker definitely works here [14:34] aha [14:34] studio_: available BT profiles support is very limited right now [14:35] right, completely focused on audio playback, headsets etc [14:35] i think in vivid some input methods should work too (kbd mouse) [14:36] i tried the sync-tool on my ubuntu desktop to sync contacts, but it was not working. ist it working for you? [14:36] contacts sync is not supported yet no [14:36] ok [14:36] not over usb nor bluetooth [14:37] I'd love to not depend on Google for contact syncing [14:38] dobey, why /tmp is the default folder for sending files to the phone? [14:39] 10:32 < dobey> studio_: available BT profiles support is very limited right now [14:39] ie, OBEX is not supported yet afaik [14:39] i understood, but can i change the folder? [14:40] sure. fix obex support to expose things in the same way that mtp does [14:41] hmmm ... :( [14:42] is there anywhere I can read more about the transition to click-packages and how services will work? [14:43] i think rsalveti recently added some obex bits in vivid ... but not sure they fully work yet [14:43] might just have been the packages without any config [14:46] btw. this is i think outdated: http://askubuntu.com/questions/425315/ubuntu-touch-how-do-i-import-vcf-contacts it was not working, but "syncevolution --import /path/to/file/allcontacts.vcf backend=evolution-contacts database=system-address-book" was working :) [14:47] studio_, adda comment then :) [14:47] so other people know about that [14:48] my english is not so good :( [14:49] it was good enough for the sentence above :) [14:49] :) [14:49] and you dont really need more than this sentence ;) [14:50] oh get a room you two ;P xD [14:50] lol [14:53] has anyone properly looked at user customisation? I know that its heavily customisable for people with technique skills, but does anyone know what kind of customisable things we'd see in store and how… [14:53] … much the user could change the GUI? [14:54] ogra_: for the contact sync with your carkit it uses obex [14:54] we just don't yet support transferring files via obex, but because we don't have an interface for it [14:54] peat-psuwit: pong [14:56] rsalveti, right, thats what i thought [14:56] * genii adds "Sync contacts to Ubuntu One to his wishlist" [14:57] genii: +1 [14:57] rsalveti, How audio chip in Bq Aquaris 4.5 knows which modem is active? It's dual-sim phone, right? [14:58] peat-psuwit: yup, it knows internally, all you need to do from the audio hal perspective is enable the audio mode modem [15:01] genii, send patches too !!! [15:02] rsalveti, My phone is also a dual-sim too. From how rild calls AudioFlinger, I guess it's how to tell which modem is calling. [15:03] It calls "setParameter" with keys "vsid" and "call_state". [15:04] And from my research, "visd" seems to be different when I use 2nd slot. [15:14] ChloeWolfieGirl2: i expect there won't be too much in the way of general customization like themes or such. apps will be designed by the authors, and will specify their own colors or such if need to. likewise, scopes can spefiy the header color and a custom logo iamge to use. [15:20] ogra_ , ChloeWolfieGirl2 Bah, doesn't look like Ubuntu One would be an option. http://blog.canonical.com/2014/04/02/shutting-down-ubuntu-one-file-services/ [15:21] that's just the 'dropbox' thingie [15:21] Ubuntu One is still running [15:21] Hm [15:21] genii, only the file service .. you can stil (and will always be able to) use the DB backend [15:21] dobey I imagine not a lot to begin with, but I think there needs to be some customisability/themeing for people, even if its just font, indecator icons, or how the indecator menus looks when pulled do… [15:21] …wn, etc [15:22] genii Ubuntu one is how Ubuntu tells what apps are bought from the software center so I imagine that contacts will be synced via Ubuntu one at somepoint [15:27] eh, i wish we could move away from the whole concept of "sync" [15:28] dobey why? [15:28] because sync is never what i want. i don't want all my contacts everywhere (which is what sync is). what i want, is to access all the services where i have different contacts, in the same consistent UI/manner, but keep them as separate services. [15:31] dobey so you want them not to be locally, but you want them to act like they're local? [15:31] no [15:31] a local cache is fine [15:32] so you *are* syncing again :) [15:32] what i want is that if i add a contact on my phone, i don't want it to magically appear in google, or linkedin, facebook, etc… [15:32] no [15:32] a cache is not a sync [15:32] just less persistent [15:32] I like sync. I loved how I could import my google contacts in utouch [15:33] what i want is the contacts system on webos :) [15:33] Magically appear in google, linkedin or facebook? [15:33] dobey, +1 :) [15:33] anyway i really need to go get lunch [15:33] late! === chihchun is now known as chihchun_afk [15:35] does chrome / chromium work with ubuntu touch? [15:35] well, the browser uses the same engine [15:35] I'd like a "yellow pages" automatically sync'ed to my phone. Ideal for finding a late night taxi/kebab shop without having to have internet access. I'm sure there's a business opportunity there [15:35] oh good [15:35] but no, chrome/chrmium are Xorg apps [15:36] so you cant just use them directly [15:36] (like you cant use firefox) [15:36] ogra_: thanks, maybe some time in the future, tho ... having issues getting client side certs to work in the stock browser [15:36] melvster, oh, let dbarth_ and oSoMoN know === alan_g|lunch is now known as alan_g [15:37] (by filing a bug perhaps) [15:37] oh thanks ... will do! [15:38] melvster, https://bugs.launchpad.net/webbrowser-app/+filebug [15:38] oSoMoN: thank you! [15:40] www.xkcd.com doesn't load too well on the web browser [15:40] brunch875: what about the mobile version? [15:40] I've noticed some webs getting cropped [15:41] the mobile version works well [15:47] but some desktop web pages get cropped and that's not good [15:50] BQ Ubuntu Phone - How do I set media to save on a Micro SD storage card? | http://askubuntu.com/q/600260 [15:50] hmm, i think there is a big bug in the video player [15:50] depends on your definition of "big" :) [15:51] the video play only can handle videos via event, and it makes temp files, but it kan't play direct from for exp. usb-stick [15:53] as long as it is in the Videos dir on the USB stick this should work [15:53] no [15:53] how do you start the playback ? [15:53] from filemanager, scope ... different app ? [15:54] fileexplorer, usb-stick, video. direct video-player is not possible [15:55] and the usb stick was formatted using the app on the phone ? [15:55] no, ist is just fat32 [15:59] studio_, works fine here ... if i record a video with the camera set to sd it shows up under the right dir in Videos on the SD ... going there with the file manager offers me to open gallery, if i tap on the video there it plays it in mediaplayer [16:00] does the same video work for you from the internal Video dir (if you copy it using MTP) [16:01] wait, will try ... [16:01] perhaps your video uses a codec the phone cant handle [16:04] error unmount device is busy ... [16:05] :( [16:13] it "seems", that the video only can be played via galerie and not direct via video-player. also playing the video via galerie means it will be stored/"copied" to "local" on /Videos, that makes no sense!!! [16:14] no, it shouldnt be copied anywhere ... gallery is well able to play from the SD [16:15] jhodapp, are we missing a content-hub hook for the media player ^^^ [16:15] after unmounting my usb-stick i have these videos on my device in /Videos! [16:15] ogra_, no idea, ask bfiller's team [16:15] so you dont need to take the detour via gallery [16:15] that seems like an extra step we could avoid [16:15] ogra_, should be there, I just don't know the specifics myself === dandrader is now known as dandrader|lunch [16:17] studio_, yeah, i see the same, please file a bug against gallery app, it definitely copies the videos around [16:17] ogra_, i didn't tried SD-Card, i used an USB-Stick [16:18] well, even thouh we dont support it, gallery shouldnt copy the external videos to the internal videos folder [16:18] no matter if you use a usb stick or Sd [16:20] noobUser: /me 's wife has phoned to say there has been a UPS parcel delivery... [16:20] ogra_, beleve me, i tried 3 times, and you are wrong! [16:21] do you need screenshots? [16:23] movies are allways copied from the usb-stick to the phone into /Videos [16:26] studio_, thats what i just said [16:26] studio_, yeah, i see the same, please file a bug against gallery app, it definitely copies the videos around [16:27] but why "gallery app" isn't it a problem from the video-player? [16:27] no [16:27] ? [16:27] the player is dumb [16:27] it cant copy anything [16:27] gallery is the evil bit here [16:27] so the video-player isn't working "direct" [16:28] it is [16:28] no, it needs a buffer [16:28] you can run it from commandline if you dont belive me :) [16:28] mediaplayer-app ~/Videos/my_video.mp4 --desktop_file_hint=/usr/share/applications/mediaplayer-app.desktop [16:28] that will just play the video [16:29] ok, need to enable ssh again to try that ... :) [16:30] or use adb :) [16:30] Hello! Im trying to port ubuntu touch for my galaxy s4 jfltexx. When i run make it fails with an error saying that the file esd.h is not found. How can i fix this? esd.h seems to be accessible in the prebuilts path... [16:32] the error is located in external/qemu/audio/esdaudio.c [16:32] sound like stuff you can just disable [16:33] ogra_, adb with otg? [16:33] otg ? [16:33] okay...but where can i do this? it isnt defined in the main makefiles... [16:33] ogra_, how do u use an usb-stick without otg? === _salem is now known as salem_ [16:34] studio_, so you hacked your kernel ? [16:34] no [16:35] ogra_, how to us otg and adb in the same way? [16:35] well, you cant, physically indeed [16:35] :) [16:36] therefore i need ssh [16:36] nevermind....found it, hopefully :D [16:40] is there any limitation in devices which rootstock-ng supports? [16:41] it needs fastboot, am i right? [16:41] it needs fastboot and a working recovery with adb [16:44] oh...thats a showstopper :D [16:44] and how do get an image to the device without fastboot? [16:44] doesnt samsung have another tool ... haskell or so ? [16:45] err [16:45] some nordic name ... [16:45] with h [16:45] husky! [16:45] huskies come from the north, don't they? [16:45] heimdall? [16:45] yeah [16:46] oh okay...then im able to flash the system.img? [16:46] you would use that to flash boot.img and recovery.img [16:46] oh okay...thanks :) [16:46] then boot into recovery and use rootstock for the rest [16:46] is the recovery also built when im using the porting guide? [16:47] it should, yeah [16:47] you should get an recovery.img file [16:47] okay... [16:48] i thought heimdall was a kerberos implementation [16:48] that too [16:48] i have a message saying 'no private recovery resources'...should i be worried? :D [17:02] ogra_, how groovy, video format not supported, but still playing with mpga-audio: mediaplayer-app /media/phablet/DFB6-AFF9/Videos/bbb_sunflower_1080p_30fps_normal.mp4 --desktop_file_hint=/usr/share/applications/mediaplayer-app.desktop [17:02] thumps up :) [17:02] flowers go to jhodapp :) [17:04] studio_, that's a known bug: https://bugs.launchpad.net/media-hub/+bug/1417950 [17:04] Ubuntu bug 1417950 in mediaplayer-app "Wrongly reported "video not supported"" [Undecided,Triaged] [17:05] jhodapp, but i still can't change to ac3 ;) [17:05] studio_, yep :) [17:06] so the "gallery app" is the problem ... [17:07] as i said :) [17:07] yupp, thanks :) [17:11] what do i ned in order to run 'make otapackage'? is there any documentation? [17:11] ogra_, but why the video-player app "needs" the "gallery app"? [17:11] studio_, that is what i was asking before ... ask bfiller :) [17:12] i personally think there should eb a mediaplayer-app entry in the content-hub (the place you select which app to use with a file) [17:12] +1 [17:12] hey, anyone here who managed to write Ubuntu apps with qmake? [17:12] Ubuntu Touch I mean [17:13] ogra_, studio_ : sorry reading scrollback, what is the question exactly? [17:14] bfiller, two things ... [17:14] bfiller, 1) why does mediaplayer-app not have a content-hub hook (you need to open a video in the gallery first all the time) [17:14] xhoch3: #ubuntu-app-devel but just ask your question, don't ask to ask [17:15] bfiller, 2) gagllery-app forcefully copies videos i open from the SD card Videos folder into the internal ~/Videos folder before playing them [17:15] 2) kind of defeats the purpose of using an SD at all :) [17:17] ogra_: 1) that was a design decision as media player is not a "library". if we allowed that you'd have no way of finding the video once you closed it so the logic was show it in gallery as that is a library that allows you view videos [17:17] ogra_: 2) forcefully copies in what use case? [17:18] ogra_: if it's doing that it's surely a bug, wasn't the intent [17:18] bfiller, i use the camera and set it to "store on SD" ... take a video and see it appear in the subfolder on the SD card [17:18] then i open the file manager, navigate to the video on the SD and tap it [17:19] content hub offers me gallery ... [17:19] ogra_: right [17:19] i open it and see the video appear in gallery ... at the same time i see the video also appear in ~/Videos [17:19] ogra_: so that is a bug with file manager actually [17:19] ogra_: it shouldnt' be requesting content-hub to transfer that file [17:20] but file manager was used before gallery [17:20] ogra_: it should simply be issuing a url-dispatcher result [17:20] ogra_: to open it, as it lives in a knows location on the system [17:20] i only see it copy the file when i play [17:20] why filemanager? shoult i try bq image without filemanager? i think it will be the same problem ... [17:21] ogra_: by definition content-hub will copy it into the destination directory on transfer (~/Videos) [17:21] well, with that theorey it shouldnt copy when you open it from the videop scope [17:21] as that what is being requested [17:21] thats quite gross [17:21] ogra_: file manager should simply be doing media:// request to url-dispatcher [17:22] i assume people will actually put the big movies onto the SD :) [17:22] then no copying would take place [17:22] if you ask content-hub to tranfer it that is an import operation [17:22] i wouldnt want a 4GB blockbuster being copied to my home just to watch it :) [17:22] and a copy does take place [17:22] ogra_: it shouldn't be [17:22] right, ok [17:22] ogra_: don't use file manager and it won't [17:22] filemanager bug then [17:22] ogra_: play it back from within camera [17:23] well, that wont involve any external app :) [17:23] but i see what you mean [17:24] ogra_: yeah, so I think for filemanager if the file is of a know content type and in a system accessible directory then it just needs to use url-dispatcher rather than content-hub [17:24] yeah [17:24] hmm, this is not funny, with ubuntu-touch, without additional apps, i got only 4.5 gb free disk space [17:24] confirmed, works fine from the video scope [17:25] ogra_: and gallery will traverse your sd card for videos and pictures and display them, and will play them back without copying them [17:25] right [17:25] I believe the video scope will as well, but not sure [17:28] well, video scope definitely works fine here === ahoneycutt is now known as ahoneybun [17:28] (and i never use gallery, i totally prefer the camera roll ... so much more beautiful) [17:29] (and a lot faster too) [17:29] studio_: sounds like your phone is using the old partitioning scheme. that's not an issue with ubuntu, but with the way the android version of the phone is partitioned from the factory [17:32] yeah, i thinnk the official phones actually have a 5:3 GB split [17:32] while the android ones leave a lot less space in the writable area [17:32] closer to 4:4 GB [17:34] dobey, last file i flashed was "KRILIN01A-S15A_BQ_L100EN_2019_150219.zip" and is newer than the bq "default" phone-file [17:35] studio_: well, ask bq then. not really something we have anything to do with, in here [17:35] i'm not sure these zip files set up the partitioning [17:36] that is usually something happening at factory level [17:36] ogra_, for sure [17:36] with some special non-free tool [17:36] i know for the ubuntu partitioning we have top send them a sheet with sizes and all [17:36] so nothing you can change at home easily [17:37] ubuntu-touch is not easy ;) [17:37] let's go shopping [17:37] *lol* [17:37] :) [17:40] How well does Ubuntu Touch work (on Nexus 7) with a bluetooth keyboard? I've just ordered one but it's just dawned on me I'm not sure how useful it will be given UT is based around touch gestures. [17:40] I can imagine it'd be okay for typing but... Moving between apps/scopes/etc? [17:41] dobey, beleve me bq know nothing, they are depending from canonical! [17:41] studio_: canonical doesn't make phones or make any decisions on what the android version of the phone is like [17:42] and if they know, they say ask at Canonical [17:43] bq is whom decides what the sizes of the partitions on the phone are [17:44] sorry, but i get no support from bq! they told me in the beginning it is a dev-version and we do not support that, now it is "still" a dev-version and i get no support ... [17:45] here in the chat i get support! and that is fine! [17:45] studio_: then buy the real ubuntu version of the phone, if you want a supported phone running ubuntu === dandrader|lunch is now known as dandrader [17:46] otherwise this specific partitioning issue is specific to the android version of the phone, and if bq can't/won't help you change the partitioning, then that's something you will have to deal with outside of this channel. we cannot change the partitioning on your phone either [17:47] dobey, i tried to buy a "real" ubuntu-phone, but it is still not on the market .... [17:48] plenty of others have purchased them. you'll have to watch for a flash sale if you want to buy one [17:48] studio_, I have it in my hands now and assure you, I bought it ;) [17:49] dadexix86, what phone and what ubuntu-version? [17:49] the aquaris e4.5 ubuntu edition [17:49] version? [17:50] there's only one version of that device [17:50] no! [17:50] sure [17:50] what number? [17:50] do you want the serial number or what? [17:51] version number ubuntu build [17:52] got me first bq Ubuntu phone ;) [17:52] the one that come with the official updates of the phone, aka Ubuntu 14.10 (r20) [17:52] yeah, 20 is the latest [17:53] welcome in the club, focus4! :D [17:53] yeah!!! [17:54] I love it so much already!!! :) [17:54] awesome ! [17:55] focus4: yay [17:55] dadexix86, i am using 15.04 r156 [17:55] I I installed terminal and ssh into all servers in seconds :) [17:56] thats what phones were meant to do from day 1 [17:56] and if you want to, you can do it the other way around too ;) [17:57] ogre - wow!!! [17:58] http://askubuntu.com/questions/348714/ubuntu-touch-apt-get-install-openssh-server-error/599041#599041 [17:58] Anybody used a bluetooth keyboard with Ubuntu Touch? [17:59] Anon239574, i heard that someone has problems, when/if I fix bt, I will try :) [18:00] adrian47: Thanks :) Really hope it works... My bq arrived today and I'm convinced, so I ordered a Nexus 7 for tablet use... Followed by (in a bit of an accessory haul) a bluetooth keyboard case... Then it dawned on me maybe it's not going to work - Doh! [18:01] 'crashed terminal - how to close the app? [18:01] focus4, swipe from the right so you see all open apps [18:01] then swipe the one you want to close up or down [18:03] Than you ogre!!!! :) [18:04] works like a charm [18:04] dobey, so what is a real Ubuntu-Phone? [18:04] studio_: bq.com/ubuntu [18:06] Anon239574, it shouldn't be hard to fix that I think, so ubuntu developers will fix that when they will have some time for it :) [18:06] dobey, where is the different tu my phone? 15.04 r156? === alan_g is now known as alan_g|EOD [18:07] hey folks [18:07] adrian47: Fingers crossed :) [18:07] heyho [18:07] you probably been asked this lots recently [18:07] studio_: as i already said, the partitioning is different and it is the supported version of the phone. if bq doens't want to provide support for installing ubuntu on the android version of the phone, and to allow you to repartition it the same as the ubuntu phone, there is nothing we can do about that in here [18:08] is it possible to sync sim contacts to the new ubuntu bq phone? [18:08] yes! [18:09] I got my bq and after logging the google account, all contacts magically appeared there [18:09] i can sync gmail contacts but cant seem to sync contacts from sim [18:09] i think that isnt in the official image yet [18:09] daniel_: not in the image version that comes on the phone; the in-development version of ubuntu will have support, so when that update comes it will be possible [18:09] or if you switch to the develpment version channel, it will be possible [18:10] mmm how the hell do i phone me mom and tell her the cats on fire? [18:10] dobey, as i know from users who get their first bq e4.5 ubuntu-edtion, thay wrote from version 16, 16 is a dev-version. same as "KRILIN01A-S15A_BQ_L100EN_16_150129.zip" [18:10] studio_: enough. [18:10] ok :( [18:11] ogra_, popey, I need small idea :) Because of my system freezing problems, I did small (1 line :) ) sh script in rc0.d folder to save android logcat on system partition at shutdown. It is so short and doesn't have to many logs [18:11] anyone know how long the wait will be? [18:11] this has been explained to you already. if you can't understand that, then re-read the backlog until you do. [18:11] for the sim update? [18:12] sim sync i mean!! i guess i'll have to be patient! [18:12] daniel_: i don't know, no. hopefully soon. [18:12] adrian47, /proc/last_kmsg always has the logs of the last boot [18:12] the kernel stores it there on shutdown [18:12] is there a way to save logs during system work? (I don't know how to say it) [18:13] i dont really want to add the development image! as just got the phone and dont want to brick it [18:13] guess i'll pm a few friends on facebook and add manually [18:14] ogra_, i don't have it, after shutdown, but i can try to copy it at shutdown thanks [18:14] adrian47, i guess you dont have that enabled in kerne then ... [18:15] iirc it was called something like "ramconsole" or some such [18:15] just how hard can we brick the phone if we fiddle with it? Can we break fastboot? [18:15] I never managed to absolutely destroy my computers like that [18:16] (software-wise) [18:16] ogra_, before my system booted completely (bootloop etc.), i had it. But now it doesn't exist? [18:16] weird [18:16] it is job of the kernel though [18:21] a lot of people seem to be like "don't mess with your phone, you might brick it" but no matter how many times I've derped up installing ROMs, I've never bricked one [18:22] I think that 'reboot to recovery' option should be added (for porting especially) to the power menu [18:22] adrian47 but only after activating developer mode [18:23] ChloeWolfieGirl, or in other way like it is with writable image (file), in my case activating developer mode hangs whole system... :( [18:31] adrian47: damn... [18:34] has anyone got any update about when anyone will beable to grab the scopes that are currently only on the bq Ubuntu phone? [18:34] cwayne: ^ [18:42] actively being worked on :) [18:42] :D [18:44] when running make it gives me 'error, forbidden warning: xt_connbytes.c:43' in phablet/kernel/samsung/jf/net/netfilter/xt_connbytes.c....any ideas? [18:51] nevermind...found a fix === salem_ is now known as _salem === yacuken is now known as yacukern_off [19:22] Anyone ever booted up Ubuntu Touch on a Samsing SM-P905? [19:33] !devices | herrP [19:33] herrP: You can find the full list of devices, official images, community images, and works in progress at https://wiki.ubuntu.com/Touch/Devices [19:34] !devices [19:34] Oh, ah, yes. Thank you. :) [19:34] oooo ubot is such a rebel === _salem is now known as salem_ === dandrader is now known as dandrader|afk [20:13] i'm on ubuntu-touch-devel channel. looks like network mngr is not updating. I have to turn wifi off and on to update networks. also cellular data is not updating. I have to turn into plain mode than turn it back on and after 3-5 min. cellular data works again. [20:13] my phone is nexus 4 [20:16] does it work on another channel? maybe flash another baseband! [20:25] muka: also tried reflashing? [20:27] Isotop7, twice. first I was on devel-proposed same issues so I changed to devel, twice. [20:29] muka, http://people.canonical.com/~lzemczak/issues/ ... see at the bottom [20:30] i think switching networks is also having issues that are not on that list atm but known === olli_ is now known as olli [20:31] yes that looks like same issues [20:33] it worked fine when phone was on stable channel [20:34] muka: maybe flash another baseband? [20:35] if i have time tonight [20:39] it's not a problem i know im using devel channel so it is expected. I just hope that my reporting will help a little to build better system. [20:55] make fails with an error in GalaxyS3Settings APK [20:55] i know i can disable it, but where? [21:12] Isotop7, you should grep your source [21:13] Isotop7, in device.mk probably [21:19] thanks :) i should think before i ask more often :D === ahoneycutt is now known as ahoneybun [21:21] Elleo: hi, is https://code.launchpad.net/~attente/maliit/1245925/+merge/250311 ok to you? [21:26] Isotop7, Asking is ok, it's good way to learn something :) [21:36] us on holidays or what? [21:37] s/us/US [21:38] … or is my gmail stuck or something. Hm. [21:42] now im stuck with hardware/qcom/display/msm8960/libqdutils/mdp_version.cpp....it says linux/msm_mdp.h is not found but its present under various paths... [21:59] Hello! Has anybody with a newly arrived BQ E4.5 that when connected to the charger there is a very faint red LED on the top left of the phone. Not anywhere near as bright as the green LED in the centre but there's definitely a lightly lit small red LED too... [22:00] Dan_9383: not seen that [22:01] Hmm... It's to the left of the green LED. I only noticed it when in a pitch black room... [22:01] you sure you're not just seeing the light sensor or front facing camera? [22:01] Hope there's nothing wrong :( Not even turned the device on yet! [22:01] Hmm, I'd need to double check (will do later, girlfriend is asleep in that room now), but not sure how I'd have seen it given there was no other light in the room.. [22:02] Does the light sensor and/or front facing camera look red when very close up? [22:02] yes, vaguely [22:03] Hmm, I'll have to double check then. Maybe I'm getting worried about nothing :| (Too excited, I think!) [22:18] Dan_9383, it can be infrared sensor, it disable screen when you are talking. [22:18] I clean cache by ubuntu-device-flash --clean-cache touch but still I het free space on /cache/recovery is 542M [22:18] Oh, okay... And again it would look red when not powered up? (Unless of course it is receiving some power even when the device is not on but is connected to charger). [22:20] Dan_9383, It has infrared LED diode, theoretically invisible for human light but sometimes you can see dark glow (good word?) [22:20] It should (probably) light up only when you are talking by phone [22:21] adrian47: When powered only or just generally you can see it? [22:21] It looks to be in the correct location for this looking at the user guide. [22:22] Dan_9383, it can be bug maybe, but it will not make anything bad :) === dandrader|afk is now known as dandrader [22:22] You can try take photo with other camera (phone) in the normal light, if you will see it = it is ir sensor :) [22:23] Possibly if it device was booted but unlikely given the device has power (charger connected) but not turned on. I will have to look further (better to get this sorted ASAP if it's bad hardware). Hopefully nothing though. At least now I know what it *might* be I can look for that :) === rww is now known as rwwbuntu === rwwbuntu is now known as rww [22:26] If screen goes black when you are talking, all is probably ok, it can be normal. [22:27] I have taken a photo, uploading now... [22:27] adrian47: Interesting it shows up VERY easy on the photo... Worse than by eye! [22:28] By eye you have to look close and it's still not bright. [22:29] lets see it! :) [22:29] Dan_9383, Yes, it's infrared :) Camera see it, you can try it with your TV remote control it has IR led too but usually much stronger [22:31] Light in pitch black room: http://i.imgur.com/Pk9XuJm.jpg [22:31] And with a light quickly turned on so you can see where it is relative to the phone http://i.imgur.com/3nuAnOT.jpg [22:31] Sorry for awful images (partner was sleeping and did not want to disturb) [22:32] Does anybody else see this?? [22:32] Or is this a bad unit? [22:33] Some of galaxy's phones has this LED turned on permamently, so it isn't anything bad :) [22:33] its the ambient light sensor isn't it? [22:33] I don't know [22:33] Does your phone show this? [22:33] light sensor? no :) [22:34] well, your camer is making it look worse than it is, surely? [22:34] Indeed, it looks much worse on the camera. [22:34] thats expected [22:34] cameras show up ir [22:34] like a tv remote [22:34] But in a dark room you can still it by the naked eye [22:34] (I've never noticed the IR on tv remote visible to the naked eye) [22:35] I haven't seen this on mine [22:35] Can you try connecting it to the charger and looking at through a camera? Need to know if it's necessary to contact bq or not :( [22:35] The light from this IR led reflects from your head/ear, and reaches to ir sensor, it's all what it do :) [22:36] It works for few cm [22:36] Sure but I've had other phones with that sensor and never noticed visible light from it :S [22:36] i dont see it, no [22:36] Hmm :( [22:37] And you can see it because LED is smaller than remote one, and sometimes you can see it (more light in smaller place) [22:37] popey turn on phone app (call best) and try again :) [22:37] adrian47: Seems as though it's an issue with this handset rather than the design in general [22:38] Dan_9383, you are usign factory charger? [22:38] original* [22:38] No because it's EU charger, I'm using a PortaPow (good quality) micro usb charger instead. [22:38] (I'm in the UK) [22:38] UK, has 50Hz too? [22:39] yeah, i see it when in phone app in camera [22:39] but not visible without camera [22:39] popey: When in the photo app can you see it with the naked eye (very close in in a dark room)? [22:40] no [22:40] popey, only a few people can see it :D [22:40] adrian47: Yes 50 Hz so I'd need to find a converter [22:40] adrian47: Which I don't have [22:40] Could it be the charger, you think? I can try a different uUSB tomorrow... [22:40] 50Hz should be ok, but it can be caused with charger [22:41] Dan_9383, try with usb connected to PC [22:41] mine isn't charged, so I dont have the green light [22:41] popey: You think it could be related to the green LED? [22:41] PC has good stabilization [22:42] no, just saying mine isnt the same state [22:42] also note my phone was made a year before yours [22:42] so different batch [22:42] adrian47: Will try this tomorrow (I dont want to disconnect it just yet as the instructions say to charge for 4 hours and it's only been on charge for 2 hrs) [22:42] different front glass too [22:42] battery level can change anything :) [22:42] adrian47: Can or can't? :S [22:42] popey: Is yours one of the original E4.5s then? (Not Ubuntu Edition?) [22:43] yes [22:43] well, i have both [22:43] but not taken my ubuntu edition one out of the box yet [22:44] adrian47: I just tried the TV remote trick and the colour (on my camera display) is identical so I think you've definitely got it... Just a question of whether this is okay or not. I know it's only minor but it it's a fault I'd rather return for a faultless unit [22:44] popey: Why not taken the Ubuntu Edition out of the box? :) [22:44] not had much time today, been busy [22:44] ok, now i have [22:44] Hmm, when you try it can you let me know? I don't have myself logged into IRC but I can PM you tomorrow [22:44] put it on charge, and i have green light, and see no light in ambient light sensor [22:45] but the phone is off [22:45] My phone is also off [22:45] ok [22:45] no idea then [22:45] charger i think :) [22:45] When connected it immediately showed the bq logo on the white display, then a battery icon with a charge percentage and then it all went blank again [22:46] At that time I did not have a close look (so did not notice the red IR) but checked it ~2 hr later and that's when I noticed [22:46] yes, same here [22:46] It can be caused by voltage stabilization, some chargers can even 'touch' your screen when they have bad stabilization. [22:46] i like the animated batter charge thing [22:47] adrian47: This is good quality charger... Though it is highly rated (up to 4.2A) but I don't know what the bq will draw [22:47] you shouldn't have to worry, it isn't anything bad if only works :) [22:48] But I guess it's possible it's a consequence of the charger difference :S [22:48] Yeah but if it's on all the time when it shouldn't be that cannot be a good thing. Harmless as it may be. [22:49] I think 0.7A is usually max, so it's ok, [22:50] This can can ligh for about 100000 hours, and it takes really small power, maybe one minute of your use time when fully charged :) [22:51] Well I'll investigate it tomorrow... See if it happens off charge, with the device on, etc, etc. If I'm still not sure I'll ask bq but I can guess they'll be unable to explain it (and probably say it's how it is meant to be despite the fact on our small sample size of 2 units it would appear not). [22:51] Dan_9383, when you will try with USB connected to PC you will now anything :) [22:51] know* [22:52] Yeah, if it turns out it's just related to the charger that's fair enough I guess. [22:53] Was going to get my screen protector installed tomorrow (because I am rubbish at applying them!) but a bit hesitant to incase I have to return the device :P Third world problems, eh? :) [22:53] First* ;) [22:54] Phone charges are usually (always almost) are inverter, they are generating high frequences, it can be good but generate other frequence as original one [22:55] When the frequence will match to something, then can happen strange things :) [22:56] Similar questions about GS5 http://forums.androidcentral.com/samsung-galaxy-s5/383398-anyone-else-notice-red-light-sensor-s5.html [22:56] Hi. Does anyone here know if it's possible to use an e4.5 as a wifi hotspot? [22:56] Yes S5 has acticvated IR permamently as i know [22:56] So I guess it's just a phenomenon with phones? Perhaps only certain people can see it? I don't know :S [22:57] You need to have wide spectrum of view, but on camera it should be visible [22:58] Yes, very visible on camera :) [22:58] I don't think you'd notice it by eye unless looking at the phone close up which you'd be unlikely to do in normal use. [22:58] Odd that it is on when the phone is off, though! [22:58] I see no reason for that to be the case... [22:59] When you turn S5 off, ir is dabled. [22:59] I'm talking about the bq :) [22:59] (I don't own an S5, just did a search to see if others have noticed it) [23:01] Yes i know, only saying that in S5 it is disabled :) But S5 uses probably it to sens your hand moving over it (gallery etc.) so it needs to be activated permamently [23:01] Oh okay, makes sense [23:02] I'll try and call bq tomorrow I guess, see if it's a potential issue or not. No harm checking :) I guess at least they'll have other handsets to hand to see if others (how many?) do it or not. [23:04] My english isn't best so sometimes it's hard to understand what I mean :) [23:04] Not at all, I understand [23:04] Thanks very much for your help diagnosing it, I'll find it much easier to describe to bq now :) [23:06] No problem, when you will have other questions I'm at your service :) [23:06] With hardware best :) [23:06] I'll let you know what they say :) [23:08] Thanks, i am curious about that :) [23:29] anyone using telegram on nexus7? [23:48] lotuspsychje, I am [23:49] ChloeWolfieGirl: does that work good on n7? [23:50] i tought telegram was only for phone, as it asks for a cellphone nr? [23:50] It works well, but yeah you need a cellphone [23:51] i have a cellphone, but how does it work on the n7 then? can you explain? [23:53] lotuspsychje, you put your number in, then you get a text with a pin and type that in on the nexus 7 then you dont need the phone again unless you need to log-in again [23:54] so you can chat free over wifi with contacts on the n7? [23:54] yeah [23:54] cool tnx for info ChloeWolfieGirl [23:55] You're welcome [23:55] : )