**** BEGIN LOGGING AT Wed Sep 17 02:59:58 2014 Sep 17 05:51:16 Hi, All. Sep 17 05:51:31 Need help installing luneos on the Nexus 4 Sep 17 05:51:55 Followed all the instructions on http://webos-ports.org/wiki/Install_LuneOS_for_Mako but seems to fail somewhere Sep 17 05:53:06 It seems to be okay after installing ClockworkMod, but when I boot to recovery, it first show the Google logo then the android icon with the text "No command" Sep 17 05:53:27 I'm guessing this isn't ClockworkMod. I try to do adb sideload ... after, but that fails Sep 17 07:08:38 Qt 5.3.2 released http://blog.qt.digia.com/blog/2014/09/16/qt-5-3-2-released-with-qt-creator-3-2-1/ Sep 17 07:53:16 richip: hm, looks like something went wrong with flashing the recovery Sep 17 08:00:53 wappmanb: going to 4.2.2 is quite easy.. get the image from the google page and do what it says there. ;) https://developers.google.com/android/nexus/images Sep 17 08:01:05 but maybe we should add the link to the instructions for nexus 4 at least... Sep 17 08:04:30 Garfonso: Let me sort that right now :P Sep 17 08:04:55 I hoped you'd say that... because those wiki with template stuff freaks me out. :p Sep 17 08:05:26 Yeah it's not always very clear/logical :P Took me a while to figure out too :P Sep 17 08:22:09 OK done Sep 17 09:27:54 Tofe: ping Sep 17 09:28:03 Seems I broke your latest code too :P Sep 17 09:28:20 Got a card stuck while trying to place it in between 2 other cards :P Sep 17 09:53:08 Herrie|Veer: ah, it's not my latest code anymore ! I promoted a new one, with fixes already ! And I think it's the good one now Sep 17 09:53:42 Ok let me try :P Sep 17 09:55:04 I was trying the ratios branch Sep 17 09:55:20 I was able to get the card stuck there pretty much every time :P Sep 17 09:58:28 Ok tried your regular branch now Sep 17 09:58:44 Seems to work better but was still able to get cards stuck Sep 17 09:59:32 I created 3 stacks. 1 center stack with 3 card, a stack on the right with 2 card. I tried to move my single card on the left to the right stack and it got stuck Sep 17 10:48:19 Herrie: which branch ? Sep 17 10:48:39 I'll delete the ratio branch very soon, it was a unfruitful try Sep 17 10:51:12 Herrie: I tried your scenario, but couldn't get stuck Sep 17 10:59:46 Anyway I think this version is ready for integration, I'll request a PR. We'll fix the bugs along the way. Sep 17 11:03:24 morphis: https://github.com/webOS-ports/luna-next-cardshell/pull/128 Sep 17 11:05:37 Tofe: card stacking is still only enabled when the tweak option is? Sep 17 11:07:43 morphis: oooh, let me check, maybe there's a mistake in there Sep 17 11:08:17 good that you asked, I did put the default value to true Sep 17 11:09:37 morphis: fixed. It's now as you say. Sep 17 11:10:01 Tofe: ok :) Sep 17 11:10:29 Tofe: but it's working better than before now? Sep 17 11:10:38 morphis: oh yes Sep 17 11:10:55 I would even dare to say I's usable daily Sep 17 11:11:20 great Sep 17 11:11:24 The feeling is now quite near the TP one Sep 17 11:11:29 works now the same as on legacy? Sep 17 11:11:42 yes Sep 17 11:12:51 I prepared the terrain for stack spreading, which should now be a piece of cake to implement Sep 17 11:13:31 s/terrain/code/ Sep 17 11:15:21 ok Sep 17 11:15:38 Tofe: one thing we then have to add is that cards launched by other cards are put in the same stack Sep 17 11:17:54 yes, right Sep 17 11:18:22 but we don't have that parenting information today, do we ? Sep 17 11:27:44 Tofe: no we don't have it yet Sep 17 11:27:57 in legacy there was a launchingProcId set for every window Sep 17 11:29:43 Tofe: I would propose we have two new window properties "procId" and "launchingProcId" Sep 17 11:29:54 so you can do the grouping based on those Sep 17 11:30:51 morphis: yep, ok Sep 17 11:31:12 need to look how we implement those Sep 17 11:31:16 for web apps that is easy Sep 17 11:31:24 for QML and native apps it will be a bit harder Sep 17 11:33:24 Tofe: but you can do the implementation based on this and we can add the properties later Sep 17 11:39:09 morphis: yes Sep 17 11:39:17 good Sep 17 12:04:39 Tofe: Will try to replicate on N4/TP, this was on desktop Sep 17 12:05:17 Tofe/morphis: You know webkits supports ftp, data and about uri in the QML WebViews? Sep 17 12:05:42 about, data? Sep 17 12:05:51 ftp should be supported if the feature is enabled Sep 17 12:06:16 about:blank, about:, about:about, about:plugins, about:cache Sep 17 12:06:31 data seems used for local urls in general for example images Sep 17 12:07:10 Herrie: about: is afiak up to the browser Sep 17 12:07:18 you mean file://? Sep 17 12:08:07 No data Sep 17 12:08:18 TP seems to support it Sep 17 12:08:29 It's called data uri scheme Sep 17 12:08:55 Functionality seems similar to file though Sep 17 12:11:07 should be supported Sep 17 12:11:23 OK :P Sep 17 12:11:38 about we need to handle ourselves I guess Sep 17 12:11:46 I'll allow them for now then Sep 17 12:12:20 Just need to fix some of the app launching so can do this while at it because we need to prefix url with http:// when it doesn't have it ;) Sep 17 12:24:42 morphis: Any suggestions for the Enyo 1 apps not launching? Going back to Affogato and use the webapp-launcher to get the debug at least for now? Sep 17 12:30:09 Tofe: 2 small PR's in for browser Sep 17 13:04:32 Herrie|Veer: two ? Sep 17 13:04:52 Sorry 1 PR 2 changes Sep 17 13:06:21 looks good Sep 17 13:06:51 A Tweak to choose to have https by default would be welcome, nowadays :p Sep 17 13:14:04 Tofe: yeah Sep 17 13:14:27 Herrie|Veer: would be a option Sep 17 13:16:01 OK can do that. Not all sites do https... So not sure we can check that somehow? Sep 17 13:44:01 Herrie: the https everywhere plugin for chrome/firefox has a list of supported urls Sep 17 13:44:02 https://github.com/EFForg/https-everywhere/tree/master/src/chrome/content/rules Sep 17 13:47:29 morphis: it will be something like that https://github.com/webOS-ports/luna-next-cardshell/commit/203c3ee28a91db532341f183ef682b839c8b8293 Sep 17 13:47:52 ( ** not ** tested ) Sep 17 13:50:20 Tofe: looks good Sep 17 13:51:10 morphis: the only thing is that the process id might not be unique enough, if a process has several cards Sep 17 13:52:02 Tofe: hm Sep 17 13:52:24 if we have multiple cards per app process all would have the same procId Sep 17 13:52:34 we do have a winId though Sep 17 13:52:48 but if the user moves on of them into another group we will have a problem to find the right card Sep 17 13:52:59 s/on of/one of/ Sep 17 13:54:05 the starting point if a LS2 call by the card that wants to launch a card, isn't it? Sep 17 13:54:08 is* Sep 17 13:54:52 yeah Sep 17 13:57:53 that's where we lose the card information; but how to retrieve it, I don't know Sep 17 13:58:24 .... how did legacy code do, actually ? It had the same problem Sep 17 14:03:26 they at least foward the launchingProcId but its possible that the procId is different for each card Sep 17 14:03:38 so it's what we have as winId Sep 17 14:04:39 they have a launchingAppId too Sep 17 14:23:35 one problem on legacy was the browser.. only one browser window would go to a stack, all launched after wards would open on their own (i.e. on no stacks at all). Not sure if that is somehow related to what you talk about ;) Sep 17 16:09:34 Garfonso: yes, we're talking about cards launched from another card in general Sep 17 16:13:02 yeah, just thought that maybe legacy hadn't solved the issue you were discussing at all. Sep 17 16:15:24 morphis: Didn't seem to be any issues with flashing the recovery: Sep 17 16:15:39 ./fastboot flash recovery ~richip/Downloads/recovery-clockwork-6.0.4.7-mako.img Sep 17 16:15:41 sending 'recovery' (8834 KB)... Sep 17 16:15:43 OKAY [ 0.283s] Sep 17 16:15:45 writing 'recovery'... Sep 17 16:15:47 OKAY [ 0.500s] Sep 17 16:15:49 finished. total time: 0.783s Sep 17 16:16:34 morning Tofe Garfonso richip Sep 17 16:16:38 morphis: in a webapp, we go through our webapp-launcher code just before losing the card information , right Sep 17 16:16:53 morning ka6sox :) Sep 17 16:17:10 morning ka6sox ! Sep 17 16:18:06 morning ka6sox! Been having an issue loading luneOS on Nexus 4 Sep 17 16:19:43 Can't seem to get recovery-clockwork to work. I think it flashes correctly but when I do a Recovery, it just says "No command" Sep 17 16:22:42 btw .... what's the difference between "recovery" and "touch recovery"? Sep 17 16:25:44 only the way you interact with it Sep 17 16:26:12 Tofe: Thanks. Is it safe to try that instead? Sep 17 16:26:28 Intent is to load luneOS of course Sep 17 16:28:05 oh yes, luneOS won't see the difference anyway Sep 17 16:29:15 in a recovery you don't have a lot of tools available, so it's just easier to implement a button only GUI Sep 17 16:30:25 nm ... I got it. Sep 17 16:30:34 When phone was shipped to me, it was already unlocked Sep 17 16:30:38 richip: sorry, I didn't had time yet to answer your mail Sep 17 16:30:47 morphis: sokay. Plenty of time :) Sep 17 16:31:02 so when phone was unlocked, I couldn't install ClockworkMod Sep 17 16:31:13 I had to oem lock it and then oem unlock again Sep 17 16:31:28 after doing a flash recovery, it rebooted into ClockworkMod. Sep 17 16:31:34 Proceeding with the next step! Sep 17 16:31:43 (should that info go into the wiki?) Sep 17 16:35:14 I think installing recovery is more an android related step, so maybe we could give a link to the helpful article on xda (or wherever most relevant ) Sep 17 16:36:24 I've flashed the kernel and rootfs and am about to restart from CWM. It's asking prior to reboot "ROM may flash stock recovery on boot. Fix? THIS CAN NOT BE UNDONE" ... Yes or no? What does this mean? Sep 17 16:36:42 Tofe: True ... but we do have a guide that includes that step in http://webos-ports.org/wiki/Install_LuneOS_for_Mako Sep 17 16:37:00 so perhaps adding a side note might save some people time Sep 17 16:37:55 or, you're right, reference the more complete documentation Sep 17 16:58:47 Alright ... it seems as if I can now flash the device with a rootfs and a kernel (I flashed the latest stable). But now when it tries to boot, it doesn't seem to go through Sep 17 16:59:07 I'll get the Google logo and for about a minute, nothing happens. Then it seems to restart itself Sep 17 17:00:53 Oh crap. Missed the Android 4.2.2 requirement (I believe it was on 4.4.4 when I got it) Sep 17 17:08:19 Okay. Redoing. Flashing android 4.2.2 first then will retry luneOS Sep 17 17:21:28 Alright. LuneOS installed. Thanks all! Sep 17 17:22:37 richip: yeah! Sep 17 17:22:57 richip: how much do you know about the messaging internals in webOS? Sep 17 18:37:09 Tofe: Have you seen a nice implementation of a on/off toggle button in QML we could piggyback on? My idea of a rectangle with 2 mouseareas (left and right) and images would be not at all that nice I'm sure, though it could work :P Sep 17 18:38:28 I think the way to go would be a Control.CheckButton with styling, but I never saw one like you described Sep 17 18:38:43 maybe KDE tried Sep 17 18:38:55 or Tizen Sep 17 18:51:40 Tofe: I mean something liek this: https://enyojs.atlassian.net/secure/thumbnail/10401/_thumb_10401.png Sep 17 19:02:22 is Plazma still Active? Sep 17 19:02:29 Herrie: yeah, me too Sep 17 19:03:48 ka6sox: yes, we hear news about it, here and there Sep 17 19:04:58 ka6sox: http://www.kde.org/announcements/plasma5.0/ Sep 17 19:11:30 so unlike Tizen its not quite a Zombie. Sep 17 19:34:26 Tofe, Herrie: I think the titzen qtquickcontrol style has something like this Sep 17 19:34:27 Tofe, Herrie: https://github.com/nemomobile/qtquickcontrols-nemo/blob/master/src/styles/CheckBoxStyle.qml Sep 17 19:36:40 ka6sox: you're too harsh, Tizen isn't a zombie, it's just vapor. Sep 17 19:38:26 morphis, Herrie: yes, in the glacier UI we can see the checkboxes they did: http://play.qwazix.com/grog/wp-content/uploads/2013/07/SystemUI.png (look under the Display/Brightness) Sep 17 19:40:13 mmh not sure it corresponds... the link morphis gave contains no round border... But anyway it should be fairly easy to adapt to our needs. Sep 17 19:44:47 Tofe, touche Sep 17 20:15:10 morphis: you can re-review the PR for the luna-next notifications ? I've added back the sql database support Sep 17 20:16:34 I've tested it on the emulator, works fine for me Sep 17 20:21:06 Tofe: let me look Sep 17 20:21:58 Tofe: btw. we should really start to put those styles into our qtquickcontrols-luneos repo Sep 17 20:23:11 Tofe: merged Sep 17 20:47:53 morphis: thx Sep 17 20:48:15 Yes, we have to regroup the styling work done so far Sep 17 20:48:34 Tofe: another todo item for you? :) Sep 17 20:48:35 it's bad enough we have both css and qml styles, so let's just keep them regrouped :) Sep 17 20:48:46 I think so yes! Sep 17 20:49:12 Tofe: qtquickcontrols-luneos already has the basics Sep 17 20:49:39 I can add it to the build on friday so we can start to populate it with actual styles Sep 17 20:49:48 morphis: do I have write rights on that one ? Sep 17 20:50:00 I hope so Sep 17 20:50:38 okay, I'll put that in parallel to storing launcher's state into db8 Sep 17 20:50:50 now, time for bed Sep 17 20:50:52 gn8! Sep 17 20:51:24 Tofe: you have access now Sep 17 20:51:25 Tofe: gn8 Sep 17 20:58:41 yey morphis, thanks for expanding the tuto :) Sep 17 20:59:14 i will start on friday night if everything goes well with my exams Sep 17 21:06:01 morphis: btw, checked out luneos on n4 already Sep 17 21:06:16 seems to be that most things can be overtaken from the device layer! Sep 17 21:11:34 od out ;-) Sep 17 22:11:36 Hello Sep 18 02:20:20 hello Sep 18 02:20:24 anyone here? Sep 18 02:21:08 I have a question about LuneOs install Sep 18 02:32:15 wappmanb, I'm here, what install are you doing? Sep 18 02:34:18 I just installed LuneOs on the Nexus 4 Sep 18 02:34:40 I had a question about the install because I was not sure that it was finished Sep 18 02:35:09 I waited, maybe 10 minutes and went ahead and rebooted... Sep 18 02:35:19 and it booted to LuneOS! Sep 18 02:35:45 but now I have a question about wifi... Sep 18 02:36:14 I see the network but I have been unable to connect to it. Sep 18 02:37:16 wappmanb: reboot Sep 18 02:37:24 It's a known glitch in LuneOS Sep 18 02:37:33 wifi doesn't work on first boot Sep 18 02:37:48 oh ok let me do that. Sep 18 02:38:24 do I do the device restart or the luna-next restart? Sep 18 02:38:53 device Sep 18 02:40:47 hmmm it did not like that .... Sep 18 02:41:04 it looks like the screen is still on but nothing is happening Sep 18 02:41:33 which build did you install? Sep 18 02:42:06 webos-ports-dev-package-mako Sep 18 02:42:33 ok Sep 18 02:42:59 I held the power button and now the google screen and the luneOs screen came up Sep 18 02:43:04 fast reboot Sep 18 02:43:22 Getting faster all of the time Sep 18 02:44:01 hmmmm... still does not like my wifi password Sep 18 02:44:21 it just shows the connecting screen Sep 18 02:56:28 wappmanb, sorry got called away with family here... Sep 18 02:56:42 what authenticationmethod? Sep 18 02:58:39 wep **** ENDING LOGGING AT Thu Sep 18 03:00:00 2014