/srv/irclogs.ubuntu.com/2014/08/13/#ubuntu-touch.txt

belkinsaFound the back button00:08
belkinsaIt's now on top near the title of the app00:08
nolo..i'd say it now recognises the machine00:12
nolodd00:12
noleven more odd we talk about it?00:12
nolow i get it..you work the tablet driven by ubu-t up-side-down00:12
nol;)00:12
cousteauwhat happened with Ubuntu Edge?  did the project end because there weren't enough fundraisers, or is it still going on?00:18
Beldarcousteau, The edge has ended, external phone providers is the goal, seemed there might be a few interested. Small user base though makes tis a hard sell I think.00:20
cousteauwas asking because I heard Edge ended but http://www.ubuntu.com/2013/07/edge-founders doesn't mention it00:21
Beldarcousteau, The preface to the drive was if not economically successful it would not continue for regular release.00:23
cousteauOn a more development-related topic, I heard there's currently no way to close apps.  Is it true?00:25
cousteauif that's the case, I'd suggest  (1) including a Close button on the controls panel (or recommending developers to add it),  (2) adding a Close button on the corner of each app in the "All open apps" view.00:27
cousteauand/or (3) have an "app manager" app00:27
cousteau...seems that (2) is already implemented.  My bad.  (although it requires touching and pressing, which doesn't make much sense; the buttons could be permanently there)00:29
=== chihchun_afk is now known as chihchun
dobeycousteau: apps are closed by swiping across the screen from the right edge, and then flicking the app you wish to close upward00:58
cousteauoh, so like in iOS then00:58
cousteauapparently I was misinformed in this aspect00:58
dobeyi have on idea how ios works now00:58
cousteauyou enter a mode where you can show all apps and flick them up when you want to close them01:01
cousteau...but I'd still rather have a Close button on the bottom ("controls") panel.  That may be something the developer of each app has to do though.01:01
AceLanyes, we just used to having a close button or a return button somewhere on the screen while using ios or android device01:03
AceLanbut, ubuntu touch doesn't have to follow that, I'm taking to using this kind of behavior now01:04
AceLanjust swipe from the egde, then you can do everything you want to do01:04
cousteauI'm not speaking about the return ("home") button, I'm speaking about the ability to directly close an application01:06
AceLanI think it's the same concept01:07
cousteauone thing I don't like about smartphone-oriented OSes is this inability to close apps.01:07
cousteau(not directly)01:07
cousteauthen again, apps should provide their own close or exit option; wonder why none do01:07
dobeywhy?01:08
cousteauwhy would you want to leave an app open all the time?01:08
dobeywhy would i leave it open?01:08
cousteauusing resources01:08
cousteaubecause it doesn't seem to be trivial to close them01:09
dobeyjust because it doesn't have an [x] button doesn't mean i have to leave it running01:09
dobeyit's pretty trivial01:09
dobeyalthough i do prefer how it works on webos01:09
cousteauhow is it?01:09
dobeyswipe up from the bottom to get to the card view, and then swipe the card up off the screen01:11
dobeysome apps i would want running for long periods of time though01:11
cousteauI see...  so similar to iOS too01:12
dobeyno01:12
dobeywebos did it first01:12
cousteauwell, iOS is similar to webOS01:12
dobeyios and android didn't always have swipe to close stuff01:12
cousteauwhich means that webOS is similar to iOS, due to the symmetry of the "similar" operator01:12
dobey"foo is similar to bar" implies that bar came before foo01:13
cousteauanyway...  dunno, when I'm on an app (e.g. a game) and get tired of it, I want to close it directly, so the option to close it should be as accessible as possible.  That's why I think the option to close the app should be in the app menu itself.01:13
dobeybut #ubuntu-touch ins't really the best forum for arguing about the semantics of the English language01:14
cousteauas an example, most programs (Ubuntu or not) often have a Quit menu option or button, in addition to the regular [X] window button.01:14
dobeymost programs (that you're talking about) aren't designed for phones01:15
cousteauyeah, why would it be any different on a phone?01:15
cousteauspecially when having an app running in background means battery usage01:15
dobeylimited real estate, and better ways to interact for certain actions01:16
dobeyjust because you didn't close the app doesn't mean the app is running01:16
cousteauI think especially games should have an Exit option somewhere.  Anyway, that'd be up to the game developer.01:17
* cousteau looks at Ubuntu Phone's default calculator, doesn't like it, and thinks of a Qalculate-based one01:18
dobeyyou have ubuntu installed on a nexus 4?01:19
AceLanno, games don't need an exit button, I play them off and on01:19
cousteauno, I only have screenshots so far01:19
dobeyoh, then it's a bit harder to demonstrate the app lifecycle thing to you01:19
cousteauwell, if you were going to tell me something like "Background apps are 'suspended' and saved to disk so that they don't waste CPU nor RAM" I could understand it01:22
dobeywell, not saved to disk (unless the app does the right thing itself), but yes, they are suspended. there is an app lifecycle policy01:23
cousteaudoes it mean that if they're not used after X time, they should shut down automatically?01:24
dobeyi don't know all the full details, but i think that's the idea, yes01:25
dobeyunless they are doing something (some apps need to run in the background for certain things)01:26
cousteauI see01:26
cousteauso basically I have to trust the developer that unused apps will minimize its resource usage01:26
dobeyno01:27
cousteauor that they won't tell the system "Leave this app running forever" unless strictly needed01:27
dobeybut "minimize" will be different for 2048, than say for a bicycling computer app01:28
dobeythe idea is for the ubuntu app lifecycle policy to be similar to ios01:29
dobeyi'm currently writing an app that i'll need to have running in the background01:31
dobeyubuntu is still in development though, so the app lifecycle isn't 100% implemented yet01:32
cousteauI see01:34
cousteauI hope app dev is easy and that I end up with a phone with ubuntu on it, because it'd be nice to try my hand at some development01:34
dobeyyou can develop apps now if you want01:35
cousteaupersonally I'd like to port Qalculate to Ubuntu Touch; I don't think it's too hard because the "core" (libqalc) exists as a library01:35
cousteaubut I'd need to work on the interface01:35
cousteau(and learn how to use the library and how to develop apps...  also learn all this development process; I know some programming but I've never developed an app)01:36
cousteau(nor anything else; just my own tiny simple programs)01:36
dobeyjust do it then. you don't need a phone to do that. you can just do it, and then worry about making it work on the phone once you have it working on your computer01:39
dobeythat's basically how i'm building the app i'm currenly working on01:40
cousteaucool, but as I've said I've never done this before01:44
cousteau...maybe I shouldn't be that ambitious and just make a javascript+html calculator01:45
cousteau(that one I could definitely do; actually I've done that long ago)01:46
dobeyjust install ubuntu-sdk and create a project and start playing and learn01:46
cousteauok01:47
cousteauI probably need to upgrade my system though; it's been years since I upgraded01:47
cousteau(I'm planning on buying a new computer and was thinking on upgrading when I do so, but I should probably forget about it for now)01:48
dobeywhat version of ubuntu are you running?01:49
cousteau10.1001:49
cousteau(yeah, old and unsupported)01:49
cousteauI don't like newer Ubuntus with that Unity thing so I'll probably change to Xubuntu though; I have that at work and it's pretty nice01:50
cousteaugoing to sleep.  Night!01:53
dobeybye01:53
=== chihchun is now known as chihchun_afk
=== _salem is now known as salem_
=== salem_ is now known as _salem
=== chihchun_afk is now known as chihchun
=== _salem is now known as salem_
=== salem_ is now known as _salem
lotuspsychjemorning04:23
Watson652Does anyone know of a port for the LG G2 D800?06:22
Watson652(Sorry if I should be asking this elsewhere)06:22
nol;)06:24
nol(08:40:51) eightyeight: i've brought it up with the other ops. we're not willing to remove the ban06:43
nol(08:40:54) eightyeight: sorry06:43
nol(08:41:08) nol: not yet or not ever?06:43
nol(01:10:33) nol: nbsd is not a who06:50
nol(01:10:42) nol: heeE..06:50
nol(01:11:09) nol: have now such an Ubuntu Touch phone..the GOOGLE LG NEXUS 4 and i can program.. did f.i. port Eclipse to nbsd06:50
nol(01:11:23) nol: and did port nbsd to Openmoko (being the first)06:50
nol(01:11:55) nol: does that give some clues the channel(s) you can advice me, to them can give there value about me so the process could speed-up?06:50
nol(01:12:32) eightyeight: you want to program for the ubuntu phone on teh google lg nexus 4?06:50
nol(01:12:33) nol: i have mission for Metro Network something and did f.i. do mission for/at NATO/OTAN SHAPE HQ06:50
nol(01:12:43) nol: maybe that does coin some in your mind?06:50
nol(01:12:53) nol: YES SIR YES, I SURE DO06:50
nol(01:12:53) eightyeight: i would start with #ubuntu, and go from there06:50
nol(01:13:01) nol: okay06:50
nol(01:13:18) nol: am just in (home) got a faulty arest done on me..so not tonight06:50
nol(01:13:31) nol: arrest(sp) dunno the spelling06:50
nol(01:13:39) nol: well.. i could start dipping.. hold-on06:50
nol(01:13:49) eightyeight: there is #ubuntu-phone and #ubuntu-programming06:50
nol(01:13:56) nol: (preferable on the same irc network is it)06:50
nol(01:14:00) nol: i like them both06:50
nol(01:14:13) nol: no #nbsd-phone yet06:50
nol(01:14:29) eightyeight: i've never heard of a netbsd phone06:50
nol(01:14:30) nol: and #nbsd-programming, i'd say that's #pkgsrc06:50
Stskeepsw00t07:13
Stskeepser, ignore me..07:13
dholbachgood morning07:42
seb128mardy, hey08:39
seb128mardy, do you know what's going on with http://d-jenkins.ubuntu-ci:8080/view/Utopic/view/AutoPkgTest/job/utopic-adt-ubuntu-system-settings-online-accounts/149/ ?08:39
seb128mardy, the i386 autopkgtests started failing yesterday it seems08:40
mardyseb128: no idea, the only suspicious line there is "LLVM ERROR: Do not know how to split the result of this operator!08:50
mardyseb128: I don't see that in the amd64 logs08:50
ogra_seb128, what is unity-schemas ? (seems we have a new dep there that pulls it into touch)08:54
seb128ogra_, the unity schemas (launcher config) splitted out of the unity7 binary08:54
ogra_could that be a recommends ??08:55
seb128no, and why?08:56
seb128that's a depends, that's what contains the launcher config, which is common to unity7 and unity808:56
ogra_dunno, seems like we dont need it on touch images08:56
seb128it got splitted in a new binary so unity8 only pulls in the schemas, and not some unity7 libraries08:56
ogra_where did that live before for unity8 ?08:56
seb128libunity-core-6.0-908:56
ogra_oh, so it is a split out from a package we ship anyway ... all fine then08:57
seb128yes08:57
ogra_thanks :)08:57
seb128the goal being to be able to drop that package08:57
seb128in favor of the smaller one that only has the schemas08:57
seb128yw!08:57
ogra_cool08:57
JamesTaitGood morning all; happy International Lefthanders Day! :-D08:59
jgdxhey Saviq, wanna take a look at https://code.launchpad.net/~jonas-drange/ubuntu-system-settings/orientation-lock/+merge/230518 ?09:04
Saviqjgdx, this looks good, yeah09:09
Saviqjgdx, just one minor inline comment09:11
jgdxSaviq, cool. I am correct in setting a string which matches the enum nickname? First time user of gsettings enums here :P09:11
Saviqjgdx, you tell me, did it work? ;)09:11
jgdxSaviq, yeah, works fine :) Tested all kinds of rotations on the device, and the setting is set correctly it seems.09:13
Saviqjgdx, awesome, then we *just* need to interpret that now...09:14
jgdxSaviq, small thing? ;)09:15
Saviqjgdx, not a huge one, but involving like 5 different projects09:15
jgdxSaviq, Ouch – good luck! I'm shipping this hidden by default then.09:17
liuxgdoes anyone know how to close an application on N4 with the new UI?09:30
anpokliuxg: I used to go to the application spread view and drag the application upwards09:33
liuxganpok, yes, you are right. cool man! it is not so obvious though.09:33
mptcyphermox_, how often (if ever) does the MAC address change?10:11
mptIs it different for Wi-Fi vs. Bluetooth, for example?10:12
ogra_mpt, tht totally depends on the driver ... some change it all the time, some never do10:17
ogra_(and it can alsovary between wlan and BT)10:18
mptthanks ogra_10:20
Chipacaooh, that's a nice cock-up of mircommon10:21
Chipaca:-(10:21
jgdxSaviq, is there a bug I can follow for the orientation lock implementation on your side?10:24
Saviqjgdx, bug #128833210:31
ubot5bug 1288332 in QtMir "Orientation lock not available (rotation/portrait lock)" [High,Triaged] https://launchpad.net/bugs/128833210:31
nhainesDoes anyone know if there are any plans to support a landscape-mode shell on the phone?10:33
ogra_nhaines, there are ...10:35
nhainesogra_: any hints on a timeframe?  :)10:35
ogra_no idea, i just know it is planned10:36
ogra_i guess it will land with the general location bits like location lock in the system-settings etc10:36
ogra_err10:36
ogra_s/location/rotation/10:36
nhainesogra_: thanks.  It's really weird for apps to become basically unusable when the phone is in landscape mode.10:36
* ogra_ notes he talked to tvoss to much today :O 10:37
nhaines:)10:37
ogra_oh ?10:37
* ogra_ hanst had apps become unusable due to landscape 10:37
ogra_*hasnt10:37
nhainesEdge swipes don't work any longer and you can't input text.10:37
ogra_oh, you mean the shell making them unusable :)10:38
ogra_yeah10:38
nhainesYes.  :)10:38
ogra_well, ask the unity team for a timeframe ;)10:38
nhainesI do have to say that rotation is very nice now... as is scrolling speed with the new compositor improvements.  :)10:39
jgdxSaviq, thanks10:42
=== alan_g is now known as alan_g|lunch
zygahmm, gallery app stopped working after the update just now on mako11:12
zygacrashes on startup11:12
popeyzyga: reboot phone11:12
zygaok11:12
zygapopey: btw, that's causing that?11:12
popeyno idea11:12
zygahmm11:13
zygamagic11:13
zygayeah, that helped11:14
zygaodd11:14
=== MacSlow is now known as MacSlow|lunch
jgdxdoes an api exist for conjuring the passcode/phrase sheet?12:27
seb128jgdx, you mean for locking the screen?12:28
jgdxseb128, no, in factory reset, we need the user to confirm the passcode/phrase before continuing12:28
seb128that would be a question for mterry, when he gets online12:29
seb128but I don't think it has been factored as a sharable component (yet)12:29
jgdxthat's what I suspected. Thanks seb12812:29
seb128yw12:29
=== _salem is now known as salem_
dobeymardy: hi. can you take a look at https://code.launchpad.net/~dobey/ubuntuone-credentials/fix-cancel/+merge/230540 ? i've got login and cancel all working pretty much as expected now, but the account we create is showing as disabled in the list for some reason, despite the several setEnabled() calls we make.12:32
mardydobey: you need to iterate through all AccountServices in the account, and enable them12:36
mardydobey: by the way, when editing an existing U1 account, are you doing something special, or just enabling/disabling the services and updating the ACL?12:38
mardydobey: the reason why I'm asking this, is that we are about to remove the possibility for account plugins to customize that page12:38
mardydobey: we'll just use the same page for all providers, the one where we have the enable/disable switches, and we'll just enable/disable the services and update the ACL12:39
dobeymardy: the only thing we have on the edit page is the "remove this account" button12:40
mardydobey: OK. Do you do some special operation when the account is removed? Or just remove it from the accounts DB?12:40
seb128mardy, did you see my question from yesterday about ussoa translations btw?12:41
dobeymardy: we delete the credentials, then delete the account, then sync the account12:41
mardyseb128: ah, yes. Can you please file a bug about it?12:41
seb128mardy, sure, can you reproduce/do you know what's wrong?12:41
mardydobey: OK, then using a standard page should be fine12:41
seb128mardy, btw, the signon false-warning is still there, I saw you have a branch for it, is there anything blocking landing?12:42
mardyseb128: sorry, no. I've been using my phone in English, and now I'm in an intensive debugging session :-)12:42
seb128mardy, k, no worry12:42
mardyseb128: no, it's just blocked by me not requesting a silo :-) Will do :-)12:43
seb128mardy, thanks12:43
dobeymardy: how do i iterate through all AccountServices in an account and enable them? i don't see how to do that from the account.h API12:44
mardydobey: the fastest way is probably calling account->services(), and then you can call account->selectService() + account->setEnabled() on each iteration12:47
dobeyhrmm12:52
SonicTsunamiis there a way to get this program to run on a motion computing M1400 tablet?12:56
seb128mzanetti, hey13:08
seb128mzanetti, https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1356293 looks like toolkitish to me, you probably understand qt better than me, so if you see something we are doing wrong feel free to point it out13:09
ubot5Ubuntu bug 1346024 in ubuntu-system-settings (Ubuntu) "duplicate for #1356293 Extra space is found in the updates page making the user scroll" [High,Confirmed]13:09
seb128mzanetti, see my current reply, I don't understand why a "anchor: if_true ? something : else" is behaving different from "anchor: something" with if_true = true13:09
=== alan_g|lunch is now known as alan_g
ogra_mterry, moin ...13:15
mterryogra_, hello!  So I see some bugs that got marked as blockers...13:15
ogra_mterry, do you have a bug open about "PIN input screen does not use lockscreen wallpaper" ?13:15
mterryogra_, that is a design choice13:15
ogra_i just noticed that here13:15
ogra_it looks awful !13:15
ogra_:P13:15
mterryheh13:15
* ogra_ didn check the blocker list ... 13:16
ogra_which ones are that ?13:16
ogra_oh, the wizard issues13:16
mzanettiseb128: ack, will have a look13:18
mzanettiseb128: eating currently. will be back in 20 mins or so13:18
seb128mzanetti, thanks13:19
seb128mardy, can we open ussoa on a specific account type?13:20
seb128like system://online-accounts/ubuntuone?13:20
mardyseb128: yes, but not with an URL; we have a QML or C++ API13:21
ogra_seb128, if i remove ~/.pam_environment on the phone an try to change my language settings that file doesnt seem to be created by system-settings ... any idea why ?13:21
seb128ogra_, no13:22
ogra_is s-s actually doing the creation or does it use any backend service13:22
seb128ogra_, does it mean the locale change fails?13:22
ogra_right13:22
seb128ogra_, it uses accountsservice's dbus api13:22
ogra_hmm, k13:22
seb128that didn't change for a while13:23
* ogra_ has the strange dejavu feeling that we had that very same conversation before 13:23
dobeyhow does one get the sdk to install necessary build deps in the kit chroot for building something for armhf?13:23
seb128mardy, ok, thanks, I'm looking at https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/134858013:24
ubot5Ubuntu bug 1348580 in ubuntu-system-settings (Ubuntu) "Updates tells me i have to log in into ubuntu one but when i click on it i get a regular "Add acount" screen" [Medium,Confirmed]13:24
mardyseb128: see https://code.launchpad.net/~mardy/reminders-app/app-access2/+merge/219798, line 10913:25
seb128mardy, thanks13:26
mardyseb128: however I've been asked this question several times before, and IIRC once it was about the U1 plugin; so I suspect that someone might be already working on that bug13:26
seb128could be13:27
seb128or other bits of the ui have the issue too13:27
seb128like the dash13:27
dobeygatox: ^^13:27
mardyseb128: better write a comment to the bug and assign it to yourself, so that others are notified of it13:28
seb128it's a bit ridiculous, the update panel has like half the settings bug and nobody working on it, I'm trying to help a bit13:28
seb128mardy, yeah, I was sort of pinging to know if you started working on it as well, since it's assigned to you13:28
mardyseb128: uh... no, I definitely didn't13:28
seb128pmcgowan, ^ btw, do you know if anyone could help with the settings-update panel? ton of work to do, and gatox seems to be too busy with other work13:28
seb128mardy, k13:28
pmcgowanseb128, yeah starting to be a real problem, we are almost clear of the other tasks13:29
gatoxseb128, yap... i'm trying to go back to u-s-s, but i cannot seem to get finish with everything related to pay to move on to updates13:30
pmcgowanseb128, I will try to find someone but not much luck so far, hoping jonas and ken get done with everything else13:30
gatoxseb128, i everything is ok.... i should be able to finish with my branches today and start working on system settings tomorrow.... but i can't promise anything, there is always something13:32
pmcgowanseb128, a number of those bugs are hard to reproduce too13:32
seb128pmcgowan, there is a good stack of bugs easy to reproduce/UI issues/things not matching the design as well13:33
pmcgowanack13:33
seb128I've proposed some mps to fix issues13:33
pmcgowanawesome!13:33
pmcgowankenvandine, lets make sure we review and land those as well13:33
kenvandinepmcgowan, will do13:35
seb128mardy, what would be the applicationId for u-s-s which is not a click?13:36
kenvandineseb128, ubuntu-system-settings13:37
seb128kenvandine, thanks13:37
kenvandinethe name of the .desktop file13:37
nik90popey: have you had the issue where the unity8 dash just freezes? The launcher, indicators, app switching works...just unity8 dash that freezes up completely13:40
nhaines export BYOBU_CHARMAP=x ; . ~/.bashrc13:43
nhaines export BYOBU_CHARMAP=UTF-8 ; . ~/.bashrc13:43
nhainesOh hey.13:43
nhainesSorry.  ^^;;13:43
robotfuelWellark: ping do you have any updates on fixing this bug? https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/134334113:43
ubot5Ubuntu bug 1343341 in indicator-network (Ubuntu) "/usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::Bus::send_with_reply_and_block_for_at_most" [Critical,New]13:43
popeynik90: yes, when i get alarms, if i get two, there's a bug for it13:44
nik90popey: no no it freezes for me after turning the screen on after a few minutes of boot up.13:45
popeyoh, no13:45
nik90I think I am going to reflash it fresh and then see if it still happens13:45
mardyMirv: hi! Are you fairly busy, or have you got some time?13:54
mardyMirv: I need help with https://bugreports.qt-project.org/browse/QTBUG-4076613:54
mardyMirv: basically, I'd like to understand if it's a QT bug, a bug in our QPA or something stupid in my code :-)13:54
Saviqpopey, can you please dupe bug #1356374 to your bug13:55
ubot5bug 1356374 in unity8 (Ubuntu) "Cannot go back a page when on-screen notification appears" [Medium,New] https://launchpad.net/bugs/135637413:55
* Saviq can't finde it13:55
Saviqfinde13:56
Saviqit's an ancient type of finding13:56
elmowhere would I file bug about apps I can't uninstall (or rather I can, but they then get re-installed as part of the system upgrades)14:02
=== Ursinha is now known as Ursinha-afk
popeySaviq: made it a dupe of bug 135542214:07
ubot5bug 1355422 in unity8 (Ubuntu) "[notifications] Can't dismiss notification bubbles" [Undecided,Confirmed] https://launchpad.net/bugs/135542214:07
Saviqpopey, thanks14:17
=== Ursinha-afk is now known as Ursinha
dobeymardy: hrmm, so i changed the code to loop through all the account->settings() results and do selectService() and setEnabled() each iteration, but the account is still showing as disabled after i log in14:36
=== Ursinha is now known as Ursinha-afk
mardydobey: and you are absolutely sure that this code is called?14:36
mardyand before calling sync()?14:36
dobeymardy: yes14:37
=== Ursinha-afk is now known as Ursinha
dobeyi'm doing this loop twice, once when we initially create the account, and then again after setting the credentials ID on the account14:38
dobeymardy: http://pastebin.ubuntu.com/8036682/ is the change i made to do the loop14:40
mardydobey: once is enough. Can you print the service name? and also, can you check with "account-console show <account-id>" what's the situation?14:41
dobeyi can add a qDebug() sure. is "account-console" installed on the phone already, or do i have to install some other package to get it?14:42
dobeymardy: also, is Accounts::Service what you meant earlier, or did you mean Accounts::AccountService? they are separate things, and i don't see how to get an AccountService from an Account or Service14:45
mardydobey: if it's not installed, it's in account-plugin-tools14:48
dobeyok, that looks like it is installed14:49
mardydobey: the AccountService has a constructor which takes an Account and one Service, IIRC. But anyway no, you don't need that. The code you pasted looks correct14:49
dobeyok14:50
dobeyrebuilding with the qDebug() now14:50
dobeymardy: ok, so i see the qDebug() i added. there's only one service in account->services(), the "ubuntuone" service15:22
dobeymardy: account-console shows that service as enabled, but the account itself as disabled15:23
dobeymardy: for some reason, there's no "enabled: True" under "Global settings:"15:24
dobey(which i see on another device that has an enabled u1 account)15:25
MacSlownik90, hey there... quick question...15:25
nik90MacSlow: hey, what's up15:25
MacSlownik90, the snap-decision triggered by an clock-alarm reminder/notification... that's being triggered directly by the clock-app or the indicator-datetime?15:25
nik90MacSlow: indicator-datetime15:26
MacSlownik90, ok thx!15:26
nik90MacSlow: np15:26
=== chihchun is now known as chihchun_afk
=== dandrader_ is now known as dandrader
=== pete-woods is now known as pete-woods|away
Xeon3Dwhy isnt the nexus 5 a supported device?15:56
nhainesXeon3D: because it didn't exist when the supported devices were determined.15:58
popeyand it wastes effort and resources if we keep switching device every few months15:59
TassadarXeon3D: there is an unofficial port available, it works pretty well15:59
nhainesTassadar: it does at that, minus a couple power management things.  :D15:59
dobeynhaines: and a few other non-pm things :P16:00
dobeybut at least you can actually use the phone more than once now :)16:01
Tassadarmy server wasn't building new device-specific parts for like a month because I left something uncommited in one of subrepositories16:01
Tassadarso the repo sync failed -> whole build failed16:01
Tassadarso there might be some improvements which didn't get in my builds <_<16:01
dobeyTassadar: so what build # would that be fixed in?16:01
Tassadaranyway, it is building now, next image will have updated device parts, but I have no idea if that fixes anything or if those were just some under-the-hood changes16:02
Tassadarnext will be 188 I think16:03
dobeyah ok16:03
* dobey hopes the backlight is fixed16:03
Tassadaryeah, that one is weird16:04
nhainesYeah.  :/16:04
dobeyyeah16:04
nhainesI need to check if the cellular data is still broken actually.  Hmm.16:04
dobeynhaines: main problem i have with cell data is that it doesn't switch off wifi to lte when i leave the house. it stays trying to reconnect to wifi and never switches to cell16:05
popeySaviq: is it intentional that the scopes scope is no longer visible?16:07
nhainesdobey: yup, me too.16:07
Saviqpopey, the dash overview *is* the scopes scope16:07
nhainesThe Dash overview is pretty but it makes me sad that I can't set my favorite scopes.16:07
dobeynhaines: i think running offline-modem/online-modem a couple times will "fix" it though16:07
dobeyat least, until you reboot again16:08
nhainesdobey: do you mean flight mode?16:08
dobeynhaines: is that what flight mode does? i mean running the ofono scripts (i had this problem since before flight mode got added)16:09
=== dandrader is now known as dandrader|lunch
nhainesdobey: I don't know what Flight Mode actually does.  It's supposed to disable all radios (cellular, Wi-fi, Bluetooth, etc.)  :)16:10
popeySaviq: oh, okay16:11
dobeynhaines: right. i'm not sure how it does it exactly. i had luck running the ofono scripts a couple of times previously though16:11
dobeymardy: if you're still around, and could review on https://code.launchpad.net/~dobey/ubuntuone-credentials/fix-cancel/+merge/230540 that'd be great. i managed to get the account to not be disabled any more16:15
nhainesOoh, just realized that "Celluar Settings..." and "Wi-Fi" settings in the Network indicator don't do anything.16:15
dobeynhaines: they open system settings for me16:16
dobeyanyway, need to get lunch now16:18
=== Ursinha is now known as Ursinha-afk
=== Ursinha-afk is now known as Ursinha
mterryjgdx, could you look at https://code.launchpad.net/~mterry/ubuntu-system-settings/careful-sockets/+merge/230690 today?  I *think* this will solve a promotion-blocker but I need to see it in an image to be sure17:02
mterryogra_, can I edit a image tarball easily?  Like change a file in it?17:03
ogra_mterry, i dont think so ... that will break the gpg signature17:04
ogra_you could try doing it after the fact by booting into recovery or so17:04
mterryhmm, will try17:05
=== Ursinha is now known as Ursinha-afk
=== Ursinha-afk is now known as Ursinha
mterryogra_, also...  for https://code.launchpad.net/~mterry/livecd-rootfs/no-pam-sed/+merge/229654...  How can we best coordinate that landing with the ubuntu-touch-session branch?17:08
mterryJust do them close together and hope?17:08
ogra_you can use a silo ...17:08
ogra_hmm, or not17:09
ogra_so yeah, just coordination with the image bulds17:09
=== alan_g is now known as alan_g|EOD
ogra_make clear sil2100 and the laning team knows that livecd-rootfs needs ot be done first and then u-t-s needs to be in the next image17:09
mterryogra_, OK.  I'll talk with them17:10
ogra_well, or with me, i'm part of the landing team :)17:11
ogra_mterry, did you ever tap on "emergency call" on the pin dialog ?17:13
ogra_mterry, how would i close the dialer that pops up17:13
=== gatox is now known as gatox_lunch
mterryogra_, eventually that's supposed to have a cancel button I believe.  But for now you can just turn off and on your screen17:13
ogra_ok, but it is known ... thats all i wanted to know17:14
mterryboiko, did you ever get a design document for the final emergency dialer visuals?17:14
Tassadarogra_ rsalveti: Hi, can any of you merge this please? Build for hammerhead is broken https://code-review.phablet.ubuntu.com/#/c/321/17:24
rsalvetiTassadar: hm, weird, built fine here, but will check17:25
=== dandrader|lunch is now known as dandrader
rsalvetioh, only when it's true17:26
rsalvetiwill check17:26
boikomterry: I think we had something, but I need to double check that17:26
Tassadartry to remove the device's folder in out/target/product, I think it might fail only with clean build17:26
rsalvetiTassadar: merged17:27
Tassadarthanks!17:28
dobeyhmm, the offline/online trick doesn't seem to work any more17:47
K1773Ri always get 'Cannot cleanup /cache/recovery/ to ensure clean deploymentexit status 255', even tough i wiped the cache partition, image 179 for mako17:55
K1773Ri saw some other ppl having the same problem, but no solution so far17:55
lokinouhello18:03
lokinouany idea how to easily install this on a touch device https://launchpad.net/ubuntu-telegram-app ?18:03
Wellarkrobotfuel: not yet18:05
dobeyget it packaged as a click and in the store18:05
Wellarkit's on my list, but that's it18:05
Wellarkthere is a lot of other critical stuff on it as well18:05
dobeylokinou: and technically speaking, the license is wrong18:06
lokinoudoes it mean I should be patient and wait for an official release dobey ?18:07
dobeylokinou: well you should probably ask the developers about their intentions, rather than asking on this channel (since they probably aren't hanging out in here). and they really do need to fix the license problem (can't license GPLv2+ code as LGPLv3; must be GPLv2 or v3)18:09
=== gatox_lunch is now known as gatox
lokinouThanks dobey, see you around, since I might come back pretty often to ask random questions18:12
jgdxmterry, sure18:19
jgdxkenvandine, can you take a look at https://code.launchpad.net/~jonas-drange/ubuntu-system-settings/orientation-lock/+merge/230518 ?18:26
kenvandinejgdx, sure18:27
kenvandinejgdx, are you looking into the CI failures?18:29
jgdxkenvandine, checking18:29
jgdxkenvandine, the system updates one?18:29
kenvandinejgdx, just looking at the diff in the browser, i suspect you have a couple lines over 80 :)18:30
kenvandinei didn't look at the logs18:30
jgdxkenvandine, seems like flakyness maybe18:30
jgdxkenvandine, aah, I need to turn on style checker for qml18:30
kenvandineok, i'll give it a kick :)18:30
jgdxkenvandine, thanks18:30
kenvandinejgdx, we could land the gsettings schema change separately right, as long as it's before uss?18:35
kenvandinejgdx, that would be quick and easy to land in a silo by itself18:36
kenvandinewithout waiting for the uss branch to pass CI, and manual testing18:36
kenvandinewe could just test the existing uss against the new schema in a silo and get it out of the way :)18:37
kenvandinejgdx, seb128: ^^ thoughts?18:37
K1773Rcmon guys, cant be that nobody else had this problem?18:37
kenvandineK1773R, i haven't seen that on my mako18:38
K1773Rkenvandine: i even did $ fastboot format cache, to be sure its wiped18:38
K1773Rkenvandine: any advice on how to debug to find the issue?18:39
=== spider-mario_ is now known as spider-mario
kenvandinesorry, nope18:39
seb128kenvandine, no18:40
seb128kenvandine, the schemas removes a key than settings is using (if you speak about the rotation one)18:40
seb128kenvandine, you remember how desrt made gsettings abrt on missing keys right? ;-)18:40
=== zenvoid_ is now known as zenvoid
=== everbrew_ is now known as everbrew
=== Cimi_ is now known as Cimi
* dobey wonders if he is just going to have to rm -rf his chroot and re-run mk-sbuild again :(18:41
kenvandineseb128, he didn't remove the key though18:41
seb128kenvandine, didn't he?18:42
kenvandinehe added it back after you commented18:42
seb128kenvandine, what mr are you looking at there?18:42
=== io is now known as IdleOne
kenvandinehttps://code.launchpad.net/~jonas-drange/gsettings-ubuntu-touch-schemas/orientation-lock/+merge/23049918:42
seb128oh, k, I though we agreed to land that in one silo and that keeping it was not needed18:42
seb128well, in which case, sure you can land it earlier18:42
K1773Rkenvandine: oh well, thats sad18:43
=== steev_ is now known as steev
K1773Rkenvandine: ubuntu-device-flash dosnt even have a verbose mode... no way to find out why its happening18:43
kenvandineseb128, will do18:44
kenvandineK1773R, sorry... not my area of expertise18:44
K1773Rkenvandine: who should i ask?18:44
seb128kenvandine, thansk18:47
kenvandineseb128, should make the uss landing easier :)18:48
kenvandineK1773R, not sure, maybe ogra_?18:48
seb128kenvandine, well, that's not a big package to land18:48
kenvandineright18:48
kenvandineuss takes more time :)18:48
kenvandineand we are still waiting for CI tests to pass, etc18:48
jgdxkenvandine, yes. That should be fine18:49
kenvandinejgdx, in silo 12 :)18:49
=== ValicekB_ is now known as ValicekB
kenvandinejgdx, when testing the silo, i'll also grab your uss branch and test that as well18:50
jgdxkenvandine, you're crazy fast :)18:50
kenvandinecode looks good, aside from the long lines :)18:50
kenvandinelets see if CI passes though18:51
jgdxkenvandine, battlinh with utopic atm. Going to be a while18:52
kenvandineok18:52
K1773Rogra_: according to kenvandine you can help me solve this issue (http://askubuntu.com/questions/510970/ubuntu-device-flash-fails-nexus-4). id be happy for any advice18:57
kenvandineK1773R, maybe :)19:00
K1773Rkenvandine: we'll see19:01
=== Ursinha is now known as Ursinha-afk
dobeywhy are you running ubuntu-device-flash under sudo?19:05
infernixhow can I run ubuntu-flash-device on debian?19:06
infernixor is there some other method to flash?19:06
infernixit's not in any sid package19:06
dobey g++-4.9:armhf : Depends: gcc-4.9:armhf (= 4.9.1-5ubuntu1) but it is not going to be installed19:07
dobeybah19:07
dobey:(19:07
K1773Rdobey: otherwise its stuck with "Expecting the device to be in the bootloader... waiting"19:07
dobeyK1773R: is the device in the bootloader?19:08
K1773Rdobey: yes, of course :)19:08
dobeyK1773R: is it a "new" nexus 4? was it ever booted into android?19:09
K1773Rdobey: i booted android, used it a bit. installed ubuntu touch. then i killed it due to playing around in write mode. i wanted to reinstall but i couldnt. a reinstallation of android works, ubuntu touch dosnt19:10
dobeyhmm, ok19:11
K1773Ralso while in recovery mode, adb devices only shows this19:11
dobeyis android on it now?19:11
K1773R"????????????no permissions"19:11
K1773Rdunno if it should do that19:11
dobeyno, i don't think it should do that19:11
K1773Ryes, its still on it19:11
=== Ursinha-afk is now known as Ursinha
dobeytried enabling dev mode/adb inside android, and then running "ubuntu-device-flash --channel devel" while it's in android?19:12
K1773Rnot yet, will do19:12
K1773Rdev mode + usb debugging is on of course ;)19:13
K1773Radb still outputs '????????????no permissions'19:15
Tassadaradb kill-server && sudo adb start-server19:16
dobeyjust adb kill-server19:16
dobeyprobably sudo adb kill-server19:16
dobeyand then just run the flash command19:16
K1773Rok, now adb seems to work19:16
dobeyit should start adb automatically19:16
Tassadarthe point is to restart the server as root so that it has permissions19:16
K1773Rwithout --bootstrap ?19:16
dobey--bootstrap is only for when flashing from the bootloader19:17
dobeynot from recovery or in the live system19:17
K1773R2014/08/13 21:17:42 Cannot push /home/k1773r/.cache/ubuntuimages/ubuntu-touch/devel/mako/version-179.tar.xz.asc to device: free space on /cache/recovery is file19:18
K1773R"is full" i expect?19:18
K1773Rbut i wiped that partition with fastboot AND the ubuntu recovery19:18
dobeyno, /cache/recovery is probably a file, not a directory?19:18
cm-t_damn you all !!   I have to make this paskage to send back to canonical (including 2xtablet & 2 phone). I was using 1 of these phone daily for 2 month. getting back on my android phone this morning, just bought to someone a mako just because ubuntu ;)19:18
K1773Rdobey: no idea19:19
=== cm-t_ is now known as cm-t
K1773Rdrwxrwx--- system   cache             2014-08-13 19:14 cache19:19
dobeynot the cache directory, the recovery directory19:19
dobeyie, /cache/recovery19:19
K1773Raccording to adb shell ls -al19:19
* cm-t appologies for the fanboy message just above ↑19:19
K1773Ri dont have permissions to look inside /cache19:20
dobeyK1773R: under adb shell?19:20
K1773Rdobey: yes19:20
K1773Rshell@mako:/ $ ls cache19:20
K1773Ropendir failed, Permission denied19:20
dobeywell that's a problem19:21
dobeyand directly related to the errors you're getting19:21
dobeyi am not quite sure how to fix that though if you can't do it as root :)19:22
K1773Rim shell@mako, not root@mako19:22
dobeyoh19:22
K1773Rsu is not in $PATH, nor find19:22
K1773Ri was looking around before but couldnt find it19:22
dobeyi don't know enough about the android fs to get you root19:23
dobeybut i think we've found your problem at least19:23
K1773Rdirectories owned by root can be used19:24
K1773Reh nvm,19:24
K1773Reveryone had access to those folders19:24
mardy_kenvandine: hi! Do you have time to review (and top-approve, if that's good) this one? https://code.launchpad.net/~mardy/ubuntu-system-settings/other-app-access/+merge/22829919:30
=== mardy_ is now known as mardy
kenvandinemardy, sure19:31
kenvandinemardy,  are you ready to try to get a landing for this ?19:34
kenvandinemardy, i'm happy with it, would you like me to get a silo for it so it's built and ready to test when you start your day tomorrow?19:36
kenvandinemardy, ok, silo 16, i'll try to have it all built and ready for you in the morning :)19:39
Saviqkenvandine, mardy, how soon do you plan to release silo 16?19:49
kenvandineSaviq, maybe tomorrow... i hope19:49
kenvandineSaviq, should we wait?19:49
Saviqkenvandine, no, I was rather asking whether I could join you (or maybe even overtake you in that case)19:50
kenvandinewhat do you need to add?19:51
Saviqkenvandine, well, I've a settings landing fixing a blocker that I'd want to land tonight19:51
Saviqkenvandine, and some unity8 MPs to hitch a ride19:51
kenvandineok, you can just land those in a separate silo if you'd like and i can respin this tomorrow19:52
Saviqkenvandine, ok cool, will let you know19:52
cwaynemardy: could 'other app access' be used to grant access to scopes?19:52
kenvandinebut this way i could maybe get some testing of the silo in tonight19:52
kenvandineSaviq, thx, just give me a shout19:52
=== salem_ is now known as _salem
=== dandrader is now known as dandrader|bbl
=== _salem is now known as salem_
K1773Rdobey: i got the root problem fixed, should i try to install ubuntu now?20:22
dobeyK1773R: is /cache/recovery accessible and a directory?20:23
mterrykenvandine, when is your next u-s-s release?20:24
kenvandinemterry, tomorrow most likely20:24
kenvandinemterry, Saviq said he might try to land something for uss tonight, maybe you can sneak something in his?20:25
mterrySaviq, is that the socket branch?20:25
Saviqmterry, yeah20:25
kenvandinemterry, i have a silo now for other app access, but i don't want to rush that one20:25
mterrySaviq, OK, cool.  Just wanted to make sure someone was on that20:25
kenvandineso you guys can pass me :)20:25
mterrythanks20:25
mterrykenvandine, thanks!20:25
kenvandinenp20:25
kenvandinejust let me know if you pass me up :)20:26
K1773Rdobey: yes20:26
K1773Rdobey: cleaned the directory, finally!20:26
Saviqmterry, just I can't top-ack it, kenvandine can you? https://code.launchpad.net/~mterry/ubuntu-system-settings/careful-sockets/+merge/23069020:26
kenvandineSaviq, done20:26
pmcgowanSaviq, was trying to repro https://bugs.launchpad.net/unity8/+bug/1356045 but instructions to stop service not working for me20:26
ubot5Ubuntu bug 1356045 in Unity 8 "Manage dash UI is frozen" [Undecided,Incomplete]20:27
pmcgowanno such service20:27
Saviqpmcgowan, as phablet20:27
Saviqpmcgowan, not root20:27
pmcgowandoh prolly thats it20:27
dobeyK1773R: ok, then yeah, you should be able to install now20:27
K1773Rdobey: NACK -> Cannot push /,,,,ubuntu-bc657aebe23987cbebfe1e84159df0f72fa48ff0702c507cfc4a20f7f4f78dea.tar.xz.asc to device: free space on /cache/recovery is file20:27
dobeyK1773R: then i guess the issue isn't fixed. i think you need someone who knows more about the android recovery fs than i do, to help you now20:29
lokinou_Hello again, do I have to go through ssh or scp to transfer files to my ubuntu touch phone ?20:30
K1773Rdobey: i found something, USB disconnect, device number 69. it disconnects while pushing data20:34
dobeylokinou_: it appears in nautilus when you plug it in on usb20:35
K1773Rdobey: il check on another machine if its related to my HW or something else20:37
lokinou_i have nexus 5 which mean no external sd card. Also, I am right no in a windows computer, and I am trying to install ext partition readers... updating you dobey20:38
kenvandineK1773R, i had some disconnect problems a while back, caused by a bad usb cable20:39
dobeylokinou_: i don't knkow what you are talking about an sd card for20:39
kenvandineK1773R, it mostly worked, but would cause bad things from time to time20:39
K1773Rkenvandine: that could be the case, when i flashed it, i used another cable20:40
kenvandineit's annoying when something usually works :)20:40
dobeylokinou_: it's just an MTP device afaik20:40
dobeylokinou_: not a usb mass storage thing20:40
lokinou_just making a parallel with Android. MB it does not apply here dobey, that you only have access to a mounted SD card storage (i.e a camera)20:40
dobeyi don't know what you need on windows to use MTP filesystems20:40
K1773Rkenvandine: also happens with the cable i used before :S20:43
lokinou_there is a topic on xda-developpers here, http://forum.xda-developers.com/showthread.php?t=2390296 i'll update you dobey for further advances20:44
lokinou_looks dry, especially because the link was talking about android... lets wait for alternative solutions dobey, what do you think about ssh or samba modules ?20:55
dobeylokinou_: i think "don't use windows" :)20:58
dobeylokinou_: if the solution there doesn't work, i don't know what to tell you. i don't use windows at all. i only use ubuntu20:58
lokinou_no problem dobey I am just looking for solutions. In some months,a massive amount of people might come with the same questions, people like me that cannot get rid of word text processing and video games21:00
=== awafaa_ is now known as awafaa
K1773Rdobey / kenvandine: it worked in bootloader, but not while android was running21:06
lokinou_no easy solution, let's go put ubuntu into a virtualbox21:17
K1773Rhow can i disable cellular data by default?21:25
K1773Rif its not reset after restart this wont be an issue21:35
K1773Rty dobey / kenvadine (gone) for your time :)21:35
dobeysure21:36
el3phantenHi might it work to install ubuntu touch on a sony xperia lt15i. I am aware of risks22:00
=== salem_ is now known as _salem
dobey!devices | el3phanten22:02
ubot5el3phanten: You can find the full list of devices, official images, community images, and works in progress at https://wiki.ubuntu.com/Touch/Devices22:02
=== dandrader|bbl is now known as dandrader

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