**** BEGIN LOGGING AT Fri Feb 05 02:59:56 2010 Feb 05 03:01:12 zsoc: i don't really care about their holy reasons, i want my code to compile :) Feb 05 03:01:25 although if there's a better way, then we should use that Feb 05 03:01:42 better way to do what than what? Feb 05 03:02:04 oh to get libxml2 to link in libz other than hacking at the makefile Feb 05 03:02:20 jacques: although to be honest since i was trying to get /x/ working, libxml2 wasn't a big concern, didn't try very hard Feb 05 03:02:39 I didn't need libxml2 Feb 05 03:03:06 jacques: sure, like i said i built quite a large number of the dependencies Feb 05 03:03:23 but many packages required LDFLAGS="-Wl,-rpath,/usr/local/lib -L/usr/local/lib" ./configure --prefix=/usr/local Feb 05 03:03:25 jacques: not sure which needed it anymore, tbh. but there's a component that refuses to build without it Feb 05 03:04:45 jacques: sure sure. but libxml2 just flat out doesn't even TRY to link in a required dependency Feb 05 03:05:00 jacques: so the resulting error isn't "couldn't find libz" (which yuor ldflags fix) Feb 05 03:05:16 jacques: but just plain undefenined references b/c no one told the compiler to include libz in the party Feb 05 03:06:52 that sounds like a bug in the autotools configs Feb 05 03:06:53 zsoc: so apparently i made a typo when i tried just setting the ldflags before. use jacque's command above (b/c i'm too lazy to retype :P) but add "-lz" to the end of the LDFLAGS definition, before the second quote Feb 05 03:07:11 dtzWill: so back to my original question.... i can throw your sed magic somewhere in the Makefile to edit the other makefiles after download/extraction and before make? Feb 05 03:07:23 got it Feb 05 03:07:27 zsoc: yes, but don't :). it's a hack and i'm sorry I suggested it. the n.... you got it :) Feb 05 03:08:06 zsoc: the LDFLAGS method is significantly cleaner--i ended up using it b/c i guess when i tried setting the ldflags the other night i made a typo. sorry :) Feb 05 03:08:16 zsoc: but the -lz is still needed which is silly Feb 05 03:08:25 yeah, many agree Feb 05 03:09:22 I'm really enjoying learning about SDL Feb 05 03:09:49 of course, things will change completely when 1.3 is released Feb 05 03:10:30 I understand the whole software/hardware surface thing somewhat better now Feb 05 03:11:01 jacques: sdl is fun Feb 05 03:11:59 "People assume that because hardware buffers are based on hardware that programs that use them will be faster than programs that use software buffers. That assumption is often not true." Feb 05 03:12:04 that used to be me :-) Feb 05 03:12:11 was me until 2 days ago lol Feb 05 03:13:49 * rwhitby does a "make clobber all" in cross-compile.git on two different machines to see what is broken Feb 05 03:14:54 rwhitby: all of what i've seen broken so far from this side is libxml2's fault Feb 05 03:15:12 have you pushed the fix for that? Feb 05 03:16:19 rwhitby: no, im building it now. also glib-2.0 is broken and needs a "z" in the tar patch line Feb 05 03:16:31 i can actually push that Feb 05 03:17:00 n/m, someone just fixed it Feb 05 03:24:09 please strike all of my libxml2 struggles/comment of the last 15 minutes from the record. Feb 05 03:25:24 oil: in Preware, how easy would it be to continue loading the feeds even if there is an error during the update service method? Feb 05 03:25:49 that's a good idea Feb 05 03:26:24 show the error, and on OK continue loading the feeds. Feb 05 03:26:45 * rwhitby bbiab (lunch) Feb 05 03:27:47 rwhitby: why dont you just make a new udpate function Feb 05 03:28:28 start transitioning parts of java over to be more like it is in C Feb 05 03:28:33 s/is/will be/ Feb 05 03:28:34 PuffTheMagic_ meant: start transitioning parts of java over to be more like it will be in C Feb 05 03:29:45 rwhitby: http://curl.haxx.se/libcurl/java/curl-java-0.2.1.tar.gz Feb 05 03:37:45 so, X, huh? how does it perform? Feb 05 03:38:24 destinal-wirc: like eyeballs Feb 05 03:38:46 quick, benchmark with glxgears Feb 05 03:39:01 destinal-wirc: hard to say, we're still fighting some key issues with rendering, etc, that make it so it only renders when minimized. Feb 05 03:39:02 no gl support atm Feb 05 03:39:05 zsoc: lol Feb 05 03:39:06 VincentLaw: no glx Feb 05 03:39:25 0fps from no glx sounds pretty god awful Feb 05 03:39:26 :p Feb 05 03:40:01 those googly eyes tho... Feb 05 03:40:03 zsoc: thanks again... i got to use it several timse today Feb 05 03:40:35 xenoph0be: working on building the framework to get it to build automagically, as well as new plugins Feb 05 03:40:49 sweetness Feb 05 03:41:19 zsoc: well rick will be happy since a real editor will be easy with x Feb 05 03:41:22 i did a bit more searching, and found that it will also make google voice work with emailed voicemail attachments Feb 05 03:41:32 xenoph0be: good to know :) Feb 05 03:41:38 hmmm ... /bin/bash: line 1: glib-mkenums: command not found Feb 05 03:41:39 since google voice uses the same GSM 6.10 codec Feb 05 03:42:28 I feel like this is a path issue.. Feb 05 03:42:30 but i dont have a voice account to test with Feb 05 03:42:43 xenoph0be: googlevoice just transcodes it anyway ;) Feb 05 03:42:46 yea Feb 05 03:43:02 well i mean to verify that what I found is true Feb 05 03:43:20 but you mean speach to text Feb 05 03:43:34 xenoph0be: I could test but don't know how to get the code going Feb 05 03:44:00 destinal: it was a very simple 2 library install... with a few symlinks Feb 05 03:44:05 I have gvoice Feb 05 03:44:24 now if we could get .eml attachements to open. Feb 05 03:44:27 :D Feb 05 03:44:45 s/attachements/attachments/ Feb 05 03:44:49 no? Feb 05 03:45:05 so arbitrary codecs are easy to associate with picket? Feb 05 03:45:08 guess i didnt do that right... Feb 05 03:45:08 picket? Feb 05 03:45:21 pick ER Feb 05 03:45:53 it was a gstreamer library, libgstgsm.so, that depended on libgsm.so Feb 05 03:45:55 stupid spelling correct Feb 05 03:46:34 dropped in the two compiled libraries, made symlinks, and did a gst-inspect to get it into gstreamer Feb 05 03:46:37 picker is a word, I think,but my pre disagrees Feb 05 03:47:04 then I had issues getting it to play, so I rebooted, but could probably just restarted a few services, but would have to have known which ones for sure Feb 05 03:47:43 it may have been a plugin tho requiring Luna restart Feb 05 03:48:10 not sure, or a restart of the audio services for the pre Feb 05 03:49:34 but my reason for the codec was to get the compressed wavs from my offices voicemail system to play straight from the email attachment Feb 05 03:49:42 which works smashingly Feb 05 03:51:01 xenoph0be: oh, i found out, it was MediaServer you had to restart Feb 05 03:51:43 xenoph0be: actually, you only have to kill it... restarts itself Feb 05 03:52:06 now if i can figure out why glib-2.0 builds without glib-mkenums.... might be the palm patch Feb 05 03:52:43 zsoc: sweet Feb 05 03:53:28 could someone with the internals PDK help me by seeing if ldsync builds correctly? http://lsyncd.googlecode.com/files/lsyncd-1.26.tar.gz Feb 05 03:53:43 im not on my main computer right now.. thanks :) Feb 05 03:55:20 random: not much to it, it should work Feb 05 03:56:49 Hey, So I saw that on universal search you can't put anything beneath twitter, does the same rule apply to not sticking anything above google? Feb 05 03:58:27 hello? Feb 05 03:59:48 I'm just lurking to soak up randomness, so I'm no help lol Feb 05 04:00:04 igobytony: me too mostly Feb 05 04:00:26 zsoc: ok, thanks :) Feb 05 04:00:30 haha, I figured I wasn't the only one out of 150 ppl Feb 05 04:01:15 igobytony: hey a lurker. talk more. Feb 05 04:01:31 thing is I'm not a huge fan of Google so I was trying to replace Google with Bing so I commented out the google code and put bing there instead Feb 05 04:01:37 zsoc: do you know if anyone has done any work to get .eml attachments to be viewable? Feb 05 04:01:37 LURKERS! COME FORTH! Feb 05 04:02:01 zsoc: they can't all come forth at once, we'd be flooded :) Feb 05 04:02:06 lol Feb 05 04:02:06 xenoph0be: that's not my thing :) Feb 05 04:02:22 zsoc: I am "un-lurking..." Feb 05 04:02:52 anyone know who I would PM that would know about the universal search stuff? Feb 05 04:02:53 excellent Feb 05 04:02:56 hrm... i've played around with the command-resource-handlers.json, but need a way to call the email viewing portion of the email app Feb 05 04:03:21 or an external viewer all together Feb 05 04:03:28 xenoph0be: check #webos? their might be an api for that floating around Feb 05 04:04:19 alrighty... internals... mainly for the hacking behind luna eh:D Feb 05 04:04:19 this might be a silly question, but what's keeping us from compiling on-device? Feb 05 04:04:21 hm... glib _builds_ the executable but doesn't install it anywhere... Feb 05 04:04:41 random: nothing, we do it all the time. it's just slow as hell Feb 05 04:04:54 * zsoc is willing to bet many have a debian chroot... Feb 05 04:05:18 random: the widk is just 1000 times more standardized, and sensical Feb 05 04:05:25 zsoc: first terminal build for ARM was built on a pre in debian chroot :) Feb 05 04:05:34 :> Feb 05 04:05:41 not the distributed one but testing etc Feb 05 04:06:55 the chatter in here seems much more lively than #webos... at least the few times i've lurked there Feb 05 04:07:08 er... well it's different Feb 05 04:07:12 there are app catalog devs in there Feb 05 04:07:14 * zsoc shudders Feb 05 04:07:27 lol Feb 05 04:16:37 so, cross-compile.git built fine on my ub9.10 box Feb 05 04:17:11 rwhitby: yep, everything's ironed out it seems Feb 05 04:17:41 rwhitby: except glib-2.0 doesn't install utilities anywhere Feb 05 04:17:50 dBsooner: wtb patch acceptance? :D Feb 05 04:20:11 curious thought: does anyone think it would be possible to move the top system bar (where the clock lives), to elsewhere, like the bottom, or on the sides (with proper orientation)? Feb 05 04:22:36 ./configure --prefix=${INSTALL_PREFIX} should be accurate, no? Feb 05 04:23:00 VincentLaw: it's possible to hide it Feb 05 04:24:18 I'm not interested in hiding it. I mean as a patch, could it be moved? Feb 05 04:24:29 jacques: ping Feb 05 04:25:02 is the position something controlled in its JS/HTML, or is that something luna manager is controlling and thus we can't play with it? Feb 05 04:25:12 zsoc: pong Feb 05 04:26:17 can someone look inside their /var/usr/palm/applications and tell me if they still see com.palm.app.pdfviewer? Feb 05 04:26:30 jacques: best way to integrate LDFLAGS into widk Makefiles? it doesn't play nice with ${SB2} (ie: trys to set outside of sb2 shell) Feb 05 04:28:22 jhojho: aye its there Feb 05 04:28:31 zsoc: I was doing LDFLAGS="..." sb2m ./configure --prefix=... Feb 05 04:29:09 VincentLaw it is possible. Feb 05 04:29:10 where sb2m is an alias : sb2m='sb2 -M /home/packages/palm/cross-compile/staging/mapping-armv7' Feb 05 04:29:24 jacques: hmm... seems backwards.. ill try it tho Feb 05 04:29:24 VincentLaw go look at the code for bar-controller in the framework folder Feb 05 04:29:46 so LDFLAGS="..." sb2 -M ... ./configure --prefix=... Feb 05 04:29:59 xenoph0be: okay. so i'm not the only one. Feb 05 04:30:02 yep, i dont know why it works tho, ty Feb 05 04:30:32 okay, then if it is possible, just one more even-more theoretical question: is it possible to add an API call, sort of like the one to go "full screen", to perform such a position change on the fly? The reason I'm thinking of it is for landscape applications. Feb 05 04:30:44 next, to install apps via cmd line. is the following sequence correct? ipkg -o /media/cryptofs/apps install ? Feb 05 04:31:01 VincentLaw I see no reason why not. Feb 05 04:31:25 coolbeans. I might look into doing that then, if it's not too much effort Feb 05 04:31:32 trying to avoid use of webosqi. never used it. =) Feb 05 04:31:33 VincentLaw bar-controller is the mechanism I keep thinking of to create an "active home page." or "active desktop" Feb 05 04:31:35 zsoc: it's modifying the env od sb2, which passes it on to its children Feb 05 04:31:54 jacques: i see. ty master Feb 05 04:31:55 s/ob/of/ Feb 05 04:32:05 lol Feb 05 04:32:07 ah yeah, just making the bar controller larger when there's no active cards? Feb 05 04:32:35 a WHE should call no-one master Feb 05 04:32:35 can I talk this time? Feb 05 04:32:37 yay Feb 05 04:32:50 so i looked at the apex bootloader code, doesn't seem like it will be that hard to adapt... Feb 05 04:32:50 darn Feb 05 04:33:01 who turned the cryptk|work filter off? Feb 05 04:33:05 lol Feb 05 04:33:23 ~~~~ Feb 05 04:33:24 ARGH!!! STOP IT jacques!!! Feb 05 04:33:33 ah, he's awake after all Feb 05 04:34:19 cryptk|work_: that's good news Feb 05 04:35:17 seems like I will just need to manually specify alot of things in the config and makefiles..., but then I could add those specs into the files themselves to make building it for the pre really easy Feb 05 04:35:26 I am going to mess around with it mroe this weekend Feb 05 04:35:46 er... where are the build logs? Feb 05 04:47:13 zsoc: http://logs.nslu2-linux.org/buildlogs/ Feb 05 04:47:22 dtzWill: er... i meant in the widk Feb 05 04:47:50 zsoc: ? when you build doesn't it print everything to the screen? Feb 05 04:48:04 well, most of it Feb 05 04:48:09 make |& tee build.log Feb 05 04:48:14 zsoc: oh, i didn't know about that. not sure then, sorry Feb 05 04:48:26 but when you get generic errors i was expecting more :p sorry i guess this is a gentoo thing in my head lol Feb 05 04:51:15 ah, i need gtk-doc Feb 05 04:51:32 i love generic errors in building programs that need utilities that they have no dependency for Feb 05 04:52:21 which is even stranger, because i turned off docs in configure... which i guess means install _less_ documentation, but i can't stop all of it heh Feb 05 04:54:33 it looks like palm's SDL patches refer to include files we don't have Feb 05 04:54:58 #include "hid/IncsPublic/HidLib.h" (for example) Feb 05 05:05:36 jacques: this is correct. palm's sdl patches fail the complete / corresponding test re: LGPL compliance Feb 05 05:06:01 jacques: would you mind requesting the missing files? Feb 05 05:06:52 jhojho: don't forget the postinst with IPKG_OFFLINE_ROOT defined Feb 05 05:07:58 destinal-home: how do I request the files? Feb 05 05:08:17 rwhitby: ? Feb 05 05:09:10 15:00 jhojho: next, to install apps via cmd line. is the following sequence correct? ipkg -o /media/cryptofs/apps install ? Feb 05 05:11:23 jacques: if you have time you could write up a list of the headers we don't have and send an email explaining and requesting these headers and any headers they include to opensourcequestions@palm.com . I suspect no matter what, in best case they may miss the ones included by includes and this may take multiple rounds to get right. worst case, they misunderstand LGPL and will refuse them as part of another project (which I' Feb 05 05:11:55 make sure to request them also under LGPL specifically Feb 05 05:12:06 "project (which I'" Feb 05 05:12:09 your message was cut off Feb 05 05:13:27 they ignored my email Feb 05 05:14:25 gak. wireless woes Feb 05 05:17:19 egaudet: in the past palm representatives have stated that they don't have to give out included headers under LGPL/GPL because LGPL is permissive. In fact, it's only permissive about applications or programs that link to the library not having to be GPL-compatibly licensed accompanying binaries. (but the source to the library itself and headers/makefiles/etc needed to build it must be distributed / offered with binaries of th Feb 05 05:18:24 Yea they have to give any part of the headers required to build Feb 05 05:18:33 I think the LGPL is quite clear about that Feb 05 05:19:10 egaudet: unionfs-fuse is yours? Feb 05 05:19:18 woo, gstreamer builds Feb 05 05:19:32 yea I pushed it Feb 05 05:19:42 is it broken? Feb 05 05:19:52 you guys do a great job Feb 05 05:20:00 egaudet: this is why we Palm needs to offer the piranha headers needed to build webkit / webcore also Feb 05 05:20:02 egaudet: please remove the stage-rootfs.mk line - that's only for staging libs from the doctor Feb 05 05:20:10 egaudet: which they're not happy with and have not done Feb 05 05:20:14 LittleCZR: sometimes we have no idea what we're doing Feb 05 05:20:48 * zsoc removes stage-rootfs from all his Makefiles.... Feb 05 05:20:51 no one saw that Feb 05 05:21:17 rwhitby: what were you saying about postinst? Feb 05 05:21:52 anybody here on smartflex 600? Feb 05 05:21:54 egaudet: I think we need to make a GPL/LGPL compliance scorecard page on the wiki Feb 05 05:22:10 egaudet: list everything that doesn't build due to missing headers Feb 05 05:22:31 they gave us lunaservice.h just to keep us busy lol Feb 05 05:23:54 is there a way to undo git add? Feb 05 05:23:56 LittleCZR most of us are very very very afraid of messing with reflex. Feb 05 05:24:08 LittleCZR which is why it's tagged as dangerous Feb 05 05:24:38 egaudet: it's possible that it's just confusion / miscommunication between the people in charge of answering open source related questions and the people that released the code .. it's possible the latter just missed things and the former haven't spoken with the latter.. just guessing Feb 05 05:24:46 wow, been using it for the past 3 months my self Feb 05 05:25:08 LittleCZR well, congrats. Feb 05 05:25:20 LittleCZR I'm not letting it anywhere near my pre. Feb 05 05:25:22 rick-home: er... not afraid so much as uninterested and doubting kernel support Feb 05 05:25:35 600mhz was interesting, because at that speed JS was actually measurably improved in speed. There was one JS benchmark that would actually time out and not finish at 500mhz, but would finish at 600mhz. Feb 05 05:25:39 rick-home: your pre already goes to 600mhz when you run app catalog sdl games Feb 05 05:25:45 this particularly sucks because I might want to build instrumented SDL libs Feb 05 05:25:45 but I cannot Feb 05 05:25:51 Uh, guys. PALM clocks the processor to 600 in games Feb 05 05:25:57 yea I'm willing to give the benefit of the doubt destinal-home, I just wish we could speed it all up somehow Feb 05 05:26:03 jhojho: when you use ipkg on the command line to install a package, if it has a postinst and you don't run it correctly then it will not be installed correctly Feb 05 05:26:11 especially since geist, the kernal dev from palm engineering who hangs out in here sometimes has told us over and over that there is not kernal support Feb 05 05:26:28 rick-home: palm clocks the processor to 600 in games. :P Feb 05 05:26:32 destinal-home it's not the clock speed it's the kernel support of the reflex.... Feb 05 05:26:33 rwhitby: ah thanks. just checked. no postinst so i'm good =) Feb 05 05:27:27 maybe after a using smartflex 600 for a while my phone will explode Feb 05 05:27:27 rick-home: smartreflex is in the kernel that palm ships. no it's not supported/used by palm at this time Feb 05 05:27:47 * rick-home shrug Feb 05 05:28:01 there are some additional patches that may help things but not released yet Feb 05 05:28:05 I heard rumblings of it being incomplete / weird functional issues Feb 05 05:28:11 maybe it will make a black hole after the explosion Feb 05 05:28:14 clocking the proc to 600Mhz and smartreflex are not the same thing Feb 05 05:28:17 so the reflex patch though, it still clocked it up to 600mhz, it just didn't do anything else, right? cause that would be confusing after my benchmarking Feb 05 05:28:30 egaudet: most probably true. it's not well tested. Feb 05 05:29:17 jacques: exactly. it's possible to set the cpu speed to 600mhz without cpu-scaling or smartreflex Feb 05 05:29:22 oh, what rick-home said better Feb 05 05:29:52 smartreflex will cause a singularity event =) Feb 05 05:30:25 it has many many times already, but we are in a timeline which split off Feb 05 05:30:35 lol Feb 05 05:30:56 I have yet to see someone say which of the 3000 different cpu patches actually exactly matches what Palm does for SDL games. Feb 05 05:31:16 If someone can, then we may be able to put that patch in Preware. Feb 05 05:31:18 rwhitby: i don't believe any of them exactly, er... or all of them Feb 05 05:31:19 smartflex will cause a rip in the fabrick of this universe Feb 05 05:31:31 rwhitby: need git help Feb 05 05:31:41 ask a git Feb 05 05:31:57 rwhitby: I would hazard a simple if game (600mhz) else (500mhz) Feb 05 05:32:00 rwhitby: $HOME/.ssh/id_rsa.pub is the correct location for my key, no? Feb 05 05:32:09 zsoc: yes Feb 05 05:32:19 zsoc: no, that's your public key Feb 05 05:32:34 so unless *you're* hosting the server, that's the wrong file Feb 05 05:32:35 for said user. well the public key like rwhitby said Feb 05 05:32:45 got it Feb 05 05:33:12 rwhitby: they just write to a file in /sys - use the kernel cpufreq driver Feb 05 05:33:28 id_rsa.pub is the key you put on machines you want access to. Feb 05 05:33:47 id_rsa is your private key. dont share this =) Feb 05 05:33:50 rwhitby: the driver should be in ther kernel patch - heck it's the omap3 cpufreq driver Feb 05 05:33:57 rwhitby: "warning: You did not specify any refspecs to push, and the current remote has not configured any push refspecs. The default action in this case is to push all matching refspecs" Feb 05 05:34:23 zsoc: you need to modify .git/config probably. Feb 05 05:34:32 rwhitby: and it's lunasysmgr which does the writing to change freq Feb 05 05:34:44 jacques: ie: "turbo" mode Feb 05 05:35:06 git remote add origin Feb 05 05:35:13 egaudet: ty Feb 05 05:35:17 zsoc: yep Feb 05 05:35:39 I would still like a way to disable / have greater control over it Feb 05 05:35:47 turbo mode makes me think of knight rider Feb 05 05:36:02 not all SDL apps need to run at 600MHz after all Feb 05 05:36:47 jacques: maybe palm can make it an option that the app can pass on to lunasysmgr later. optin in appinfo.json? Feb 05 05:37:07 jhojho: that would be pretty nice Feb 05 05:37:20 hi again.. i have another question jaja.. Feb 05 05:37:28 speed: (normal|turbo) Feb 05 05:38:01 mm reminds of the 486.... Feb 05 05:38:04 I wonder if that holds for the pixi too. the cpu speed change that is. Feb 05 05:38:20 doubt it, different cpu, and doesn't support type: game Feb 05 05:38:27 hmmm, what's a hidden symbol in a shared lib? I really want to call one Feb 05 05:38:47 I mean what are the implications of it being hidden, other than I can't reference it (apparently) Feb 05 05:38:50 if i want to execute luna send commands through lighttpd with php.. would executing them directly (as in the gps example in the wiki entry) become a security hole? Feb 05 05:39:49 php is a security hole. Feb 05 05:39:53 *ducks* Feb 05 05:40:54 random: are they using exec() or similar? if so I'd say that's a security hole in general, just because it's bad practice >.> Feb 05 05:43:10 VincentLaw: they use this.. &1 | cut -d, -f4,5 | sed -r 's/[^-\.0-9,]//g'`; ?> Feb 05 05:43:19 is there any good docs on pixi's processor? Feb 05 05:43:38 qualcomms site isn't developer friendly Feb 05 05:45:18 random: you can probably inject a in there ... Feb 05 05:45:54 ali1: unless you're wanting to buy 100K units, you won't find doco Feb 05 05:46:08 disappointing. Feb 05 05:47:27 hopefully that android phone with the same proc will have some good stuff Feb 05 05:48:08 hope springs eternal Feb 05 05:48:25 random: that's not a command, thats a variable definition lol Feb 05 05:48:36 VincentLaw: backticks Feb 05 05:48:53 huh? oh Feb 05 05:48:59 * VincentLaw changes font Feb 05 05:50:36 VincentLaw: haha i thought i never called it a command, but re-reading i realized i did.. sorry Feb 05 05:50:53 no it is Feb 05 05:51:36 ` ` backticks is short form for shell_exec() Feb 05 05:51:50 I didn't see it on the crappy font I was using, looked like single quotes :p Feb 05 05:52:09 rwhitby, lol Feb 05 06:02:01 was checking into latest ubuntu Upstart /etc/event.d... is up to 0.6.5, webos only has 0.3.8 Feb 05 06:02:51 there are some new features coming to do time based (replace cron, which is an issue in webos) and a feature i'm really looking for, to start/stop based on file/dir changes Feb 05 06:03:58 rwhitby, you there? Feb 05 06:04:06 xorg: yep Feb 05 06:04:56 am curious about the idea of having a separt upstart instance, that uses our own /etc/webos-internals.event.d kind of thing Feb 05 06:05:36 with latest version of upstart... palm's upstart would still be independent and isolated Feb 05 06:06:42 the newer upstart will be doing cron type stuff (issue on webos) and trigger stuff on file/dir changes, would be great to get that into webos. Feb 05 06:07:21 http://omappedia.org/wiki/Bootloader_Project Feb 05 06:07:26 just throwing that out there Feb 05 06:09:53 xorg: put upstart in optware Feb 05 06:10:42 would have to be modified to have its own /etc/event.d... i'd think thats about it. Feb 05 06:12:07 yep, use /opt/etc/event.d/... Feb 05 06:12:25 * rwhitby bbl Feb 05 06:12:40 off to bed, just throwing it out there Feb 05 07:03:31 hmm, that's interesting, documentserver is available in opensource.palm.com containing lunaservice headers dated 9/9/2009 .. just a bit before greg got the headers officially in seperate request? Feb 05 10:09:09 good morning Feb 05 10:16:49 hm. Feb 05 10:16:57 re Feb 05 10:17:00 what's the command line to get all installed packages? I remember it should be something like "ipkg -o /path/to/somwhere list_installed" but i don't remember anymore. searching webos-internals.org doesn't give me a correct solution Feb 05 10:55:38 sui: ipkg -o /media/cryptofs/apps list_installed Feb 05 10:56:51 rwhitby: thanks. i will note it on a cheat sheet :) Feb 05 10:57:51 can i add my own nameservers to /etc/resolv.conf or is there another file on the pre? Feb 05 11:02:07 there's actually a Palm service you can call to do it Feb 05 11:02:24 why do you want to do it manually? Feb 05 11:02:35 (i.e. why not use the webOS interfaces to do it) Feb 05 11:03:23 be careful not to assign nameservers too far away from you or your web experience will slow down... CDNs use your nameserver to determine what city you're in, and then web pages come from servers nearest to where they think you are (by dns) Feb 05 11:03:34 rwhitby: hm. i'm used to set nameservers manually. In this case i need it to get the last steps of my openvpn config up and running Feb 05 11:04:33 sui: you want to read http://www.webos-internals.org/wiki/Network_Management Feb 05 11:05:04 rwhitby: right. i want to read this document Feb 05 11:05:32 and then work out how to get openvpn to do all that stuff automatically Feb 05 11:05:47 so it then works for everyone, not just yourself. Feb 05 11:05:57 rwhitby: it's only for me! Feb 05 11:06:46 rwhitby: it's to connect to my company when not at home Feb 05 11:07:19 sui: yes, but your company's openvpn server will send the dns details, and openvpn can set them automatically Feb 05 11:07:35 then it will work automatically for all who connect to their own servers Feb 05 11:09:06 there are just a few people with ovpn. afaicr out ovpn server does not send dns details Feb 05 11:10:08 mine does Feb 05 11:10:41 I spent the effort to get openvpn to build and install on the Pre. I was hoping you would take the effort to get DNS working in the default configuration. Feb 05 11:11:09 hi Feb 05 11:11:27 i have two new idears for apps Feb 05 11:11:53 first: a unpacker for .rar and .7z files Feb 05 11:12:38 second: a app for sharing files over bluetoth between two webos devices Feb 05 11:13:13 i hope this is not impossible, because this apps would be usefull. Feb 05 11:13:41 excellent ideas. when do you think you will have them finished? Feb 05 11:16:38 i suppose this means "never" Feb 05 11:26:03 the first idea should be coming soon, but I am not allowed to disclose any real details... Feb 05 11:27:22 rwhitby: I think sometimes people don't realize that webos-internals is not a dump site for all of your ideas, lol... however it is a gathering site for the knowledge for you to make your ideas work... Feb 05 11:28:38 cryptk|work: ideas are good, but in this channel they should be accompanied by a willingness to progress the ideas forward too. Feb 05 11:29:00 indeed, that is what I meant by the last part of my idea Feb 05 11:29:38 I think it would even be appropriate to say "I have this great idea, here are the details of how it should work, here is what I have done so far... I lack the knowledge to finish it though, anyone care to take over" Feb 05 11:30:23 kind of like my dual booting idea... I am leaning on the people that have the knowledge to fill in the gaps that I have in order to make it work. Feb 05 11:30:36 however the people I am leaning on are not regulars in this channel... Feb 05 12:11:57 rod: I would love to help document at least. If you have a spare moment will you review page DNS and fire corrections/ suggestions to me Feb 05 12:12:09 I have some time this weekend and will fix it up Feb 05 12:13:31 go easy on me, it's only 7am here in Boston :) Feb 05 12:20:05 FreeTim: if you don't mind, I can have a look at it also... Feb 05 12:22:37 i read http://www.webos-internals.org/wiki/Network_Management but i don't realize what to do with those informations. is there any more to read with dbus and palms own services? how can i use internal services to connect to an openvpn server? do i need an own config-file (vpn-up)? how can i specify my key-file? Feb 05 12:25:39 cryptk: of course Feb 05 12:25:53 I will check it out once I get home from work Feb 05 12:29:18 it looks like, the Palm will use a name resolver differently depending on how it's connecting (Wifi, for example, or else using evd0 network) Feb 05 12:29:20 FreeTim: which page? Feb 05 12:29:40 http://www.webos-internals.org/wiki/DNS Feb 05 12:30:02 sui: you will need your own config file for openvpn, but what I'm talking about is making the vpn-up file automatically set the DNS by calling luna-send Feb 05 12:31:11 FreeTim: looks good Feb 05 12:31:28 FreeTim: is the "networkScope": "wan" the part that tells webos wether the entry is for wifi or evdo? Feb 05 12:31:40 and yes, it looks great FreeTim Feb 05 12:32:09 FreeTim: I have a feeling that the Legacy Linux Method would get overwritten every time one of your network interfaces went up or down Feb 05 12:32:16 rwhitby: i try to understand how to set up my vpn config using luna-send and dbus Feb 05 12:32:46 Thanks all. Rod: Yeah me too. I have to test if that is true, and add corrections Feb 05 12:33:57 sui: note that I'm not saying you need to do that all by yourself. What I'm saying is that you and FreeTim and I (and probably others) are all interested in working out how best to set DNS on a Pre so that it is persistent across interface changes, so we should all work on that problem rather than just doing the Legacy Linux Method individually. Feb 05 12:34:55 I am interested also, but I have my project already... Feb 05 12:35:13 I would love to be able to VPN into my home network... Feb 05 12:35:30 damn near everything electronic in my apartment is controlled from my desktop... Feb 05 12:35:42 now if I can find a way to start the microwave... Feb 05 12:35:50 * rwhitby is currently playing with optware self-hosting on a Synology DS1010+ that he got as a freebie from Synology. Feb 05 12:36:45 it's a dual-core atom device, which is nice cause it should just run normal x86 stuff. Feb 05 12:36:54 rwhitby: i understand this. it would be nice to get a patch or something else which integrates openvpn-config to the graphical network settings. Feb 05 12:37:13 sui: look for pre-openvpn - the author of that is interested Feb 05 12:37:52 when I get to work, I have a way to test which DNS is in use for lookups, so I'll run some tests when on wifi, and when on evd0 and try to see if the resolver is being changed and I'll do so with and without the custom resolv.configuration entries Feb 05 12:38:08 rwhitby: you mean this page: http://www.webos-internals.org/wiki/OpenVPN_for_Palm_Pre ? Feb 05 12:39:04 http://gitorious.org/pre-openvpn Feb 05 12:40:18 rwhitby: ok, will take a look Feb 05 12:40:29 I note in discussion , WebOS has a dizzying array of resolv.conf files (/etc, /tmp, /var/run, /var/run/ppp) depending on network... interesting Feb 05 12:40:43 sui: it's just a front-end, it has no connection to a back-end Feb 05 12:40:56 FreeTim: yeah, it's quite circuitous Feb 05 12:41:12 I love this community... everyone knows a diamond of detail Feb 05 12:42:06 if you add us all together, we can figure out anything, lol Feb 05 12:42:26 all it takes is someone to take charge of an idea, then lean on everyone else as needed Feb 05 12:45:02 btw, my end goal is getting this working on the pre... Feb 05 12:45:02 http://www.ubuntu.com/products/mobile Feb 05 12:45:10 for anyone that hasn't checked it out... Feb 05 12:45:37 I just realized I had never mentioned my inspiration for all of my bootloader rambling as of late Feb 05 12:48:46 Was it the X-Windows screen shot? Feb 05 12:52:36 no, someone showed me the (now unsupported) Ubuntu MID Feb 05 12:52:53 ubuntu was working on a Mobile Internet Device OS to run on ARM Feb 05 12:53:06 they stopped for some reason, but I am curious if I can make it run on the pre Feb 05 12:53:29 that and it will be a good way for me to learn more about bootloaders Feb 05 12:53:50 and expand on my small amount of ARM ASM knowledge Feb 05 12:56:13 ahh, inner geekiness. Give me a ldr and ldmia to add, any day :) Feb 05 12:56:34 brings back me memories of my c64 asm days LOL Feb 05 12:56:47 haha Feb 05 12:59:00 just remember... real programmers can write assembly code in any language... lol Feb 05 12:59:41 and the ever important rule of developement... Feb 05 12:59:50 if at first you don't succeed... call it Alpha... Feb 05 13:00:26 hah... at my place, if at first you don't succeed they call it Release Feb 05 13:00:53 We can tell our customers love us, because they call us a lot LOL Feb 05 13:01:00 The box said 'Requires Windows XP or better'. So I installed LINUX Feb 05 13:01:14 that is one of my favorite ones... saw it on a T-shirt... Feb 05 13:01:20 hey that's pretty good Feb 05 13:02:37 alright men... set your laser printers to stun and proceed with caution... Feb 05 13:03:43 another one I saw on a T-Shirt was "COFFEE.EXE Missing - Insert Cup and Press Any Key " Feb 05 13:04:49 My coffee mug at work is a white VI cheat sheet printed on a mug... the mug of vi ! Someone gifted it to me which was QUITE nice Feb 05 13:05:48 if it wasn't for C we would all be programming in BASI and OBOL Feb 05 13:07:49 so since you're looking at asm... the memory map would be critical... is there one known for the Pre ? Feb 05 13:09:27 nope... Feb 05 13:09:44 now you see why I have a handfull of work... Feb 05 13:10:04 luckily you can reload everything via USB so if I break it I can fix it Feb 05 13:10:20 that and I will be chainbooting it off the built in bootloader Feb 05 13:10:30 so I may be able to leverage that to my advantage... Feb 05 13:11:34 BREAKFAST.COM Halted...Cereal Port Not Responding Feb 05 13:13:59 best windows error ever "Keyboard not detected: Press any key to continue" Feb 05 13:15:43 Yes but someone at Palm will have the memory-map. It's cannot simply, not-exist Feb 05 13:16:09 yes, someone at palm does... but I don't Feb 05 13:16:20 Maybe we just need to get over there and make them an Offer they can't Refuse Feb 05 13:16:23 I... unfortunately... am not someone at palm, lol Feb 05 13:16:46 such as... "Hey Palm, I love WebOS... can you give me the memory map so I can boot a different OS?" Feb 05 13:17:00 Yeh that's about all i can think of too LOL Feb 05 13:17:04 maybe they will like the idea of android running on the pre... Feb 05 13:17:08 or ubuntu MID Feb 05 13:17:11 or even Maemo... Feb 05 13:17:26 cause... you know... it isn't like they spent a bunch of money developing WebOS or anything... Feb 05 13:17:28 lol Feb 05 13:17:48 oh and, free, if at all possible pretty-please Feb 05 13:17:53 FreeTim: you should make this your new motto at work... "Hey! It compiles! Ship it!" Feb 05 13:18:17 or maybe... we would change the world but they won't give us the source code Feb 05 13:19:00 no way man. I'm on the support phones there. I'd get more calls if I did that. I mean, Iove getting customer calls (the alternative is to have no customers) but I'd prefer happy calls Feb 05 13:19:34 "Hi Tim, just calling to let you know that everything is working perfectly. Bye." Feb 05 13:21:04 Rod :0 well we Do get such calls, then they ask btw, is such-and-such possible? and a chance to upsell them to another feature Feb 05 13:21:23 Hi Tim, I have found a problem with you software, but I love it... I don't want it fixed... I think the pretty shade of blue is the best ever!" Feb 05 13:21:34 unless it's on an iphone of course then no, it's not possible Feb 05 13:21:34 Right. Here comes the big test. I'm about to doctor my phone and see if ESE can rejuvenate openssh. Feb 05 13:21:47 oooh..... Feb 05 13:21:49 ESE Feb 05 13:22:03 ah good luck rwhitby ! Feb 05 13:23:31 I know that it's going to fail on the first run, cause it doesn't handle dependencies yet. Feb 05 13:23:45 Failure is not an option. It comes bundled with your Microsoft product Feb 05 13:23:48 But the test is whether after it has run all the postinsts once, then all the app start working. Feb 05 13:24:28 FreeTim: another one for you "How's my programming? Call 1-800-DEV-NULL" Feb 05 13:24:38 Hmm - I probably could test this without doctoring by just removing /var/opt ... Feb 05 13:26:38 Perl, the only language that looks the same before and after RSA encryption Feb 05 13:26:51 and the best one I have found so far... Feb 05 13:26:52 C isn't that hard: void (*(*f[])())() defines f as an array of unspecified size, of pointers to functions that return pointers to functions that return void Feb 05 13:41:48 hey, it's still easier than awk, sort and uniq :) Feb 05 13:50:35 :) Feb 05 13:54:08 strange. using vpn i can ssh to my linux box at work, but can't get emails with imap Feb 05 14:15:18 rwhitby you're doing another all-nighter? Feb 05 14:15:43 rick-home: playing with self-hosting optware on a synology ds1010+ Feb 05 14:16:15 NAS box with dual atoms and 1GB of mem Feb 05 14:16:36 that's a neat box. Feb 05 14:17:06 freebie from synology in return for an optware feed :-) Feb 05 14:17:15 ahhh Feb 05 14:17:30 well, I have to point out that for $1000 I can buy a real computer :-) Feb 05 14:17:57 although I guess it's "green" i that it would be very low power, especially if it isn't doing much Feb 05 14:18:20 probably not one with 5 hotswap trays, dual gig ether, and less than 60W Feb 05 14:19:47 true... has anyone sceen the new iomega I lookat ces for Tom? Feb 05 14:19:58 rick-home: nope Feb 05 14:20:04 k Feb 05 14:23:00 arg.. Feb 05 14:23:53 I hate most linux nerds. Feb 05 14:24:08 Why do they go to a help channel and then treat you like an idiot when you ask a question? :\ Feb 05 14:24:47 ird: ha, you've come to the right place then Feb 05 14:25:01 not here Feb 05 14:25:09 well, I've seen it here, but I wasn't talking about here. Feb 05 14:25:20 ahhh well... we TRY not to do that. Feb 05 14:25:25 since we've all BEEN idiots Feb 05 14:25:26 I went to a linux channel and asked a question. "Find out for yourself" Feb 05 14:25:30 agreed Feb 05 14:25:45 and of course, when it comes to linux, I still am. Feb 05 14:25:53 me too :p Feb 05 14:26:02 so, what did you ask? Feb 05 14:26:31 I'm writing a script to unpack a bunch of videos that have been put into rar parts in seperate folders. Feb 05 14:27:15 So I needed to get a list of all directories in a given place, ignoring files, . and another directory called "Sample" Feb 05 14:27:22 it would be cool to be so we'll known for some project people liked that vendors send nice gear. :) Feb 05 14:27:42 using tree --noreport -di | sed '/Sample/ d' I got most of it. Feb 05 14:27:46 But the . was still in the output. Feb 05 14:28:03 well well not we'll .. stupid autocorrect again Feb 05 14:28:22 And I asked if I could use something like Sample | \. as my pattern to do it, but all my attempts had failed. Feb 05 14:28:26 heh Feb 05 14:29:20 you need to escape the period Feb 05 14:29:45 AHHH, RUN AWAY!!! Feb 05 14:29:51 phew... I think I escaped.... Feb 05 14:30:30 \\. Feb 05 14:30:36 why two \? Feb 05 14:30:53 to escape the \ Feb 05 14:30:55 ?? Feb 05 14:31:03 so the end result is \. Feb 05 14:31:18 or is it .. Feb 05 14:31:38 ok, cryptk what's the WHOLE COMMAND not just the last two charactes? Feb 05 14:31:58 I wasn't here to see the original command... Feb 05 14:32:06 a dot has special meaning in regex Feb 05 14:32:10 but if you showed me the original, I could properly escape it Feb 05 14:32:55 and you mean a literal . Feb 05 14:33:10 cryptk: using tree --noreport -di | sed '/Sample/ d' I got most of it. Feb 05 14:34:07 if that is it... where did the need to escape periods come in? lol Feb 05 14:34:18 I meant Feb 05 14:34:24 Sample | . Feb 05 14:34:30 I need to match Sample and . Feb 05 14:34:50 I'm new to this stuff, so it's kind of.. confusing. Feb 05 14:35:01 so you are looking for all instances of 'Sample' and '.'? Feb 05 14:35:16 yes Feb 05 14:36:15 er Feb 05 14:36:16 no Feb 05 14:36:47 Only "." exactly and "Sample" exactly... Not each . in each line. Feb 05 14:37:01 Because some of the directory names are.. blah.blah.01.something Feb 05 14:37:01 etc Feb 05 14:38:08 so give me an example where the . should be matched Feb 05 14:38:17 if it is only by itself? Feb 05 14:38:37 like this . would be matched, but not .this because it is linked to the following word? Feb 05 14:38:47 okay.. Feb 05 14:38:54 is that what you are looking for? Feb 05 14:38:58 so the command I have tree -di outputs.. Feb 05 14:39:00 . Feb 05 14:39:02 some.place Feb 05 14:39:04 some.other.place Feb 05 14:39:05 etc Feb 05 14:39:07 a period whose adjoining characters are whitespace? Feb 05 14:39:11 yes Feb 05 14:39:25 just . by itself, if there are any other characters it's fine. Feb 05 14:39:54 ok, well you can sue a ^ to negate results Feb 05 14:39:59 s/sue/use/ Feb 05 14:40:00 cryptk meant: ok, well you can use a ^ to negate results Feb 05 14:40:11 to basically specify a list of things to NOT match Feb 05 14:51:00 ~ajames Feb 05 14:55:13 ~seen ajames Feb 05 14:55:16 ajames was last seen on IRC in channel #webos-internals, 55d 12h 46m 21s ago, saying: 'what's it from?'. Feb 05 14:55:26 I don't suppose anyone has a contact for him? Feb 05 14:56:14 zsoc: see /msg Feb 05 14:56:36 I keep an email address for everyone with commit access. Feb 05 14:56:44 you are a genius, ty Feb 05 14:57:30 zsoc: I traced him as far as Minneapolis ... but it looks like rw got you what you needed Feb 05 14:58:08 nt4cats: that was my second option, traceroute+social networking searches lol Feb 05 15:00:07 zsoc: "ajames" would be tough ... too bad his name isn't something like "Xavier Socksonfeet", that'd be easier to find Feb 05 15:00:25 heh Feb 05 15:16:03 You did? Looks like that IP is out of Denver CO Feb 05 15:16:49 FreeTim: oops -- I was reading the wrong line. The authoratitve server for his reverse DNS lookup is in Minneapolis ... and I'm usually an 'attention to detail' sort of guy Feb 05 15:17:21 hey hes a fellow denverite? Feb 05 15:17:24 cool Feb 05 15:22:48 I'm backing off - this joke has gone too far LOL Feb 05 15:22:58 Folks will get the wrong idea about us Feb 05 15:25:22 hey, ip = public info. or is there some other joke.. Feb 05 15:26:52 rick-home, here is what I came up with Feb 05 15:26:53 tree --noreport -di | sed s/\\.*// | sed '/^Sample/d' | sed '/^$/d' Feb 05 15:27:02 not pretty, but it worked Feb 05 15:28:03 you can stack sed commands in one execution Feb 05 15:28:06 cryptk: what is the objective here? Feb 05 15:28:18 I know you can stack them in... Feb 05 15:28:24 but I worked on it one part at a time Feb 05 15:28:32 then just gagve it like that instead of cleaning it up... Feb 05 15:28:35 call it laziness Feb 05 15:28:53 * rwhitby bbt Feb 05 15:29:57 show all tree contents removing anything with a forward-slash, that starts with the word Sample, or is a blank line? Feb 05 15:30:39 ... actually removing anything following a forward slash (including the slash itself) ... Feb 05 15:30:39 sed -e '/^\./d' -e '/^Sample/d' Feb 05 15:30:45 there, that is cleaner Feb 05 15:31:19 tree contents removing any entry that start with a slash or the word "Sample" Feb 05 15:31:36 the goal is to remove any lines that are a . by itself or that start witht he word Sample Feb 05 15:32:25 the 1st clause will remove any line that starts with a '.' -- so ".this-shouldnt-be-removed" would be removed Feb 05 15:35:34 we just corrected that Feb 05 15:35:42 sed -e '/^\.$/d' -e '/^Sample/d' Feb 05 15:37:19 find . ! -name \. ! -name Sample\* -fprintf "%f\n" Feb 05 15:37:51 less moving parts ... "find" is a standard utility (I've never seen/used 'tree' before) Feb 05 15:38:41 (note I assume you want the 'basename' of each file without the leading path) Feb 05 15:38:54 (if you don't, then drop the -fprintf clause) Feb 05 15:39:05 ("if you don't" == "if you want the leading path") Feb 05 15:41:59 is ipkg.preware down? Feb 05 15:42:48 cryptk: don't know if you saw it. I provided a seemingly-simpler solution Feb 05 15:43:03 indeed... what I was doing was an exercise in regex Feb 05 15:44:10 brb food... Feb 05 15:46:19 nt4cats: heh Feb 05 15:46:21 find: missing argument to `-fprintf' Feb 05 15:46:22 :( Feb 05 15:47:01 you need -fprintf {double-quote}{percent}f{slash}n{double-quote} Feb 05 15:47:18 (and there is a space between -fprintf and the 1st double-quote) Feb 05 15:47:56 find . ! -name \. ! -name Sample\* -fprintf "%f\n" Feb 05 15:48:02 right? Feb 05 15:48:21 that looks right, it works for me here. Feb 05 15:48:25 what shell are you running? Feb 05 15:49:15 bash Feb 05 15:49:37 ird: http://webos.pastebin.com/d50b65ee6 Feb 05 15:50:15 does the manpage for your find command include the "-fprintf" command? Feb 05 15:50:23 err printf, NOT fprintf Feb 05 15:50:30 that's the problem Feb 05 15:50:35 NOT fprintf ... printf Feb 05 15:50:56 that works Feb 05 15:50:57 Sorry, my mistake in re-typing the command here Feb 05 15:51:00 fromt he pastebin. Feb 05 15:51:01 although Feb 05 15:51:10 I just want directories, not files. Feb 05 15:51:20 -type d Feb 05 15:51:31 yeah, I just read that :) Feb 05 15:52:04 and that printf clause gives you the basename only ... it strips off any leading path information Feb 05 15:52:25 if you want the full path just omit the printf switch and its argument Feb 05 15:54:00 the moment I learned that you can negate find tests with a bang was one of those light-bulb-over-the-head-with-angels-singing-in-the-background kind of moments for me Feb 05 15:55:37 nt4cats, why couldn't have said all of this during the tree/sed conversation, lol Feb 05 15:55:43 would have saved me alot of time, haha Feb 05 15:55:57 * cryptk never knew ! could be used with find... Feb 05 15:56:48 cryptk: I missed the conversation (I wasn't here), I just saw your final "Here is the solution!" message, and I replied pretty quickly with an alternate solution for you Feb 05 16:00:27 nt4cats: so now that I have my list of directories, could you suggest a way to split them up (so I can pass each one to a command)? Feb 05 16:00:35 xargs Feb 05 16:01:15 oh, each one to its own command, or string them all together so you can run a command Feb 05 16:01:33 if you want to run a command on each file use find's -exec Feb 05 16:01:57 or a loop Feb 05 16:01:59 for f in *.rar;do unrar e “$f”;done Feb 05 16:02:17 I'm going to run the same command on each one. Feb 05 16:02:28 -exec has a strange syntax -- use an open-and-close curly brace to represent the file name and then end the command with a {slash}{semicolon} Feb 05 16:02:31 for example: Feb 05 16:02:51 find . -name matchThisName\* -exec scp {} myname@myhose:/tmp/ \; Feb 05 16:03:14 or that... Feb 05 16:03:40 that will take every file that matches that pattern and scp it to a host named "myhose" (heh, nice type-o) in the /tmp/ directory Feb 05 16:04:18 nt4cats: it's ok. I'm a lumberjack too Feb 05 16:05:23 * nt4cats wonders if AgentSmith is going to yell at me for a lesson/topic that is not specifically related to webOS-internals Feb 05 16:06:48 * cryptk wonders who AgentSmith is... Feb 05 16:08:38 ird: http://webos.pastebin.com/d1111a13 Feb 05 16:10:05 cryptk: AgentSmith was here last night grumbling at people if the discussion was watercooler-like and not sufficiently technical/webos-internals Feb 05 16:11:29 nt4cats: you read my mind Feb 05 16:11:36 that's what I was looking for just now :) Feb 05 16:11:55 nt4cats and Rod and I both do that occasionally. Feb 05 16:12:19 It was pretty obvious that it was Rod last night ... Feb 05 16:13:01 ird: how did I read your mind? Feb 05 16:13:21 I was trying to remember the {} thing. Feb 05 16:13:22 * nt4cats 's wife tries to get him to read her mind all the time, it doesn't work Feb 05 16:13:46 entertaining Feb 05 16:17:17 nt4cats: so I came up with... Feb 05 16:17:20 find . -name \*.r00\ -exec unrar e {} $full_path\; Feb 05 16:18:53 Would anyone prefer me to take this chat with ird to a private session (or different channel)? I don't want to be impolite .. Feb 05 16:19:13 nah, i enjoy the learning Feb 05 16:19:18 I mean... uhm... Feb 05 16:19:25 RwAR! Feb 05 16:19:27 there's always the watercooler. Feb 05 16:19:39 ird: I'm not sure what the 2nd slash is for ... there Feb 05 16:21:16 accidental. Feb 05 16:21:19 you mean the one after 0? Feb 05 16:21:31 yeah, that one Feb 05 16:21:36 damn fat fingers Feb 05 16:21:48 "I don't fat finger things, I tiny key them" Feb 05 16:31:38 ird: you might want this ... find . -name \*.r00 -execdir unrar e {} .\; Feb 05 16:31:47 (I don't have unrar here) Feb 05 16:32:19 "-execdir" makes the cwd the directory containing the matched file Feb 05 16:32:54 ... you also may want to to a -type f so that it only matches files Feb 05 16:34:45 I also often will write a quick-n-dirty little shell script if I want to something compound inside -exec Feb 05 16:34:59 so I'll make qNd.sh with these contents: Feb 05 16:35:05 #!/bin/bash Feb 05 16:35:22 the_directory=`dirname $1` Feb 05 16:35:38 unrar e $1 $the_directory Feb 05 16:35:52 {EOF} Feb 05 16:36:06 and then find . -name {whatever} -exec ./qNd.sh {} \; Feb 05 17:06:58 Shmoocon is streaming live today for anyone interested in remote attending a hacker conference (https://www.shmoocon.org/video.html) Feb 05 17:36:57 I'm trying to run themer, and I'm getting the xml error, I've seen on precentral other people have had the same problem, but I've not found a solution. Feb 05 17:37:05 I've rebooted my computer and restarted my Pre. Feb 05 18:23:36 can someone guide me to the chat logs please. I can not find the link in the wiki Feb 05 18:24:19 I think there here http://logs.nslu2-linux.org/ Feb 05 18:25:17 hape: channel topic :) Feb 05 18:26:01 zsoc: That is not about usage of webos ;-) Feb 05 18:26:37 hape: no, the link to the logs is in the topic Feb 05 18:30:27 zsoc: Sorry. irssi in the text window only shows the first line of the looooooong topic Feb 05 18:33:10 Logs: http://logs.nslu2-linux.org/ Feb 05 18:36:10 hape: ah :) np Feb 05 18:36:12 damn this webchat client sucks Feb 05 18:36:26 /topic #webos-internals is supposed to show it, but I am getting an error Feb 05 18:41:41 so the alarms on my Pre have just completely stopped working Feb 05 18:44:30 How do I change the port optware listens on for SSH? Feb 05 18:45:23 my phone's clock is now almost a full 10 minutes fast Feb 05 18:45:26 it's very interesting Feb 05 18:45:50 gimpy530: openssh ? Feb 05 18:46:01 The clock on my phone is always wrong, I fix it, and within 2 days it's way off again Feb 05 18:46:14 jacques: I believe so Feb 05 18:46:31 there should be a config file for sshd Feb 05 18:46:44 Is there a setting for updating the clock via your carrier network? Feb 05 18:46:47 I changed it in /opt/etc/ssh/sshd_config and rebooted, but it still did not change Feb 05 18:46:48 probably in /etc/ssh/sshd_config Feb 05 18:46:59 oh Feb 05 18:47:21 that was after remounting as r/w too Feb 05 18:47:27 my clock used to not be wrong, though .. Feb 05 18:47:37 i wonder if they changed something about their nettime stuff .. Feb 05 18:47:51 gimpy530: how did you reboot? Feb 05 18:47:52 so they are actually checking the time once . and never re-configuring Feb 05 18:51:04 hi Feb 05 18:51:40 damn this webchat client sucks Feb 05 18:51:59 I just set an alarm for 1300. let's see if it goes off Feb 05 18:52:03 jacques: The reboot command, then I tried it again by holding down the power button method Feb 05 18:52:09 I've got another widk problem: g++ doesn't find libSDL.so Feb 05 18:52:41 configure executed /usr/local/bin/sdl-config which returned: -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -lpthread Feb 05 18:52:57 however, there is no usr/local in staging/arm7 ??? Feb 05 18:53:09 gimpy530: OK. restarting sshd should be enough in the future. but the main problem is the port not changing ... hmm Feb 05 18:53:16 I can't even find /usr/local/bin/sdl-config anywhere Feb 05 18:53:31 debilater: sb2 remaps patchs Feb 05 18:53:36 jacques: Yea I tried just restarting the daemon but that also did not work, hence the reboots Feb 05 18:53:43 s/ch/h/ Feb 05 18:53:43 jacques meant: debilater: sb2 remaps paths Feb 05 18:53:43 jacques: ah I see Feb 05 18:54:04 debilater: based on the mapping file given as an arg Feb 05 18:54:12 so why I get: /srv/preware/cross-compile/toolchain/arm-2007q3/bin/arm-none-linux-gnueabi-ld: cannot find -lSDL ? Feb 05 18:54:48 gimpy530: well, it sounds like you are changing the wrong config file or sshd is not reading that config file or ... Feb 05 18:54:54 let me look at my setup Feb 05 18:56:24 jacques: So WebOS does not have !! and such.....that makes me sad Feb 05 18:57:28 gimpy530: !! ? you mean missing shell features? you can install bash Feb 05 18:57:38 Yea Feb 05 18:57:42 default shell is busybox ash IIRC Feb 05 18:57:59 which is small but not very featureful Feb 05 18:58:11 I constantly miss shell history Feb 05 18:58:17 but bash is a beast Feb 05 18:59:20 I need to wait until after my alarm test before checking the sshd issue Feb 05 18:59:47 cool. the new alarm worked Feb 05 18:59:51 interesting. Feb 05 19:00:03 Found another sshd_config, testing now Feb 05 19:00:12 where is the new one? Feb 05 19:00:51 are you using netstat to check which port is being used? Feb 05 19:00:57 or trying to connect? Feb 05 19:01:58 jacques: The new one is /var/opt/etc/openssh/sshd_config but it is the wrong one too Feb 05 19:02:20 ok I have my pre connected via usbnet ... looking Feb 05 19:02:48 jacques: I know right now it is using 222, but both config files I have are set to 22 Feb 05 19:05:06 gimpy530: if it is dropbear running: it doesn't have a config, look in /etc/event.d/*dropbear* instead Feb 05 19:05:09 222 ? that sounds like not openssh Feb 05 19:06:06 I just found /etc/event.d/mobi.optware.openssh which appears to HARDWIRE port 22 grrrrr Feb 05 19:06:35 222 sounds like dropbear Feb 05 19:07:17 yeah it sounds like the old webos dropbear setup (dropbear doesn't inherently use 222) Feb 05 19:08:38 I'm looking into it Feb 05 19:14:43 so, any idea about my cannot find -lSDL problem? Feb 05 19:15:42 debilater: did you make stage for libsdl? Feb 05 19:16:15 zsoc: make stage for libsdl is done, yes, it exists in stagin/arm7 too Feb 05 19:17:35 debilater: what are you trying to build ? Feb 05 19:18:04 if it's something new, how was the build configured? Feb 05 19:18:18 debilater: probably an rpath thing.. or you might need a ./configure --prefix=/usr/local Feb 05 19:18:22 I assume you are building it under sb2 Feb 05 19:18:32 where is it failing? Feb 05 19:18:58 it fails in the very last step, unfortunately. yes under sb2. Feb 05 19:19:15 last step == link ? Feb 05 19:19:25 (last step not very useful) Feb 05 19:19:35 zsoc: the rpath part comes from sdl-config --libs Feb 05 19:20:01 what package is it trying to build? Feb 05 19:21:15 egaudet_work: stella Feb 05 19:21:57 jacques: well, all objects (*.o) have been built and this is the final link command, which fails then Feb 05 19:22:01 debilater: above you said "configure executed /usr/local/bin/sdl-config which returned: -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -lpthread" Feb 05 19:22:25 did you do sb2 -M ... ./configure --prefix=/usr/local ? Feb 05 19:22:37 or did you just do ./configure --prefix=/usr/local Feb 05 19:23:46 I did sb2 -M ... ./configure (other prefix, but it didn't search libSDL there but called sdl-config instead) Feb 05 19:24:52 hm, I repeated the make stage for libsdl, here is the output of make install: http://pastebin.com/d58e9a12a looks as it didn't install any libs? Feb 05 19:24:59 debilater: are you trying to add this package? Feb 05 19:25:19 you should put /usr/local/bin at the beginning of your path Feb 05 19:25:25 egaudet_work: yes Feb 05 19:25:26 so that the correct sdl-config is used by the configure Feb 05 19:25:37 had to do that with other sdl dependent packages as well Feb 05 19:25:55 debilater: is libSDL.so* in the staging lib dir ? Feb 05 19:26:28 for instance look at Makefile for libsdl-mixer Feb 05 19:26:32 egaudet_work: in fact the configure of stella calls /usr/local/bin/sdl-config so this seems to be correct I think Feb 05 19:26:44 jacques: yes Feb 05 19:27:00 the answer is in the config.log Feb 05 19:27:32 are you setting up LDFLAGS before calling configure Feb 05 19:27:45 LDFLAGS=-L/usr/local/ib -Wl,-rpath-link,/usr/local/lib Feb 05 19:28:28 might need quotes around that Feb 05 19:28:42 egaudet_work: nope, would I need that? Feb 05 19:29:25 ok retrying now with those flags... Feb 05 19:29:26 yea need quotes around that Feb 05 19:29:56 check out the other sdl packages liek libsdl-mixer for example Feb 05 19:29:59 egaudet_work: I *think* I've only needed that when the configure script itself was building and running binaries and had problems finding things Feb 05 19:30:16 jacques: right Feb 05 19:30:20 but AFAICT it doesn't hurt anything Feb 05 19:30:35 you need it for configure because they usually use -lSDL to check for it Feb 05 19:30:44 egaudet_work: many things to build don't need you to specify LDFLAGS Feb 05 19:30:54 some things do Feb 05 19:30:57 destinal: right and many things do Feb 05 19:31:04 *nods* Feb 05 19:31:09 egaudet_work: yes but configure ran successfully and make too, just make install failed Feb 05 19:31:14 in our world, most of the SDL stuff I've seen does Feb 05 19:31:29 debilater: how can install fail at -lSDL ? Feb 05 19:32:01 egaudet_work: I don't know, that was the question :) Feb 05 19:32:22 install ? I don't get that Feb 05 19:32:26 me neither Feb 05 19:32:58 arg - ignor this Feb 05 19:33:23 it occurs in make (building) nearly at the end Feb 05 19:34:10 install can't fail with a configure flag Feb 05 19:34:11 well Feb 05 19:34:20 except something like --install-dir Feb 05 19:34:33 does sdl-config try to set an install dir? Feb 05 19:37:10 debilater: what is the exact error message? Feb 05 19:37:22 so this is the output: http://pastebin.com/d73d0ab30 Feb 05 19:39:38 ooooooooooooh Feb 05 19:39:43 hmm Feb 05 19:39:49 -static Feb 05 19:39:59 heh that would do it Feb 05 19:40:53 I wish you had pasted that 30 minutes ago :-D Feb 05 19:43:47 jacques: ahm yes I did make clean meanwhile because I added the LD_FLAGS stuff to the configure call and my terminal's buffer is too short (yes call me looser) :) Feb 05 19:44:11 looser than what? Feb 05 19:44:16 ;-) Feb 05 19:45:55 he's very loose though regardless, I guess Feb 05 19:46:08 like a hotdog down a hallway Feb 05 19:46:44 *g* Feb 05 19:48:10 hmm Feb 05 20:06:49 and the makefile used: http://pastebin.com/d504a9daf @zsoc: btw it contains such a sed call as discussed yesterday Feb 05 20:50:40 egaudet_work: yo Feb 05 20:50:43 egaudet: yo Feb 05 20:50:51 PuffTheMagic_: yo-yo Feb 05 20:51:04 egaudet_work: when u gonna make vkb work in landscape mode Feb 05 20:51:12 it does... Feb 05 20:52:33 indeed it does Feb 05 20:52:58 my friend must be reading old posts then Feb 05 20:53:06 even handles the transitions between portrait to lanscape Feb 05 20:53:37 yea the app just needs to support landscape Feb 05 20:53:50 for instance it can't go landscape in messaging app unless/until you install messaging landscape patch Feb 05 20:54:20 right since the vkb basically docks to the app Feb 05 20:54:32 yep Feb 05 20:55:09 I'm re-visiting the VKB widget now too to do things more correctly as well as fix some of the lag issues / redraws Feb 05 20:55:25 nice Feb 05 20:55:26 I'm debating on removing the sym-scroller and just make the sym pull up the existing symbol popup Feb 05 20:56:16 the scroller is pretty cool Feb 05 20:57:04 although a little slow to draw, would using the popup be quicker? Feb 05 20:57:40 yea Feb 05 20:58:19 the thing I don't like about the sym popup is I wish it was wider Feb 05 20:58:20 well in the current exact setup it would, but I could make it pretty fast with my new model Feb 05 20:58:39 like in general Feb 05 20:59:13 that's one thing I really like how vkb handles sym right now, nice wide view of characters Feb 05 21:00:22 yeah I'll probably keep it, just tweak things a little make it it's own contained div and hide/show it Feb 05 21:00:39 Kyusaku: do you find use in multi sym inputs? Feb 05 21:00:52 example the symbol popup allows only one selection and then it goes away Feb 05 21:01:51 myself not really Feb 05 21:03:18 it would be interesting in the case of the scroller to have a tab at the top of the vkb object to just switch back to regular input instead having to scroll back up Feb 05 21:06:35 like personally I normally have no use for multiple sym characters but some of those EU guys might have a necessity. Feb 05 21:50:33 what the shit is freenode doing Feb 05 21:51:07 and why are ppl raggin on the aid for haiti application. Feb 05 21:51:30 people eat mud to survive, and you are on the internet. get a life troll. Feb 05 21:54:40 oc80z: after the obvious (that app walks away with the grand prize), I think most who have chimed in are concerned that there's no way to really verify that the dev is going to donate any revenues at all...plus, I think I saw that his support link goes to a porn site Feb 05 22:03:49 hello??? Feb 05 22:05:42 can anyone in here help with the installation of the PDK? Feb 05 22:09:02 I dont even want to get in to that haiti app Feb 05 22:11:18 this is my first time using this can anyone see this Feb 05 22:11:44 yes Feb 05 22:12:33 hello world! Feb 05 22:13:12 howdy...i guess no one can help with PDK right now Feb 05 22:14:23 http://www.webos-internals.org/wiki/WebOS_Internals_PDK Feb 05 22:15:31 i followed those instructions to a T and i get errors...i even tried on a fresh install of ubuntu 9.10 still same errors Feb 05 22:16:05 specifics Feb 05 22:17:52 morning Feb 05 22:18:11 agg_spenc: ubuntu 9.10 32-bit server (not desktop install) Feb 05 22:18:28 first thing is when I do the PATH =...sb2-init -c /usr... step it says complete but it also says that install-info is not used any more Feb 05 22:20:11 then I get some evas errors when I do make stage .....so it doesn't work on ubuntu desktop? Feb 05 22:21:10 I am new to linux is the server version a different download? Feb 05 22:23:20 jacques: You may be right that mobi.optware.openssh shouldn't hardwire it, but if we leave it to sshd_config then someone will change it there and not update the firewall rules to match Feb 05 22:28:45 bbl Feb 05 22:29:34 agg_spenc: yes, the server version is a different download - the desktop version will install lots more packages, so it's not guaranteed that cross-compiles that aren't written perfectly will work on it Feb 05 22:40:36 thanks rwhitby I will work with info and see what I can come up with using the server download Feb 05 22:42:22 agg_spenc: the other thing to do first would be to webos.pastebin.com your complete session log including errors. That really should be the first thing you say when asking for help: "I'm getting error, here's the full log: ....." Feb 05 22:44:07 What is webos.pastbin.com?? Feb 05 22:45:47 ~google pastebin Feb 05 22:48:26 morning rwhitby Feb 05 22:48:46 g'day jacques Feb 05 22:49:21 jacques: the synology ds1010 is a nice box Feb 05 22:49:38 * jacques goes to look Feb 05 22:49:51 is it pointless to do that with the current error logs on ubuntu desktop??? or should I go with the server install first?? Feb 05 22:50:45 interesting! Feb 05 22:50:53 agg_spenc: it may be a real error, so it's useful to see it Feb 05 22:51:42 I am in the market for a large NAS, I am also looking at the QNAP TS-859 Pro Feb 05 22:51:56 but $1600 without drives ... for the QNAP Feb 05 22:52:34 jacques: ds1010 is nice from the point of view that it's x86, so no cross-compiling required. Feb 05 22:53:17 and it's *quick* too. dual atom and 1GB ram Feb 05 22:54:15 TS-859 is a new atom proc too, but maybe not dual core Feb 05 22:54:20 ill try to get the error log now... still not sure how to do the webos.pastbin.com Feb 05 22:54:23 it has hardware RADI tho Feb 05 22:54:25 RAID Feb 05 22:54:47 agg_spenc: webos.pastebin.com Feb 05 22:54:50 http://www.newegg.com/Product/Product.aspx?Item=N82E16822108047&cm_re=synology-_-22-108-047-_-Product vs. http://www.newegg.com/Product/Product.aspx?Item=N82E16822107039 Feb 05 22:55:50 QNAP proc: Intel Atom Processor D510 1.66GHz (Dual-Core) Feb 05 22:55:57 less RAm tho I think Feb 05 22:56:15 as I said I am kind of new to this world....I tried putting that into the browser but it went to some strang website Feb 05 22:56:34 agg_spenc: that's cause you spelt it wrong Feb 05 22:57:57 jacques: qnap will be more metal, synology is closer to std linux. optware will work on both :-) Feb 05 22:58:18 rwhitby: optware is a requirement :-) Feb 05 23:00:14 mdklein: ping Feb 05 23:00:35 it is there under agg_spenc Feb 05 23:00:35 synology and qnap both send eno and I freebies for optware support Feb 05 23:00:51 agg_spenc: paste the URL that it gave you here Feb 05 23:01:17 http://webos.pastebin.com/m3090d0eb Feb 05 23:01:41 That was for the make stage step Feb 05 23:02:56 rwhitby: and so they should Feb 05 23:04:22 only important error is: GLES2/gl2.h and GLES2/gl2ext.h No such file or directory Feb 05 23:04:37 where do those come from anyway? Feb 05 23:05:12 agg_spenc: need to see what's before line 3, don't leave out any information Feb 05 23:05:25 sounds like the Khronos api errors Feb 05 23:05:36 * mdklein pongs Feb 05 23:05:52 rwhitby: I really think it's just those two missing includes Feb 05 23:06:42 jacques: without the working directory and the command typed, a pastebin is incomplete for debugging Feb 05 23:09:23 i did make stage > errlog.txt 2> errlog.txt and that is all that was in the txt file?? am i missing something?? Feb 05 23:10:48 yes, you are missing GLES2/gl2.h and GLES2/gl2ext.h Feb 05 23:10:56 destinal: I'm about to head home, I'll be back on in a bit Feb 05 23:12:37 jacques were you talking to me?? Feb 05 23:15:59 agg_spenc: yes. I'm not sure where those two header files are supposed to come from, but that's what causes your current build error Feb 05 23:16:26 maybe a missing depend in the makefile Feb 05 23:18:31 here is the info from the prevous step in the PDK instructions http://webos.pastebin.com/d268db02b Feb 05 23:22:20 the makefile is automatically made isn't it? Feb 05 23:24:29 re Feb 05 23:25:03 i've got still my sdl problem, complete log is here: http://webos.pastebin.com/d4777c865 I comitted the project to nonworking/stella Feb 05 23:27:17 jacques: I did a search for gl2.h on my computer and found it nowhere Feb 05 23:27:47 debilater, I thought we solved this already Feb 05 23:28:21 egaudet: really? I don't know Feb 05 23:28:43 Earlier when you pasted it Feb 05 23:28:47 it's using -static, you want -shared Feb 05 23:29:10 egaudet: ah ok Feb 05 23:29:15 sorry overlooked Feb 05 23:29:49 let me know if that doesn't fix it Feb 05 23:30:56 debilater: I'm sorry. I thought you understood that was the problem Feb 05 23:31:20 damn - it works :) haha Feb 05 23:31:24 palm does not distribute a static SDL lib, and we are unable to build our own because we have incomplete source Feb 05 23:31:34 jacques: I just didn't see that Feb 05 23:32:01 is there more information yall need in the error log still....rwhitby i noticed you said something about line 3? Feb 05 23:32:14 egaudet: lol, we solved it already, we just forgot to tell agg_spenc Feb 05 23:32:48 s/agg_spenc/debilater/ Feb 05 23:32:48 jacques meant: egaudet: lol, we solved it already, we just forgot to tell debilater Feb 05 23:32:54 lol Feb 05 23:33:09 we solved it in silence, woops Feb 05 23:34:08 sigh, I know sites use hhtp and https for svn and git to make things easier for ppl but it makes things much harder for me Feb 05 23:34:39 I got them to make firewall holes for cvs, svn, and git, but for http/https I need to go through the proxy Feb 05 23:34:50 ok, it creates a black scren with a tiny mousepointer and dies then :) Feb 05 23:34:57 and of course every app on linux has its own way of doing proxy config Feb 05 23:35:08 agg_spenc: your sb2-init looks fine. I'm still missing the bit between that and the first pastebin you pasted. Feb 05 23:35:11 stella: src/gui/Rect.hxx:75: GUI::Rect::Rect(int, int, int, int): Assertion `isValidRect()' failed. Feb 05 23:35:16 curl != wget != svn != git Feb 05 23:35:54 debilater: maybe it's trying to make a surface bigger than the screen (or something) Feb 05 23:35:58 * rwhitby fixes the OnFeeds split error in Preware Feb 05 23:36:25 caused by zero length feed config files. Feb 05 23:36:37 jacques: looks so Feb 05 23:36:54 rwhitby: to get the log I typed make stage > errlog.txt 2>errlog.txt do I need to leave off the 2>errlog.txt ? Feb 05 23:37:56 agg_spenc: "script make clobber stage", then pastebin the typescript file Feb 05 23:39:00 dunno how the zero length config files get there, but Preware will now treat them in a reasonable way which allow the user to see them in manage feeds and either delete them manually or just disable them. Feb 05 23:39:23 now, next is to continue loading feeds if there is an error during update Feb 05 23:39:51 rwhitby that didn't do anything except make an empty make file Feb 05 23:39:53 speaking of proxy config ... there still is no http proxy patch for the pre browser ... Feb 05 23:40:21 xcomp: :-( Feb 05 23:41:23 ah, the man himself - xcomp where do the GLES2/gl2.h and GLES2/gl2ext.h files needed for building evas come from? Feb 05 23:41:26 agg_spenc: ah, "script log.txt make clobber all" Feb 05 23:41:30 xcomp: I made a posting about this long ago you can use squid as transparent proxy on the pre and add a peer proxy in squid itself, it's in the wiki Feb 05 23:42:07 debilater: hmm...excellent Feb 05 23:42:20 what's the performance issue with hotspot? Feb 05 23:42:54 rwhitby: that just made a blank log.txt file Feb 05 23:43:35 ping times seem rather meh on MHS over other previous tethering solutions Feb 05 23:43:44 agg_spenc: ok, I give up. You read the man page on script and decide what to do yourself to get a full log file so that we can help you. Feb 05 23:45:27 jacques: they come from the powervr sdk ... although I was going to stage them Feb 05 23:45:30 I think I forgot :) Feb 05 23:45:40 naughty xcomp Feb 05 23:45:43 :-D Feb 05 23:45:45 i'll try and get to that this weekend Feb 05 23:46:05 agg_spenc: did you get that? Feb 05 23:46:32 meanwhile you can download the humongous SDK from imgtec and extract them from there :) Feb 05 23:46:39 jacques: yes i did...and rwhitby i am still looking at getting the log Feb 05 23:46:56 xcomp ? Feb 05 23:47:07 * swishy double checks channel Feb 05 23:47:10 jacques: where would i need to put them Feb 05 23:47:19 xcomp: yeah I have that. haven't played with it yet. I have the PC emulator packages too. I assume we are allowed to redistribute those header files ... Feb 05 23:47:34 jacques: they are SGI licensed Feb 05 23:47:44 (the headers, that is) Feb 05 23:47:49 swishy: ! Feb 05 23:48:11 xcomp, your building efl on pre? Feb 05 23:48:11 agg_spenc: in the include dir under staging: cross-compile/staging/armv7/usr/include/GLES2/ Feb 05 23:48:31 xcomp: cool Feb 05 23:48:39 swishy: done and done... it's already part of the cross compile/PDK Feb 05 23:48:53 swishy: we're writing efl apps for pre now Feb 05 23:48:58 s/PDK/WIDK/ Feb 05 23:49:01 * swishy hugs xcomp Feb 05 23:49:04 :-P get with the program Feb 05 23:49:15 its public? Feb 05 23:49:16 WIDK Feb 05 23:49:25 * xcomp flagellates, does penance Feb 05 23:49:32 lol Feb 05 23:50:14 xcomp: if i redo the PDK will it download those files? Feb 05 23:50:37 agg_spenc: which files now Feb 05 23:50:50 swishy: you have a pre? Feb 05 23:51:05 xcomp: thatss gles headers. the sgi license allows free re-distribution of all the gles2 stuff Feb 05 23:51:06 but... Feb 05 23:51:19 egl is copyright imgtec - and cannot be redistributed Feb 05 23:51:20 xcomp, porting oue iPhone app atm using emulator, but looks like ill have to get the real thing Feb 05 23:51:23 uh-oh I hate the "but"s Feb 05 23:51:38 xcomp: the gl2 and the gl2ext Feb 05 23:51:53 agg_spenc: they're not staged yet Feb 05 23:52:07 raster: dang, that's no good Feb 05 23:52:11 well more specifically eglplatform.h is imgtec Feb 05 23:52:19 and egl.h includes it - tthus its a dependency Feb 05 23:52:19 shhhh, I can hear rwhitby moving things to nonworking as we speak Feb 05 23:52:31 egl.h seems to not have a specific license in it - no info Feb 05 23:52:33 xcomp, in fact if efl was avilable for iPhone as a drop pand use entity would make good sence to just use the efl Feb 05 23:52:50 so all u can asume is its covered by the imgtec sdk general license Feb 05 23:53:01 so thats imgtec Feb 05 23:53:10 u'd hve to find alternative egl headers Feb 05 23:53:12 or write your own Feb 05 23:53:16 raster: I'm looking at eglplatform.h, and it's an unrestricted Feb 05 23:53:19 *license Feb 05 23:53:28 xcomp, being its obviously pre/maemo atm Feb 05 23:53:51 * Copyright : 2005-6 by Imagination Technologies Limited. All rights reserved. Feb 05 23:53:51 * : No part of this software, either material or conceptual Feb 05 23:53:52 * : may be copied or distributed, transmitted, transcribed, Feb 05 23:53:52 * : stored in a retrieval system or translated into any Feb 05 23:53:54 rwhitby: here is the complete script: http://webos.pastebin.com/d54ae5ea0 Feb 05 23:54:01 thats what mine says... Feb 05 23:54:18 (well more of it - none of it allowing distribution with exceptions) Feb 05 23:54:54 technicallly i just violated the license... i reproduced a part of it :) Feb 05 23:55:17 raster: we must have different versions of the sdk Feb 05 23:55:24 xcomp: that may be so Feb 05 23:55:25 because I just looked at all my header files Feb 05 23:55:29 and none of them have a restricted license Feb 05 23:55:37 i've had mine for quite a whilee Feb 05 23:55:38 * swishy hopes xcomp 's is newer Feb 05 23:55:39 while Feb 05 23:55:51 swishy: I downloaded mine a couple of weeks ago from imgtec Feb 05 23:56:56 * swishy takes it the pre efl is using evas gl out of the box? Feb 05 23:57:04 as opposed to sw Feb 05 23:57:40 swishy: no Feb 05 23:57:50 swishy: default for anything like elementary is sofiwate Feb 05 23:57:51 swishy: no ... had to create a new engine Feb 05 23:57:57 gl is still an explicit request Feb 05 23:57:59 even on desktop Feb 05 23:58:04 oh I see Feb 05 23:58:10 raster, yeah I relise that Feb 05 23:58:16 pre uses SDL Feb 05 23:58:19 raster, given the perf diffs still I pondered why Feb 05 23:58:23 ohh I see Feb 05 23:58:27 evas sdl engine like? Feb 05 23:58:32 got the sdl engine working first Feb 05 23:58:38 then created a new gl_sdl engine Feb 05 23:58:39 swishy: stability. Feb 05 23:58:45 swishy: portability. Feb 05 23:58:56 software still performs better than gl Feb 05 23:58:58 raster, I meant sw was faster Feb 05 23:59:00 :) Feb 05 23:59:01 even on the pre Feb 05 23:59:01 and efl design doesnt have a different default engine per build Feb 05 23:59:06 xcomp: which family of the powervr Feb 05 23:59:13 * swishy agrees with rastys arguments thus far Feb 05 23:59:15 agg_spenc: SGX Feb 05 23:59:16 :) Feb 05 23:59:20 u'd need to patch the build to install different configs (for elementary for example) Feb 05 23:59:44 raster, I was just trying to work out where the powervr stuff fitted in the picture Feb 05 23:59:45 swishy: easiest way to build efl for the pre is using the WIDK Feb 06 00:00:11 swishy: gl can be faster - it depends what u do Feb 06 00:00:18 some things its better at Feb 06 00:00:20 some thins its not Feb 06 00:00:36 swishy: evas already has support for opengles 2.0, but you have to get the headers Feb 06 00:00:44 and that's where the powervr sdk comes in Feb 06 00:01:00 ahh right Feb 06 00:01:01 i can put money on the fact that your pre will not get the best gl performance becuse a lot of thins that make gl(es) worse right now are not going to be fixed for you Feb 06 00:01:05 but they're being fixed here Feb 06 00:01:21 :) Feb 06 00:01:24 mostly because i get to work with the driver writers and i get to kick them :) Feb 06 00:01:32 hehe Feb 06 00:01:37 and they have to work with evas + elementary and e17 and make it all work Feb 06 00:01:38 soo big question Feb 06 00:01:45 raster: by the way, i have this simple app I created based on elementary dmeos Feb 06 00:01:59 but it crashes in software Feb 06 00:02:03 If one was to use the WIDK to build there pre app using efl how do you get on submitting such to the palm app store? Feb 06 00:02:15 xcomp: you did evas, right? Feb 06 00:02:19 so i am going thru the powervr driver soruce with them finding the bits that need changing and how to change them - giving them ideas for how tofix things up Feb 06 00:02:29 raster: I have an app which needs a canvas able to display up to one million very simple objects at once, and be able to do mouse-over notification/picking, and zoom and scroll quickly - would evas be appropriate for that? (so far haven't found anything fast enough) Feb 06 00:02:46 xcomp: which simple app? Feb 06 00:02:48 swishy: you couldn't, until palm releases their PDK and then you'd probably need to make sure it's compatible with their parameters Feb 06 00:02:59 rwhitby: yes Feb 06 00:03:14 jacques: no. u'll slow down once u get thousands of them Feb 06 00:03:24 swishy: but you can release to the homebrew catalog Feb 06 00:03:25 raster: OK thanks :-( Feb 06 00:03:28 jacques: every objject is overhead for rendering. Feb 06 00:03:31 xcomp, ok Feb 06 00:03:32 :) Feb 06 00:03:37 u want to keep object count as low as sanely possible Feb 06 00:03:41 xcomp: so it needs to move to nonworking until the depends are sorted, right? Feb 06 00:03:54 as such - u can use evas... but.. u'd need to do logivc above that to get rid of objects u dont need Feb 06 00:03:59 and add them back in Feb 06 00:04:04 when needed Feb 06 00:04:10 rwhitby: it will build -- just without gles support if you don't have the headers Feb 06 00:04:16 u dont actually see and interact with a milion on 1 screen at a time Feb 06 00:04:28 xcomp: http://webos.pastebin.com/d54ae5ea0 says otherwise Feb 06 00:04:28 problem is, ppl want to be able to look at the whole spread at once - that's where everything breaks down performance-wise Feb 06 00:04:35 as frankly.. even on the biggest screens - an objeect would be a few pixels at most to do that Feb 06 00:04:53 jacques: u need to group objects and rpelace them with markers Feb 06 00:05:00 xcomp: it gave a pretty nasty-looking error message Feb 06 00:05:01 as i said Feb 06 00:05:09 if its a few pixels for an obj... it mayaswell be a blur Feb 06 00:05:34 rwhitby: doh. then configure isn't doing it's job right :( Feb 06 00:05:40 yes at full zoom out, as little as a pixel per object Feb 06 00:05:53 I'll disable gl building until the headers are staged Feb 06 00:06:12 xcomp: sounds like a goot compromise Feb 06 00:06:14 jacques: i can tell u even raw optimised opengl wil haave trouble coping as if each obj is actuall maybe 2 triangle ( tri-fan) you are heavily pushing the geoometry abilities of most gl hw Feb 06 00:06:15 good Feb 06 00:06:30 if u wwant to maintain frameratee u will do what any sensible games do - LOD. Feb 06 00:06:51 as u zoom out u nuke details and merge objects etc. etc. Feb 06 00:07:26 raster: thanks, I suspected as much, but it helps to have an expert confirm it Feb 06 00:07:36 :) Feb 06 00:07:51 rememebr thT all those objects require handling not just for draws Feb 06 00:08:05 but events (mouse in/out/press - which one was pressed, where. etc etc.) Feb 06 00:08:10 yep Feb 06 00:08:17 so when u throw in all the thing u really want in the end - overhead is huge Feb 06 00:08:30 rwhitby: done Feb 06 00:08:45 so u want to throw in logic that handles your world given known properties of it - eg objects are never bigger than AxB Feb 06 00:08:48 so do i need to redo the PDK installation?? Feb 06 00:08:59 agg_spenc: git pull Feb 06 00:09:04 mdklein: ping Feb 06 00:09:12 they are spred out and dont move around a lot - relative to eachother, so u can divide the world into "tiles" that hoold a set of members Feb 06 00:09:17 xcomp: thanks Feb 06 00:09:29 Preware now has localization support. Any volunteers for translations? Feb 06 00:09:34 even have tiles, macro-tiles, jumbo-tiles than group child tiles Feb 06 00:09:36 (we have French already) Feb 06 00:09:49 Hmm - maybe I should make an Australian translation file for Preware ... Feb 06 00:09:51 and then handle the tiles of obbjects separately - only create and show the ones within the visible viewport Feb 06 00:09:54 do i just need to type git pull in the terminal Feb 06 00:10:05 rwhitby, lol Feb 06 00:10:41 when zooming out simplify tile contents - merge them into single parents by tendering them to other image objects covering the tile (evas map stuff with smart parents) Feb 06 00:10:42 etc. Feb 06 00:11:03 raster: we have something like that now, but I think main problem is we aren't simplifying enough in the zoomed out case. also initial object creation is taking a long time Feb 06 00:11:36 jacques: yeah. also defer creation Feb 06 00:11:44 create in a queue over time Feb 06 00:11:52 so everybody is bypassing the primary app platform for everything now? Feb 06 00:11:54 raster: I still want to try evas - currently we are using goocanvas Feb 06 00:11:59 so abasically u spread creation cost over a period of time and the world populates itself Feb 06 00:12:28 i've never looked at goocanvas Feb 06 00:12:34 ooh, goo is cool I did some work with it last year with the intention to move to gnome3/mutter or evas/efl after that Feb 06 00:12:41 conduit uses it Feb 06 00:12:53 so cant comment Feb 06 00:12:54 destinal: did you just see the mitm image at schmoocon ? Feb 06 00:12:58 raster: this is a 2d spread of 2d objects - "shot points" and "stations" Feb 06 00:13:00 there's a good chance that evas is faster Feb 06 00:13:14 raster: I would be decent money on evas being faster Feb 06 00:13:20 tho as i said - it hasnt been focused on massive object counts Feb 06 00:13:29 rwhitby: yup lol Feb 06 00:14:07 its focuseed on coarser fewer objetcs with most structured thins like parent/child relationships with smart objects and building familiar ui's out of these objects Feb 06 00:14:18 raster: I don't blame you - what is the use case for 1,000,000 objects after all (other than seismic data acquisition) Feb 06 00:14:54 jacques: very rare :) Feb 06 00:15:14 jacques: understood.. and i've mulled it over before - evas tiling up the world for u Feb 06 00:15:16 etc. Feb 06 00:15:25 but its a chunk of complicated code to do ina generic way Feb 06 00:15:31 ie evas has to handle everything thrown at it Feb 06 00:15:33 rwhitby: a pretty graphic example of why mitm is bad Feb 06 00:15:42 if uc an specialise and assume things about youtr objects its so much simpler Feb 06 00:15:49 thins like elementary do that Feb 06 00:15:56 genlist is the "generic list" handler Feb 06 00:16:06 i have tested it with 2 million list items Feb 06 00:16:14 but u just scroll around them Feb 06 00:16:16 u dont zoom Feb 06 00:16:20 lol, the rom launcher doesn't work, but if I specify a rom image on cmdline it works: http://www.23hq.com/4937305/5351619_2bca27f1227c219a339bdf5739d3a74d_large.jpg with atari emulator on the pre hehe :) Feb 06 00:16:59 the visible items actual use up 6 or 7 objects a piece Feb 06 00:17:07 debilater: awesome, atari! hopefully you get good FPS :) Feb 06 00:17:15 so gtechnically 2 million 6 is the conceptial @ of objects handlerd Feb 06 00:17:25 raster: I'll ping you later with more information on the crashing. i'm not sure at this point whether it's an evas issue or a webos libsdl issue Feb 06 00:17:34 the app is an elementary app Feb 06 00:17:34 debilater: nice! also, I like your background Feb 06 00:17:56 but - genlist makes use of assuming that u only see a limited segment of those items, so it only keeps that small set active Feb 06 00:18:08 xcomp: hmm ok Feb 06 00:18:11 destinal: playing works so far but I've to map the keys and its in portrai view only, I have no clue why landscape mode doesn't work (of course it doesn't know if I turn the phone) Feb 06 00:18:27 too bad PuffTheMagic_ isn't around. he made Terminus Feb 06 00:18:40 jacques: you've seen the slideshow demo right Feb 06 00:19:02 xcomp: I don't think so Feb 06 00:19:11 Kyusaku: (which is a port of evas enterminus) Feb 06 00:19:31 if it's youtube I'll have to wait til I get home (blocked from work) Feb 06 00:19:35 jacques: http://xcomputerman.com/files/efl_webos/ Feb 06 00:19:41 Kyusaku: why would you say im not around Feb 06 00:19:51 download elementary_bin.tar.gz and extract into /usr/local Feb 06 00:19:57 xcomp: lol, as is your site (blocked from work) Feb 06 00:19:58 then download epic_armv7 and run it Feb 06 00:20:11 jacques: oh yeah, you're the one with the retarded proxy :) Feb 06 00:20:29 xcomp: did you make a demo? Feb 06 00:20:39 ors is epic your matrix thing Feb 06 00:20:40 PuffTheMagic_: yeah ... still very much wip Feb 06 00:20:48 not matrix Feb 06 00:20:54 xcomp: but I have a question for you - in your working with SDL on the Pre, did you ever find a case where at fullscreen SDl rendered a black window, but in card view it rendered properly? Feb 06 00:21:10 PuffTheMagic_: it shows your pre photo album in a slideshow Feb 06 00:21:29 PuffTheMagic_: I thought you'd be all about this evas conversation considering your work with Terminus Feb 06 00:21:47 jacques: hmm, I haven't seen that. I've encountered one or two resizing related bugs Feb 06 00:22:12 xcomp: you should use the carousel switcher Feb 06 00:22:14 to the point where I'm considering putting in a patch that pegs the ecore_evas window size at 320x480 Feb 06 00:22:17 Kyusaku: im here but im not Feb 06 00:22:23 im trying to wrap my head around Lisp Feb 06 00:22:37 PuffTheMagic_: yeah I'm still playing around with ideas for the UI Feb 06 00:22:47 PuffTheMagic_: =) Feb 06 00:22:52 xcomp: the problem I am having with Xsdl feels like a palm bug to me Feb 06 00:22:55 but this is just using elementary widgets Feb 06 00:23:16 xcomp: I just need to figure out how to work around it, while not being able to build my own SDL lib (incomplete source from palm) Feb 06 00:23:28 greetings. i don't know the protocol around these parts. i'm trying to get some help instlalling the virtual keyboard Feb 06 00:23:35 u don tneed to build their sdl to use it Feb 06 00:23:43 and building it wont bring you anything special Feb 06 00:23:55 xcomp: but I built all the test apps last night (that come with sdl) and a couple almost seem to behave like Xsdl (black screen) Feb 06 00:24:14 jacques: i was having trouble with epic in software sdl mode Feb 06 00:24:36 xcomp: this is SW_SURFACE Feb 06 00:24:45 right Feb 06 00:25:12 right now in software sdl mode it displays and crashes before the "slide up" animation for a new card completes Feb 06 00:25:13 does anyone have an idea how I can run the emulator in landscape mode? Feb 06 00:25:22 the xserver draws to the surface memory and then calls 9essentially) update_rect Feb 06 00:25:41 and the crash is happening in update_rect Feb 06 00:25:44 Pre-Nesta: do you have Preware installed? Feb 06 00:25:51 xcomp: :-| Feb 06 00:26:09 that's why I said earlier I wasn't sure if it was an evas bug or a libsdl bug Feb 06 00:26:54 xcomp: software engine? Feb 06 00:26:58 yeah Feb 06 00:27:10 xcomp: well i'dd seriously doubt its and evas core bug Feb 06 00:27:11 I would be happy to try fixing libsdl bugs if I could actually build palm's sdl Feb 06 00:27:16 sdl eengine or sdl on webos Feb 06 00:27:34 the crashing happens on the pre Feb 06 00:27:34 mostly because the rest of software + evas is heavily hammered Feb 06 00:27:36 kyusaku: Yes. FYI. I have no virtual keyboard file on my pre. neither Preware or WOSQI show that I have the VKB installed. I ran the vb cleanup utility but I still can't get it to install. Here's the error message i get: http://webos.pastebin.com/m73f31cf3 Feb 06 00:28:21 raster: on the pc it runs fine but elementary isn't getting sdl mouse events (doesn't even display a cursor) Feb 06 00:28:26 which I think is an ecore issue Feb 06 00:28:35 https://www.shmoocon.org/onetrack-vid.html <- great talk live now Feb 06 00:28:46 xcomp: tgghats indeed an issue - tho incomplete feature issue Feb 06 00:28:48 not stability Feb 06 00:28:49 :) Feb 06 00:28:55 * xcomp wishes palm had just gone with X11 :) Feb 06 00:29:14 xcomp: just ask raster how bloated and slow X11 is ... ;-) Feb 06 00:29:35 rwhitby: :-P~ Feb 06 00:29:41 I like SDL just fine Feb 06 00:29:45 rwhitby: i've worked with raster for long enough to be smarter than that :) Feb 06 00:30:38 raster: weird thing is ... gl_sdl is responding to touches on the pre Feb 06 00:30:55 i can press buttons and drag the image around Feb 06 00:31:27 and it performs decently for this app -- about 30% cpu usage during slideshow transitions Feb 06 00:31:34 xcomp: working with raster makes people smarter? wow cool Feb 06 00:31:44 * jacques needs to work with raster Feb 06 00:34:37 bbl Feb 06 00:36:52 jacques: that applies for most americans working with australians ;-) ;-) Feb 06 00:37:08 lol Feb 06 00:37:11 well I know working with rwhitby has definitely made me smarter Feb 06 00:38:44 xcomp: oddd. havent ever looked @ sdl tho.. so cant provide insight into tht Feb 06 00:39:39 Pre-Nesta: there's someone with your same issue in the VKB thread check out HebrewHammer's post and egaudet's response http://forums.precentral.net/webos-patches/198051-screen-keyboard-bugs-functionality-enhancements-126.html Feb 06 00:39:58 That is me. I didn't see the response. Thanks. Feb 06 00:40:47 * jacques wonders if 1.4 will be out by SCALE Feb 06 00:41:42 are you both Nesta and HebrewHammer on the board? O_o Feb 06 00:42:29 kyusaku: imistyped. i'm the nesta in that thread Feb 06 00:43:43 ok. Then yeah look at the response to HebrewHammer he had same issue. You can basically use WebOS repair utility and repair the files it's trying to change Feb 06 00:43:47 kyusaku: i can't figure out which files to restore Feb 06 00:44:01 one sec lemme look at the log Feb 06 00:44:19 usr/palm/frameworks/mojo/builtins/palmInitFramework200_72.js Feb 06 00:44:40 usr/palm/frameworks/mojo/submissions/200.72/stylesheets/global.css Feb 06 00:45:17 kyusaku: thx Feb 06 00:45:38 np Feb 06 00:52:10 thanks guys for all your help ... my sb2 now seems built even know I am using Ubuntu desktop.... I will have to play with it later Feb 06 00:53:07 you all have a good day I'm sure I will need more help later Feb 06 00:53:55 later agg_spenc Feb 06 00:54:12 so, again: does anyone have an idea how I can run the emulator in landscape mode? Feb 06 00:54:24 how can I "turn" an sdl app Feb 06 00:54:54 I thought it was supposed to automatically turn if you setup the surface as 480x320 Feb 06 00:55:33 This is how my day has been going. "You need to fix my friends computer", "Ok dear, let me just pull out the oem cd for whatever version of windows their sticker is good for"... "2005 media center... the only edition on the planet i don't have"... "FUUUUUUUUUU" Feb 06 00:55:56 lol Feb 06 00:56:01 there isnt even an option to set screensize, I set it to fullscreen, the only way it runs anyway Feb 06 00:56:34 zsoc: lol Feb 06 00:56:45 debilater: you may need to (oh no the horror!) modify the source code Feb 06 00:58:11 well, there is a setting "launcherres" I set it to launcherres = 480x320 but its still not landscaped Feb 06 00:59:40 oh great, it overwrites it on startup Feb 06 01:00:07 debilater -- hit f5, f6, f7, and f8 if you're running an app that supports rotation (e.g. web browser) Feb 06 01:00:14 sorry, f6-f9 Feb 06 01:00:19 f5 is "shake". Feb 06 01:00:24 debilater: look for SDL_SetVideoMode() Feb 06 01:00:42 oh, SDL... never mind Feb 06 01:01:29 lemketron: I cannot find F5 on my pre damn :) Feb 06 01:01:58 you asked about emulator. :-P Feb 06 01:02:39 back later Feb 06 01:03:34 * rwhitby bbl Feb 06 01:04:30 lemketron: nope, I'm build one (atari emulator for the pre) Feb 06 01:08:34 ok I now hardcoded the resolution now it's in landscape mode but too small Feb 06 01:13:07 thats what she said Feb 06 01:15:02 lemketron: heh, different emulator :) Feb 06 01:16:42 lemketron: although come to think of it, atari emulator should run fine in webos emulator build in virtualbox too (except for that whole luna and sdl fighting over the framebuffer thing) :) Feb 06 01:34:43 freenode is messed up again Feb 06 01:34:54 telling my my nick is temporarily unavailable Feb 06 01:35:18 wtf does that even mean? Feb 06 01:36:11 man, this snow is pretty amazing Feb 06 01:36:51 if anyone has heard of the crazy storm hitting washington dc Feb 06 01:53:27 schulman: a good chunk of the east/midwest is getting hit. Feb 06 01:53:49 wooot! Feb 06 01:54:03 i just got lisp talking to matlab using a C API Feb 06 01:54:16 which means i now know how to make lisp services :D Feb 06 01:57:42 this calls for celebration Feb 06 01:57:49 destinal: then "stop LunaSysMgr" and there won't be any fighting... ;-) Feb 06 01:58:10 (heading out, btw... have a good weekend all) Feb 06 01:58:30 later lemketron Feb 06 02:44:09 you guys rock! Feb 06 02:44:55 you guys make my life better. Feb 06 02:45:36 please remember to try to donate if you like it so much :) Feb 06 02:45:43 any little bit counts Feb 06 02:46:19 next paycheck Feb 06 02:49:13 alpha testing version of preware in the testing feed Feb 06 02:49:47 nice Feb 06 02:50:19 I need someone from France to test the localization Feb 06 02:50:42 evening all Feb 06 02:51:00 is it possible to uninstall apps that are installed from factory IE Vz navigator Feb 06 02:53:49 It's possible to hide them Feb 06 02:54:26 but not to uninstall :( how would i hide the app then? Feb 06 02:55:50 Look into some of the patches that hide the Sprint installed apps Feb 06 02:56:04 I'm no patch expert Feb 06 02:56:08 im on the pre plus, no patches exist Feb 06 02:56:25 Doesn't matter. For something like that, the patch is going to be pretty standard Feb 06 02:57:18 one specific for vz navigator not sprint navi Feb 06 02:57:36 It should all be relatively the same. Feb 06 02:57:55 ill look into it Feb 06 02:58:01 aren't the icons diferennt Feb 06 02:58:09 yes Feb 06 02:58:22 hhmm Feb 06 02:58:27 farms, do you have terminal installed from preware? Feb 06 02:58:33 http://www.webos-internals.org/wiki/Patch_Launcher_Hide-Delete_The_NASCAR_App Feb 06 02:58:37 no but i can install easily Feb 06 02:58:45 i have novaterm up and conected Feb 06 02:59:03 ahh, well you can do it from novaterm too Feb 06 02:59:11 All you need to do is edit the appinfo.json file Feb 06 02:59:21 you can actually remove the app to save space Feb 06 02:59:35 so i need to mount r-rw first? Feb 06 02:59:40 yeah **** ENDING LOGGING AT Sat Feb 06 02:59:56 2010