**** BEGIN LOGGING AT Thu Nov 07 02:59:58 2013 Nov 07 09:12:08 morning Nov 07 09:14:10 morning Nov 07 09:59:54 JaMa: btw. I saw you have added qt 5.2 beta to meta-qt5 Nov 07 10:00:13 did you already a test build with wop for it? Nov 07 10:07:19 nope, it's only qtbase now and even that fails to link Nov 07 10:08:01 I wasn't able to work on that in last couple of days because of failed disk Nov 07 10:35:14 ok Nov 07 10:48:09 morning Nov 07 12:17:59 morphis: the word prediction on maliit works well ? I just have to update meta-wop ? Nov 07 12:35:33 Tofe: no it doesn't work really Nov 07 12:35:45 I don't see the bar where the words are proposed Nov 07 12:35:54 and also the input doesn't work well Nov 07 12:36:04 something we have to debug and fix until we do the next stage Nov 07 12:37:20 Tofe: btw. I will add QML debugging ability to luna-next today Nov 07 12:38:37 Tofe: btw. we need to make sure to respect http://qt-project.org/doc/qt-5.0/qtquick/qtquick-performance.html Nov 07 12:50:45 morphis: yes, I'll have a global review of the code to see what can be improved in this aspect Nov 07 12:58:36 Ok seems I got the install template issues sorted (needed to pass required parameters in order to use them). Morphis/HaDAk: Any chance your could review http://webos-ports.org/wiki/Install_WOP_for_Grouper and http://webos-ports.org/wiki/Install_WOP_for_Ma Nov 07 12:58:36 guro ? Nov 07 12:59:34 Please ignore the case problem for Maguro and Grouper for the images, this will be solved when Scoutcamper gets the wiki extension in place :) Nov 07 13:46:25 if you don't already have a grouper, now is a great time to get one. http://slickdeals.net/permadeal/105648/gamestop---32gb-asus-nexus-7-1st-gen-7-android-4.1-tablet?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+SlickdealsnetFP+%28SlickDeals.net+Frontpage%29&utm_content=Netvibes Nov 07 14:10:11 Herrie|ZzzzZzzzz: looks good Nov 07 14:20:56 this is U.S. delivery only, though Nov 07 14:21:16 but the price is very good Nov 07 22:49:44 Hi! Just a quick question: What is the latest build for the Nexus 7? The link in the wiki doesn't work :/ Nov 07 22:51:40 I tried the latest zip from http://build.webos-ports.org/webos-ports-staging/latest/images/grouper/, but it nothing near the video you showed from the Nexus 7 Nov 07 23:01:09 hey pattyland Nov 07 23:02:12 i think i can help Nov 07 23:03:19 Would be nice :) Nov 07 23:11:38 Do you know where I can get the zip HaDAk? Nov 07 23:11:48 pattyland: i can do you one better than that. Nov 07 23:11:50 IF Nov 07 23:11:55 you're willing to a) agree to a disclaimer Nov 07 23:11:58 and b) report results Nov 07 23:12:13 http://cl.ly/code/2E061j15400d Nov 07 23:12:22 disclaimer: this may brick your shit. don't blame me if it does. Nov 07 23:12:30 proceed at your own risk, etc Nov 07 23:12:54 warning: may start the zombie apocalypse etc. Nov 07 23:14:00 Thanks! Nov 07 23:14:12 Damn zombies Nov 07 23:14:16 good luck. please report back. Nov 07 23:14:21 * HaDAk crosses his fingers Nov 07 23:14:54 I will write a blog post at pivotce.com if this ok for you? Nov 07 23:15:07 That is actually the reason I bought this Nexus 7^^ Nov 07 23:16:09 that's fine by me. :) Nov 07 23:16:20 the nexus 7 was on sale for $100 the other day Nov 07 23:16:54 I got it for 100€, it's bit more but a good prize Nov 07 23:16:59 http://www.gamestop.com/android/tablets/nexus-7-32gb-from-google0153-2012/105770 Nov 07 23:17:36 Damn, nice deal Nov 07 23:17:41 right? Nov 07 23:21:14 anyway. the build is still pretty rough around the edges. i'm more worried about how the installer does for you. Nov 07 23:21:25 it assumes you have a) adb access and b) clockworkmod Nov 07 23:23:44 I've use adb executable I got from nexus7root.com, worked fine from bash but your installer don't find it Nov 07 23:24:19 what OS are you in? Nov 07 23:24:24 osx :/ Nov 07 23:24:33 i developed and tested it in osx Nov 07 23:24:51 no worries there Nov 07 23:25:10 Great ;) To have "direct" access to adb I have to install the Android SDK? Nov 07 23:26:30 not really. Nov 07 23:26:56 do you have the adb binary? Nov 07 23:27:01 yep Nov 07 23:27:21 in your terminal, type `echo $PATH` Nov 07 23:27:31 it'll give you a colon separated list of directories Nov 07 23:27:58 you want to put adb in one of those paths, OR add your adb directory to the path variable Nov 07 23:29:13 personally, i added this to my .bash_profile: export PATH=~/bin/android-sdk-macosx/platform-tools:$PATH Nov 07 23:29:30 then restart your terminal, or `. ~/.bash_profile` Nov 07 23:29:30 omg.. Sorry, it's to late to think clearly for me^^ Nov 07 23:29:34 lol Nov 07 23:29:53 what you *could* do is edit the script. any place you see `adb`, add the direct path for it. Nov 07 23:30:13 so, if your adb is in /Users/me/Desktop/adb, just replace adb with /Users/me/Desktop/adb Nov 07 23:30:21 Yeah, was ma first idea, but adb in /usr/bin makes more sence I think Nov 07 23:30:26 yeah. Nov 07 23:30:34 as long as it's in your path, that's all that matters. Nov 07 23:30:50 you can check by opening your terminal, and in any directory, typing 'adb' Nov 07 23:30:56 if it spits output at you that's not an error, you're good to go Nov 07 23:31:28 like i said. the script assumes you've got adb installed and cwm running. i might change that later, but for now…it is what it is Nov 07 23:32:34 Ah the cwm think... Adb work, but I have TWRP installed; Is this a bad idea? Nov 07 23:33:47 i haven't tested it with TWRP Nov 07 23:33:52 it *should* work. Nov 07 23:33:57 but the instructions it gives may be wrong. Nov 07 23:34:10 it's pushing the webos image to the cache partition, then telling it to install it Nov 07 23:34:20 again, untested with TWRP. would be interested to see what it does. Nov 07 23:35:21 OK, last noob question for today: My Nexus always boots webOS now... How can I boot Android? .( Nov 07 23:35:37 reflash the android kernel Nov 07 23:36:03 android is retained, but you'll need to reflash the kernel Nov 07 23:36:37 eventually, that'll probably change Nov 07 23:39:21 Ah good to know, most times it sounded like dual booting Nov 07 23:41:51 :) Nov 07 23:46:11 going afk for a bit. let me know if you run into trouble (ping me, i'll try to listen for it.) Nov 07 23:56:18 same here, thank your your help! Would be nice if you drop me a line with a twitter account or something to pattyland@pivotce.com so I can credit you! **** ENDING LOGGING AT Fri Nov 08 02:59:58 2013