**** BEGIN LOGGING AT Fri Sep 28 02:59:57 2012 Sep 28 14:59:57 EricBlade, not a pre, a veer Sep 28 17:09:05 anyone get openembedded compile for qemuarm ? I'm getting build errors :( Sep 28 17:10:40 stroughtonsmith: what kind of errors? Sep 28 17:11:28 http://www.webosnation.com/open-webos-10-lands Sep 28 17:11:43 assembler barfing on ARM opcodes Sep 28 17:12:05 saying qemuarm doesn't support some of the modes used in a certain Mojo thing Sep 28 17:13:08 I'll upload a screenshot from my vm, which is hung Sep 28 17:13:13 http://highcaffeinecontent.com/cloud/images/288ccb238ffb3a961049a920ff385abf.png Sep 28 17:14:52 stroughtonsmith: you don't have the latest version of meta-webos Sep 28 17:14:56 it's already fixed Sep 28 17:15:19 really? the last commit was 16 hours ago, I have that Sep 28 17:15:26 I started this build 6 hours ago Sep 28 17:15:32 so definitely have the latest meta-webos from github Sep 28 17:15:45 stroughtonsmith: you're using build-webos, right? Sep 28 17:15:52 yeah Sep 28 17:16:01 manually updated meta-webos? Sep 28 17:16:10 I manually pulled it Sep 28 17:16:15 ok Sep 28 17:16:23 meta-webos and meta-oe have to be manually pulled here Sep 28 17:16:31 the build-webos script fails at those two Sep 28 17:17:03 malformed url perhaps, dunno Sep 28 17:17:04 sadly I am using a different build environment so I can't verify what you say but here db8 compiles fine Sep 28 17:17:09 :( Sep 28 17:17:19 have there been any commits in the last 16 hours? Sep 28 17:17:31 or 6 hours, even Sep 28 17:17:34 but it should be easy to fix Sep 28 17:18:50 stroughtonsmith: somewhere the MOJ_X86 build option is used when building for qemuarm Sep 28 17:18:55 and it should not Sep 28 17:18:59 oh really, ok Sep 28 17:19:04 as there is arch specific assembler code in db8 Sep 28 17:19:12 which project was this in? or is it at the higher levels Sep 28 17:19:13 congratulations on open webos 1.0 Sep 28 17:19:18 I can check commit logs and change manually Sep 28 17:19:41 +1 on that Stskeeps Sep 28 17:19:58 stroughtonsmith: arch specific code is in header files of db8 Sep 28 17:20:09 but other components maybe compiled with -MOJ_X86 Sep 28 17:20:09 ok I'll go override it Sep 28 17:20:12 just remove it Sep 28 17:20:13 err Sep 28 17:20:30 where's the topmost place I can find it and turn it off? Sep 28 17:20:44 at component level Sep 28 17:20:49 like activitymanager/db8/... Sep 28 17:20:54 directly in the source Sep 28 17:20:57 ok Sep 28 17:24:15 I don't find it in CMakeLists.txt for db8 Sep 28 17:24:29 other commits suggest it's set in CMakeLists for other components Sep 28 17:24:52 maybe it's included from something higher Sep 28 17:32:05 yeah -MOJ_X86 isn't set in db8; -MOJ_LINUX is there, and USE_PMLOG Sep 28 17:32:39 maybe I should be building for a different target than qemuarm Sep 28 17:32:50 or is that the only arm target Sep 28 17:32:56 no qemux86 too Sep 28 17:33:08 both are supported Sep 28 17:33:14 everything else is up to you :) Sep 28 17:33:18 as it's openembedded Sep 28 17:33:30 hmm Sep 28 17:33:31 and there are a lot of machine targets in other layers available Sep 28 17:33:41 not to mention the meta-smartphone layer :) Sep 28 17:33:43 qemuarm runs on my tablet, which is why I'm trying to build it before creating custom targets Sep 28 17:33:54 which one? Sep 28 17:34:36 transformer prime Sep 28 17:34:38 tf201 Sep 28 17:34:55 stroughtonsmith: ive got it fine Sep 28 17:34:56 and you want to put the qemuarm image on it? Sep 28 17:35:15 stroughtonsmith: you're expecting it to work? Sep 28 17:35:31 stroughtonsmith: whats your error? Sep 28 17:35:43 aaa801: qemuarm builds fine? I got this: http://highcaffeinecontent.com/cloud/images/288ccb238ffb3a961049a920ff385abf.png Sep 28 17:35:59 morphis: I'm expecting it to boot; getting it to work is the fun part Sep 28 17:36:11 aha Sep 28 17:36:15 depending on what hardware features it needs in the kernel it should hit luna tho Sep 28 17:36:15 you changed build-webos/BUILD-qemuarm/work/armv6-vfp-webos-linux-gnueabi/configurator-2.0.0-46-r0/git/ Sep 28 17:36:19 build config Sep 28 17:36:20 thing Sep 28 17:36:21 right? Sep 28 17:36:25 aaa801: haven't touched anything Sep 28 17:36:29 this was a clean pull from github Sep 28 17:36:32 as of 6 hours ago Sep 28 17:36:36 aha wait Sep 28 17:36:40 did you pull the repos manualy Sep 28 17:36:42 or with mcf Sep 28 17:36:56 meta-webos and meta-oe, manually Sep 28 17:37:01 theres ya problem Sep 28 17:37:01 because the script fails Sep 28 17:37:08 ye i bet u didnt register ur ssh key Sep 28 17:37:14 that I did not Sep 28 17:37:21 https://help.github.com/articles/generating-ssh-keys Sep 28 17:37:23 so just a regular github key Sep 28 17:37:24 kk will do Sep 28 17:37:27 doh Sep 28 17:37:36 if you pull the repos manualy, your gona have a bad time Sep 28 17:37:36 ;) Sep 28 17:37:52 yeah cause I am running in a VM it didn't have git setup to my account Sep 28 17:38:02 someone's documenting this, right? :D Sep 28 17:38:03 ye im using a vm too Sep 28 17:38:14 that page is linked too on build instructions Sep 28 17:38:15 =/ Sep 28 17:38:24 Cloning Sep 28 17:38:24 Because this repository uses Git submodules, you must register your SSH key with GitHub in order to clone it. For help on doing this, visit Generating SSH Keys. Sep 28 17:39:12 stroughtonsmith: what platform are you aiming to get running? Sep 28 17:39:45 I have open webos booting up on rpi Sep 28 17:40:08 to lunasysmgr ? :D Sep 28 17:40:22 that was only added like 24h ago to the build Sep 28 17:40:24 rebuilding atm Sep 28 17:40:33 takes about 2h for webos to build on my rig Sep 28 17:40:41 however im targetting armv6-vfp Sep 28 17:40:44 ah Sep 28 17:40:51 yeah I was running to shell on the transformer Sep 28 17:40:55 transformer prime, rather Sep 28 17:40:58 is my platform of choice Sep 28 17:41:02 someone had that running right Sep 28 17:41:06 me :P Sep 28 17:41:36 If luna works on the rpi I'm going to have fun flashing mine Sep 28 17:41:37 http://mikecanex.wordpress.com/2012/09/01/open-webos-has-no-ui-for-arm-version/ ? Sep 28 17:41:42 that's me Sep 28 17:41:46 :o Sep 28 17:41:48 or about mine Sep 28 17:41:51 not my blog Sep 28 17:42:01 I see you didnt build the kernel with the build system Sep 28 17:42:02 bad smith Sep 28 17:42:25 transformer prime Sep 28 17:42:31 also anyone know that stuff about unknown HZ value? Sep 28 17:43:06 aaa801: do I really need the included kernel? Is there kernel specific stuff? Sep 28 17:43:13 and yaaay my submodules work Sep 28 17:43:18 Not realy, a couple options are changed Sep 28 17:43:27 i just put the recipies for the rpi kernel in mine Sep 28 17:43:31 it just clears up the module errors Sep 28 17:43:47 ah, see, I know very little about the linux kernel, so generally wasn't going to touch it until I had to ;) Sep 28 17:44:00 i dont see the error on yours but with default options id get some issues with bootlogd Sep 28 17:44:07 because enable_legacy_pts wasnt enabled Sep 28 17:44:21 interesting Sep 28 17:44:25 but Pi is ARM11 right? Sep 28 17:44:36 arm11 = armv6 Sep 28 17:44:46 mine's at least based on a modern ubuntu for arm9v7 Sep 28 17:44:52 :< Sep 28 17:44:53 kernel, that is Sep 28 17:45:19 god webkit takes forever to build Sep 28 17:45:30 haha Sep 28 17:45:33 and it doesnt even use up much cpu time Sep 28 17:45:34 -.-' Sep 28 17:45:39 everything else mashs the cpu power Sep 28 17:45:40 aaa801: linking ... Sep 28 17:45:42 this thing trickles it Sep 28 17:45:50 there arnt any linkers running morphis Sep 28 17:45:51 I remember in the olden days I'd build the entire Android tree in the time it took to get to university on the bus Sep 28 17:46:12 aaa801: ? Sep 28 17:46:13 1.6 android? Sep 28 17:46:27 it was running something , webos-arm something Sep 28 17:46:31 its vanished off my list now Sep 28 17:46:35 would have been 1.0 at the time Sep 28 17:46:37 on the ADP1 Sep 28 17:46:38 1.1 maybe Sep 28 17:46:53 ;), i got android running on the pi too Sep 28 17:47:22 gingy? or ics Sep 28 17:47:34 both Sep 28 17:47:37 ics is unusable tho Sep 28 17:47:47 waiting on broadcom for the videocore blobs for android Sep 28 17:47:52 gingy is just about usable Sep 28 17:47:53 same reasohn Sep 28 17:47:55 ah software mode Sep 28 17:48:13 yeah, not fun, but I definitely want your ICS build after it's fast[er] :D Sep 28 17:48:14 indeeds Sep 28 17:48:25 take a look on razdroid.net if you want Sep 28 17:48:41 also i think broadcom are releasing there ics build after there finished with the binarys Sep 28 17:48:44 ooh Sep 28 17:48:49 and aparantly there working on jb after Sep 28 17:48:59 woo webkit finaly finished compiling Sep 28 17:49:00 crap, still build issues Sep 28 17:49:05 I probably have to clean everything Sep 28 17:49:12 oh well, what's 6 hours worth of work anyway :D Sep 28 17:49:21 no Sep 28 17:49:22 wait Sep 28 17:49:25 too late Sep 28 17:49:26 lol Sep 28 17:49:29 zomg Sep 28 17:49:30 oh clean failed Sep 28 17:49:31 whatd u delete Sep 28 17:49:32 lool Sep 28 17:49:37 just rm -rf BUILD* Sep 28 17:49:44 otherwise download folder goes Sep 28 17:49:46 ;) Sep 28 17:49:48 kk Sep 28 17:49:54 then ./mcf -p 0 -b 0 qemuarm Sep 28 17:49:58 gotcha Sep 28 17:50:06 might be a while deleting this Sep 28 17:50:09 running in a vm off a drobo Sep 28 17:50:11 just rename it Sep 28 17:50:12 then do mcf Sep 28 17:50:13 then delete Sep 28 17:50:17 not enough space ;) Sep 28 17:50:21 aha sucks Sep 28 17:50:23 already had to resize the partition 3 times to fit Sep 28 17:50:31 I eventually had to add a second drive for the build Sep 28 17:50:32 haha Sep 28 17:50:35 you could make a loop file and mount it to BUILD-qemuarm Sep 28 17:50:41 makes for easy cleaning Sep 28 17:50:42 ;) Sep 28 17:50:53 not any faster tho! :D Sep 28 17:51:15 yes actualy Sep 28 17:51:33 you just format the loop Sep 28 17:51:37 takes about 2mins Sep 28 17:51:38 ;) Sep 28 17:51:42 give it like 40gb Sep 28 17:51:51 not on a drobo it doesn't :D Sep 28 17:51:52 if you have btrfs its even easier Sep 28 17:51:55 drobo? Sep 28 17:52:14 kind of like a RAID. But smarter. Sep 28 17:52:22 =/ Sep 28 17:52:42 disk writes go through a special cpu that does magic beforehand Sep 28 17:52:53 stroughtonsmith, aaa801: remember OE don't like anything below tmp-eglic on a different medium, should be only one mount Sep 28 17:53:23 morphis: Do you mean on the platform or on the build system Sep 28 17:53:23 morphis: I'm booting from SD card? if that makes a diff Sep 28 17:53:28 oh Sep 28 17:53:30 ah and chaging location of the build directory will require a rebuild Sep 28 17:53:36 yeah don't worry Sep 28 17:53:38 nono i ment Sep 28 17:53:39 I set this up a month ago Sep 28 17:53:44 and it works fine for building Sep 28 17:53:45 making the BUILD-qemuarm folder Sep 28 17:53:49 and mounting a loop file to it Sep 28 17:53:50 ;) Sep 28 17:54:02 because deleting the build folder is a BITCH Sep 28 17:54:24 someone realy needs to make a quick way to remove a folder from a file system =/ Sep 28 17:55:42 anybody else working on an oe-arm build? Sep 28 17:55:50 me Sep 28 17:55:51 :3 Sep 28 17:55:53 :D Sep 28 17:56:06 task 3889 / 3916 Sep 28 17:56:15 still on rm -rf here :P Sep 28 17:56:20 lol Sep 28 17:56:27 there is a dirty quick way Sep 28 17:56:28 but nice! Post plenty of non blurry pics if you get sysmgr running Sep 28 17:56:29 ;) Sep 28 17:57:25 D: they removed the d flag for rm Sep 28 17:57:26 ;( Sep 28 18:00:14 NOTE: package luna-sysmgr-2.0.4-0.912-r3: task do_package_write_ipk: Succeeded Sep 28 18:00:24 10 more tasks Sep 28 18:00:34 :D Sep 28 18:00:50 do you have GPU blobs to go with this? Sep 28 18:01:09 it "should" work fine with the normal ones Sep 28 18:01:15 ah, awesome Sep 28 18:01:21 only thing that could cause issues is eglibc Sep 28 18:01:28 however there are static ones that include glibc Sep 28 18:01:35 I don't have GL for mine yet… just 2D accel. Wonder if sysmgr has a hard requirement… Sep 28 18:01:48 building root fs Sep 28 18:02:04 stroughtonsmith: it has not Sep 28 18:02:06 morphis: good news! Sep 28 18:02:11 stroughtonsmith: if you're building for qemuarm you will end up with just plain framebuffer Sep 28 18:02:21 (slow but it shows something on the screen) Sep 28 18:02:22 ok, that might just work on the Prime :D Sep 28 18:02:31 stroughtonsmith: and you wont be able to touch anything right now Sep 28 18:02:34 -_- Sep 28 18:02:39 why's that? Sep 28 18:02:49 using qt and mtev ? Sep 28 18:03:00 I have pointer working in ubtunu Sep 28 18:03:11 so… does it have pointer events? Sep 28 18:04:35 ah stop, you're building for qemuarm machine so you might get touch enabled when kernel provides correct events and not based on MT protocol Sep 28 18:04:40 as most android kernels does Sep 28 18:04:57 i have a android kernel for the pi xD Sep 28 18:05:37 right, I've seen touchscreen be a problem when switching between linux/android kernels on device before (had that on MeeGo) Sep 28 18:06:03 so we'll see what happens Sep 28 18:06:11 can always add that after I know it boots Sep 28 18:06:16 :D Sep 28 18:06:38 dcfldd if=./webos-image-qemuarm.ext3 of=/dev/sdb2 <3 Sep 28 18:07:02 remember what I said about non-blurry pictures, kay :P Sep 28 18:07:16 I have a twitter account with which to retweet you if you so wish Sep 28 18:07:17 haha Sep 28 18:07:59 :( but my webcam is soo blury Sep 28 18:07:59 ;) Sep 28 18:08:00 grr Sep 28 18:08:42 oh dude I presume you've seen that 10" 1280x800 capacitive multitouch screen for the Pi, right? Sep 28 18:08:46 ye Sep 28 18:08:49 that might be fun for this Sep 28 18:08:52 i wanna know if it has multitouch =/ Sep 28 18:09:00 you should buy it for me Sep 28 18:09:01 ;) Sep 28 18:09:22 should is a very subjective word :P Sep 28 18:09:32 :3 Sep 28 18:09:39 is there a linux command for getting the size of a file? Sep 28 18:09:49 ls ? Sep 28 18:10:00 possibly.. Sep 28 18:10:09 i might patch the file command to print it out Sep 28 18:10:10 ls -l Sep 28 18:10:14 :3 Sep 28 18:10:22 back in a bit Sep 28 18:10:35 D: Sep 28 18:10:39 but im about to boot up the pi Sep 28 18:13:13 ok Sep 28 18:13:18 IT HAZ GUI Sep 28 18:13:20 holy shiz Sep 28 18:13:49 and it still haz memory left? :D Sep 28 18:14:51 my network is borked atm Sep 28 18:15:02 it complained about a tty before launching Sep 28 18:15:02 * morphis has UI for a very long time now ... Sep 28 18:15:52 it seems to of loaded the calander app Sep 28 18:15:56 and says loading accounts Sep 28 18:22:50 stroughtonsmith: i don't think qemuarm is completely ready at this time Sep 28 18:26:39 stroughtonsmith: i have discovered that 50gigs is barely enough to fit one build Sep 28 18:27:23 ye but the end result is about 300mb Sep 28 18:27:53 the heck.. cant get dam network to come up Sep 28 18:29:34 * aaa801 goes off to find a mouse Sep 28 18:29:54 aaa801: you have the pi booting into LunaSysMgr now? Sep 28 18:33:20 back Sep 28 18:33:24 and aaa801 : awesome! Sep 28 18:33:45 aaa801: pics or it didn't happen Sep 28 18:33:50 also, tweet :P Sep 28 18:34:05 ye it did it itself =/ Sep 28 18:34:11 AND I CANT FIND A MOUSE Sep 28 18:34:22 stupid house move .. Sep 28 18:34:40 morphis: how would i intregrate https://github.com/djwillis/meta-raspberrypi into the buidl? Sep 28 18:34:43 build* Sep 28 18:35:10 aaa801: :) Sep 28 18:35:16 so aaa801 how does mouse work in it? I presume there's no cursor? Sep 28 18:35:19 aaa801: add layer to conf/bblayers.conf Sep 28 18:35:25 so you're blindly hitting stuff? Sep 28 18:35:25 aaa801: everything else is hard work Sep 28 18:35:34 :( Sep 28 18:35:44 stroughtonsmith: if i had a mouse id tell you Sep 28 18:35:51 * aaa801 goes on a better hunt for a mouse Sep 28 18:35:59 aaa801: I doubt mouse cursors are supported Sep 28 18:36:07 i think without a touchscreen you're pretty much SOL at this time Sep 28 18:36:13 hmm Sep 28 18:36:19 let's see what the Transformer Prime does Sep 28 18:36:28 build just started now, so I imagine I'll be here a few hours Sep 28 18:36:50 although it might be possible that you could be "blind" mousing, i doubt it Sep 28 18:37:02 actually it is possible Sep 28 18:37:08 I've run webOS on a pc before Sep 28 18:37:11 back from the simulator builds Sep 28 18:37:17 if it's anything similar, and hasn't been ripped out, that is Sep 28 18:37:35 i wouldn't necessarily count on anything being similar Sep 28 18:37:39 yeah… :D Sep 28 18:37:53 how does the emulator via virtualbox manage it then? nothing you can rip out of that for mouse? Sep 28 18:37:56 while this -looks- a lot like 305, it's -really- not. Sep 28 18:38:05 gotcha Sep 28 18:38:29 aaa801: if you get a shot, please do upload your rootfs img gz somewhere Sep 28 18:38:35 dropbox or the like Sep 28 18:38:47 I'd love to try it while I wait for this to build Sep 28 18:39:04 i just dd partition 2 across Sep 28 18:39:24 im on 3g internet atm Sep 28 18:39:31 ah nvm so Sep 28 18:39:33 get my fibre on the 4th Sep 28 18:39:34 =/ Sep 28 18:39:45 also Sep 28 18:39:48 is github down for anyone Sep 28 18:40:02 not here Sep 28 18:40:08 at least the html part of it Sep 28 18:41:03 im not sure if the sysmgr crashs or not Sep 28 18:41:10 the loading acc wheel stops spinning Sep 28 18:41:11 also Sep 28 18:41:15 no bloody mouse support Sep 28 18:42:01 EricBlade: yes but there is an emulator build in openwebos, see qemu-x86 in the just-released readme, it would have mouse support but I imagine no cursor (why would it need one) Sep 28 18:42:50 destinal: true true. and i guess with the tap indicator, you may not necessarily be completely "blind" Sep 28 18:43:18 ffs why does firefox always freeze when a site goes offline -.-' Sep 28 18:43:21 there were actually some nice debug settings for touch in earlier versions of LunaSysMgr, wonder if they're still there Sep 28 18:43:57 mhm looks like github is completly down =/ Sep 28 18:44:03 from a wiki article I did a long time back Sep 28 18:44:05 http://www.webos-internals.org/wiki/Luna_Debug_Switches Sep 28 18:44:20 i think there's a big chunk of commented out input stuff destinal, as well as several tweakable settings .. not Tweaks-able though Sep 28 18:44:23 no idea if that works in the newish Qt stuff Sep 28 18:44:50 webos-internals offline Sep 28 18:44:51 O-o Sep 28 18:45:06 aaa801: it's just you Sep 28 18:45:16 aaa801: on your end Sep 28 18:45:16 * aaa801 goes to poke his dns Sep 28 18:46:29 :3 Sep 28 18:46:40 stupid 3g Sep 28 18:48:07 morphis: conf/bblayers.conf doesnt exist =/ Sep 28 18:48:41 o got it Sep 28 18:51:30 aaa801: in BUILD-qemuarm Sep 28 18:54:10 task 1098 of 3920, woo Sep 28 18:54:26 odd Sep 28 18:54:31 you have more tasks than me =/ Sep 28 18:54:46 that is true Sep 28 18:54:52 only 4… Sep 28 18:55:10 maybe there was a commit somewhere since your last build? Sep 28 18:55:16 doubt it Sep 28 18:55:20 hmm Sep 28 18:55:22 its prob because i removed the other kernel recipies Sep 28 18:55:30 mine's just supererrer Sep 28 18:56:06 * aaa801 goes off to watch startrek Sep 28 18:56:20 no pics? grr :D Sep 28 18:56:39 i'm on 3886 of 3932 Sep 28 19:13:37 good lord it takes time to do luna-sysservice Sep 28 19:13:44 oh and qt4 Sep 28 19:14:17 oh god qt4 Sep 28 19:17:50 WebKit Sep 28 19:26:08 1544/3920 here Sep 28 19:26:27 EricBlade: you doing an x86/oe compile again? Sep 28 19:27:00 yes Sep 28 19:27:41 cool cool, will be fun to try that on some tablets Sep 28 19:27:49 got any to hand? or just gonna emulator build Sep 28 19:27:55 or run on a laptop? Sep 28 19:28:36 only thing useful i have is a htc evo 4g, so not really doing much of anything device wise at the moment Sep 28 19:29:24 gotcha Sep 28 19:29:30 wonder if anybody else is trying a tablet build Sep 28 19:29:45 at least the prime is fast enough Sep 28 19:35:53 well, not without gpu drivers it isn't Sep 28 19:36:35 oh I can add those easily enough, after I get the rest up Sep 28 19:36:38 or touchscreen Sep 28 19:36:42 have a kernel with gl Sep 28 19:36:55 touch will be interesting; can try a mouse Sep 28 19:37:04 have the keyboard dock so it's not too much a biggie Sep 28 19:37:11 and usb ports Sep 28 19:37:43 oh? what kernel has gl for the prime? Sep 28 19:37:49 and is it gl or also egl? Sep 28 19:38:28 egl I'd imagine Sep 28 19:38:42 and you'd have to ask lilstevie about the kernel Sep 28 19:38:51 he's posted demo videos tho Sep 28 19:39:59 you might want to mute your audio first, but http://www.youtube.com/watch?v=sK_4cXHnyss&feature=plcp ; glxgears running at 2:57 Sep 28 19:40:12 hw accel, afaik Sep 28 19:42:43 iinnnteresting Sep 28 19:43:16 lilstevie: pingalingaling Sep 28 19:50:41 arm has no mouse poijnter Sep 28 19:50:44 or mouse support Sep 28 19:50:46 :) Sep 28 19:52:41 not a surprise, tho Sep 28 19:53:27 well, _my_ arm does. Sep 28 19:53:31 so does my hand Sep 28 19:55:22 heh my every arm device supports mouse pointer if enabled Sep 28 19:55:49 since there's no X11, I guess sysmgr is where one would add mouse support or a cursor? might be a fun patch Sep 28 19:57:10 mouse support exists, see emulator. a mouse *cursor* is likely to be a significant bit of work however, I don't think webos has any concept of it Sep 28 19:57:39 awh crap. Sep 28 19:57:45 aaa801: still getting that build error. Sep 28 19:57:56 the heck Sep 28 19:57:59 like, the nyx layers involved in communication use touch points and gestures Sep 28 19:58:00 whats the error again? Sep 28 19:58:15 gcc's assembler is complaining about ARM modes Sep 28 19:58:28 can you put ssh up ? Sep 28 19:58:34 or teamview? Sep 28 19:58:34 uh, unlikely Sep 28 19:58:46 vm+firewall+router etc Sep 28 19:58:53 teamviewer uses reverse connect Sep 28 19:58:55 should work fine Sep 28 19:59:16 well ive never had any issues with it behind firewalls etc Sep 28 20:00:01 so you didn't have to change anything for arm to compile? Sep 28 20:00:16 I changed something but i cant remember exactly Sep 28 20:00:26 there is something i want to try tho Sep 28 20:02:25 stroughtonsmith: you got teamviewer installed on windows? Sep 28 20:02:40 Windows? Sep 28 20:02:44 no lol Sep 28 20:02:47 not on Windows anyway Sep 28 20:02:57 lemme try modding some files Sep 28 20:03:07 wait Sep 28 20:03:11 what are you using ?# Sep 28 20:03:23 Ubuntu vm in OS X Sep 28 20:03:26 aha Sep 28 20:03:36 http://www.teamviewer.com/en/download/mac.aspx Sep 28 20:03:55 you could install it directly in the vm too Sep 28 20:03:56 http://www.teamviewer.com/download/teamviewer_linux.deb Sep 28 20:04:52 there's mention of va_args and gcc Sep 28 20:04:57 ye ignore that Sep 28 20:04:58 maybe my compiler needs updating? Sep 28 20:05:00 oh Sep 28 20:05:01 nope Sep 28 20:05:11 only thing that it could be Sep 28 20:05:15 is that they borked the armv5 code Sep 28 20:05:28 lemme load my vm quickly Sep 28 20:05:42 hmm that's possible Sep 28 20:05:47 you compiled for v6 Sep 28 20:05:51 i see there's a configuration for eee-pc i wonder if that works. of course, would have the same mouse issue. Sep 28 20:06:05 I wonder if I can get db8 to compile in arm6? Sep 28 20:06:06 ye theres a thing in there for cortex Sep 28 20:06:07 and leave the rest arm5 Sep 28 20:06:12 nonononono Sep 28 20:06:18 thats bad Sep 28 20:06:19 :< Sep 28 20:06:22 lol Sep 28 20:06:29 whats the specs of the cpu in the prime Sep 28 20:06:30 but v7 can run v5 binaries Sep 28 20:06:33 tegra 3 right Sep 28 20:06:35 tegra 3 yeah Sep 28 20:07:12 thats cortex a8 ? Sep 28 20:07:47 a9 Sep 28 20:08:15 hold on Sep 28 20:09:16 if only there was a build bot with a precompiled rootfs Sep 28 20:09:17 :D Sep 28 20:09:39 i have a idea Sep 28 20:09:41 duno if itl work Sep 28 20:10:25 nano openembedded-core/meta/conf/machine/qemuarm.conf Sep 28 20:10:44 change the require tune line Sep 28 20:10:45 too Sep 28 20:10:56 require conf/machine/include/tune-cortexa9.inc Sep 28 20:11:05 delete the build folder Sep 28 20:11:07 and re mcf it Sep 28 20:11:29 uh Sep 28 20:11:33 ? Sep 28 20:11:48 let me try fixing it first before spending hours rebuilding to this point :D Sep 28 20:11:57 hold on Sep 28 20:12:23 if you add a new .conf file in that folder, can you mcf with its name, or do you need to add other stuff? Sep 28 20:13:29 it glitchs up badly Sep 28 20:13:32 ;) Sep 28 20:13:39 i just edited qemuarm Sep 28 20:13:54 mhm from what i see ldrex is armv6+ Sep 28 20:14:37 From ARMv6, load and store exclusive instructions (LDREX and STREX) are Sep 28 20:14:54 yep Sep 28 20:15:00 armv6 code in the armv5 build Sep 28 20:15:01 ;) Sep 28 20:15:22 stroughtonsmith: http://screensnapr.com/v/ETFBmM.jpg Sep 28 20:15:50 ah Sep 28 20:15:54 doh Sep 28 20:16:02 so it is borked Sep 28 20:16:05 ye so change that tune line to tune-cortexa9.inc Sep 28 20:16:09 and retry Sep 28 20:16:15 but ye Sep 28 20:16:20 ok I've found the assembly part Sep 28 20:16:21 you need to rebuild ALL the things Sep 28 20:16:25 so I can just change the opcodes Sep 28 20:16:30 err no Sep 28 20:16:38 unless you know a decent ammount of asm Sep 28 20:16:38 ;) Sep 28 20:16:51 well I just wrote my own VM… :D Sep 28 20:16:56 :p Sep 28 20:16:58 so I'll try Sep 28 20:16:58 still Sep 28 20:17:04 WHY NOT TARGET THE DAM CPU YOUR BUILDING FOR Sep 28 20:17:04 ;) Sep 28 20:17:16 itl build for hard float too Sep 28 20:17:19 soo it should run faster Sep 28 20:17:56 so adding the require line makes the build fail early on Sep 28 20:18:06 sanity checking part Sep 28 20:18:12 so I'll try that later if asm fails Sep 28 20:18:15 but the build used to work Sep 28 20:18:19 so it's something new that's broken Sep 28 20:18:28 and db8 right now is what I'm looking at Sep 28 20:18:55 eah Sep 28 20:18:58 what does sanity fail on Sep 28 20:19:22 hold up, assemblering Sep 28 20:19:24 ;) Sep 28 20:20:04 you know, this would be super easy to just convert to C instead Sep 28 20:20:06 it's 5 lines of code Sep 28 20:20:13 don't care about speed right now Sep 28 20:20:18 :0 Sep 28 20:20:29 this reminds me of building ics for the poxy rpi Sep 28 20:20:37 qemux86 running in luna Sep 28 20:20:38 having to patch valgrind Sep 28 20:20:39 xD Sep 28 20:20:43 haha Sep 28 20:20:54 we also had to add a instruction call Sep 28 20:21:01 they weren't kidding when they said ti was super slow Sep 28 20:21:03 android was relying on the kernel for some crypt thing Sep 28 20:21:06 also, the new background image kicks ass Sep 28 20:22:22 what about Qt graphics acceleration on real platforms Sep 28 20:23:05 but the emu is about as slow as an android emulator, at least when running inside a vm . :D Sep 28 20:25:22 it's expactable, because qt is building without opengl support Sep 28 20:29:41 replaced all that assembly with one line of code. Let's see what happens Sep 28 20:33:26 well at least it's all compiling now :P will be fun to see what db8 does Sep 28 20:35:12 stroughtonsmith: yeah i'm not real sure about what the worry about that having to be in assembly Sep 28 20:35:18 *is Sep 28 20:35:26 so Sep 28 20:35:55 the part where it fails is it has assembly code for making an atomic addition/subtraction on an integer Sep 28 20:36:38 MojOsLinuxInternal.h in db8 Sep 28 20:37:48 I'd submit an Issue, but I can't :P not quite gonna submit a pull request when I'm not really fixing the problem Sep 28 20:38:52 the offending loc http://pastie.org/4857655 Sep 28 20:39:17 after the bne I don't really know what it's doing without looking up the arm reference manuals Sep 28 20:39:20 and I'm too lazy Sep 28 20:51:00 somebody tried open webOS on some board or tablet? Sep 28 20:54:38 gimme a couple hours Sep 28 20:54:46 aaa801: has it on the raspberry pi tho Sep 28 20:55:43 he is building with accelerated qt or not? Sep 28 20:55:49 why do you want to run webos on raspberry? Sep 28 20:56:03 why wouldn't you want to run webos on everything? :D Sep 28 20:56:24 you can run linux on everything Sep 28 20:57:34 I've tried webOS on beaglebone , igepv2 and a10 tablet Sep 28 20:57:57 a10? Sep 28 20:58:19 no brand tablet? Sep 28 20:58:29 how does it run Sep 28 20:58:46 but can't use graphics acceleration in qt. allwinner a10 chip tablet Sep 28 20:59:02 480x800 or so? Sep 28 20:59:15 1024×768 Sep 28 20:59:26 oh interesting Sep 28 20:59:53 i wonder if there any practical use for webos on raspberry or beaglebone Sep 28 21:00:23 testing purpose, sgx gpu Sep 28 21:02:08 LunohoD: there are potential practical uses for it on any hardware, especially hardware you can hook up to a touchscreen. Now, some are more useful than others... :) Sep 28 21:04:31 I can't use properly qpa platforms palm and webos - always getting black screen . works only with linuxfb Sep 28 21:05:30 very slow Sep 28 21:08:20 I'm also have rasb pi, but didn't build it owebos for it Sep 28 21:08:53 tell me about your expirience Sep 28 21:09:49 especially interesting about hw graphics acceleration Sep 28 21:11:40 destinal: any points why openwebos should be better than openwrt/openembedded (hw without touchscreen) or meego (hw with touchscreen)? Sep 28 21:21:36 owebos have a great idea - you can use same applications on desktop and mobile Sep 28 21:22:17 https://twitter.com/webosports/status/251793047740895232 Sep 28 21:22:46 beautiful! Sep 28 21:23:00 1969/3920 here for the Prime Sep 28 21:23:01 ;P Sep 28 21:23:17 GoGoGadget builder! Sep 28 21:23:18 great Sep 28 21:24:22 ka6sox-away: can you upload video Sep 28 21:24:38 ka6sox-away: what you do for touch? Sep 28 21:25:04 I'll let morphis explain Sep 28 21:25:05 stroughtonsmith: it just works :) Sep 28 21:25:09 oh epic Sep 28 21:25:12 stroughtonsmith: give me a moment Sep 28 21:25:16 wonder how the Prime will do Sep 28 21:25:26 stroughtonsmith: will tell you in some minutes Sep 28 21:25:41 you're doing same? Sep 28 21:26:34 I don't suppose you have a rootfs to upload? Saves me spending a couple hours here O:) Sep 28 21:26:52 tgz rather Sep 28 21:27:13 stroughtonsmith: we're doing a lot different then you or HP does Sep 28 21:27:27 we're working on something which isn't just a hack but a real good thing Sep 28 21:27:31 and no, not rootfs yet Sep 28 21:27:37 s/not/no/ Sep 28 21:27:37 morphis meant: and no, no rootfs yet Sep 28 21:27:39 hmm Sep 28 21:27:47 thats up to release later Sep 28 21:27:50 so are you loading from within the android filesystem? Sep 28 21:27:53 ka6sox-away: ^^ Sep 28 21:27:58 stroughtonsmith: no Sep 28 21:28:07 to completely self booting system Sep 28 21:28:11 native boot or loopback? Sep 28 21:28:13 nothing to share with the android rootfs Sep 28 21:28:17 native boot Sep 28 21:28:22 coolio Sep 28 21:28:28 sounds fun :D Sep 28 21:29:00 so you didn't start this today then Sep 28 21:30:01 The community has been working right along with HP to make this a reality Sep 28 21:30:32 this gonna be your reference device? Sep 28 21:31:33 waaait are you running this on top of the android kernel? Sep 28 21:32:18 congratulations Sep 28 21:32:25 ? Sep 28 21:32:26 does steve winston lurk here ? Sep 28 21:32:46 doubtful Sep 28 21:33:23 "error: c compiler cannot create executeables" .. exactly what is the c compiler for then? lol Sep 28 21:33:41 winston is not on irc Sep 28 21:33:46 why? Sep 28 21:33:51 EricBlade: making object code most likely :P Sep 28 21:38:35 stroughtonsmith: why arnt you building for cortex =/ Sep 28 21:38:38 LunohoD: well, if you have touchscreen, webos is arguably a lot simpler to write apps for than meego, esp if you know javascript. if no touchscreen, well, we can create other plugins Sep 28 21:38:45 for touch-style input Sep 28 21:38:51 aaa801: because I didn't want to touch anything in the build system Sep 28 21:39:04 but its a one line change ;P Sep 28 21:39:09 I didn't know that Sep 28 21:39:17 especially not which line :P Sep 28 21:39:30 i told you earlier Sep 28 21:39:31 :< Sep 28 21:39:46 that's like several hours into my build Sep 28 21:39:51 aha Sep 28 21:39:55 your pc is slow Sep 28 21:39:59 vm* Sep 28 21:40:05 I've assigned it two cores Sep 28 21:40:09 I have 8 Sep 28 21:40:21 if I use all 8 I can't do anything else, since vmware likes to have /all/ of them Sep 28 21:40:40 processor? Sep 28 21:40:46 i7, ssd Sep 28 21:40:51 nice Sep 28 21:40:53 fx8150 here Sep 28 21:41:07 i give the vm 7 cores Sep 28 21:41:31 I'm in no rush Sep 28 21:41:40 I could add more cores now but it would mean stopping and starting Sep 28 21:41:45 and, remember, lazy :P Sep 28 21:43:50 will sources for nexus will be available? Sep 28 21:46:34 absolutley Sep 28 21:47:08 Please tell me it's true... Already ported to the Nexus S? Sep 28 21:47:48 ShamedGod: galaxy nexus (and not user-ready yet) Sep 28 21:47:49 NO, you are misteaken Sep 28 21:49:12 AH, so wrong nexus. Still that's awesome. Sep 28 21:50:12 when we can take a look at the source code for nexus? Sep 28 21:56:00 warzon_, I hope soon... today we are being innundated with stuff. Sep 28 21:56:18 more importantly, just how do you get it onto an android device? :) Sep 28 21:56:42 fast boot on a nexus, easy part I assume Sep 28 21:56:46 fastboot* Sep 28 21:57:07 my knowledge of android starts and ends with "i hate it" Sep 28 21:57:13 I'm guessing you're using the Android kernel (O_o) Sep 28 21:57:16 I assumed it was the Nexus S and Nexus S 4G since they have full AOSP support, I thought those would be the first to go. Many would run the alpha especially if they could "moboot" it. Sep 28 21:57:27 which means you get free 3D accel from the android driver Sep 28 21:57:47 stroughtonsmith: we have no accel just yet Sep 28 21:58:00 this is running on framebuffer Sep 28 21:58:12 but you're not talking about kernel yet Sep 28 21:58:16 :D Sep 28 21:58:17 walk before we run Sep 28 21:58:30 fair enough Sep 28 21:58:32 looking forward to it Sep 28 22:01:07 what problems do you have with hw graphics acceleration? maybe we can work together on that problem Sep 28 22:01:19 egl drivers are not fun Sep 28 22:01:41 that's totally the wrong attitude! Sep 28 22:01:48 egl drivers are fun, they are just misunderstood. Sep 28 22:01:49 stroughtonsmith: nexus s is omap4 / powervr SGX, right? Sep 28 22:01:54 yes Sep 28 22:01:59 535 Sep 28 22:02:10 545? Sep 28 22:02:19 shit, I can't remember anymore Sep 28 22:02:24 me neither Sep 28 22:02:45 540 Sep 28 22:02:46 that's what Sep 28 22:02:49 same as the hummingbird Sep 28 22:02:54 help on getting this sorted will of course be appreciated (with attribution of course) Sep 28 22:03:08 hmm Sep 28 22:03:16 what are your blockers? Sep 28 22:03:20 or can you talk about it Sep 28 22:03:38 morphis is busy right now...but he would know better than me. Sep 28 22:05:24 what problems do you get with egl drivers? my main problem in qt , I think Sep 28 22:07:53 i 'm also run owebos only without egl. but my drivers is working fine - qt is not working with them properly Sep 28 22:08:49 warzon_: which device? Sep 28 22:09:28 I have sgx 530 board and Mali 400 tablet Sep 28 22:09:47 expensive Sep 28 22:09:57 warzon_: oh right you said you had an allwinner based tablet Sep 28 22:10:07 I've been thinking about those as well Sep 28 22:10:16 hi warzon Sep 28 22:10:24 hi Sep 28 22:11:37 warzon_: so SGX would be the same situation we're in, I believe the status is the pvr-omap4 binaries we have depend on omap_drm in the kernel which isn't part of 3.0 (the android kernel we're using) but again morphis could speak to it better Sep 28 22:12:04 warzon_: we haven't tried at all with mali binary stuff Sep 28 22:12:19 JaMa may answer questions too :) Sep 28 22:12:20 so if you're using the android kernel surely you need a bionic based GL blob? Sep 28 22:13:42 stroughtonsmith, maybe not Sep 28 22:14:46 for what do you need omap_drm? Sep 28 22:18:26 warzon: the pvr-omap4 binaries from ubuntu need the omap_drm kernel driver Sep 28 22:18:34 which isn't part of 3.0 but of 3.3 Sep 28 22:18:44 without you can't use the pvr-omap4 binaries Sep 28 22:20:10 I am evaluating right now a option to solve this problem but that is nothing I can publish yet Sep 28 22:22:15 as far as I know sgx SDK from TI have two ways of using - with omaplfb and omap_drm Sep 28 22:22:40 why not to use omaplfb? Sep 28 22:24:47 omaplfb is part of the official pvr sgx SDK, right? Sep 28 22:25:41 yes Sep 28 22:26:51 android is working through omaplfb Sep 28 22:28:06 using special library - something like libpvr_ANDROIDWSEGL.so Sep 28 22:28:31 right, webos used some other EGL libs in 2.x with sgx Sep 28 22:30:11 but stock owebos qt is not working with EGL at all Sep 28 22:31:10 I mean using QPA palm and webos Sep 28 22:31:14 right Sep 28 22:31:53 hmmm Sep 28 22:32:05 need some special code for every gpu - native window system Sep 28 22:32:11 warzon_: they are using egl but not for qemu* Sep 28 22:32:48 I'm not using qemu Sep 28 22:33:27 I'm using real hardware Sep 28 22:33:31 yes Sep 28 22:33:43 the palm QPA plugin can use EGL Sep 28 22:33:55 but does not when compiled for qemu* Sep 28 22:34:20 so warzon_ could have wrong build switches Sep 28 22:34:42 what do you mean? Sep 28 22:35:02 warzon_: you could be compiling it for the qemu-arm target so it's defining things that switch off EGL Sep 28 22:35:29 it would still be building ARM binaries Sep 28 22:35:31 no , I'm not using your build system Sep 28 22:35:47 warzon_: what are you using then? Sep 28 22:36:33 (or not defining things that tell it to turn it on) Sep 28 22:36:39 whichever it is Sep 28 22:37:18 it's not matter , sb2 based. be sure that I switched it properly. Sep 28 22:37:25 christ, i've got so many mobile things around me, you'd think i was the crazy-phone-and-tablet-guy Sep 28 22:37:51 warzon_: so you're not using openwebos Sep 28 22:38:31 EricBlade: I can't reply to your DMs D: Sep 28 22:38:55 i 'm using your components but building them as I like Sep 28 22:39:02 rrix: followed. or you can talk to me on irc Sep 28 22:39:07 haha Sep 28 22:39:36 so, what about native window system Sep 28 22:40:13 you did some modifications in qt? Sep 28 22:41:34 buildsystem have no gain on hw graphics acceleration in qt Sep 28 22:46:14 so, what configuration did you provide to properly compile qt with egl support? Sep 28 22:46:56 warzon_: I didn't compile qt with egl support as it doesn't work Sep 28 22:47:02 it's just plain framebuffer Sep 28 22:47:07 nothing more Sep 28 22:51:40 what plans did you have about bringing egl to owebos qt? I'm working on it now Sep 28 22:52:31 warzon_, we need to get them to fix the qt-webos recipe..its just plain ugly Sep 28 22:52:41 pvr-omap4 binaries from ubuntu was my first try Sep 28 22:52:58 but they are requiring omap_drm kernel driver which we don't have Sep 28 22:53:09 warzon_: so I am evaluating now another option Sep 28 22:53:16 try official SDK from ti Sep 28 22:53:26 there is no one for omap4 Sep 28 22:54:06 Kronos Sep 28 22:54:07 warzon_: or did I miss something? Sep 28 22:54:22 kronos doesn't help here as we need the ti bits Sep 28 22:54:37 that is the SDK I know about Sep 28 22:55:08 ti powevr SDK have support for all cpus Sep 28 22:55:28 is that a Pay for it SDK? Sep 28 22:55:39 ka6sox: free SDK Sep 28 22:55:46 url? Sep 28 22:56:19 that won't get us the EGL bits right? Sep 28 22:56:34 but does do either FB or drm Sep 28 22:57:41 warzon_: the 4.x sdk does not support the omap4 Sep 28 23:00:11 warzon_: ? Sep 28 23:01:40 morphis: so yeah it does look like ubuntu's drivers are what everyone is using, so you were on the right track Sep 28 23:01:53 :) Sep 28 23:02:01 sadly, but true Sep 28 23:02:15 I searching for information, but I think that it has support for omap4. Sep 28 23:08:06 http://processors.wiki.ti.com/index.php/RN_4_04_00_01 for example , here they said about sgx540 and omap4 pandaboard Sep 28 23:09:14 hm Sep 28 23:09:14 php/RN_4_04_00_01 for example , here they said about sgx540 and omap4 pandaboard Sep 28 23:09:21 damn Sep 28 23:09:22 gfx_dbg_es7.x / gfx_rel_es7.x Debug/Release binaries for platforms with SGX 540 core revision 1.2.0 Sep 28 23:09:27 sounds interesting Sep 28 23:09:31 ubuntu get there binaries from same SDK , but only for xorg Sep 28 23:09:56 download link is missing Sep 28 23:10:59 give me your email , I sand to you if I found something Sep 28 23:13:31 warzon_: see PM and thanks a lot Sep 28 23:13:42 morphis: http://processors.wiki.ti.com/index.php/Graphics_SDK_Quick_installation_and_user_guide also references pandaboard which would indicate this link http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/latest/index_FDS.html would have what we need Sep 28 23:14:29 destinal: thanks a lot Sep 28 23:14:32 will take a look Sep 28 23:15:03 I am off now Sep 28 23:15:04 gn8 Sep 28 23:15:09 morphis: night Sep 28 23:16:08 I send you test email , so you have my adress to. good night Sep 28 23:20:42 nite morphis Sep 28 23:23:21 hmm. i think my pre3 has seen better days. every time i go to pick it up, it's off Sep 28 23:24:20 ewwwl Sep 28 23:25:34 ok. screw this. stopping the build, ramping up all the cores, vmware can have all of them Sep 28 23:25:35 battery wouldn't charge over about 80% earlier today, and now the damn thing won't stay powered Sep 28 23:25:54 and it's down to 50% battery Sep 28 23:26:37 stroughtonsmith, no kidding...I have 8 cores + HT and I give it all of them Sep 28 23:26:43 same here Sep 28 23:26:48 it needs them all Sep 28 23:26:55 working to get new builders with 24 cores :D Sep 28 23:26:56 I'm in the middle of build_webkit :P Sep 28 23:27:01 ow ow ow.... Sep 28 23:27:03 build bot. we need a build bot! Sep 28 23:27:07 sad menchi song. Sep 28 23:27:08 nightly builds for all targets Sep 28 23:27:09 lol Sep 28 23:27:34 stroughtonsmith, I have dedicated a full server to this (with Jenkins control) and its *still* not enough! Sep 28 23:27:37 the meego guys did a lot of that stuff. @Stskeeps Sep 28 23:27:38 the galaxy nexus port looks neat Sep 28 23:32:25 morning bigbluehat Sep 28 23:33:23 LOL it's screaming through the build now it's past webkit Sep 28 23:33:40 I don't remember if thats single threaded build or not Sep 28 23:37:39 oh hello. http://www.theverge.com/2012/9/28/3425382/open-webos-galaxy-nexus-port Sep 28 23:38:05 :) Sep 28 23:38:56 ooh software keyboard Sep 28 23:38:59 how purty Sep 28 23:39:10 definitely need to 2x it a bit :P Sep 28 23:39:22 does lunasysmgr have a flag for that? how did the pre3 do it? Sep 28 23:39:40 man i love this comment: "Not trolling just genuinely curious. Why would you want webOS? Android is open (with certain properies) Mozilla are developing firefox OS which is probably more open (in terms of the traditional sense. I don’t understand why they are doing it." Sep 28 23:39:42 or is that already running at pre3 scale Sep 28 23:40:11 iirc it might be 768X1024 currently Sep 28 23:40:20 but I can't remember what morphis said. Sep 28 23:40:41 (can't be as it would be stretched) so I dont' know is the official final answer :D Sep 28 23:40:50 eh? if it's frame buffer surely you're not scaling up, you're running at 720x1280 Sep 28 23:40:57 right Sep 28 23:41:02 kk Sep 28 23:41:03 thats the right answer Sep 28 23:41:05 haha Sep 28 23:41:20 just wondering what the pre3 does differently to load everything at 1.5x Sep 28 23:41:38 unless that was a special build that never got brought into the mainline Sep 28 23:41:52 I asked about this...and apparently in the code there is a 1.5X Icon Directory... Sep 28 23:42:03 but we didn't like to it yet :D Sep 28 23:42:14 also this only is Portrait...not landscape Sep 28 23:42:31 (for now) Sep 28 23:42:47 oh it's running the tablet ui Sep 28 23:42:52 didn't realize Sep 28 23:48:39 2171/3920… Sep 28 23:56:55 http://www.webosnation.com/open-webos-oe-booted-galaxy-nexus-webos-ports-video Sep 29 00:02:54 * ka6sox wishes he was a better "blogger" Sep 29 00:05:07 http://blog.openwebosproject.org/ Sep 29 00:07:41 just thought i'd stop by and say congrats to ka6sox and all the other members that ported open webos to the galaxy nexus! Sep 29 00:07:50 +1 ! Sep 29 00:09:14 +1.5 Sep 29 00:11:56 +3.14 Sep 29 00:13:29 The Gang has been hard at work.... Sep 29 00:23:11 okay I gotta god Sep 29 00:23:13 *go Sep 29 00:23:20 see ya Sep 29 00:23:25 laters invalidopcode Sep 29 00:34:01 2220/3920, and I think it's bedtime. Will see if it boots in the morning Sep 29 00:39:26 you'll be lucky to be done by morning Sep 29 00:40:38 nite stroughtonsmith Sep 29 00:57:19 RagingMind, are you about? Sep 29 01:12:59 well, ok, when i asked "what the hell would you do with webos on a raspberry pi" .. i guess someone came up with something. http://blog.makerbar.com/?p=254 Sep 29 01:15:41 hmm. all the webos phones here of recent vintage are powering off randomly Sep 29 01:22:28 They're mad that you're replacing them all with gnexen Sep 29 01:23:54 EricBlade, why would I want to port to a severely closed source thing (like the TP drivers are)...that seems to be a waste of time. Sep 29 01:24:19 the raspi has no pull for me. Sep 29 01:24:32 because raspi is raspi omg raspi Sep 29 01:24:44 (plus it only has 256MB of RAM....remember how bad a 256MB Pre - ran???) Sep 29 01:25:05 lets open 4 cards....TMC!!!! Sep 29 01:28:58 I am hoping that the memory pressure we saw with the original pre doesn't show up here... Sep 29 01:29:14 but 256MB is just too slim (also its a 700mhz single core iirc) Sep 29 01:29:33 I just didnt' feel like porting to -3yrs tech Sep 29 01:29:54 s/I/We/ Sep 29 01:29:55 ka6sox meant: We just didnt' feel like porting to -3yrs tech Sep 29 01:42:14 halfhalo, pong Sep 29 01:42:25 hiya lilstevie Sep 29 01:42:29 hi Sep 29 01:42:57 I know he was looking for ya...let me see if I can scare him up. Sep 29 01:43:12 kk Sep 29 01:48:18 WebOS. The Amiga OS of mobiles. Sep 29 02:50:37 heya **** ENDING LOGGING AT Sat Sep 29 02:59:57 2012