/srv/irclogs.ubuntu.com/2015/07/29/#ubuntu-touch.txt

Von_Hullo!00:07
Von_Anybody here to whom I can ask a question about the UT messaging app?00:07
nhaines!question00:09
ubot5Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience00:09
Von_Splendid! Will do! Newb to IRC, etc. etc..00:09
nhainesAlthough most of the core developers went to bed about 5 hours ago.  Or at least got off work. :)00:09
nhainesNo worries, it's why there's a stock reply.  :)00:10
Von_Okie, so. I've written a small program that sends text messages from a computer, using the SMS modem on a UT device over an SSH connection; everything works fine, except that when I update the SQLite3 db with the new text messages, they are displayed in the messaging app as having been sent one hour into the future.00:13
Von_My guess is that the db stores times unadjusted for British Summer Time.00:14
Von_!question00:14
ubot5Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience00:14
nhainesI'd be really surprised if the database didn't store everything in UTC.00:15
Von_Aha - so then it's probably adjusting for local time on the fly, and I've compensated wrong!00:16
Von_That makes sense, and is what I thought - but I couldn't find anything in the code to suggest it was doing that.00:16
Von_(But then that's hardly surprising, as C++ practically looks like heiroglyphics to me..)00:17
nhainesUnix uses UTC as internal time and local time is more of a display preference.  :)00:17
nhainesOn the bright side, think about how much easier that makes your job!00:18
Von_Brilliant. Thanks for the tip!00:18
Von_But..00:18
Von_if Unix uses UTC - who the devil uses Unix Time?00:19
nhainesUnix time is just UTC represented in seconds since January 1st, 1970.00:19
Von_Oh, so they're perfectly in sync, even w/ leap seconds etc?00:19
nhainesWhich is why the apocalypse happens in 2038.00:19
nhainesI'm not certain Unix time accounts for leap seconds.  You'll want to look into that if something you're doing requires that kind of precision.00:20
Von_Haha! I've always thought of it similar to the 2012 Mayan prophecies; more of an archeological bit-depth problem than a doomsday..00:20
nhainesWell then you'll never excel at writing sensationalistic headlines, haha.00:21
Von_I don't really need precision, I was just idly wondering. Although I guess there will come a time when Unix time becomes useless, if UTC keeps getting leap seconds and UT never does, right?00:22
nhainesNo more than any other local clocks.  Your wall clock doesn't account for leap seconds, but it still shows the right time.00:23
nhainesI think in Unix time leap seconds either repeat or the second doubles in length.  Something like that.00:23
nhainesSo it's not that the current time is wrong, it's more that behavior during the leapsecond is undefined.00:23
Von_Ah, cool. That's not what I came here to ask, obvs..but it's really handy to know! Ta very much!00:24
nhainesGlad to help.  :)00:25
maggotsneed help with app00:44
nhaines!question00:45
ubot5Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience00:45
maggotsbasically i have a web app built for protonmail but having trouble building for ubuntu phone what do i need to do?00:46
maggotsto build and publish the app00:46
maggotsi get this error :  :-1: error: desktop_Exec_webapp_args_required (Protonmail): must specify one of --webappUrlPatterns or --webappModelSearchPath00:47
nhainesPaste the Exec: line from your .desktop file.00:49
maggotsExec=webapp-container --store-session-cookies webappUrlPatterns=https?://protonmail.ch/locked* https?://protonmail.ch/inbox* https://protonmail.ch/login00:49
maggotsi'm very confused00:49
nhainesYou forgot the dashes in "--webappUrlPatterns"00:50
popeyyou missed --00:50
popeyah, beat me :)00:50
maggotsthanks thats working now00:51
nhaines\o/00:51
popey*\o/*00:51
maggotsi'm still having problems when you login to proton mail it open another window in mozilla  how do i stop this?00:53
popeyis it a facebook or google login?00:53
popeyor local to that site?00:53
maggotsno it's a separate login00:54
maggotslocal to site00:54
popeyalso, you probably want a comma00:54
popeybetween https?://protonmail.ch/locked* and https?://protonmail.ch/inbox*00:54
popeyalso00:54
popeyi wouldn't put /inbox and /locked there, but just /*00:54
* popey heads to bed00:55
maggotsthe problem is it opens the links in mozilla not the webapp itself00:58
=== _salem is now known as salem_
maggotshow do i set it up so it browses the whole site in the webapp00:58
=== salem_ is now known as _salem
maggotsi have never felt so alone01:02
=== mibofra is now known as Guest51348
=== mibofra is now known as Guest77133
=== _salem is now known as salem_
=== salem_ is now known as _salem
=== chihchun_afk is now known as chihchun
maggotsneed an example of how to use multiple pages with webapps05:06
=== chriadam is now known as chriadam|away
=== guest42345 is now known as oniix
dholbachgood morning07:04
Guest97237did anyone managed to port to iphone 4?07:22
robin-heroIs somebody know when will a new version of the File Manager app release? The latest version is from February.07:31
ARKAMRport to iphone4 hardware? anyone?07:32
OerHeksARKAMR, one day we will, today highly unlikely07:44
dholbachpopey, ^ do you haven an answer for robin-hero?07:48
ARKAMRTnx OerHeks07:54
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
lkHi08:51
lkalways strange to ask for help in IRC, but anyway...08:53
robin-heroHi all! I want to build a click package, but got this error: WARNING:root:Ignoring missing framework "ubuntu-sdk-14.10-html" How can I install this framework?08:53
lkafter the latest upgrade of ubuntu touch on my aquaris e4.5, there's no internet connection when on mobile08:53
robin-heroI use Ubuntu 14.04, is this a problem?08:54
lkwith wifi, it works08:54
popeyrobin-hero: do you have the sdk ppa added?08:54
robin-herono, it is neccesary?08:54
davmor2robin-hero: https://developer.ubuntu.com/en/start/ubuntu-sdk/installing-the-sdk/08:55
popeyyes08:55
davmor2robin-hero: you will see straight away that it recommends installing from the ppa not the repo08:55
davmor2robin-hero: don't worry I did the exact same thing yesterday too :)08:56
robin-heroI added the ppa, update and upgrade, but there aren't new packages available08:57
robin-heroI use this command for the click build: click build appname/08:57
popeywhat version of click?08:57
popeyapt-cache policy click08:57
robin-heropopey: 0.4.39.1+15.10.20150702-0~461~ubuntu14.04.108:57
popeydo you see in /usr/share/click/frameworks/ ... http://paste.ubuntu.com/11958461/  <- that?08:58
robin-heropopey: no09:00
popeycan you paste your "ls /usr/share/click/frameworks/" ?09:00
robin-heroubuntu-sdk-13.10.framework ubuntu-sdk-14.04-html-dev1.framework ubuntu-sdk-14.04-papi.framework ubuntu-sdk-14.04-dev1.framework ubuntu-sdk-14.04-html.framework ubuntu-sdk-14.04-qml-dev1.framework ubuntu-sdk-14.04.framework ubuntu-sdk-14.04-papi-dev1.framework ubuntu-sdk-14.04-qml.framework09:01
robin-heropopey: http://paste.ubuntu.com/11958471/09:01
popeyinteresting09:01
popeyzbenjamin: ^09:01
popeyis this expected09:01
popeyyou may need to use a chroot in which to build your app - a 15.04 one would be best09:01
robin-heropopey: And how can I use this? :)09:02
popeyinside the sdk09:02
zbenjaminpopey: i guess it is, if you have a old click that does not know that framework version09:03
zbenjaminrobin-hero: do you use the SDK ppa?09:03
popeyhttps://developer.ubuntu.com/en/apps/sdk/tutorials/click-targets-and-device-kits/09:03
zbenjaminhttps://launchpad.net/~ubuntu-sdk-team/+archive/ubuntu/ppa09:03
popeyzbenjamin: he has click 0.4.39.1+15.10.20150702-0~461~ubuntu14.04.109:03
popeywhich seems up to date09:03
robin-herozbenjamin: yes, I added ppa.09:04
ogra_robin-hero, you surely want the 15.04 framework defined in your click metadata, 14.10 is obsolete09:05
ogra_(regardless of the install on disk i mean, your package should request 15.04)09:06
popeybut he doesn't have 15.04 in /usr/share/click/frameworks09:06
popeyso that wont work either09:06
ogra_it will09:06
popeyhow?09:06
ogra_unless html frameworks work different now09:06
ogra_it is just a warning, the click doesnt care09:06
ogra_as long as he doesnt compile anything and as long as the defined framework is on the install target there wont be a problem09:07
robin-heroogra: oh, I'll try it, thanks09:07
ogra_if you have native Qt stuff, then the framework counts on the build machine09:08
popeyok09:09
robin-heroogra: Copied to the phone, but I got error: Cannot install. Signature vertication error. does not appear to be a deb format package.09:09
popeyhow are you installing?09:09
popeypkcon install-local --allow-untrusted foo.click09:09
robin-heropkcon install-local --allow-untrusted app.click09:10
robin-heroyeas09:10
robin-hero*h09:10
popeyno sudo?09:10
ogra_doesnt need sudo :)09:10
popeythats why I am asking09:10
ogra_ah09:10
robin-herono09:10
popeywhat device you installing on?09:10
popeyor, just put the click somewhere and we can poke at it :)09:11
ogra_:)09:11
robin-heroShit I copied the wrong file :D09:11
JamesTaitGood morning all; happy Rain Day! 😃09:11
ogra_haha09:11
robin-heroIt installed well :D09:11
popey\o/09:12
dednickanyone: is there any way to instruct the device to turn on display with lightdm stopped?09:16
ogra_did you try powerd-cli ?09:17
ogra_it should at least control the backlight, even without lightdm/unity09:18
dednickogra_: requires unity-system-compositor09:21
dednickapparently09:21
ogra_ah, crap09:21
ogra_then i dont know an option ... perhaps there is something in /sys you can poke09:21
dednickogra_: ta. looks like /sys/class/backlight/.. has a brightness option which works.09:27
ogra_:)09:27
lkAnybody got an idea where to start looking when there's no internet while on mobile?09:31
lkifconfig shows only lo, no other active device09:31
ogra_lk, is that on nexus4 ?09:33
lkno, aquaris e4.509:33
lkit worked before09:33
ogra_sil2100, jibel ^^^ (not the first time i hear that today)09:33
lkaround the last system update, i've got no internet for most of the time09:34
sil2100What channel are you running on your device?09:34
lkchannel?09:34
ogra_heh09:35
* ogra_ guesses the default if you have to ask :)09:35
lksorry, I don't understand09:35
jibellk, are you using a retail phone and recently upgraded to OTA5?09:35
lkyes, retail phone, I did not install myself09:35
lkthe system proposed an update and I just accepted09:35
jibelok09:36
ogra_did the mako fix go out to all devices or just mako ?09:36
lk15.04 (r24) if that's helpful09:37
lk2015071309:37
lk20150713-20230009:37
jibelogra_, just mako09:37
ogra_hmm09:37
simosxlk, would your issue be like 'I normally get mobile data on the phone, but sometimes it loses the connection and does not want to reconnect to mobile data'?09:38
jibellk, in system-settings / phone is cellular data enabled09:38
lkwell, that was the case before the update09:38
jibelsystem-settings / cellular09:38
jibelsorry09:38
lknow it's 'normally I do not have mobile data, only if I try very hard, then I have for about 10 seconds, then it's off again'09:38
lkyes, the mobile data is enabled09:39
lkI tried disabled, enabled again, multiple times09:39
lkI also have the terminal app, so I could check out things below the GUI, I just don't know where to start09:42
ogra_do you have wifi enabled ?09:42
ogra_(in general i mean)09:42
lkyes09:42
lkbut then, I normally are in airplane mode (or what is it called in English) and re-enable wifi09:43
lkwhen I leave my flat, I turn mobile on09:43
lkand wifi is disabled automatically09:44
lk...normally _am_ ...09:44
mcphailCan anyone point me to the bug MX4 users were reporting about the battery indicator being wrong? I think I'm having the same issue with krillin09:47
ogra_i think sturmflut opened a bu for that09:48
ogra_*bug09:48
* ogra_ doesnt remember the # though :/09:48
mcphailI'll keep hunting. Cheers09:52
morphisseb128, charles, cyphermox: https://code.launchpad.net/~morphis/ubuntu-system-settings/bt-always-do-async-calls/+merge/26620109:54
seb128morphis, thanks09:54
morphisseb128: tested already and didn't found any regressions yet09:55
seb128morphis, nice!09:55
jibelmcphail, there is bug 147647610:00
ubot5bug 1476476 in Canonical System Image "battery indicator only sort of reflects actual battery charge" [High,Confirmed] https://launchpad.net/bugs/147647610:00
jibeland bug 147646810:01
ubot5bug 1476468 in Canonical System Image "reported charge drops even when power stays steady" [Undecided,New] https://launchpad.net/bugs/147646810:01
* mcphail checks10:01
lkogra: thanks so far, I've gotta go. I'll keep searching for a solution.10:04
lkbye all10:05
mcphailjibel: those are interesting reports, but probably the inverse of my current issue. Something seems seriously awry with the battery stats, doesn't it?10:05
=== Elimin8r is now known as Elimin8er
* mcphail has a phone claiming 40% charge, but auto-powering off. Red LED when connecting to charger and not permitting power back on until 10 minutes of charge.10:07
jibelbug 1469369 was reported by sturmflut but it is specific to arale10:08
ubot5bug 1469369 in Canonical System Image "[MX4] Battery drains quickly/device overheats" [Critical,New] https://launchpad.net/bugs/146936910:08
jibelmcphail, what is your issue?10:08
jibelmcphail, ah yeah might be the reading is wrong10:09
jibelthere is bug for that but cannot find it10:10
mcphailjibel: my phone had auto-powered off yesterday and the day before. Wouldn't power back on. Plugged in charger and gor red LED (low power warning) and the "power off charge level" screen showing 40%. Pressing power button gave the green "too low to power on screen". Waited 10 minutes and tried again when phone booted normally. Battery indicator showed 39%10:10
jibelbug 147191310:11
ubot5bug 1471913 in Canonical System Image "[MX4] Battery statistics are incorrect" [Undecided,Confirmed] https://launchpad.net/bugs/147191310:11
mcphailthat sounds like it...10:11
=== timp is now known as t1mp
mcphailI'll pick my way through this. The odd thing is that the phone _should_ still have had about 40% charge, judging by the way it has behaved in the past10:13
ogra_jibel, there was some deeper analysis from sturmflut than that comment in the bug ... about a discrepancy he found with the liitle kernel vs the booted one ... but i can not find it (was probably a blog post though)10:17
jibelogra_, yeah, I remember but I cannot find it either10:17
mcphailIt is a big problem for me just now - making my phone unusable for work. Is sturmflut away this week?10:19
ogra_not sure10:19
mcphailI can switch my SIM into an old android phone, and use my bq for debugging this problem. Does anyone know the correct way to measure battery stats?10:20
=== JamesTai1 is now known as JamesTait
popeymcphail: cking_ has some tools I believe10:39
svijmcphail: sturmflut is away for the next ~1,5 weeks10:42
ogra_german vacation month starts :)10:42
cking_mcphail, powerstat10:43
=== james is now known as Guest34712
=== james_ is now known as Guest94962
=== rickspencer3_ is now known as rickspencer3
=== dpm_ is now known as dpm
sil2100alf: hey! Regarding silo 3011:42
sil2100alf: is it deliberate that the silo is wily-only and not a dual landing?11:43
=== MacSlow is now known as MacSlow|lunch
mcphailcking_: popey: thanks - will check it out11:43
alfsil2100: yes, because mir 0.14 which is required by unity-system-compositor has not landed to vivid+overlay yet11:43
mcphailsvij: ogra_: thanks - I'll catch up with him after his holidays11:44
ogra_funn, i wonder why all my apps always have at least one download from the UK11:59
* ogra_ bets thats popey mirroring the store :) 11:59
=== alan_g is now known as alan_g|lunch
popey:)12:03
popeyat least nobody ever has zero downloads :)12:04
ogra_hah12:04
popeyshould hit ~2000 apps in the store in a month or so12:06
mcphailwhat is the most-downloaded app? Is there a publically viewable score?12:06
* ogra_ doesnt think so 12:06
mcphailshame - should have a league table, even if the raw download figures are redacted12:07
popeymusic12:07
ogra_popey, non-preinstalled apps :P12:07
popeyand I think terminal is up there in the top 1012:07
popeyoh terminal then12:07
ogra_yeah12:07
ogra_cant really count preinstalled ones i think12:07
popeyok, then the next interesting one is, first 3rd party one12:08
ogra_yeah12:09
ogra_MvM ?12:09
ogra_or uTorch ?12:09
=== _salem is now known as salem_
popeyprobably dekko12:13
popeyoh, or torch, yeah.12:13
popeysome with lots of downloads are just because they were in the store early on12:13
ogra_yeah12:14
ogra_woah12:16
ogra_my phone just rebooted12:16
ogra_out of the blue12:16
DanChapmandekko has 18000 downloads in 5 months 3 weeks. It would be more but changing the namespace reset it back to 012:17
ogra_how many users ?12:17
ogra_(top left of the graph)12:17
ogra_(my G+ app has 1300 downloads but 850 reported users)12:18
DanChapman6240 ( oops i thought i'd include that)12:18
mcphailDanChapman: some of us compile our own :)12:18
popeythe gps navigation app is quite high too12:19
DanChapmanthe latest version (0.5.6) has seen 4157 downloads in the 12 days since release. Quite pleased with that :-)12:21
DanChapmanmcphail: out of curiosity why would you compile your own? :-D12:22
=== chihchun is now known as chihchun_afk
mcphailDanChapman: compile for desktop at same time12:26
mcphail(although I think I have the store version installed just now as I was a bit lazy)12:27
ogra_you slacker !12:28
ogra_:P12:28
mcphailha!12:28
DanChapmanmcphail: fair enough :-)12:46
nocturnHi all, what happened to the 'friends' qml app on Touch?12:47
popeywow, thats a blast from the past12:47
popeywas dropped nearly a year ago12:48
nocturnpopey, why?12:49
popeyhttps://bugs.launchpad.net/qtcreator-plugin-ubuntu/+bug/134086912:51
ubot5Ubuntu bug 1340869 in qtcreator-plugin-ubuntu "friends-service should be dropped from 14.10 framework and disallowed by the SDK" [High,Fix released]12:51
nocturnOk, that is a bit of a shame12:53
nocturnLooked good12:53
nocturnWill there not be any background services?  How will the phone have applictions that need a persistent connection like a jabber client?\12:55
=== MacSlow|lunch is now known as MacSlow
nocturnHas notify-send also been removed from Touch?13:01
popeydont think it was ever there. there's probably a dbus thing you can poke13:03
popeyMacSlow: will know13:03
MacSlownocturn, popey: it's at least not installed by default...13:03
nocturnpopey, Some old stack exchange workarounds used it13:04
nocturnMacSlow, is there an alternative?13:04
MacSlownocturn, popey: but it's still part of main in wily13:05
popeybut not on the phone.13:05
MacSlownocturn: that's what "apt-cache policy" is telling me... but I'm not on a stock phone-image to be honest13:06
nocturnMacSlow, it is not there on the default OTA-5 image13:06
MacSlownocturn, if you want to fire some notifications take a look at lp:unity-notifications/examples13:06
MacSlownocturn, there several python-based examples firing all kinds of notifications... take and adapt what you need13:07
popeynice one, thanks MacSlow13:07
MacSlownocturn, if that's an option for you13:07
nocturnthanks MacSlow!13:07
nocturnMacSlow, python is also not default on the phone13:08
popeyit is13:08
popeypython313:08
MacSlownocturn, I've also several videos showing off the different examples and what they result in...https://www.youtube.com/playlist?list=PLXvTBWcnTI1M1n66KdFJRyakGlANTTbfQ13:08
MacSlownocturn, popey: yup python313:09
nocturnI see13:09
nocturnI typed python13:09
nocturnno result ... sorry13:09
nocturnpython3 works13:09
nocturnHow cool is that!13:09
mcphailnocturn: very13:09
MacSlownocturn, have a play with those... and if any questions remain just poke me here13:10
MacSlowpete-woods, charles: hey folks... thanks for the review13:12
pete-woodsMacSlow: no worries :)13:12
MacSlowpete-woods, charles: I guess next release needs a few more branches before it's worthwhile, right?13:13
=== alan_g|lunch is now known as alan_g
pete-woodsMacSlow: I don't see the harm in releasing now13:15
morphiscyphermox: any idea why hcidump isn't in the archive anymore? last release I see it in is trusty13:16
=== tbishop is now known as thebishop
MacSlowpete-woods, who's doing that... anyone assigned in particluar?13:21
pete-woodsMacSlow: nope13:21
=== howefield is now known as howefield_afk
MacSlowpete-woods, ok... I'll try to do it before the weekend then.13:24
pete-woodsMacSlow: sounds good to me :)13:25
morphisrsalveti: was there a reason why all aosp devices have their kernel build as part of the archive?13:27
=== elopio_ is now known as elopio
cyphermoxmorphis: bluez-hcidump13:33
morphiscyphermox: http://packages.ubuntu.com/search?keywords=hcidump&searchon=names&suite=all&section=all13:34
morphisjust precise and trusty13:34
cyphermoxheh, how about that13:36
cyphermoxan oversight I guess13:36
rsalvetimorphis: mostly because the kernel team maintains them13:38
rsalvetiso we decided to use the usual flow13:38
rsalvetiwhich implies having them available in the archive and so on13:38
morphiscyphermox: hm13:38
morphisrsalveti: ok13:39
chrisXYZid like to buy a ubuntu phone. where can i a list of software for ubuntu phone? Or a repository?13:47
chrisXYZcan i find13:47
nocturnMacSlow, I get an error saying no module named pynotify13:47
popeychrisXYZ: unofficial web frontend to the store:- https://uappexplorer.com/13:49
MacSlownocturn, you need packages python-notify and for some python3-notify213:51
chrisXYZthx, beside apps, can i run any non-gui programms like sshd or a webserver?13:51
nocturnMacSlow, with apt-get?  Won't that break OTA updates?13:51
MacSlownocturn, well these bits are not really intended for the regular user so there's no way around it13:53
chrisXYZso there is apt-get? using which repo?14:00
=== greyback__ is now known as greyback
mcphailIs the windows-10 convergence phone/desktop thingy actually working? Is it more or less functional the the Ubuntu equivalent?14:25
popeydidnt think it had been released yet14:27
kenvandinetoday or tomorrow i think14:27
mcphailbbc news: http://ichef-1.bbci.co.uk/news/624/cpsprodpb/160AD/production/_84458209_de00377d-32f3-4bbc-895a-7f16bfdd6a9a.jpg14:31
davmor2kenvandine: windows10 is released now but the phones with 10 on not till later this year aiui14:31
=== dandrader is now known as dandrader|afk
nocturnDoes windows phone still exist?  I thought it was cancelled14:42
nocturnBoth windows phone owners will be happy14:43
nocturn:-)14:43
=== chihchun_afk is now known as chihchun
R0b0t1hi, where are the details w.r.t. running ubuntu on a lumia 1020?15:23
k1l_https://wiki.ubuntu.com/Touch/Devices15:25
k1l_not in that list.15:25
mcphailR0b0t1: does your device have a working AOSP or Cyanogenmod image, complete with Andorid drivers? If not, it is unlikely you will get Ubuntu working on it. I presume the device is a Windows phone?15:27
R0b0t1Yes. There is a video of one running ubuntu, thus my interest.15:27
k1l_that looks more like a chroot thingy15:28
R0b0t1Anyway, I presume most of the hardware had been used at some point in android devices - there's actually some HTC devices, e.g, that were released with both.15:28
lotuspsychjeR0b0t1: try the XDA forum, they might have some project running15:28
R0b0t1k1l_: really?15:29
R0b0t1lotuspsychje: I had been15:29
k1l_R0b0t1: i think you are underestimating the effort to get drivers running on ARM15:29
R0b0t1I'm not, I have a few development boards.15:30
ogra_s/ARM/badly documented hardware/15:30
R0b0t1I also wouldn't expect *all* of it to work necessarily, I'm more interested on how they got an alternative OS loaded, if that happened15:31
ogra_(i doubt porting to an intel phone would be any easier :) )15:31
k1l_R0b0t1: http://forum.xda-developers.com/windows-phone-8/development/lumia-1020-running-ubuntu-os-spotted-t299188415:31
k1l_please read that thread15:31
R0b0t1HAH15:32
R0b0t1okay15:32
R0b0t1that explains my confusion, the impossible didn't actually happen :^)15:32
R0b0t1thanks15:32
=== dandrader|afk is now known as dandrader
mcphailbai1eyzz: that memory has been free'd at line 271, so you can't use that pointer even though it is not NULL16:37
mcphailwhoops - sorry for spam16:37
kenvandinemandel, debugging this issue with the u1 credential, it's weird16:39
kenvandineif i change my u1 password, it gets a 200 response with "Unknown Error"16:39
kenvandinemandel, that seems wrong to me16:40
kenvandinei'd think we'd get a 40116:40
GAM002whats the chances that my phone would explode if i root and try to install ubuntu on to my non supported  android one phone?16:42
kenvandineGAM002, it's very hardware specific, so it won't boot16:43
GAM002kenvandine: well what you think that the chances of that to happen?16:43
kenvandinemost certainly16:44
kenvandineyou really need an image for your device16:44
kenvandinethere are many reasons why it won't work at all16:44
kenvandinei'm sorry to say16:44
GAM002and how can i know if my phones hardware support ubuntu? i use android one which is nexus alternative for people who cant affort and its sold in lots of nations by google16:48
GAM002http://www.android.com/one/16:49
=== salem_ is now known as _salem
=== _salem is now known as salem_
GAM002?16:55
ogra_GAM002, someone would have to port ubuntu to it16:56
ogra_(there is a link to the porting guide in the channel topic)16:56
GAM002ogra_: do i need to learn to code to do that?16:59
GAM002ogra_: can you tell me what are the essentials in doing the porting16:59
ogra_GAM002, yes, and you need to know quite a bit about both systems (android and ubuntu)16:59
mcphailGAM002: looks as if the Android One is actually several different devices by several different manufacturers, or am I reading that incorrectly?17:00
=== dandrader_ is now known as dandrader|afk
ogra_the essentialy are to take the android source, rip out everything thats not needed to drive the hardware and then make a build of this that ubuntu can use for oits hardware layer17:00
ogra_*essentials17:00
GAM002mcphail: well its given out by different  manufacturs to distribute but they all have same hardware guided by google17:00
mcphailGAM002: aah - ok17:01
GAM002mcphail: manufacture just assemble and distribute17:01
mcphailGAM002: sounds like a good target for Ubuntu, then17:01
GAM002mcphail: ya it have pretty good specs and very low price and google only give 2 years of update for it17:02
GAM0021GB ram,8 mp camera ,4GB memory internal..etc price about 100 usd17:03
GAM002$17:03
ogra_4GB ?17:03
ogra_does it have an SD slot ?17:03
GAM002and they have interduced gen 2 of the device in india.17:03
GAM002ya17:03
GAM002ofc it have sD17:03
ogra_well, thats not typical for google devices :)17:04
ogra_the ubuntu phones should soon go on sale in india i heard17:04
GAM002ogra_: :) they just interduced it to give a cheap and affortable nexus like phone to low income nations17:05
popeyYeah, still android though.17:05
GAM002ogra_: wow thats good news I just hope it doesnt go too high on price17:06
popeyshould be out within a few weeks, it's currently delayed by regulatory approval17:06
GAM002so its 100% ubuntu?17:07
popeyit has a little bit of android for the drivers17:07
popeybut the rest is ubuntu17:07
GAM002any idea about the price?17:07
popeyI don't know.17:08
popeynot up to us17:08
* ogra_ doesnt even know which of the phones :)17:08
svijthe bq one first… later the mx417:08
svij(in india)17:08
ogra_ah, cool17:08
ogra_so there is a lower price option17:08
GAM002ok17:08
* ogra_ thought it was only the mx417:08
svijogra_: yeah, thought that too17:08
GAM002well there its gona get high due to importation fee17:09
svijit's going on sale directly by some online retailer as I heard17:09
GAM002has ubuntu given a post related to that?17:10
GAM002official post?17:10
ogra_i dont think so, but svij is one of the "ubuntu insiders" that get such info ahead of press announcements ;)17:11
popeyIt's bq devices in india17:11
popeyoh, svij beat me to it :)17:11
GAM002is it the 299$ one?17:13
popeybq e4.5 and bq e517:13
GAM002k17:14
GAM002actually i didnt like much the current phones sold by ubuntu. I mean they are good but not that much eye catching design The phone which inspired me was the ubuntu edge but didnt got on market :(17:16
GAM002btw has did they sold ubuntu edge to anyone?17:16
geniiIt never got made, AFAIK17:17
GAM002but the design they showed on the video was way awesome17:18
geniiI forget the numbers but something like only 22-25 of 30-odd million got raised. so we all got our $650 pledges back17:19
GAM002ok17:19
popeyI wish someone would make an edge size phone17:20
popeywith that power17:20
davmor2popey: +117:20
GAM002anyway i am really interested in trying the ubuntu os its soo beautyfull hope it lauches for my phone17:20
geniipopey: What bugs me is lots of companies make reference platform phones with cool things like easy to open and change stuff inside, but they are like thousands of dollars. We need like this but affordable to the consumer17:21
mcphailthere isn't anything on my phone which stresses it badly just now, so can't see the need for something more powerful yet. Developing on low-power devices sharpens the mind and avoids bloat17:22
GAM002genii: yup this was my problem too the phones where overpriced but luckly i found the affortable phone for me17:23
geniiI think our company paid something like $2500 for the Texas Instruments Blaze Tablet reference design. Not a phone, I know, but it's crazy like this17:25
GAM002well quality too should be considered17:25
GAM002and nature friendly :)17:27
GAM002genii: BTW whats the name our company?17:29
=== alan_g is now known as alan_g|EOD
geniiGAM002: That specific one is Commander3D17:30
GAM002ok17:31
GAM002genii: interesting.  Glasses free 3d ?17:33
GAM002genii: Thats is Soooo cooool17:33
GAM002That is17:33
geniiGAM002: Yep, the screen uses what's called a parallax barrier. so two screens actually in there but one eye sees one screen, other eye sees other screen17:33
davmor2GAM002: nintendo have been doing it for ages ;)17:34
geniiInternally it's pretty much same guts as the Blaze Tablet ( omap4470 )17:34
popey.oO( We should make a tablet )17:34
geniipopey: If you're serious, talk to me sometime about it.17:35
GAM002davmor2: Wow17:35
davmor2popey: we only make software :P A manufacturer to make a table that supports our os :)17:35
GAM002genii: So you making are here for making games for ubuntu?17:36
GAM002genii: Development pourposes?17:36
geniiGAM002: Let's call it more like research :)17:36
popeydavmor2: why are you telling _me_ this?17:37
GAM002genii: so you guys are onto ubuntu eh?17:37
geniiGAM002: I have been working now about a year on getting the next version of that tablet made, i want it to be able to run Ubuntu as well as Android17:38
geniiSo I have a vested interest in both OS17:38
GAM002genii: ok Thats good thing to hear. Hope you are not working alone on this17:39
GAM002i wish i too was very good at programming17:42
GAM002but i lack the patience to learn them17:43
GAM002:(17:43
geniiGAM002: We have a small team ( but dedicated )17:44
GAM002genii: ok17:44
GAM002i gtg cya tomarrow :)17:45
=== dandrader|afk is now known as dandrader
=== chihchun is now known as chihchun_afk
=== mibofra is now known as Guest27399
=== Guest27399 is now known as mibofra
davmor2popey: because you said and I quote "popey> .oO( We should make a tablet )"18:15
popeydavmor2: and you know what that means18:15
davmor2popey: Yes, but if I just agreed with you where would the fun be ;)18:17
geniiHeh18:24
guest6653Hi guys any updates on background services in ubuntu touch?19:08
kenvandineElleo, with silo 2 and silo 9 i get this consistently :)19:26
kenvandineRan 141 tests in 2245.150s19:26
kenvandineOK19:26
kenvandinewoot!19:27
=== lotuspsychje_ is now known as lotuspsychje
=== dandrader is now known as dandrader|afk
=== dandrader|afk is now known as dandrader
=== salem_ is now known as _salem

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