/srv/irclogs.ubuntu.com/2016/04/11/#ubuntu-touch.txt

Acou_Bassslightly dumb question... my app store has just quit working for me, i installed a 2048 game but then tried installing another thing and it told me to login to ubuntu one (weird, as ive installed plenty of apps before this one), and when i login it just refreshes and asks me to login again00:49
Acou_Basshave i somehow borked my login? XD00:49
=== chihchun_afk is now known as chihchun
dobeyAcou_Bass: i think there are some network issues at the moment. launchpad.net is also down due to network issues, so likely related01:02
dobeyAcou_Bass: re: adb, developer mode needs to be enabled, and the phone needs to be unlocked01:03
Acou_Bassyeah i did both of those things for adb hehe, unless flashing ubuntu on it re-locked the phone (i will check) :D01:05
Acou_Bassand OK on the network issues - ill try again tomorrow ;)01:05
dobeyif you wiped the phone, yes, then all settings would have been reset01:05
Acou_Bassi figured the bootloader wouldve been left unlocked though as its seperate to the main OS isnt it?01:05
dobeythe bootloader doesn't have adb. that's fastboot01:06
Acou_Bassyeah but thatsthe bit i 'unlock' isnt it?01:06
dobeyno, for adb, you must unlock the screen01:06
dobeyie, type in your pin/password so that you see the home screen (or whatever app you have running)01:07
Acou_Bassohhh, sorry i understand now ;P thought you meant actually unlock the phone in the bootloader like i had to to flash ubuntu on it01:07
dobeyah no01:07
Acou_Bassi think i already did unlock the screen last time i tried - ill double check though because thta sounds like the sort of silly thing i would do01:08
dobeyusing adb/mtp requiring unlocking the screen; and now with adb5, adb also requires accepting a dialog which pops up on the phone, when you try to connect01:08
dobeyota10 has adb5 i think01:08
Acou_Bassyaeh adb devices still lists nothing with the phone unlocked + developer enabled01:09
Acou_Bassthe phone is charging which makes me assume the cable is connected properly, let me try MTP01:09
dobeydoes the phone appear in the file manager to transfer files?01:09
Acou_Basshmm it does not01:10
dobeysounds like you have a cable which doesn't have data perhaps, or it's possibly damaged; or perhaps something wrong with the usb port01:10
Acou_Bassaha, i now have MTP01:10
Acou_Basshmm but still no adb01:11
dobeywhat device is it?01:11
Acou_Bassnexus 401:11
dobeyodd; definitely haven't had any such issues with my mako01:13
Acou_Bassive always had issues with MTP... hated the day android seemed to jump to it XD but usually adb works01:14
Acou_Basshmmm01:17
Acou_Basswhen i run simple-mtpfs i get this error01:17
Acou_BassLIBMTP PANIC: Trying to dump the error stack of a NULL device!01:17
Acou_Bassthen my phones battery indicator goes white... like my computer kicked it out01:17
Acou_Bassweird01:17
Acou_Bassyeah im gonna debug this more tomorrow as this is crazy, thanks for the help though :D i appreciate it!01:19
Acou_Bassbye for now :D01:20
dobeygood luck01:20
Acou_Bassi hope its not a hardware issue... guess ill find out soon though :O01:21
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
=== chihchun is now known as chihchun_afk
=== MCMiic is now known as MCMic
nhainesHmm, does the standard Ubuntu Touch image not have Ogg Opus support?07:25
nhainessil2100: do you know if the standard Ubuntu Touch image has Opus support? :)07:28
P_E_T_Ohi, can you please tell me why the Clock app is not translate after OTA10?07:28
P_E_T_Oalso Notes app ...07:29
sil2100nhaines: hey! The current images do not have the codecs installed sadly07:37
nhainessil2100: too bad, I was trying to figure out how to best encode a new song for the 16.04 Free Culture Showcase.  Well, got the Vorbis stuff set up.07:38
nhainesThe music player detects the song properly, but not the audio stream.  Good ol' Ogg container format, I guess!07:38
nhainessil2100: thanks for the quick response.  :)07:39
jibelnhaines, it's tracked in bug 146046407:44
ubot5`bug 1460464 in Telegram app "Add support for the OPUS audio format" [High,Triaged] https://launchpad.net/bugs/146046407:44
nhainesjibel: oh, very interesting!  I'll go ahead and subscribe to that one.  :)07:45
* sil2100 sighs on the translation issues07:46
jibelsil2100, he didn't say which language. It's translated in French.07:47
jibelsil2100, unless you're referring to the uitk07:50
sil2100jibel: yeah, to all issues actually, the UITK one worries me the most07:50
jibelthis one is very weird. How can a file be missing from the export?07:51
sil2100I am worried it's not the export at fault but the language pack creation07:53
sil2100I'm testing someting right now07:54
=== chihchun_afk is now known as chihchun
=== vrruiz_ is now known as rvr
WhiconeHi, has anyone heard about plasma phone?09:44
WhiconeI'd like to know if it's a skin on Ubuntu-touch or a different project.09:45
davmor2Whicone: it uses ubuntu for hardware enablement but then is a completely different runtime on top, if you want more info maybe talk to the kubuntu guys who I think are the guys spearheading it09:47
Whiconedavmor2: Thanks09:47
sil2100pitti: hey! Sorry to disturb, I'm trying to understand something in langpack-o-matic since we have some regressions in translations :)09:58
sil2100pitti: my question: I see that l-o-m takes the mapping.txt file to get the pkg_domain stuff09:59
sil2100pitti: it does it by reading line by line, splitting each line and doing pkg_domain[f[0]] = f[1] (where f is the split line) - this seems to cause some issues for the case of UITK10:00
sil2100pitti: since the mapping.txt file has two lines, like this:10:00
sil2100ubuntu-ui-toolkit ubuntu-ui-toolkit10:00
sil2100ubuntu-ui-toolkit ubuntu-ui-toolkit-gallery10:00
sil2100pitti: this way what happens is, the pkg_domain['ubuntu-ui-toolkit'] = 'ubuntu-ui-toolkit-gallery' only, so the 'ubuntu-ui-toolkit' part gets completely ignored10:01
pittisil2100: oh, good catch -- i. e. we need to make the values a list10:01
sil2100pitti: ok, so that's an acceptable fix then?10:02
sil2100Since I wasn't sure if maybe it's like that on purpose (don't have much experience with translation domains)10:02
pittisil2100: no, I don't think that's on purpuse, looks like a simple oversight10:02
sil2100pitti: ok, thanks, let me propose something then :)10:09
pittisil2100: thanks!10:13
EdwardMorbiushello, is anyone having issues with updates on the phone? for the last few days they "time out" for me in 99% of cases.10:49
ogra_EdwardMorbius, did you try removing and re-adding your U1 account ?10:49
EdwardMorbiusogra_ no, I will try that, tried rebooting and stuff, that didnt help.10:50
ogra_(we still dont have an error message if your token is outdated)10:50
EdwardMorbiusogra_ will try readding U1 account now.10:50
EdwardMorbiusdone, checking for updates now.10:52
EdwardMorbiusand still checking...10:52
EdwardMorbiusogra_ doesnt seem to help, checking is still ongoing like before, should complete already.10:53
ogra_didnt you just say it downloads and just doesnt install ?10:54
EdwardMorbiusogra_ no, the check doesnt finish in 99% of cases, times out after a while with "check your internet connection etc"10:54
EdwardMorbiuseven though Internet is working fine10:55
ogra_you are on wlan ?10:55
EdwardMorbiusyes, tried 3g too, same thing,.10:55
EdwardMorbiusI am not the only one affected, a guy on Twitter I follow says same thing happens to him too.10:56
EdwardMorbiuscheck just timed out again10:56
ogra_weird10:59
ogra_did you ever tinker with the rootfs ... like making it writable or any such thing ?10:59
EdwardMorbiusogra_ no10:59
EdwardMorbiusIt started a few days ago, but it doesnt affect everyone it seems, one follower on Twitter said updates work fine for him, the other has the same issue as I do.11:00
ogra_i have no prob either here on 3 devices11:01
EdwardMorbiusat first I though it was a temporary server issue but now it continuing for a few days in a row11:01
ogra_well, perhaps a server person can help you debug ... beuno ^^^ ?11:03
EdwardMorbiusfunny thing I can install an application from the Store, just tested it, but updates time out in 99% of cases.11:03
EdwardMorbiusI am on E4.5 with OTA-1011:05
sil2100pitti: hey! If you could take a quick look here https://code.launchpad.net/~sil2100/langpack-o-matic/domains_as_lists/+merge/29149311:19
sil2100It *seemed* to work locally ;)11:19
pittisil2100: replied11:26
pittiI need to run for a bit now, bbl11:26
pittisil2100: but I think your next iteration shoudl be fine, please go ahead11:26
sil2100pitti: ah, ok, sure I can switch to not use defaultdict if that's more feasible ;)11:30
=== alan_g is now known as alan_g|lunch
=== tomas_ is now known as Guest66972
=== _salem is now known as salem_
=== alan_g|lunch is now known as alan_g
EdwardMorbiusanyone knows how can I debug this issue with updates on the phone?13:03
=== dandrader is now known as dandrader|afk
matv1EdwardMorbius Just a longshot: I once faced a similar issue. It turned out that I had a duplicate U1 app registered server-side for my phone. (Something tht shouldnt really be possible).13:18
matv1Login to https://login.ubuntu.com/+applications and see if that is the case13:18
EdwardMorbiusmaxtv1 thanks I will check now13:19
EdwardMorbiusmaxtv1 I have Ubuntu One @ ubuntu phablet and web login13:21
matv1that seems correct. sorry, what you face is different then :/13:22
EdwardMorbiusseems so, I have no idea why it doesnt work in 99%  of cases :(13:23
EdwardMorbiusI am noticing that https://login.ubuntu.com is however awfully slow to respond, other websites work fine.13:25
ogra_EdwardMorbius, dumb question ... is your disk full13:25
ogra_?13:25
EdwardMorbiusogra_ no I have about 2.7 GB free13:25
dobeyEdwardMorbius: are the people you have seen report it happen to, all also in .hr?13:28
=== dandrader|afk is now known as dandrader
EdwardMorbiusdobey no, one is in Romania (popescu sorin guy who does those nice videos).13:29
EdwardMorbiusasked him last night if it is happening to him still and he said yes.13:30
EdwardMorbiusa guy from finland however said it is working fine for him13:30
dobeyyes works fine for me too13:30
dobeyit could be a network issue or change, in your region though13:31
ogra_"transparent" proxy13:31
ogra_(on a provider level)13:31
dobeyor damaged underwater fiber cable :)13:31
EdwardMorbiusdobey but everything else works fine, on my phone, on my laptop, on my gfs laptop and phone, I can even install applications from Ubuntu Store, but updates time out, how is that possible :(13:32
dobeyEdwardMorbius: have any of you tried to tracepath to system-image.ubuntu.com ?13:32
EdwardMorbiusdobey no but I can try doing it13:32
ogra_this is about click updates13:32
dobeyi thought it was about system image updates13:33
ogra_not sure tracing s-i.u.c helps13:33
pittisil2100: thanks for fixing this!13:33
ogra_dobey, click updates time out when already checking for them as i understand it13:33
EdwardMorbiusogra_ that is correct, I go to  system settings-updates and they time out in 99.9% of cases13:33
ogra_so you dont even get a list13:34
EdwardMorbiusno13:34
ogra_right ?13:34
EdwardMorbiusno nothing13:34
sil2100pitti: yw! Thanks for the review! btw. I'll have a look at another issue with touch langpacks a bit later that popped up with the recent potemplate stats for 15.04 - LP: #156886113:34
ubot5`Launchpad bug 1568861 in langpack-o-matic "Touch ubuntu-rtm/15.04 language packs translation percentages counted wrong" [Medium,New] https://launchpad.net/bugs/156886113:34
dobeyhow does it time out then?13:34
EdwardMorbiusafter a while it times out with the message check your internet connection13:34
EdwardMorbiusgoes "checking for updates" and ends in that error message after quite a while13:34
dobeythat sounds like it is probably system-image that it's having trouble getting to13:35
EdwardMorbiusdobey how can I trace that from the phone?13:36
dobeydo you have terminal app installed?13:37
EdwardMorbiusyes13:37
dobeydo you have a chroot to install debs into?13:37
dobeyor, this is probably not limited to the phone either, as ist sounds like a general network problem13:38
dobeyEdwardMorbius: on your PC just do "tracepath system-image.ubuntu.com"13:38
EdwardMorbiusno I dont have chroot.13:38
EdwardMorbiusdobey ok will do now13:38
EdwardMorbiustracepath reaches te2-1.jotunn.canonical.com and then no reply, no reply...13:39
dobeyhmm13:40
EdwardMorbiusso it seems my network reaches up to canonical server but nothing happens further13:43
dobeyi think that's fine13:44
pittiseb128: FYI, the bug that sil2100's langpack-o-matic fixes above might very well be responsible for the "randomly missing domains" issue we had the other month13:55
seb128pitti, yeah, I though about that when I read IRC this morning13:55
seb128good to see it fixed ;-)13:55
pittiwell, there's no proof that that was it, but it certainly could have been13:56
ogra_charles, aqny idea why the indicator is only showing me events from a calendar that was disabled long ago (but hides all events from my selected default calendar)14:11
ogra_(events show up correctly in the today scope, but not in the indicator)14:12
qwertzdoes any one else have problems booting into ubuntu touch when installed with multiboot?15:02
qwertzi have a nexus 5, and other (android-based) roms work perfectly fine.15:03
ogra_is there actually a usable image for multiboot (somwthing built from a usable channel)15:04
* ogra_ thought there were only the -devel ones, which are not even intended to boot15:07
qwertzmultiboot has a function to download and install ubuntu touch.15:07
qwertzi tried the -devel and the -proposed version, both of them get stuck at the ubuntu* ..... boot screen15:08
dobeyqwertz: devel{-proposed} are basically "broken" on all devices, because they are untested. they are pretty much just a sanity check15:12
dobeyqwertz: you need to use stable or rc-proposed from ubports.com for n5, but i don't know how to make them work in multirom15:12
dobeyalso, my understanding is that android 6 introduces more incompatibilites, and so unlikely to get ubuntu booting under multirom if you are using android 6, anyway15:13
qwertzbummer. i had the devel version running last year just fine.15:13
qwertzi am on cyanogenmod 12.1 (aka. android 5.1)15:13
ogra_qwertz, development focus has moved to rc-rpoposed ... the devel channels became just a junkyard to dump the code in, they havent been maintained within the last year anymore15:15
ogra_(and they havent been intended for use before either ... but anyway ... back then they got some more testing)15:16
qwertzwell. thats sad. multirom only supports installation of ubuntu touch from their app, and there is no rc-proposed channel available.15:16
qwertzthanks guys for helping though^^15:17
ogra_qwertz, ask the maintainer to make usable channels available then15:17
qwertzi'll look into it!15:17
=== dandrader is now known as dandrader|afk
=== zenvoid_ is now known as zenvoid
tedgmhall119: Was looking to get some docs in RTD, do you know if we have an Ubuntu Sphix theme? http://ubuntu-app-launch.readthedocs.org/16:13
tedgSphinx16:13
mhall119I think so, but I'm not sure who might have it16:14
tedgHmm, perhaps dpm would know?16:14
mhall119balloons might16:15
mhall119balloons: do you know if we have an Ubuntu sphinx theme, and if so where it is?16:15
balloonsmmm.. Interesting questions.16:15
tedgHow much documentation could a developer read if a developer could read documentation?16:16
balloonsI feel like the theme Corey did for us initially was pulled from a 'ubuntu' theme16:16
balloonsAnyways, not that I think it matters much, but you can look at ubuntu-ui-toolkit-autopilot to see the resulting basic theme16:16
dpmtedg, no, I don't know, sorry16:16
=== dandrader|afk is now known as dandrader
=== chihchun is now known as chihchun_afk
=== alan_g is now known as alan_g|EOD
gb_mksI´m looking for an contact editor with webid integration, something like this http://aksw.org/Projects/MobileSocialSemanticWeb.html17:33
gb_mksdo you know about any effort in this line?17:33
=== LjL^ is now known as LjL
gb_mkswoooww not everyone at the same time ;)18:04
=== zenvoid_ is now known as zenvoid
ammarhello18:39
=== ammar is now known as Guest412
Guest412Hiiii18:40
=== dandrader is now known as dandrader|afk
Guest412is there a way to port ubuntu to sony z2?18:41
dobeytheoretically, yes18:45
=== dandrader|afk is now known as dandrader
=== sil2100 changed the topic of #ubuntu-touch to: Home: http://bit.ly/YEqEfo | Install: https://wiki.ubuntu.com/Touch/Install | Porting (advanced) https://wiki.ubuntu.com/Touch/Porting | Bug filing: http://bit.ly/1aV9AJG | Dashboard: http://bit.ly/12AQV53 | http://www.bq.com/gb/ubuntu.html | https://store.bq.com/en/ubuntu-edition-aquaris-m10 | http://www.ubuntu.com/tablet | OTA-10 is out! OTA-10.1 security hotfix rolling
Acou_Bass10.1 security hotfix eh?21:46
popey8.8Mb, smallest update ever!21:47
Acou_Bass:D good to know21:47
=== JanC_ is now known as JanC
Smurphyyeah, don't have a network here. Will check it out tonight.22:54
SmurphyAre there details on what they have fixed ?22:54
sil2100Smurphy: hey! It's just a security update for a single issue, no other fixes included22:55
Smurphysil2100: Doesn't matter. I'd like to know what happened (out of interest) ..22:56
Smurphy:}22:56

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