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

Guest60692Hi, I am stuck at installing ubuntu phone on my galaxy nexus01:28
Guest60692I am running $ ubuntu-device-flash --channel=trusty --device=maguro --device-tarball=Downloads/takju-imm76i-factory-e8c33767.tgz01:28
Guest60692dies with 2014/08/25 03:27:51 Cannot cleanup /cache/recovery/ to ensure clean deploymentexit status 25501:28
Guest60692i cleaned up the /cache directory and that didn't work01:29
nondemSo, I got Touch installed ok...booted up and put in my 4 digit pass...it goes gray like it is logging me in...sits there about 10 minutes so far.02:11
nondem20 minutes now :) This is on a Nexus 10(manta)02:27
Beldarnondem, I would try a reinstall things happen.02:34
Guest84587when running ubuntu-device-flash, what does it mean "Recovery image not found, cannot continue with bootstrap"?02:38
Guest84587i have succeeded installing ubuntu03:23
Guest84587all it needed is to reset android and rerun ubuntu-device-flash --channel=trusty --device=maguro  --bootstrap03:24
Guest84587however ubuntu didn't start. i can open its bootloader, but no idea where to go from there.03:25
Guest84587the options are "reboot system now", "install zip from sdcard/sideload", wipe data...03:26
Guest84587how can i proceed from this state?03:26
Guest84587a few reboots actually made it work! :) superb!03:29
pittiWellark: ack silo12> err, where do I need to do that?05:08
=== chihchun_afk is now known as chihchun
Mirvpitti: thanks, that's enough :)05:31
pittiMirv: what is enough, asking the question where to ack it? :-)05:32
Mirvpitti: like, on IRC05:32
pittiMirv: I don't know what to ack yet05:32
Mirvpitti: oh, sorry, I thought it was "ack 12". the debian/rules part of https://ci-train.ubuntu.com/job/ubuntu-landing-012-2-publish/lastSuccessfulBuild/artifact/packaging_changes_indicator-network_0.5.1+14.10.20140824-0ubuntu1.diff05:32
pittiMirv: ah, thanks; ack!05:33
Mirvthanks! :)05:33
pittiMirv: aah, now I know where to see the changes05:33
pittiI missed the artifact on https://ci-train.ubuntu.com/job/ubuntu-landing-012-2-publish/8/05:33
pittiMirv: btw, llvm got reverted, so my silo 7 built now; I'll test it now05:33
pittiMirv: I'm not sure why it still says "ready to build packages" while everything got built, but *shrug*05:34
Mirvpitti: not sure, possibly it got reconfigured after the build or something like that. if you want to keep the current packages, it's useful to now run build with 'watch only' checked.05:35
pittioooh! thanks to whoever finally added asking for the SIM  pin right at startup05:36
pittithis was a major pain05:36
pittiMirv: ah yes, that was the case (one MP was moved to another silo)05:36
pittiMirv: ack, will do that05:36
pittiurgh, ./phablet-config writable-image reboots05:41
* pitti adds TODO item to fix that05:41
pittiah well, can't call mount -o remount once we switch to user adb05:42
pittiMirv: while I'm at it, core-dev ack for silo 505:47
Mirvpitti: thanks for that, too, veebers will be happy.05:48
pittiMirv: where do you set that status? in the spreadsheet?05:49
Mirvpitti: core-dev ack? sadly the only papertrail on that is IRC logs :( to be fixed by CI Airlines...05:51
pittiMirv: ah, so you just click "publish"05:51
Mirvpitti: I only click "publish" with "ack_packaging"05:51
pittiMirv: ppa 7 is no good any more, telephony-service is broken (another big change landed in trunk which isn't yet in my branch/PPA)06:28
pittiMirv: I locally merged trunk now; can I push that to the same MP, and request a rebuild?06:28
* pitti does06:37
Mirvpitti: yes06:37
pittihm, I figure I need to again do the same dance for rtm now06:38
dholbachgood morning07:03
=== thomasm is now known as Guest23501
pittiMirv: PPA 7 is good  to go now; want me to publish, or shouldn't I (and only sil2100/robru/you do that)?07:22
Guest23501Hi all! I have a quick question. How hard to porting Ubuntu Touch to an other device, like Sony Xperia Z, L or SP?07:22
Mirvpitti: in normal landings mode, there's no reason why a core-dev wouldn't publish himself :) so, feel free.07:27
pittiack07:29
pittiMirv: hm, the publish job succeeded, but nothing on https://launchpad.net/ubuntu/+source/messaging-app (and the dashboard rightfully complains about it); is that normal?07:35
sil2100pitti: launchpad just didn't catch the package in -proposed yet (most probably)07:38
pittisil2100: hmm, copies betwenn archives are pretty much instantaneous07:40
pittiah, it's there now07:40
sil2100pitti: CI Train takes the info about where the package is from LP itself, so if something would be broken it would mention that the package is 'in no known space' for a longer time :)07:42
sil2100If it said it's in -proposed, then this was the info it got from LP API calls07:43
sil2100It's usually accurate, although sometimes hasty07:44
Mirvpitti: "pretty much" instantaneous :)07:50
pittiMirv: with sync-package it's literally < 5 seconds (i. e. smaller than the time to load the +source web page)07:50
Mirvoh, ok, that's fast then07:51
pittiI had thought it was the same for train copies07:51
pittibut anyway, nevermind07:51
=== benunter_ is now known as benunter
tsdgeoscan someone top approve https://code.launchpad.net/~aacid/messaging-app/update_pot/+merge/231534 ?08:29
pittilooking08:29
pitti+msgid " "08:29
pitti19+msgstr ""08:30
pittierr?08:30
pittitsdgeos: reviewed08:31
pittitsdgeos: would be nice if you could fix that space along with the new string, while fixing i18n issues08:31
tsdgeospitti: yeah, not going to do that08:32
pittitsdgeos: oh, why not? it doesn't make sense to have a single space marked as translatable, it's only going to cause trouble08:32
tsdgeospitti: because people complain you change their code08:32
* pitti looks at the code08:33
pitti    title: selectionMode ? i18n.tr(" ") : i18n.tr("Chats")08:33
pitti    title: selectionMode ? i18n.tr(" ") : i18n.tr("Chats")08:33
tsdgeosyes it's wrong08:33
tsdgeosi know08:33
tsdgeosit's not like i care if that's wrong08:34
pittisimilar in Messages.qml -- the i18n.tr() should just be dropped08:34
tsdgeoswhat i care is that we have an untranslatble phone08:34
tsdgeoswhich is not even my job so i shouldn't be caring for it08:35
pittiI know this wasn't your fault, but slipping this into this MP will take an extra 10 s08:35
pittimaking an entirely new MP and landing that will take three magnitudes more than that, with our current process (which absolutely doesn't work for small fixes..)08:36
tsdgeosfix the process then :)08:36
pittithree magnitudes isn't even enough08:36
tsdgeosi mean you may as well complain there's a missing ; in some line and that should also be fixed08:36
pittiwell, it's that MP which introduces that space into the .pot08:37
pittiwhich is going to cause headaches to translators08:37
pittiogra_: do you happen to have an i386 deb for the non-root adbd (for the emulator)?08:58
ogra_pitti, hmm, no ... i'll try to build one during the day (i dont even have the source on an x86 machine ... dead architecture ... :) )08:59
pittiogra_: I'm happy to build it myself, if you have a pointer to the source/MP/branch08:59
ogra_i can push the source package somewhere ...09:00
* pitti pats his utopic-i386 schroot09:00
pittiogra_: so with my phablet-network branch things mostly work, except for having to enter the PIN manually (same what plars was pointing out)09:02
pittithat'd be an unity8 bug, I think -- we need a D-BUS CLI to unlock the screen09:03
ogra_pitti, right, the --password option to ubuntu-device-flash will handle that09:03
pittiwe didn't yet need it without a pin, starting an app when the screen was locked unlocked it09:03
ogra_oh, the autopilot issue with unlocking you mean09:03
pittiogra_: right09:03
pittiogra_: everything else works fine now (I made enough adjustments to the adb setup script) \o/09:04
ogra_yay09:04
pittiogra_: it now tries "phablet" and "0000" as sudo passwords, and also has a --password option; and most tests shouldn't need root (e. g. calculator tests run fine without sudo, too)09:05
ogra_yeah09:05
pittibut all tests fail while the lock screen is still running (i. e. waiting for pin)09:05
ogra_the plan was that in future releases the image doesnt need to be writable and the pahblet user can do all tests09:05
pittiit seems with a pin a starting app doesn't just get rid of the lock screen09:05
pittiogra_: yes, that has worked for some time already (with autopkgtest, not with phablet-test-run)09:06
=== tvoss is now known as tvoss|test
ogra_right mterry should be able to help you09:06
=== tvoss|test is now known as tvoss
pittiogra_: yeah, I'll file a bug against unity8; I already asked for this a month ago, but it wasn't necessary yet then09:08
ogra_janimo`, hmm you didnt add udev rules for the new arch when you added the device id to adb, did you  ?09:08
* ogra_ upgraded his desktop to trusty on the weekend and cant connect anymore with "no permissions"09:09
tsdgeospitti: i've removed those i18n.tr(" ")09:09
pittitsdgeos: cheers09:09
ogra_should we not use that in general ?09:10
ogra_(i know the app-dev documentation talks about it everywhere)09:10
pittitsdgeos: top-approved now09:10
tsdgeosnow someone just needs to land it09:10
tsdgeoswho said the process was not agile? :D09:11
pitti*smirk*09:11
pittithat's the kind of change one would usually directly commit to trunk and just let it flow in with the next update09:11
pittisame like simple mass-packaging changes or fixing typos, etc.09:12
ogra_tsdgeos, it will get better...09:12
pittii. e. ci-quick-walk-to-the-bakery, not everything needs the overhead of an airline :)09:12
ogra_pitti, thats the prob, with the current model (which i heard asac asekd for now) you have to have two branches for *every* project09:12
pittibut that had been discussed in the airline designs, I think09:12
ogra_which kind of contradicts the initial idea of "handle it like SRUs" we had09:13
pittiogra_: yeah, with rtm it's harder (I also need to land 7 more MPs now for an utterly trivial change)09:13
ogra_pitti, we are trying to get a model in place where you can automatically PPA copy the source package into an rtm silo when you land in utopic09:13
pittihmm, it seems with every other install the nice numeric keypad "enter your pin" gets replaced with a "Hello" input line and I have to use a letter keyboard for PIN entry09:14
ogra_so that the distro handling happens on a package level and doesnt force you to try to keep two constantly diverged branches in sync09:14
ogra_pitti, i think that happens onyl if your pw is non numeric and 4digits long09:14
pittiogra_: that would only work as long as rtm still ships the trunk branch, though?09:14
ogra_pitti, right, with is 80% of our landings09:15
pittiogra_: no, I always use "0000"09:15
ogra_there are a few projects that will target rtm directly09:15
ogra_pitti, weird ... there is another dbus settings for the account stuff09:15
ogra_swipe/passcode/passphrase ... i have to look up how exactly it is called09:16
pittiah indeed, system settings says password, not pin09:16
ogra_right you can set that via dbus09:16
pittiso it seems sometimes it mis-sets the pin as password; I'll try to reproduce that09:17
pittiogra_: what I was actually doing was a fresh reinstall to confirm that we now have an r/w image by default; that's not intended, is it?09:18
pitti/dev/loop0 on / type ext2 (rw,relatime,errors=continue)09:18
pittiwhich component would that be for filing a bug?09:18
ogra_oh no, definitely not !!!09:18
ogra_pitti, initramfs-tools-ubuntu-touch09:18
pittiyeah, I was wondering why my test run instaslled all the autopilot bits with dpkg09:18
pittiogra_: cheers, filing bug09:18
ogra_that seems to be the partitioning changes causing it09:19
pittibug 136112409:21
ubot5bug 1361124 in initramfs-tools-ubuntu-touch (Ubuntu) "Image is now writable by default" [High,New] https://launchpad.net/bugs/136112409:21
ogra_janimo`, ^^^^09:22
pittijanimo`: ah, would you be the appropriate assignee for that?09:25
pittiogra_: sorry for keeping bothering you -- who should I ask for reviewing the phablet-tools MP?09:27
ogra_pitti, i can approve it ... just busy with getting the packaging support into phablet-config too ... i'll make sure your change goes in with the same landing09:28
pittiogra_: ah, ok; danke!09:28
Saviqjibel, trying to reproduce the lock-up you're getting here, obviously can't... but anyway, does it play with both speakers for you? at least the case suggests there's two speakers at the bottom, but I'm only getting sound through the right one (can cover it and it goes almost completely quiet)09:35
jibelSaviq, it plays only from the right one.09:37
Saviqjibel, right, wonder if that's expected...09:37
Saviqjibel, but yeah, no lockup here ;|09:39
jibelSaviq, yeah, it's really difficult to reproduce. I had it twice yesterday but nothing today. asac and victorp also had it several times a day last week.09:40
Saviqjibel, and it's not bug #1295623 for sure?09:40
ubot5bug 1295623 in Unity 8 "Sometimes input breaks and only edges are responsive" [Critical,In progress] https://launchpad.net/bugs/129562309:40
jibelSaviq, yes I'm sure. it's really frozen. For example, in one of the case the greeter stopped in the middle of the screen. In the other case the dash was displayed and I couldn't reveal the launcher or indicators09:41
Saviqjibel, right09:42
jibelSaviq, it's really like when unity8 is crashing, excepted that it is not crashing09:42
Saviqjibel, yeah, sounds like a deadlock somewhere09:43
Saviqjibel, the gdb trace will help a lot next time you see it09:43
jibelSaviq, sure, I'll add this information next time it happens. Thanks for looking.09:46
pittiogra_: I did an initial review of your phablet-config branch; I debug this further why it doesn't work yet09:49
ogra_pitti, hmm, your bug above ... (writable root) is that on a device or emulator ?10:06
ogra_could be that the emulator still mounts it rw10:06
pittiogra_: on mako; it has always been writable on the emulator (which is another bug)10:06
pittiogra_: bug description updated to clarify10:07
ogra_thanks10:07
pittiogra_: do you have a branch to make system-image-cli -i work as user?10:18
pitti(PermissionError: [Errno 13] Permission denied: '/root/.cache/system-image')10:19
pittior does that get wrapped by phablet-config somehow?10:19
pittiah, it apparently tries /var/log/system-image/client.log first, then falls back to the above, but both are root-only10:19
ogra_pitti, http://people.canonical.com/~ogra/ubuntu-touch/adbd-no-root.patch for your x86 build ...10:24
pittiogra_: cheers!10:24
ogra_pitti, system-image-cli can not work as user10:24
ogra_barry would kill me if i changed that10:24
pittiogra_: ok, I'll adjust the test for "is that an ubuntu phone"; thanks10:24
ogra_there is some way around the log issue that the autopilot test for system-settings uses i think10:25
pittiogra_: don't worry, I replaced it with "type unity8"10:25
pittiadt-run can't determine/log the image version then, but *shrug*10:26
ogra_you could just grep it from /etc/system-image/channel.ini10:27
vitimitinik90, could you find anything about my problem? I couldn't fix it yet10:42
nik90vitimiti: no I couldn't. The XmlListModel seems to be defined correctly10:43
nik90so I cant think why it doesnt unless I dive deeper10:43
nik90I am a bit busy atm to do that10:43
vitimitiI see, thanks for trying, anyway10:43
vitimitiI split the pages to make it more readable, though10:44
t1mpare there known issues in image #207 (on mako) that the screen doesn't turn on?10:45
t1mpthe device appears to boot (I can connect to it with adb), but the screen stays black10:45
ogra_the tests in the lab ran fine ... so the devices there must work10:46
ogra_http://ci.ubuntu.com/smokeng/utopic/touch/mako/207:20140825:20140811.1/9930/10:47
ogra_t1mp, do you see the google logo or actually a black screen10:48
t1mpogra_: hold on, I am re-flashing the device. I'll tell you in a few minutes10:49
nik90vitimiti: yup I noticed that10:49
nik90vitimiti: so is the xml listmodel data displayed correctly in HospitalPage0.qml but not the rest?10:50
=== dandrader is now known as dandrader|afk
vitimitinik90, exactly, the name appears no matter how much I change it, but the news, staff and so only appear on the console.log test I put there10:51
nik90vitimiti: may be then the XML ListModel is faulty10:52
ogra_pitti, answered your MP commants for phablet-config ...10:52
nik90vitimiti: how about you create a single page when you show the hospitalName, hospitalNews and see if they are displayed correctly?10:53
nik90s/when/where10:53
pittiogra_: ah, I'm just testing a fix for the sync issue, I'll post it there once confirmed to work10:53
=== tvoss is now known as tvoss|lunch
vitimitinik90, I will try to put all of them where the name is and not display the other pages10:53
ogra_pitti, heh, i meant your comments on my MP :)10:53
pittiogra_: yes, so do I :)10:53
ogra_ah10:54
nik90vitimiti: yeah just see if the xml model even returns the hospitalNews variable10:54
vitimitinik90, yeah, still a blank label10:55
nik90vitimiti: why do you have @ infront of the queries?10:56
vitimitiBecause it's <tag name="stuff" /> instead of <tag>stuff</tag>10:57
vitimitiJust like in the developer's page tutorial10:57
vitimitiThe console.log() does I funny thing I just saw, it adds a lot of empty lines that shouldn't be there10:58
nik90ah yes10:58
nik90why do you define the xml file like it is?10:58
nik90cant you change to <tag>stuff</tag> ?10:58
vitimitiI found it easier to understand for me, but it does the same with <tag>stuff</tag>, I tried it too10:58
vitimitiI will try with all in one page, though10:59
pittiogra_: why do we need the non-dbus call code paths?11:01
pittiogra_: (there's no followup comment from you except the new commit -- was that eaten by LP from some email reply?)11:02
ogra_pitti, yes, until the stable channel is gone/updated11:02
t1mpogra_: after re-flashing the device works again. I'll try to figure out if I broke it or if there is a bug that I can reproduce11:02
pittiogra_: ah, of course; I see11:02
vitimitinik90, now there's something new, apart from being now "undefined" instead of blank, this error appears: Error XPTY0004 in file:///usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene, at line 2, column 54: Required cardinality is zero or one("?"); got cardinality one or more("+"). (three times)11:03
ogra_t1mp, did you have any click packages installed (beyond the preinstalled ones) ?11:03
ogra_t1mp, that can cause a lot of apparmor stuff on boot and might keep you on the google logo for minutes11:04
vitimitinik90, but if I reduce it to just one new, service and staff, it works. Now I have to find a way to make it read several of them11:06
pittiogra_: followup sent; you may vomit now, but at least it works :/11:08
pittiogra_: oh, and yay for LP killing initial space in my patch :)11:09
pittiogra_: I haven't tested the writable part; does calling the SetProperty() thing actually do the remount? (hopefully without reboot)? or does that need a manual reboot afterwards11:11
ogra_pitti, the dbus service just touches /userdata/.writable_image and triggers a reboot ...11:11
pittiogra_: ah; what's the source project for that? I'd like to eliminate the reboot11:12
ogra_pitti, i missed re-adding the adb.wait_for_device() and wait_for_network() bits ... i'll add that now11:12
pitti"mount -o remount,rw /" is quite enough11:12
ogra_no11:12
pittiogra_: ah, thanks11:12
ogra_thats not the allowed/preferred way for devs11:12
pittiwhy not? it's the same result without having to wait for a full boot again11:13
ogra_(i prefer it too btw ... but the file is the "right way" )11:13
pittiogra_: yes, sure -- touch the file, remount rw11:13
pittiogra_: so that on next boot it'll stay r/w11:13
ogra_no. it will handle the writable bits mounting differently iirrc11:13
pittihm, we've use the remount,rw for a fair while (and ignored phablet-config as it's too slow)11:13
ogra_(i would have to check the initrd scripts, but there is a differentce ... also some tools check for that file)11:13
pittiogra_: well, of course it should continue to touch that file11:14
ogra_i dont want to change functionality anyway11:14
ogra_phablet-config writable-image has always needed the reboot ... if you want to remount, fell free :)11:14
pittiogra_: yes, not in that MP 9just something for later)11:14
pittiogra_: well, s/needed/done/11:15
ogra_yeah, we can discuss that11:15
pittiI was just asking which project provides PropertyService11:15
ogra_oh, the dbus part is an ugly shellscript in dbus-property-service11:15
pittiah, https://code.launchpad.net/~phablet-team/dbus-property-service/trunk11:15
pittithanks11:16
ogra_(that initially only *did* set properties ... i need to find a new name at some point)11:16
pittidevice-munging-service :)11:16
ogra_haha11:16
ogra_well, i might also split it after rtm11:16
pittiyeah, not critical, it just occurred to me11:17
vitimitiI lagged too much11:17
ogra_to keep a clean "peroperty-service" backend for android properties11:17
ogra_(which was the initial idea behind that service)11:17
=== dandrader|afk is now known as dandrader
vitimitiSorry about that11:23
nik90vitimiti: np. I will try to use your xmllistmodel to create an app to display the data in a page. But no promises :)11:37
vitimitinik90, ok, thanks again.11:40
t1mpzsombi: if you have a pitch-black screen, but you can connect with adb, then you have the same problem that I just had11:41
janimo`pitti, I'll look at that, since indeed it may be due to recent changes I had been involved with11:41
t1mpzsombi: did you see the google  logo when booting?11:41
t1mpogra_: ^ it seems someone reproduced my issue11:42
zsombit1mp: yes, I did11:42
zsombit1mp: but now the screen is on...11:42
t1mpok, I had to reflash for that11:43
ogra_so it just took long ?11:43
ogra_yeah, thats aa-clickhook running when it finds non default click packages  installed ... can take up to 5min11:43
vitimitinik90, I found a way around: if I want more data, instead of using <news>stuff</news>, I should use <news><news>stuff</news><news>stuff</news>...</news>11:46
vitimitinik90, that using a listmodel and a function y the xmllistmodel to append every new data it finds11:46
vitimitiy=and*11:46
nik90cool11:47
nik90vitimiti: I would go different naming11:47
nik90vitimiti: like the container which holds all the news children could be called <NewsCollection>11:47
nik90so something similar11:48
vitimitiI'll try11:48
nik90otherwise it is a bit confusing imo11:48
* ogra_ curses pep8 ... 11:48
vitimitinik90, yeah, that works too and looks better, perfect11:50
vitimitinik90, I the listmodel isn't even needed, changing from name="" to <name></name> was definitely the solution11:51
nik90vitimiti: atm too many changes that I cannot imagine the code without seeing it :D. But if it works great11:52
=== mibofra_ is now known as mibofra
=== mandel is now known as mandel|lunch
ogra_pitti, did you ddo a fresh flash when you saw the image being writable ?11:56
ogra_or was that an OTA upgrade ...11:56
janimo`pitti, I'll try to reproduce this, for now I dont' see why the initrd change itself would make that writable though. hmm11:56
ogra_also did you use --wipe or --bootstrap11:56
ogra_right, i was just talking with janimo` in the other channel11:57
vitimitiI just pushed it, if you want to see, nik9011:57
ogra_i think if you made the image writable only --wipe or --bootstrap will make it non-writable again (i.e. remove the file)11:57
janimo`ogra_, he says there's no Note that there is no /userdata/.writable_image stamp at all11:58
nik90vitimiti: so much better. nice work12:00
vitimitiYeah, that feels good, after 4 days12:00
vitimitiheh12:00
nik90:D12:01
ogra_GRRR12:08
ogra_why does the jenkins bot not like me today :(12:08
=== renato is now known as Guest9436
ogra_sigh, i dont get that, the indendation is correct ... yet the bot moans12:14
rickspencer3hi all, I would like to file a bug for mtp not quite working. do I log it here? https://bugs.launchpad.net/ubuntu/+source/gvfs/12:16
ogra_rickspencer3, no, against the mtp package12:16
rickspencer3ok12:17
ogra_lol12:19
ogra_so adding a blank line makes the bot not moan anymore ... how silly ... (since i didnt change any indendation for the indendation complains)12:20
* ogra_ wonders why he always runs into the false positives 12:20
rickspencer3sil2100, I was told that you might want to track this bug wrt new (and awesome) stuff in mtp:12:20
rickspencer3https://bugs.launchpad.net/ubuntu/+source/mtp/+bug/136118112:20
ubot5Ubuntu bug 1361181 in mtp (Ubuntu) "dragging files in nautilus onto an SD card does not work" [Undecided,New]12:20
ogra_rickspencer3, assign to cyphermox12:20
rickspencer3ogra_, cyphermox if you guys would like me to do anything to help get some info off the phone, just let me know12:21
ogra_sil2100, ^^ ... seems realted to the mtp-server crashers we see on tests12:21
rickspencer3ogra_, oh, I see, I have _usr_bin_mtp-server.32011.crash12:22
rickspencer3should I have ubuntu-bugged that?12:22
ogra_well, i guess we already have a few of these on errors.u.c12:23
* rickspencer3 nods12:24
jibelrickspencer3, it's likely bug 136056912:25
ubot5bug 1360569 in mtp (Ubuntu) "TOPCRASHER: /usr/bin/mtp-server: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,Confirmed] https://launchpad.net/bugs/136056912:25
jibelit's one of the winner on errors.u.c12:25
rickspencer3nice12:25
rickspencer3:(12:26
rickspencer3when I rebooted the phone, my sd card didn't show up12:26
* rickspencer3 tries again12:26
pittiogra_: no, fresh install (I think I wrote that in the bug)12:34
ogra_yeah, saw that12:34
ogra_sorry12:34
pittiogra_, janimo`: I used the dual-boot installer under android12:34
ogra_oh12:34
pittibut that was r/o before12:35
ogra_you should have written that you use an unsupported method :P12:35
janimo`pitti, hmm maybe ondra knows something about that12:35
pittiogra_: oh, is that unsupported? sorry12:36
ogra_:)12:36
ogra_we never supprted dual booting officially12:36
pittibut it was r/o before12:36
ogra_right12:36
ogra_but it might be the dual-boot bit thats broken here12:36
janimo`pitti, I asked ondra, let's see if he's around12:36
pittiso if it works on a full install, then you can at least downgrade the importance12:36
janimo`guess not, Bank Holiday in the UK12:36
ogra_someone with mako should verify12:36
pittibut it wasn't clear right away that it would only affect dual boot12:37
pittias it's now r/w in both dualboot and the emulator12:37
ogra_yes, but emulator is by design12:37
pittiuh, why's that?12:37
pittiI thought it was a bug12:37
ogra_iirc its a workaround for other issues ... yes its a bug ...12:37
ogra_but its known12:38
nondemI loaded the stable verson instead of dev and it works ok(relatively)12:56
Wellarkboiko_: could you comment on: https://bugs.launchpad.net/ubuntu/+source/share-app/+bug/136067013:07
ubot5Ubuntu bug 1360670 in share-app (Ubuntu) "drop from archive" [Undecided,New]13:07
Wellarkso that I can perform13:07
Wellarkhttps://bugs.launchpad.net/ubuntu/+source/libhud-qt/+bug/136067113:07
ubot5Ubuntu bug 1360671 in libhud-qt (Ubuntu) "drop from archive" [Undecided,New]13:07
plarspitti: I sent mterry an email about the screen unlock needs but haven't heard back. I wonder if someone else from the unity8 team could adjust their unlocker to account for that?13:09
pittiplars: yeah, I hope so; I also discussed that about a month ago, but there was not much response to that either13:09
pittiplars: back then I tried rather hard, but didn't find a way to get rid of this lock screen programatically13:10
=== _salem is now known as salem_
=== tvoss|lunch is now known as tvoss
ogra_plars, well, it is tricky withug ripping a giant security hole13:13
ogra_plars, per security design the lock screen is our major secutity check ... once you are in you can do a ton of stuff you wouldnt be able to normally13:13
pittiogra_: err, no -- if you are in an adb shell, you are "in"13:14
pittiyou have all the data and access to phablet's processes, etc.13:14
pittiyou can even kill unity813:14
ogra_so adding any kind of way to work around the lockscreen should be handed to the security team for review at least13:14
boiko_Wellark: hmm, I don't now anything about share app,13:14
pittiso I don't see anything wrong with adding a d-bus method for it13:14
plarsogra_: I understand, I'm not complaining, just saying that I pinged mterry on it who did the unlock code currently in there. Hopefully someone will have a way to fix it though, because it's also not possible to get automated results without a way to get the screen unlocked13:15
ogra_pitti, well, that shouldnt be possible anymore once the dev mode is fully implemented13:15
pitti(or ssh even, which is what I'm more interested in)13:15
ogra_you will need a pw set to get in13:15
pittiright13:15
pittiand we have that13:15
ogra_and you will need an unlocked screen to get in too13:15
ogra_per design13:15
pittiso if you know the pw and can ssh phablet@localhost, you are in13:15
ogra_this is the final barrier to make sure you are safe13:16
plarswe can absolutely be fine with running the unlocker under sudo though13:16
ogra_if we pierce that i think jdstrand will haunt you at night13:16
pittiogra_: you mean there won't be ssh until you unlock the screen?13:16
ogra_there wont be adb13:16
ogra_and you will need adb to enable ssh13:16
pittithen I guess we need some --testing mode again for that13:16
ogra_well13:16
ogra_once sergiusens has added the --password option to u-d-f you know the password13:17
pittiogra_: yes, but that doesn't help if there's neither adb nor ssh :)13:17
ogra_you need to find the dbus runes to hand that tp the screen unlocking13:17
ogra_*to13:17
pittiand even if you have it, there's no way to unlock through them13:17
pittierk, no13:17
pittiif you can do that, then you can as well do a d-bus call to do that properly13:18
pittimaking it hard is not a security measure13:18
pittiit's just making it a pain to test13:18
ogra_well, talk to the security team13:18
* sergiusens thinks the --password option should die in favor of pitti's 'testing-mode' option13:18
ogra_i dont think such a swithc is currently planned13:18
sergiusensor just create a channel with the device ready for testing13:18
ogra_sergiusens, i surely wont start over with dev-mode now13:18
pittiwell, I don't see anything wrong with having a d-bus call or other programmatic way to unlock the screen *if you are already on the device*13:19
pitti(ssh or adb)13:19
sergiusensthe image is already bastardized enough to consider it not in the original state13:19
ogra_this was all agreed on in malta13:19
sergiusensogra_: you should know I never agree to anything :-P13:19
ogra_haha13:19
pittiplars: ok, that's going to be fun :)13:19
ogra_well, in fact it was even agreed earlier in a vUDS session13:19
ogra_and i know you were there :P13:20
pittibut as soon as that lands, the entire dashboard will be red, so that'll be quite a blocker for promoting an image13:20
asacso how will infra be able to unlock?13:20
asacwill adb ask for a pass/pin?13:20
ogra_asac, thats the question13:20
pittienabling ssh with --developer-mode and requiring the --password doesn't seem unreasonable to me13:20
asacwhat are the options discussed?13:20
ogra_asac, no, adb cant ask for a pw13:20
pittissh does, though13:21
asacwill ssh go through adb?13:21
ogra_ssh cant be enabled without adb13:21
asacwe dont want to go through flaky wifi in lab anymore13:21
asacreally!!13:21
ogra_or without a password set13:21
pittiasac: ok, good point13:21
asacits not your home ... its a rack and a cage with many phones stacked above each other13:21
ogra_adb blocks everything if there is no pw13:21
asacso whatever we do it should be going through a cable :)13:21
pittiogra_: I thought we settled the pw already13:21
ogra_yeah13:21
ogra_pitti, right13:22
pittithat can be set during flashing with --password or --pin or so?13:22
pittiand all that works now13:22
pittiit's just the lock screen which is in the way13:22
ogra_pitti, but we didnt settle the "needs to be unlocked" case13:22
ogra_this only comes after my dev mode landed13:22
asaccant adb go into a honeypot sandbox where you can unjail through "escape PASSWORD" ?13:22
ogra_which is still blocked on --password13:22
asachehe13:22
ogra_(and package installs that i still need to finish)13:23
asacwell. /me waits for the options discussed13:23
boiko_Wellark: maybe it would be better if bfiller or someone who knows about share-app commented on that?13:23
pittiogra_: ah, you're working on adding "sudo" (with SSH_ASKPASS, etc.) to the add-apt-repository/apt-get calls? yeah, argh :/13:24
ogra_asac, the giant  prob with dev mode is that even though we asked for it nobody seems to actually use pahblet-tools ... so a lot might/will break13:24
ogra_pitti, no13:24
ogra_pitti, that was rejected by security :) ... rightly so13:24
pittihm, I do use phablet-tools for autopkgtest13:24
ogra_pitti, but phablet-test-run doesnt13:25
ogra_and you use phablet-test-run :)13:25
pittiogra_: no, I don't use phablet-test-run13:25
ogra_oh, i thought you did13:25
pittithat's the thing I like to get rid of13:25
pittiI use phablet-config for disabling wizard, enabling the autopilot probe, etc.13:25
pitti(and soon saving/restoring network, in my branch)13:25
pittiit's still broken now, as adb doesn't run after a reset13:26
ogra_pitti, so for the package bit i thought to simply add a function to dbus-property-service that can enable silos ... hardcoded so you can onyl supply a silo name13:26
pittibut at least the non-reset paths work again13:26
pittiheh -- hacks'r'us13:26
ogra_and then indeed a function that aloows you to install packages from either archive or silo13:26
pittiquite frankly, calling sudo seems much simpler and safer, though13:26
ogra_that at least limits it to official archive13:26
pittidevelopers will have to do that anyway for testing their local packages or PPAs13:26
pittiand sudo isn't going anywhere13:27
ogra_they will have to use silos or manually use sudo13:27
ogra_this is for automation ... i dont want sudo involved in that if possible13:27
pittiwell, for testing local packages they won't need any of this, so it's probably moot13:27
ogra_at home you use sudo all the time anyway13:27
pittibut it seems weird why you should spend the time on this hack, when phablet-test-run (or whatever) coudl just run sudo13:27
ogra_pitti, convince mdeslaur and jdstrand13:28
pittiit's not like the PIN numbers in the CI devices would be a secret or so13:28
ogra_no, but anyone being able to use it is the issue13:28
pittijdstrand: what's wrong with calling "sudo" to add-apt-repository/apt-get in phablet-tools?13:28
ogra_its not like you cant use phablet scripts at home13:28
pittisure, you are meant to use them13:28
ogra_pitti, that we need to open sudo for that somehow is the issue13:29
pittibut like that you introduce two different methods for doing things13:29
pittiwe already have sudo13:29
pitti(if you have a pwd/pin)13:29
ogra_but not open13:29
pittiwell, I'm nto talking passwordless here13:29
ogra_today you can use it without any pw13:29
pittijust the good old sudo which asks you for password13:29
pittiogra_: ah well, I mean in the "new" world with pin/pwd only13:29
ogra_and you cant ask programmatically for a pw13:29
pittisure you can13:29
ogra_since adb messes up the tty handling13:30
ogra_try it :P13:30
pitti--password, pass it through SUDO_ASKPASS13:30
ogra_yes, that would work13:30
pitti(we already discussed that on the ML)13:30
ogra_but that measn to store the pw locally on the PC13:30
ogra_the prob is that you cant do anything like: "adb sudo foo"13:30
ogra_that wont accept your input13:30
pittiit's going to look a tad more complicated, but in principle you can13:31
ogra_so if we wnat to use that tool automatically as well as interactively this wont work13:31
ogra_and this woould be a regression to todays functionality13:31
pittiprovide a --password option, and if it's not given, make it interactive (through sudo)13:31
* ogra_ wishes adb would just be saner13:31
pittior ask beforehand with a read command and stuff it into SUDO_ASKPASS then13:32
ogra_yeah, that would probably work13:32
ogra_shielding the interacive bits ...13:33
pittiright, we can't use sudo's own interactivity13:33
pittiotherwise you'd run into eternally hanging scripts13:33
pittiand -S is ugly and limited, but SSH_ASKPASS works quite well13:34
pittiit'll either fail immediately (if wrong or not given password), or just work13:34
jgdxkenvandine, hey, can you try out these debs[1] on your dual sim device? [1] http://jenkins.qa.ubuntu.com/job/generic-mediumtests-builder-utopic-armhf/5220/artifact/work/output/*zip*/output.zip13:34
jgdxkenvandine, fixes what we saw before the weekend.13:34
kenvandinejgdx, cool, will do13:35
tsdgeospitti: maybe you can also review https://code.launchpad.net/~aacid/dialer-app/update_pot/+merge/231559 ?13:37
pittitsdgeos: done, thanks!13:39
pittiand FWIW, our i18n infrastructure leaves somethign to be desired :(13:40
tsdgeosof course it does :D13:40
boiko_pitti: tsdgeos: regarding pot file updating, I waxs just discussing with salem_ about that13:41
boiko_pitti: tsdgeos: we have added CMake rules to update the pot file automatically when running 'make', but the problem is: we hardly land MPs individually, and having the pot file updated in multiple branches always cause conflicts13:42
pittiboiko_: yeah, I think this should be done at the time when merging branches, not in MPs13:43
pittipeople will never remember to update the pot every time (and shouldn't need to)13:43
pittifor Ubuntu packages we update the pot during package build, which then gets fed to LP13:43
pittidue to how we set up the train and branches that won't work here, but the equivalent would be to run something "make update-pot" like at the time of merging branches into trunk13:44
pittias for those projects, the POT references is in the trunk, not in the source package that gets uploaded13:44
boiko_pitti: that makes sense, and would actually be the best solution indeed13:45
pittithat of course reuqires that there's only very few standard ways to update it (which doesn't need a gazillion dependencies or configuring, etc.)13:45
boiko_yep13:45
boiko_tsdgeos: are you going to take care of landing that pot update for dialer?13:46
tsdgeosboiko_: no, i need people to land stuff13:47
tsdgeosi am not a lander13:47
tsdgeosboiko_: need dialer-app and messaging-app landed13:47
boiko_tsdgeos: so, as for dialer, I have submitted a branch that already updates the pot file: https://code.launchpad.net/~boiko/dialer-app/history_all_missed/+merge/23207713:48
boiko_tsdgeos: as I changed some strings in there13:48
tsdgeosboiko_: it'd been cool if you guys looked at my branch when i opened it one week ago13:49
tsdgeosbut sure, feel free to cancel it13:49
tsdgeosand land yours13:49
tsdgeosi just want the thing to be translatable13:49
boiko_tsdgeos: yeah, I know, sorry about that, we have been in a hurry to finish our own stuff and ended up not flushing the pile of MRs we already have13:50
boiko_tsdgeos: I still have a couple MRs from elopio I promised to review last week but didn't get to them yet :/13:51
tsdgeosyeah, we're all in a hurry13:51
pittiboiko_: did that by any chance include fixing the "+ Create New" string?13:51
boiko_pitti: the create new string comes from the address-book-app qml plugin13:52
boiko_pitti: so maybe we need to tweak the domains used from there?13:52
pittiboiko_: I particularly meant the "+ " in front of it (there's also no translator comment what that should be -- if it's always going to be + it shoudln't be transaltable13:54
=== mandel|lunch is now known as mandel
pittiboiko_: I don't know QML, but hopefully ther's the equivalent of dgettext()? perhaps something like i18n.tr("foo", domain="otherproject") ?13:54
=== Guest9436 is now known as renatu
boiko_renatu: ^13:55
boiko_renatu: read about the "+ Create New" string above13:55
renatupitti, I added a translator comment for that13:58
renatulet me check if it was released already13:58
pittirenatu: ah, thanks; is that + supposed to be translated?13:58
renatupitti, no13:59
renatupitti, I do not know13:59
renatuhow do you want translate that?13:59
pittiwell, I don't know what it is :)13:59
pittiit just looks like a buggy string to me14:00
pittiif that's kind of an UI element, it shouldn't be part of the translatable string14:00
pittilike "+ " + i18n.tr("Create New")14:00
pittior perhaps in other languages you'd just skip it and say "Add new"14:01
renatu                // TRANSLATORS: this refers to creating a new contact14:02
renatu                text: i18n.tr("+ Create New")14:02
pittiso supposedly it should be taken out?14:02
pitti(I'm just guessing)14:03
renatupitti, this was a designer decision, I am not sure how we should handle that in the other languages14:03
renatu:D14:03
renatumaybe we should kee the "+" always, but I do not know how the Chinese language works14:04
pittisome translator will screw that up, especially as there's no explanation what the + is14:06
pittiso perhaps the comment could be extened to explain that?14:06
dobeyyes, the comment needs to explain that14:11
dobeydoing "+" + i18n.tr() is bad, because it means placement of "+" might be wrong in some langauges14:12
dobeyalthough, i'd just say that having it in the string at all is wrong14:12
pittidobey: if it's a poor man's UI design element, it would always be there14:13
dobeywe're switching to ncurses for the UI instead of qml/qt? :)14:13
pittibut a comment like "always keep that plus at the left" doesn't make sense -- just don't make it translatable then14:13
pittior say "this might be dropped or moved around consistently with <that other string>" in the comment14:14
dobeypitti: "Don't translate the '+' but only change its position if needed."14:14
pittidobey: yeah, whatever; I honestly don't know what the + means, I just saw it in the pot and (with my German translator hat on) wondered what it is14:14
dobeyie, the same thing we have to do for string formatting things14:14
dobeypitti: yeah i have no idea either. it makes no sense to me14:15
pittiand I've seen enough msgids which were actually buggy (people split them in the middle of the sentence etc), so I wondered if that was actually intended14:15
dobeyi see a "+" in the bottom edge "tab" in contacts14:16
dobeyi guess this is the string for that?14:16
dobeyi'd wonder why it wouldn't just say "New" though, instead of trying to be clever14:17
=== boiko_ is now known as boiko
=== balloons_ is now known as balloons
=== alecu_ is now known as alecu
=== LarrySteeze|Away is now known as LarrySteeze
=== zoktar_ is now known as zoktar
=== psivaa_ is now known as psivaa
kenvandinejgdx, ok... i'm not getting cellular data on the second sim (using your debs)14:34
kenvandine2014-08-25 10:33:00,493 - WARNING - file:///usr/share/ubuntu/settings/system/qml-plugins/cellular/Components/CellularMultiSim.qml:59: ReferenceError: sim2 is not defined14:34
kenvandinejgdx, cell data is turned off... and turning it on produces that14:34
cyphermoxrickspencer3_: you broke SD card file dragging? :)14:36
rickspencer3_cyphermox, yeah, at your service :)14:37
=== rickspencer3_ is now known as rickspencer3
cyphermoxalrighty14:37
rickspencer3just going my job :)14:37
kenvandinejgdx, which i guess is just cruft, and should be sims[1] ?14:37
cyphermoxrickspencer3: it's good; so you manually installed packages from a silo?14:38
rickspencer3cyphermox, no14:39
kenvandinejgdx, so changing the references to sim1 and sim2 fixes the error and the control seems to work14:39
rickspencer3cyphermox, it just showed up when I re-installed with the new partitions this morning14:39
rickspencer3where "it" == the sd card icon under Krillin in nautilus14:40
cyphermoxrickspencer3: ah14:40
pittiogra_: sorry, krillin rules are already in /lib/udev/rules.d/69-libmtp.rules in utopic, I just didn't see them14:40
cyphermoxrickspencer3: it's still in rtm silo 214:40
ogra_pitti, right14:40
ogra_pitti, we need them in trusty and precise though14:40
cyphermoxrickspencer3: could you get me the version number of mtp-server then?  dpkg -l mtp-server | cat | pastebinit14:40
jgdxkenvandine, which branch?14:40
rickspencer3cyphermox, sure14:40
cyphermoxerr, when piping to pastebinit you don't actually need the cat there ;D14:40
kenvandinejgdx, the debs you sent me this morning14:41
ogra_rickspencer3, you switched to rtm inbetween, no ?14:41
rickspencer3ogra_, no14:41
ogra_ah, k14:41
cyphermoxogra_: regardless, silos don't appear magically :)14:41
kenvandinejgdx, don't have the link handy anymore :)14:41
ogra_(just because the new mtp changes didnt enter that)14:41
jgdxkenvandine, right, so the second sim is limited to 2g. Might cause issues when you try to set it to anything else. See https://code.launchpad.net/~jonas-drange/ubuntu-system-settings/adapt-to-modemtechnologies/+merge/231646 :)14:41
rickspencer3cyphermox, http://pastebin.ubuntu.com/8141253/14:42
jgdxkenvandine, haven't seen that particular warning before. Fixing!14:42
kenvandinejgdx, yeah...  it's set to 2g but the indicator isn't showing it's connected14:42
kenvandinejgdx, but clearly the ref to sim1 and sim2 are wrong :)14:42
jgdxkenvandine, yep14:43
cyphermoxoh14:43
cyphermoxrickspencer3: turns out you actually need cat after all14:43
rickspencer3ok14:43
kenvandinejgdx, oh... the branch you just linked has this fix :)14:43
cyphermoxthe version number gets truncated otherwise :(14:43
jgdxkenvandine, what does list-modems say about connman.powered and radiosettings.technologypreference?14:43
jgdxkenvandine, :))14:43
kenvandinepowered 114:44
kenvandineand tech pref = gsm14:44
jgdxhm, I've been seeing the exact same thing, but that was on the farm14:44
jgdxassumed bad coverage14:44
kenvandinejgdx, good news is call waiting and call forwarding works :)14:47
jgdxkenvandine, that is good news. I spent a large part of my Sunday figuring that out14:48
kenvandinejgdx, so what's the eta on that WIP progress branch with the sim1 and sim2 fix?14:50
kenvandinemaybe that has other fixes we need :)14:50
jgdxkenvandine, I fixed it for the callfwd branch too14:56
jgdxr88814:56
jgdxso I think we're good to put that in a silo14:56
jgdxthe modemtechnologies branch is done14:57
jgdxmaybe they can go in a silo together14:57
kenvandinejgdx, ok15:06
kenvandinejgdx, i'm going to hold off on modemtechnologies and get the call fwd/waiting branch landed15:18
kenvandineto get the sim1/sim2 bug fixed, which is in the current image15:19
jgdxkenvandine, cool15:20
jgdxthanks15:20
kenvandinethanks for the fix :)15:21
=== dandrader is now known as dandrader|lunch
jgdxkenvandine, thank you! I have a test for this, but it's obiously not good enough.15:22
kenvandinenow if i can just figure out why it isn't getting data15:22
kenvandinemust be at the ofono level15:23
kenvandinejgdx, oh... how does it know which sim to use for data?15:25
jgdxkenvandine, the online state (connman.powered) persists15:25
Wellarkbfiller: could you state here that share-app is indeed abandoned and it's OK to remove from archive:15:26
Wellarkhttps://bugs.launchpad.net/ubuntu/+source/share-app/+bug/136067015:26
ubot5`Ubuntu bug 1360670 in share-app (Ubuntu) "drop from archive" [Undecided,New]15:26
=== saidinesh is now known as saidinesh5
bfillerWellark: yes it's abandones15:26
kenvandinejgdx, so powered and attached?15:26
bfilleryou can drop it15:26
kenvandinejgdx, if so... it all looks right15:27
jgdxkenvandine, yeah, I'm not sure who deals with attached, but uss control connMan.powered15:27
kenvandineok, the right one is powered... but i have no network :/15:27
jgdxapn issue?15:28
jgdxor does it work in the other slot?15:29
kenvandinei didn't change slots15:29
kenvandine /ril_1     gsm               connecting (prepare)15:30
Wellarkbfiller: please state that in the bug, thanks!15:33
bfillerWellark: done15:34
Wellarkbfiller: thanks!15:38
jgdxkenvandine, what produced that output?15:41
kenvandinenmcli d15:41
kenvandineit seems to connect if i switch slots15:41
* jgdx bbiab15:43
=== _morphis is now known as morphis
seb128kenvandine, jgdx, hey, do you have any idea why some of the sim autopilots started to have issues on CI runs?15:46
kenvandinecould have been because of the bad reference to sim2 in one of the multisim  files15:46
kenvandinewhich i have a fix for in a silo15:46
kenvandinebut that bug had made it through CI :(15:47
kenvandinejgdx, grrr... well after switching slots nmcli showed it as connected until i turned off wifi...15:48
kenvandinethen wifi and gsm went to disconnected15:48
=== gatox is now known as gatox_lunch
seb128kenvandine, k, so you have a fix pending?15:56
kenvandineif that's the problem :)15:57
kenvandinecan you point me at a failure?15:57
seb128kenvandine, btw, the update panel layout-using-column should be go to do, gatox +1ed it as well15:57
seb128kenvandine, https://jenkins.qa.ubuntu.com/job/autopilot-testrunner-otto-utopic/2507/testReport/junit/ubuntu_system_settings.tests.test_cellular/DualSimCellularTestCase/test_changing_sim1_name/15:57
seb128"should be good to go"15:58
seb128if you want to add it to the next landing15:58
seb128(Diego is going to do more work on the panel, so would be nice to have that first changeset landing to avoid rebases)15:59
kenvandine2014-08-25 14:48:19,050 - WARNING - file:///usr/share/ubuntu/settings/system/qml-plugins/cellular/Components/CellularMultiSim.qml:50: ReferenceError: sim1 is not defined15:59
kenvandinethat is probably the same bug15:59
* kenvandine wonders how we got a CI pass on this...15:59
seb128kenvandine, you are sure we did? or did you just land things with red CI? ;-)16:00
kenvandineunless i was confused and CI passed on a different rev16:00
kenvandineanyway, that fix is building in silo 8 now16:01
kenvandinei want to get that landed quickly16:01
pmcgowanWellark, hows it coming along?16:01
kenvandineseb128, i'll will look at add your's to another landing16:01
kenvandinejgdx, maybe i need to go for a walk and see if my device can connect... perhaps it is just a weak signal16:02
seb128kenvandine, thanks16:02
kenvandinei really want more confidence that settings isn't introducing this problem :)16:03
* kenvandine goes to move around outside to see if things improve... bbiab16:03
Wellarkpmcgowan: I got myself really good redwine for this evening16:14
=== dandrader|lunch is now known as dandrader
nondem I've been trying to give myself time to learn the GUI for Touch but it is aggravating...I used to select system settings to get to the setting pages - but now it just brings up the right slide-out that use to have them but it just says UPDATE w/a blank area and a BACK icon that does nothing.16:54
nondemrebooting got it back but that isn't acceptable16:54
=== Ursinha is now known as Ursinha-afk
ogra_sounds like you are testing on manta ...16:56
ogra_... which has been left behind quite a bit16:56
ogra_all focus is on getrting the phones ready atm16:56
=== ubot5` is now known as ubot5
nondemYea...it is a Nexus 1016:59
ogra_right, that might have issue16:59
ogra_*issues16:59
nondembummer...time to find another way to run linux on my Manta16:59
nondemInteresting you knew it was manta :)17:00
ogra_mvo, yo17:04
ogra_nondem, the only arch we have using a side stage atm17:04
mvohi ogra_17:04
ogra_nondem, which is most likely also what causes your issues17:04
ogra_mvo, soo ... we will have to roll back your click upload ... unless you have a bright idea how to allow people to still install clicks from cmdline with pkcon17:05
ogra_mvo, it breaks the SDK otherwise17:05
ogra_(or already broke it)17:05
mvoogra_: let me look into this, I saw the mail. I think pkcon has a --allow-unauthenticated like mechanism as well17:05
mvoogra_: we can't run click direct with --allow-unauthenticated?17:05
ogra_we ask people to use pkcon and all tools do too17:06
ogra_click directly wont work as phablet user17:06
ogra_and we are working on dropping root access17:06
mvoogra_: so can we make the tools pass additional options?17:09
ogra_i guess so17:09
ogra_bzoltan, ^^^^17:09
ogra_i think jdstrand was alos affected with his tests17:09
bzoltanmvo: hello there17:09
mvohello bzoltan17:09
jdstrandI was17:09
jdstrandmvo: (click requires sudo whereas pkconf does not due to policykit perms)17:10
jdstrandpkcon*17:10
bzoltanmvo https://bugs.launchpad.net/ubuntu/+source/phablet-tools/+bug/136058217:12
ubot5Ubuntu bug 1360582 in phablet-tools (Ubuntu) "Can't manually install clicks "Signature verification error" since #205" [Undecided,Confirmed]17:12
mvook, let me look into the pkcon again to see if there is a option to override17:12
mvobzoltan: yeah, I saw it this monrning17:12
mvoso if we could run pkcon --allow-unauthenticated or similar it would work17:13
mvo?17:13
mvoI mean, is that a acceptable change?17:13
bzoltanmvo:  if that would work as phablet user17:15
=== gatox_lunch is now known as gatox
bzoltanmvo:  that is what we do http://bazaar.launchpad.net/~ubuntu-sdk-team/qtcreator-plugin-ubuntu/trunk/view/head:/share/qtcreator/ubuntu/scripts/qtc_device_applaunch.py#L20017:18
mvobzoltan: ok, let me look into this. may jdstrand can comment too, but it seems risky to allow this by default. pardon my ignorance here, but what is the planed workflow for putting a device into developer mode? could we simply check if the device is in developer mode and only then allow --allow-unauthenticaed?17:19
ogra_mvo, jdstrand cant polkit tell apart iof we are on console or UI ?17:20
bzoltanmvo:  that would be fine with the SDK17:20
ogra_if you only allow it for console that should work17:20
bzoltanmvo:  anything works for the SDK what does not need much user interaction and scriptable for the phablet user17:21
mvobzoltan: right, the trouble here is (of course) that if the sdk can bypass the signature checking, how do we prevent attackers to just do the same?17:23
jdstrandsorry, was in a meeting17:32
mvojdstrand, bzoltan: is there anything that runs as root when the sdk is used or when the device is put into developer mode? I think we need something that can set a flag/option to allow unauthenticated clicks. we can't just allow phablet to install unauthenticated package or we can remove the change again as we do not add security if we do17:32
ogra_mvo, root support will be completely gone soon17:33
ogra_you can use sudo programmatically with some hacks but thats rather painful and ugly17:33
ogra_(though we might have to fall back to that for package install in phablet-tools too)17:34
jdstrandmvo: we want to support sideloading. according to the spec, it is not tied to developer mode. we don't want to allow unauthenticated packages by default or toggle that via the gui17:36
jdstrandmvo: we want the gui to fail on unauthenticated packages17:37
jdstrandmvo: which leaves the cli17:37
jdstrandthe cli is protected by either adb cert checks or terminal password prompting17:37
jdstrandso adding a cli option is ok17:38
mvojdstrand: ok, so a flag/environment it is then, let me look at this17:38
jdstrandthe spec says: "Packages manually installed through the command line tool without a debsigs 'origin' signature type should present an appropriate warning and ask the user for confirmation. "17:38
jdstrandthat seems fine ^, and I think it is fine to make that automatable17:38
jdstrandmvo: thanks!17:39
mvothank you17:39
jdstrandmvo: and to be thorough-- if the package *has* the signature and it fails, it should fail17:39
jdstrandthat is different than unsigned (of course)17:40
mvothat is the case right now, it only overrides missing sigs, not wrong ones17:40
jdstrandwe all know that, I just wanted to be explicit :)17:40
mvo:)17:40
jdstrandcool :)17:40
=== salem_` is now known as _salem
=== _salem is now known as salem_
mihirnik90: popey http://imgur.com/d3QA3v217:59
mihirnik90: it is now in page does, design looks okay ?17:59
mihirballoons: ^^17:59
balloonsmihir, you split it out.. that's an improvement18:00
mihirballoons: yup , it was too cumbersome in new event18:00
mihirballoons: popey nik90 any other suggestion ?18:00
nik90mihir: much better18:07
nik90mihir: although I feel that the recurrence textfield can be replaced by a slider18:08
nik90mihir: since a user will nto go beyond 20 occurences max18:08
mihirnik90: i am studying that compononat18:08
=== Ursinha-afk is now known as Ursinha
nhainesmihir: "After X Occurrence" should probably be "After a number of occurrences" or "After x occurrences"18:13
mihirnhaines: i believe that won't feet into screen18:13
mihirnhaines: that's why we kept as X18:13
nhainesmihir: fair enough.  "Occurrences" should be plural at least.18:13
nhaines(In English, leastwise.)18:14
mihirnhaines: yup agreed, will make that change ,thanks for your input18:14
nhaines+118:14
=== robru is now known as robru_breakfast
=== slangase` is now known as slangasek
jgdxseb128, right, weird how that got through18:44
jgdxkenvandine, walking helped?18:44
bzoltanmvo:  All I need is a capability to install and remove application under development from the QtCreator.18:51
bzoltanmvo:  I do not know much about the policy or the security strategy. All I know is that the SDK is broken with the Ubuntu images from #20518:53
bzoltanmvo:  so I need either a way to sign a package or a way to install unsigned packages as phablet user. The sudo is not an option as it can not be scripted.18:54
bzoltanmvo: The SDK is not running anything as root as ogra_ said.18:58
bzoltanjdstrand:  mvo: please note that the SDK tools can not interact with background scripts easily ... and even if it would be possible a confirmation dialog at each app running would be rather annoying.19:00
ogra_bzoltan, i'll roll back click for 206 ... then you guys have time to figure it out19:01
bzoltanogra_: thank you19:02
bzoltanjdstrand:  mvo: I would vote on a policy that if the developer mode is enabled then the developer is free to install whatever apps. If that is not possible, than the SDK should be able to sign the packages and the device should accept signed packages from a certified SDK.19:03
jdstrandbzoltan: the solution mvo is working on is adding an option to pkcon to allow it to install unsigned packages19:09
jdstrandbzoltan: you'll have to change the script for the extra arg/add an envvar, but otherwise it will work the same19:12
jgdxafter #189, how do you enable ssh on your device? the dbus call fails for me19:18
kenvandinehttps://code.launchpad.net/~ken-vandine/ubuntu-system-settings/lp1361297/+merge/23212419:18
kenvandinejgdx, ^^  mind a quick ack on that one liner?19:19
ogra_jgdx, adb shell android-gadget-service enable ssh19:19
jgdxkenvandine, sure19:19
ogra_or simply use phablet-shell once19:19
popeyhttps://wiki.ubuntu.com/Touch/ReleaseNotes#Accessing_the_device_over_SSH is probably going to need updating isn't it?19:19
ogra_(that will be changed soon though)19:19
jgdxright, tried phablet-shell, but I guess there's something wrong somewhere else19:20
jgdxthanks ogra_19:20
ogra_popey, once developer mode is done i'll go over the docs19:20
=== salem_ is now known as _salem
popeykk19:24
cwayne1so how do we properly sign a click so it can be installed in 207?19:24
ogra_cwayne1, by sending it to the store ?19:25
* ogra_ guesses thats the only plACE THE SECRET KEY IS AVAILABLE 19:25
ogra_OOPS19:26
cwayne1ogra_: what about for testing before we do that19:26
ogra_sorry19:26
ogra_you install it unsigned19:26
cwayne1oh is that an option to pkcon now?19:26
ogra_not yet ... but see backlog19:26
ogra_cwayne1, "<jdstrand> bzoltan: the solution mvo is working on is adding an option to pkcon to allow it to install unsigned packages"19:27
cwayne1ah ok, sorry19:27
jdstrandyeah, no developer signatures yet19:32
=== kido` is now known as kido
cwayne1mardy: ping19:41
=== _salem is now known as salem_
=== Ursinha is now known as Ursinha-afk
=== renato is now known as Guest55515
bzoltanjdstrand:  adding extra arg is not a problem. Thank you.19:55
jdstrandcool20:02
mihir_nik90: ping !!20:03
mihir_balloons: ping20:03
balloonsmihir_, pong20:05
mihir_balloons: we need to make most of the changes into emulator if we try to finish this new design before RTM ?20:06
mihir_popey: if we can finish this up , is it possible to push this in RTM ?20:07
balloonsmihir_, I'm not sure of the question, but of you can get everything work SOON, it should be possible20:10
mihir_balloons: okay.20:10
=== robru_breakfast is now known as robru
matv1forgive my ignorence but zeitgeist being unreachable should not be enough of a reason for a system crash?20:24
nhainesDoes the phone have zeitgeist running?20:25
matv1i assume so because a log is complaining about it after a crash20:26
jgdxkenvandine, does your second slot even implement the radiosettings interface?20:27
matv1nhaines it says Critical: zeitgeist not responing and then watchdog kicking in20:27
Cimikenvandine, I was trying bacon2d, but I cannot compile... complains missing box2dbody.h20:27
Cimihi first of all :D20:27
Cimiwhich package I need?20:27
kenvandineCimi, hey!20:27
kenvandineCimi, you need to init the submodule20:28
kenvandinelook at the README20:28
kenvandineit has the command20:28
matv1nhaines i am trying to figure out wether these are causes of the crash or effects20:28
kenvandinejgdx, yes, the 2nd does have radiosettings20:28
Cimikenvandine, right, thx!20:29
kenvandineCimi, np!20:29
jgdxahayzen, it's my sim that doesn't offer it.20:31
mike432hello on wendnesday is feature freeze, I want to request and ask, if there is an manual updater for the OS is in the touch version, so it is updating with one click and no a flash process needs to be done20:32
=== Ursinha-afk is now known as Ursinha
nhainesmike432: that's been around since... as long as I can remember.20:33
nhainesUnless you're asking if there's a way to upgrade the system without rebooting, in which case, no.20:33
mike432sailfish has an update function, the current ubuntu touch too ? I dont see it20:34
mike432but maybe when 14.10 is out my nexus 7 tablet shows the command20:34
mike432further: some apps cannot be installed. why? even not updated on nexus 720:34
mike432does anyone know why? some app cannot be updated, process error dbus20:38
matv1matv1 is terminal app crashing consistently (even after reboots) a known bug atm ? (channel devel latest image)20:45
nhainesmike432: under System Settings you'll see Updates.20:46
mike432yes but only the apps, not the drivers and OS itself20:47
nhainesNot true.20:47
mike432so you want to tell me, that, when 14.10 is out, i can load it on that page?20:47
nhainesWhat revision are you running?20:47
mike432battery is empty, i gues rev 33320:48
nhainesI don't think there's any way to upgrade from trusty.  uptopic is currently on r203 in the devel channel, r207 in devel-proposed.20:50
mike432so i need to flash the nexus again new to update ?20:50
nhainesI suspect it will either show an update to utopic when there is one, or it will never be updated again.20:50
mike432and then with 14.10 i have a button  like in sailfish ?20:50
nhainesI don't know anything about sailfish.20:51
mike432there is a button, checks if there is a new update, then it downloads it, reboots and installs.20:51
nhainesYour phone already has a button.  But it will only show available updates and there are none.20:51
mike432so a button is doing the flash process20:51
nhainesYes.20:51
mike432i have it on nexus 7 tablet20:51
mike432ok so i can load 14.10 from that button as well, lets hope20:52
nhainesThat doesn't matter.20:52
nhainesWhat matters is what's actually installed.  If you installed from the stable channel, the last update was in April.20:52
mike432but there are 20 apps which do not update, there is a process error shown, even when I uninstall, the install process does not work20:52
nhainesThe apps probably no longer support trusty20:53
mike432ok, the point is I want to give the tablet away as a gift, and then these people need to be able to updated on their own by the button, and not by flashing the device over commandline20:54
nhainesOkay, then you shouldn't do that until after 14.10 comes out.20:56
mike432that is mid of october, right`?20:57
nhainesOnce there's a public release and not a developer release, that's the time to give out Ubuntu as a present to non-technical users.  :)20:57
nhainesYup.20:57
mike432but the 14.10 develope rrelease would update too ?20:57
nhainesTo 15.04 where things are breaky, yes.20:58
nhainesThe phones are getting a 14.09 type of release, anyway.  So... I'd wait.20:59
nhaines(But if you want to play with it so you can give support to the recipient, installing utopic isn't a bad idea.)20:59
nhainesIt's very different, and very polished.  But I think there are still some changes to drop in the next week.  :)21:00
mike432ok i have 14.04 r30321:02
popeymike432: ye olde21:02
nhainesYup, that's the latest version.21:02
popeymike432: update to 14.04 and you'll have an update mechanism for apps and the system21:02
nhainespopey: he's using 14.04.21:02
mike432yes21:03
popeyi know21:03
popeyoh, typo21:03
popey14.1021:03
mike432so 14.04 has not the update button for the OS ?21:03
nhainesmike432: there's nothing to update to.21:03
popeymike432: 14.04 is so long ago most of us have long forgotten what it did/didn't have21:03
mike432where is the developer image for 14.10 ? i would like to do it now, ok so.. no update21:03
nhainesThe last stable release is 14.04.21:03
popeymike432: what host OS are you using?21:04
mike432where to see ?21:04
popeyno, what OS are you using on your PC21:04
popeymike432: fyi this is what the update process looks like http://popey.mooo.com/screenshots/device-2014-08-25-220423.png http://popey.mooo.com/screenshots/device-2014-08-25-220437.png21:04
mike432dunno, its off, I guess i installed as well a fresh image so 14.0421:05
popeymike432: oh, which nexus 7 is it? 2012 or 2013?21:05
mike432201321:05
popeyok21:05
mike432thanks for the screens, yes. e.g. the gallery, this is not updating, there is an error process21:06
popeyso i would recommend you plug the device into a pc running ubuntu and use the ubuntu-device-flash tool to update it21:06
mike432even i can uninstall it and then the download does not install21:06
mike432not the update21:06
mike432update to which version ?21:06
popeydo you have an ubuntu pc handy?21:06
mike432handy means not mobile but nearby? yes there is one, but offline now, will try then tomorrow21:07
popeyok21:07
mike432ok thanks will try to update the tablet then21:07
popeyI'd do a wipe and clean install21:07
mike432mhh i think i used this help: http://smartphoneinside.wordpress.com/2014/03/14/ubuntu-touch-auf-nexus-gerate-flashen/21:08
mike432so I can run it again ?21:08
popeyhttps://wiki.ubuntu.com/Touch/Install21:08
popeyi would recommend you use ubuntu-device-flash --channel=devel --wipe21:09
nhainespopey: he's trying to install Ubuntu 14.10-based apps on his 14.04 device because that's what the appstore gives him.21:09
popeywhich will wipe the device21:09
popeyyes, i know21:09
popeymike432: so you'll lose all your data on the device if you do the above, is that okay?21:09
mike432yes21:09
popeyok21:09
mike432ok thanks will try21:10
popeymike432: feel free to drop by here again tomorrow if you get any issues21:10
matv1so terminal app failing to start anyone :) ? might it have to do with recent security enhancements like setting a password and the developer mode setting.. ?21:11
mike432did anyone tried to install on lenovo yoga tablet 8 ?21:11
popeymike432: is that an intel device?21:11
nhainesmike432: http://developer.ubuntu.com/start/ubuntu-for-devices/installing-ubuntu-for-devices/ ist aktualisiert.  Die andere Seite ist nicht mehr aktuell.  Das ist wichtig zu kennen. :)21:12
popeymatv1: works here21:12
mike432yoga has: •MTK 1,2-GHz-Quad-Core-Prozessor21:13
matv1popey ok thats good to know. so thats means its crashing consistently here21:13
mike432http://shop.lenovo.com/de/de/tablets/lenovo/yoga/yoga-8/#tab-customize21:13
mike432this is the only one with sustainable battery21:14
matv1also i dont see a logfile in logviewer. is that to be ecpected?21:14
popeydon't think anyone has ported to that21:14
mike432it has 40 hours of battery and many days21:14
mike432very good21:14
popeygolly21:15
nhainesThat *is* what I call sustainable.21:15
mike432i load the power akku once a week21:15
mike432very cool and has a clap to have several positions, you can stand it up and use it as TV standalone, very cool21:16
mike432i watch a lot of tv over it21:16
mike432aynway21:16
popey21:17
mike432will meizu or bq bring out a tablet too ?21:17
popeyno plans for that yet21:17
mike432one last idea for feature freeze, the buttons pressed on the ubuntu touch do not cause a vibration or sound, please enable that21:17
popeysome do here21:18
mike432k21:18
mike432on nexus ?21:18
pmcgowanpopey, did you see my request about another app scan?21:19
nhainesmike432: the keyboard does, and that's nice.21:19
popeyi did pmcgowan21:19
popeyi even put a little gold star on it21:19
pmcgowanoh I bet :)21:19
popey21:19
mike432dont know what that is21:21
popeymike432: i have a nexus 4 and nexus 7, but mostly use the nexus 421:21
mike432nexus 4 is not produced anymore21:22
popeyyeah, we bought a load some time back21:22
mike432shoudl i buy a nexus 4 used or the new nexus 5 ?21:22
mike432do you want to send me one nexus 4 then?21:23
popeyfor what purpose?21:23
popeyhehe21:23
mike432:-)21:23
popeyNice try21:23
nhainesmike432: I run Ubuntu on my Nexus 5 (not new, it's a year old now!) but it's not supported.21:23
mike432to test touch and to give it away as gift21:23
nhainespopey: make that two.  ;)21:23
popeyi wish21:23
nhainesmike432: I'd wait until the phones are available for sale in the next few months.21:23
mike432not supported means it does not run on nexus 5 ?21:23
popeywell21:24
mike432ok but the drivers are propietary ?21:24
popeyCanonical make images for Nexus 4, 7, 10.21:24
mike432ok21:24
popeyCommunity maintain ports to other devices including Nexus 521:24
nhainesmike432: means it runs quite well except the screen doesn't turn off.  And right now, there's no cellular data either.21:24
mike432urgh21:24
nhainesmike432: but there's only one or two people working on it.21:24
mike432k21:24
mike432so mezu mx421:24
mike432or bg for cheaper21:24
nhainesmike432: whatever's available for sale at ubuntu.com.21:25
mike432why is there no pre-oder page ?21:25
mike432oh at ubuntu.com?21:25
mike432cool21:25
mike432why is there no preoder page ?21:25
nhainesThat's where the links will show up once they're available.21:25
nhainesQuestion for BQ and Meizu. :)21:25
mike432sailfish did this 3/4 year before21:25
mike432for the ubuntu page ?21:25
nhainesProbably because they can't advertise anything because the software designs aren't final.21:25
popeyOk, so to clarify some things.21:25
popeyWe make the software, not the hardware21:26
popeyJolla did both AIUI21:26
mike432but sell it over unutu.com `21:26
mike432?21:26
popeyWe have partners who make the devices. It's up to them how and when they sell them.21:26
mike432so my order page will be not ubuntu ?21:26
popeyHowever, I'd recommend bookmarking ubuntu.com, at the point when they go on sale, you can bet we will update the site!21:26
nhainesmike432: I assume ubuntu.com will link to BQ and Meizu, not sell the phones directly.  But in any case, I am certain it'll be featured there once available.21:26
popeyYeah, we're not a hardware company.21:27
mike432ok21:27
mike432thx21:27
mike432i cannot await it21:27
mike432and i will order 5 devices at least21:27
popeyhah21:28
popeyI'll certainly order a couple for my kids ㋛21:28
mike432yes21:28
mike432ubuntu touch has a briht future, as sailfish gui is closed source as far as i see21:29
mike432we need an open mobile OS and that is ubuntu21:29
mike432ok then, time to go to bed, anyone able to compile an app for touch?21:30
=== thelionroars is now known as Guest33311
matv1popey as it stands your kids will have a terrible time using the terminal :)21:31
matv1whats files should i adb pull to see whats going on?21:31
popeymike432: jolla recently open sourced their stuff21:31
mike432uRL to source ?21:32
Stskeepsnah, not all of it - just parts of it (browser, office)21:32
popeythere we go21:32
popeyoh, I thought it was all GPL'ed/21:32
popeymike432: Stskeeps knows way more21:32
Stskeepsnah, you guys have the lead in that area ;)21:32
mike432no the kernel is open, and the gui is closed like apple does21:33
popeyheh21:33
mike432as far as i know21:33
popeyhttp://reviewjolla.blogspot.fi/2014/08/jolla-sailfish-os-source-codes.html21:33
popeythats the post i saw recently21:33
mike432ok thanks and good night21:33
popeynn21:33
Stskeepspopey: bit of misunderstanding of GPL source code offer dvd21:34
popeyahhh21:34
Stskeepsalso, not just the gpl stuff.. anyhow, i'm offtopic :)21:34
popeyGood. I can continue to have jolla on my "shitlist" for not open sourcing everything then ㋛21:34
Stskeeps;)21:34
* tbr chuckles at people misunderstanding things in various ways.21:38
popey21:38
tbrjftr: pleasantly surprised that the blog got it right. But then I try to always stick "GPL parts" or such in my tweets and there should be a readme I added to the source dumps.21:42
tbryeah, the readme is still there: http://images.formeego.org/jolla/sources/readme.txt21:44
=== JoshStrobl is now known as JoshStrobl[ZZZ]
=== [1]jmunsch is now known as jmunsch
=== jmunsch is now known as Guest11861
jelknerHi all, I'm trying to install ubuntu touch on a nexus 422:21
jelknerI can boot it into a screen with an ubuntu logo22:21
jelknerand the following menu choices:22:21
jelkner- reboot system now22:22
jelkner- wipe data/factory reset22:22
jelkner- backup and restore22:22
jelkner- advanced22:22
jelknerThe wiki instructions aren't so good here.22:22
jelknerThey say "Wait until the reboot is done"22:23
jelknerbut don't tell me what to do from where I am now.22:23
popeywhat step in what instructions are you at?22:24
jelknerI got through step 3 under "Install Ubuntu"22:25
jelknerI think I got it.22:27
jelknerNope22:27
jelknerI tried - wipe data/factory restore22:28
jelknerthat was wrong :-(22:28
jelknerI'm back to Android22:28
greyback_jelkner: so you ran "ubuntu-device-flash --channel=devel --bootstrap" - could you share with us the output of the tool? (use http://pastebin.ubuntu.com/ please)22:30
jelknergreyback: just pasted22:33
jelknerIt seemed to get stuck on the last step22:33
jelknerI never got a prompt back22:33
jelknereven after leaving it run over night22:33
matv1jelkner i believe there is another option at the bottom. its something like "go back" . I think that will finish the install22:34
greyback_jelkner: you need to give us the URL of the pastebin - so when you pasted, you went to a new page with your pasted content there - please share that URL so we can all see it22:34
jelknerhttp://pastebin.ubuntu.com/8144773/22:34
=== salem_ is now known as _salem
greyback_jelkner: ok, it detected your device correctly, and was downloading a correct image22:35
greyback_but it appears not have got much further.22:35
jelknerok, it may have been my connect dropped22:35
jelknerThanks22:35
jelknerI'm going to try again.22:35
greyback_jelkner: are you still at the recovery screen? (the ubuntu logo + menu options?)22:35
greyback_if so, just run the command again22:36
jelknerNo, I messed up and selected wipe data/factory reset22:36
jelknertime to do it again :-(22:36
greyback_that's ok, you can get back to recovery just by holding both volume up/down keys with power down22:36
greyback_or typing "adb reboot bootloader"22:37
greyback_which should reboot your phone to a boot menu, from which you can use the volume up/down keys to find the "recovery mode" - press power to select22:37
jelknerThat worked22:37
jelknerI have the ubuntu logo screen again22:37
greyback_cool, run that ubuntu-device-flash command, and it should hopefully work22:38
jelknerthanks!22:38
greyback_you're welcome22:38
jelknergreyback_: It finished downloading the image and rebooted the phone.22:44
jelknerbut that is where i was before22:44
jelkneroh wait22:45
jelknerit's going further this time22:45
jelkneryea, ubuntu touch! ;-)22:45
jelknercool22:45
greyback_jelkner: great :)22:45
jelknerthanks again!22:45
=== _salem is now known as salem_
=== robru is now known as robru_brb
=== Guest33311 is now known as thelionroars
=== robru_brb is now known as robru
=== slangase` is now known as slangasek

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