IRC log for #webos-internals on 20091113

00:02.12rwhitbychannel
00:03.12PuffTheMagicrwhitby: too bad webOS dont have checkbox widgets
00:03.18*** join/#webos-internals playya_ (n=playya@unaffiliated/playya)
00:03.27PuffTheMagictoggle switches just dont cut it for somethings
00:03.40AnOutsidergo custom :)
00:03.56mumblesi have pizza!
00:04.18Smubehtwhat is the difference PuffTheMagic?
00:04.38PuffTheMagicSmubeht: screen space usage
00:04.49Smubehtgotcha
00:04.50PuffTheMagicuser insteraction
00:05.20rwhitbyAnOutsider: Packages and Packages.gz also redirected now
00:05.22PuffTheMagicit would be easier to put a checkbox and a text field in 1 row
00:05.29PuffTheMagicthan a toggle switch and a textbox
00:05.51AnOutsidercould def be something cool to make custom tho
00:05.52rwhitbyAnOutsider: the ipkg work-around for app limit is still working opposite for some people, for some unknown reason
00:06.04AnOutsiderreally just an image sprite with on/off state
00:06.22AnOutsiderahh, good reason. Haven't hit that myself
00:06.37PuffTheMagicAnOutsider: im not saying its hard, just that it would be nice
00:07.24AnOutsiderindeed
00:07.59AnOutsiderThat facebook developer's comments were interesting. I definitely agree that webos needs more speed, but I think he exaggerated a bit
00:08.24AbyssulI think he might have a misconception about the Pre though. He states that it's sluggish....
00:08.30*** join/#webos-internals Smubeht2 (n=Smubeht@ool-44c5f456.dyn.optonline.net)
00:09.08AbyssulWhat's that have to do with a Facebook app...
00:09.10AnOutsiderIt can be sluggish yes, but it's NOT horrible
00:09.35*** join/#webos-internals donny_ (n=donny@70-7-252-167.pools.spcsdns.net)
00:09.42AnOutsidercomparing it to an iphone when the iphone is actually behaving though, yeah it's pretty slow in comparison. Taps alone are MUCH more responsive
00:11.03AnOutsiderrwhitby: so you're getting itno webos coding now? Any apps on the way?
00:11.32rwhitbyAnOutsider: heh - just enough to maintain preware while oil is busy on wirc at the moment :-)
00:12.10AtomicPlayboywIRC is awesome, btw.
00:12.19AnOutsiderabsolutely
00:12.37AnOutsiderhey rwhitby: what's the test feed url? I'll grab it down (new preware) and test
00:12.42Smubeht2yeah wIRC is great
00:12.52rwhitbyAnOutsider: http://ipkg.preware.org/feeds/webos-internals/testing/all/
00:13.00bpadalinowhere was the fb app developer interview ?
00:13.39Templarianbpadalino: you mean http://www.techcrunch.com/2009/11/11/joe-hewitt-developer-of-facebooks-massively-popular-iphone-app-quits-the-project/
00:13.44bpadalinothanks
00:15.10bpadalinohrm .. no real mention of webOS there ?
00:16.37AnOutsiderhttp://www.palminfocenter.com/news/9990/facebook-for-iphone-developer-on-webos/
00:16.39Mouseyagain, i'm surprised everytime somebody is surprised about apple's crappy attitude towards their customers
00:16.46AnOutsider"I would love to develop for WebOS. It's probably my favorite of all the current mobile OS's, although the performance of the Pre is absolutely horrid and I can't imagine developing for it until they optimize their software and put out better hardware."
00:17.05bpadalinothanks AnOutsider
00:18.40Smubeht2the processor in the Pre is similar to that of iPhone 3gs right? so in theory its just a matter of optimizing to make it run faster.. Imean it will never run as fast as the iPHone due to its nature being multitasking oriented where as iPhone is how fast can i open and run an app, but I am sure there can be speed increases made to the current device..or am I totally off base?
00:19.44AnOutsiderWasn't it the GPU (or its lack of usage?)
00:19.46roxfaniphone runs osx, pre runs linux, there are all kinds of differences
00:19.58roxfanthe core is similar, yes
00:20.22bpadalinoall video stuff being done by the CPU is kind of a hog .. but i haven't seen anyone profile the running of the code to see where the long legs are
00:20.25roxfanotoh pre has a dsp coprocessor which afaik is used for video
00:20.41roxfanwhile iphone does everything in the main cpu
00:21.27AnOutsiderwow, just saw the last call thing. Anyone hear mention of an actual deadline though?
00:22.09*** join/#webos-internals sportman (n=sportman@66.206.156.155)
00:22.18roxfanalso i think pre runs at a higher clock rate
00:25.20bpadalinothe pre has a nice base ... luna may be a little slow, but there's nothing slow about the underpinnings of it all
00:25.54*** join/#webos-internals cphelps (i=63b81edd@gateway/web/freenode/x-bydkvsrsblfejrqb)
00:26.53*** mode/#webos-internals [+v cphelps] by ChanServ
00:27.36AtomicPlayboyI think coding for the GPU will make all the difference.
00:27.53AtomicPlayboy90% of the Pre's "slowness" is just graphical.
00:28.08AtomicPlayboyAt least from my own experience.
00:28.16bpadalinoi wouldn't go so far as to put a percentage to it ... i haven't seen any profiling ..
00:28.21bpadalinobut it would help
00:28.35AnOutsiderthis isn't my area, but would things be snappier if it were written in C instead of Java?
00:28.36AtomicPlayboyMaybe not 90%. :P
00:28.52sjanssenAnOutsider: the bigger issue is probably the things that are written in Javascript
00:29.03AtomicPlayboyMost of the Linux underpinnings are C.
00:29.16AtomicPlayboyMost of the Palm programming is JS.
00:29.25cphelpsand almost none of it is Java.
00:29.35sjanssenit seems to me that lots of it is Java
00:29.55AnOutsiderwell the services are java
00:29.56cphelpssjanssen: services are largely java, yes
00:29.58AnOutsiderthe UI isnt though
00:30.07AnOutsiderI did notice things liek the lockscreen are in java tho. strange
00:30.07sjanssenfrom my day or so poking about the emulator, most applications are just shims in front of DBUS services
00:30.29*** join/#webos-internals kesne (n=Kesne@207.190.0.11)
00:30.37sjanssenso display logic, etc. is in Javascript, but the actual guts of talking to your email server or whatnot are in Java
00:31.59*** join/#webos-internals zsoc (n=wIRCer@unaffiliated/zsoc)
00:33.44sjanssenthere are nearly 3000 classes in the jars in the emulator
00:34.28sjanssenonly about 1600 in the com.palm.* namespace, though
00:34.28*** join/#webos-internals animal5151 (i=ad83ac55@gateway/web/freenode/x-fcbqooiczlhceqow)
00:36.15bpadalinolots of classes
00:40.52*** join/#webos-internals natenrb9 (n=Adium@69.169.135.220)
00:41.27natenrb9rwhitby: yeah, seems like the prethemer feed isn't pulling up
00:41.37natenrb9restarting my phone…we'll see if that helps
00:42.21PuffTheMagicsjanssen: yes its a shame how much is in java when there is a prefectly good C api available
00:42.39PuffTheMagicsjanssen: if i can ever pull my self away from writing new C services i am gonna port some of the java stuff over to C
00:42.50PuffTheMagiclike the mail,messenger and calendar services
00:42.50AnOutsidernatenrb9: having issues with the prethemer feed?
00:43.36sjanssenPuffTheMagic: I bet it would be a pain to do luna-style DBUS in C
00:43.37AnOutsiderpreware guys, is the reason you load feeds through the service because fetching them with json and parsing is too slow?
00:43.43PuffTheMagicsjanssen: not at all
00:43.46sjanssenthey don't really use DBUS features at all, just send JSON as strings
00:43.53PuffTheMagicsjanssen: i've written a few services in C now
00:44.10sjanssenPuffTheMagic: JSON isn't too annoying to consume in C?
00:44.12PuffTheMagicsjanssen: i wrote wIRCd in C, i am porting ipkgservice to C
00:44.17natenrb9AnOutsider: yeah, hasn't been pulling up, trying again...
00:44.24PuffTheMagicjauderho: there are a few json libs in C tha make things easy
00:44.33PuffTheMagicjauderho: i dont even use them when "creating" json objects
00:44.33AnOutsidercan you visit prethemer from your phone?
00:44.41AnOutsiderRod did say some people were having issues over EVDO
00:44.41PuffTheMagici only use them for parsing incomming json objects
00:44.43*** join/#webos-internals freakout-work (i=cbab0504@gateway/web/freenode/x-kgbdwsbufvtfvxjk)
00:44.50rwhitbynatenrb9: there would have been a 5 minute interval where the feed would have hung.  a reboot or a 10 minute wait should fix it if you were unlucky enough to hit that window.
00:45.05PuffTheMagicsjanssen: i canmake much nicer services in C than i can in java
00:45.07rwhitbyAnOutsider: json can't get to the feed files.
00:45.18PuffTheMagicsjanssen: and i suck at C, compared to "real C programmers"
00:45.21sjanssenPuffTheMagic: by "nicer" you mean?
00:45.22*** join/#webos-internals obladda (n=obladda@pool-71-247-94-87.nycmny.east.verizon.net)
00:45.27natenrb9yeah, still not pulling up, even restarted the phone...
00:45.45AnOutsiderrwhitby: true, because they're zipped, but for the couple of small apps ive done, ive used ajax to fetch a json "feed"
00:46.00AnOutsiderproblem is, it seems parsing a large bit of json just KILLS the phone
00:46.09AnOutsidereven on the emulator
00:47.11rwhitbyAnOutsider:
00:47.13rwhitbyInflating http://ipkg.preware.org/feeds/prethemer/Packages.gz
00:47.13rwhitbyipkg: Invalid gzip magic
00:47.27PuffTheMagicsjanssen: well there are no "headers" so when we were first figuring out how tomake services (java specifically) all we could do is look at decompiled java services, but for C, we could see all the symbols in lunaservice.so not to mention GPL'd lunaservice.h which explicitally shows all the avalable function calls, which is far more robust that what we could/were doing with java services
00:47.52AnOutsiderhmm, it's redirecting right to the raw feed and not the gz
00:48.02sjanssenPuffTheMagic: ah, I see
00:48.50sjanssendoesn't get why palm doesn't just open source the services, but meh
00:48.58PuffTheMagicsjanssen: like there are thinkgs that i am doing in my C services that I didnt ever think I could do when i started writing java sevices
00:49.12PuffTheMagicsprugman: probably case Palm is a bunch of java programmers
00:49.17PuffTheMagicsjanssen: ^^
00:49.25PuffTheMagicsjanssen: and they dont know how to go about doing a native sdk yet
00:49.32PuffTheMagicso they are waiting for us to work out all the kinks
00:49.47sjanssenPuffTheMagic: I mean they should open source the Java services
00:50.20PuffTheMagicexample.... the day after i released my "reverse engineered" lunaservice.h so that we could link against lunaservice.so, palm decided to GPL the headers they gave out under NDA
00:50.29rwhitbynatenrb9: try now
00:52.32natenrb9there you go, its up
00:52.35natenrb9nice
00:52.46rwhitbynatenrb9: thanks for reporting it
00:52.52natenrb9np
00:54.05natenrb9btw: Preware is super sick!
00:55.01*** join/#webos-internals bliip1234 (n=wIRCuser@cpe-065-188-212-137.triad.res.rr.com)
00:55.24rwhitbyyeah, it is pretty damn fine, isn't it. oil is a genius.
00:55.39Mouseyhands him some oiltreats
00:55.46natenrb9oil?
00:55.55oil?
00:55.58natenrb9ah
00:56.07rwhitbynatenrb9: oil wrote almost all of the javascript code in Preware
00:56.13natenrb9wonderful work oil!
00:56.16oildont tell people that
00:56.18oillol
00:56.31rwhitbyI just tweak bits around the edges when he's busy on wirc ;-)
00:56.42natenrb9oil: don't worry, its something to be proud of
00:56.57natenrb9rwhitby: ha! nice
00:57.11Mouseyeagerly awaits someone (anyone!) to tackle the lack of "generic xmpp" dilemma
00:57.21Mouseypromises beer
00:57.34*** part/#webos-internals dBsooner-work (n=dBsooner@unaffiliated/dbsooner)
00:58.46robertjwThe sd8xxx WiFi driver is GPL from Marvell.  Why is it not included in the Palm source release?
00:59.23oilbecause palm is forgetful
01:00.08tlpoil: :o really? Cool @ Preware.
01:00.29oilyou didn't know that?
01:00.56tlpI knew you contributed, but I didn't know you were responsible for the bulk of it :p
01:01.47oil$ git shortlog -n -s
01:01.47oil<PROTECTED>
01:01.47oil<PROTECTED>
01:01.47oil<PROTECTED>
01:01.47oil<PROTECTED>
01:01.48oil<PROTECTED>
01:02.20tlpawesome.
01:02.35AnOutsiderI'll be unknown
01:03.20oilactually
01:03.25oilthats also me
01:03.30AnOutsider:(
01:03.33oilwhen i was first figuring out git
01:03.36AnOutsiderjust take my 3. meany.
01:03.37oili didn't put a name
01:03.37oillol
01:03.41oilok
01:03.44oilthose 3 are AnOutsider
01:03.47AnOutsider:-D
01:03.57oilthose  3 commits are where every single bug anyone has ever ran into comes from
01:04.02oilxD
01:04.03AnOutsiderhahaha
01:10.18*** join/#webos-internals corq-FL (n=corq@140.150.121.70.cfl.res.rr.com)
01:13.10*** join/#webos-internals ACap_wIRC (n=ACap@c-24-118-166-49.hsd1.mn.comcast.net)
01:17.24Smubeht2wow streaming in the nfl app is actually pretty good
01:17.47bhueynever used it
01:17.58bhueythe new IRC app is actually pretty good
01:18.03bhueysurprising actually
01:18.25bhueynot sure how they did it
01:19.35zsocyou could ask them in #wirc. or just look at the source code
01:19.40*** join/#webos-internals Sketh (i=442a4260@gateway/web/freenode/x-ouakaryrtuvtqenb)
01:19.47AnOutsideralso the service
01:20.21oilbhuey: magic
01:20.51bhueyif I had to guess, it looks like they use irssi as a backend
01:21.07zsocoil: automagic.
01:21.54jauderhoTemplarian: ping
01:22.18zsocwe need an idle rpg
01:22.22rwhitbybhuey: your guess would be wrong
01:22.34bhueywhat then ?
01:22.54rwhitbywIRCd - source code is in git
01:23.38bhueydon't have time to look at it, just glad it works
01:25.03rwhitbybhuey: it uses http://libircclient.sourceforge.net/ behind the C service
01:28.26oiland that link goes to magic
01:30.11*** join/#webos-internals oil_pre (n=wIRCer@72-57-49-246.pools.spcsdns.net)
01:30.11*** mode/#webos-internals [+v oil_pre] by ChanServ
01:38.37*** part/#webos-internals bliip1234 (n=wIRCuser@cpe-065-188-212-137.triad.res.rr.com)
01:39.50bhueyrwhitby: well, what ever they use, it's working impressively well
01:40.23*** join/#webos-internals sryan_wirc (n=wIRCer@173.6.77.32)
01:40.33Templarianjauderho: pong!
01:41.16jauderhoTemplarian: question: is there a way to import an existing palm app into a komodo project?
01:41.35Templarianyea drag and drop the files into a src folder inside of a blank project
01:41.37sryan_wircdo I have to uninstall all patches when a webos update comes out?
01:41.56TemplarianNew Project > save it somewhere, create a src folder and copy your old project in it.
01:42.31Templarianjauderho: http://webos.templarian.com/komodo/ has a how to.
01:43.30jauderhoTemplarian: doh! I didnt see that. off to rtfm. thx.
01:47.03TemplarianIt's okay most asked question since most people are converts.
01:47.45jauderhoTemplarian: this is strange. when I click on the create new project link, it does not let me specify a path
01:48.00jauderhoe.g. the "create project" button is grayed out
01:48.12TemplarianYou have to click the little folder icon.
01:48.26TemplarianAnd it has to be a empty folder that you place it in
01:48.39TemplarianMost use documents/com.example.app/
01:48.56Templarianor documents/projects/com.example.app/ **
01:49.07sugardavethe folder also looks greyed out...to me, anyway
01:49.14sugardaveit's just to the left of the create button
01:49.22jauderhosugardave: I was going to say the same thing.
01:49.29sugardaveit works, though
01:49.39jauderhoyeah just tested it
01:49.42sugardavetrust your feelings, let go your conscious
01:49.47sugardaveor something like that
01:50.47TemplarianThat's weird once I select a folder it ungrays for me.
01:51.15sugardavein xp, I have to click that button to get the folder selected....so it's gray when you go to click it
01:51.46Templarianhave a screenshot... might be a bug.
01:52.06oil_prerwhitby: so the fixunknown problem was a broken appinfo?
01:52.20rwhitbyoil_pre: yep
01:52.32*** part/#webos-internals sryan_wirc (n=wIRCer@173.6.77.32)
01:52.34*** join/#webos-internals djk (n=djk@ool-4573a369.dyn.optonline.net)
01:52.54rwhitbyoil_pre: so I've just put try/catch around both calls to JSON.parse in package.js
01:53.04rwhitbyit's in git and test feed
01:53.11oil_prethat fixed it?
01:53.21rwhitbyoil_pre: yep
01:53.58oil_prethat's good
01:54.24rwhitbyoil_pre: I'm adding /usr/local/bin/ipkg enable/disable now to the service
01:54.58*** join/#webos-internals Abyssul (n=Abyssul@cpe-075-176-175-108.sc.res.rr.com)
01:54.59oil_preenable/disable what?
01:56.39jauderhoTemplarian: here is a screenshot http://skitch.com/jauderho/n8j43/komodo
01:57.12jauderhoTemplarian: is there a way to reflow/reindent a file? some of the existing js files are badly indented
01:58.32jauderhorwhitby: btw my version issues seem to be fixed. just looking at the new gdial update right now and it correctly shows my installed version vs available ver.
02:03.03*** join/#webos-internals Craftsman1234 (n=Craftsma@173-96-26-37.pools.spcsdns.net)
02:06.13*** join/#webos-internals bliip1234 (n=wIRCuser@cpe-065-188-212-137.triad.res.rr.com)
02:07.23*** join/#webos-internals Smubeht2 (n=Smubeht@ool-44c5f456.dyn.optonline.net)
02:08.00rwhitbyjauderho: weird - cause it shoudn't be fixed by anything I did ...
02:08.21jauderhorwhitby: yeah i know
02:09.47Craftsman1234sorry if this has been typed about but does anyone know why the program does not reconnect after you swipt it closed
02:11.34oil_pre~wirc
02:11.35infobothmm... wirc is "Please use the #wirc channel for all questions, queries, statements, appreciation, abuse, bugs, requests, and anything else to do with the wIRC application and/or the wIRCd service."
02:12.38Craftsman1234Ok cool did not know it was set up.
02:13.06*** join/#webos-internals eternaleye (n=quassel@pool-71-188-241-187.sttlwa.fios.verizon.net)
02:13.57*** join/#webos-internals nilodize (n=nilodize@e181067069.adsl.alicedsl.de)
02:15.12*** join/#webos-internals eternaleye (n=quassel@pool-71-188-241-187.sttlwa.fios.verizon.net)
02:18.44Templarianjauderho: looking at the screenshot the colour just looks faded it's not disabled.
02:20.29*** join/#webos-internals FreeTim3 (n=freetim@pool-71-184-177-185.bstnma.east.verizon.net)
02:20.40*** join/#webos-internals Volcom45 (i=62cbdcba@gateway/web/freenode/x-hjkududycpbdrhuu)
02:20.45Volcom45Rod, you around?
02:25.19*** part/#webos-internals nilodize (n=nilodize@e181067069.adsl.alicedsl.de)
02:28.51tmztVolcom45: looking for rwhitby?
02:29.02Volcom45yep
02:29.02tmztah, right
02:29.13tmzttry pinging :)
02:29.26Volcom45pinging him?
02:29.26Volcom45lol
02:29.57gkatsevhe prefers syn, syn-ack, ack.
02:30.06*** join/#webos-internals zsoc (n=nghr@unaffiliated/zsoc)
02:30.33tmztlike rwhitby: ping
02:31.00Volcom45rwhitby: ping
02:31.03Volcom45:)
02:31.06oilthe main part of it, is to say his nick
02:31.14Volcom45ah
02:31.19Volcom45highlighting?
02:31.25oilmost clients do
02:31.31oilsome even make a sound
02:31.41Volcom45oil
02:31.44oili turned all that crap off though
02:31.55Volcom45aren't you the one behind wirc?
02:32.00oilno
02:32.03Volcom45oh ok
02:32.05oillol
02:32.20Volcom45know i've seen an oil developer on something i use on the forums
02:32.23Volcom45:P
02:32.24oilim not behind it
02:32.26oilim infront of it
02:32.29oilits not some nefarious thing
02:32.29Volcom45oh haha
02:32.34Volcom45got ya
02:32.38Volcom45well i love it
02:32.39Volcom45its amazing
02:32.44oilthats good
02:33.05Volcom45only thing i can see missing is no channel fav list
02:33.13Volcom45but i just set it to auto connect to anything i want
02:33.16oilits on the todo list
02:33.21Volcom45sweet
02:33.21rwhitbyVolcom45: g'day
02:33.26Volcom45hi Rod
02:33.41zsocwonders if anyone reads the topic
02:33.44gkatsevrwhitby: syn
02:33.47Volcom45came to try and help ya troubleshoot the fair dinkum issue in the latest package manager
02:33.54Volcom45i posted you a screenshot in the forum from what you requested
02:34.42Volcom45I saw another guy has the same issue as me since your latest package manager update
02:35.01Volcom45wonder if the upgrading process messed something up?
02:35.14Volcom45i haven't tried killing it yet with the command you said disabled it
02:40.57rwhitbyVolcom45: unfortunately, I need to go into a meeting now, but will be back in about an hour or so
02:41.09Volcom45ok
02:41.23rwhitbyVolcom45: the whole functionality of fair-dinkum is in that one script - there is nothing else.
02:41.40rwhitbyif you rename the script, it's disabled.  rename it back, it's enabled again.
02:41.46Volcom45got ya
02:41.47Volcom45thanks
02:41.49Volcom45will give that a try
02:41.55Volcom45and let you know if things work again
02:41.57rwhitbyI'm actually in the process of adding a preference to preware for exactly that purpose.
02:42.03Volcom45cool
02:42.25Volcom45I do hope to fix it though as I love how it gets rid of the 2 minute download delay
02:42.52Volcom45its worked awesome for me for weeks until the Package manager update
02:43.31rwhitbyVolcom45: do you have less than 100 MiB free in /var ?
02:43.43Volcom45yes
02:43.47Volcom45like 95
02:43.59rwhitbyVolcom45: that's the problem then - you've crossed that safety net limit
02:44.08Volcom45?
02:44.13rwhitbyyou need to use MvApp to free up more than 100 MiB in /var
02:44.15*** join/#webos-internals dogdoc (n=ron01@68-246-198-156.pools.spcsdns.net)
02:44.16Volcom45it worked fine though before the update at the same range
02:44.36rwhitbyfair dinkum only removes the arbitrary 64MiB used limit, not the 100MiB free safety net.
02:45.05Volcom45well whats the command to see how much I have in /var right now?
02:45.09Volcom45I'll double check
02:45.11rwhitbydf /var
02:45.18Volcom45k
02:46.01Volcom45ya says 96876 62% /var
02:46.22rwhitbyyep - need to be >= 100000
02:46.28Volcom45wow
02:46.36Volcom45swear I've been around this range for awhile
02:46.36rwhitbymaybe 102400 actually
02:46.46Volcom45every new app, i instantly mvapp it
02:47.04Volcom45guess i'll give the messaging plugins a try
02:47.06rwhitbyVolcom45: that may be the case - some people seem to be lucky and the second limit doesn't apply for some reason.
02:47.08Volcom45haven't heard either way if it works or not
02:47.10Volcom45but its 13megs now
02:47.26Volcom45ya, maybe my luck suddenly ran out
02:47.31rwhitbygreg_roll said it should be fine to move
02:47.37Volcom45I'll give it a shot
02:48.07rwhitbyVolcom45: I do know that there is a going-past-the-end-of-a-string bug in 1.2.1 which sometimes causes the app manager to get screwy results from the space check
02:48.19Volcom45k
02:48.44Volcom45bummer mvapp won't let me move messaging
02:48.57Volcom45says it has no json file and won't be moved
02:49.26rwhitbyVolcom45: anyway, next version of Preware should have a preference, and people can turn the fair dinkum stuff on or off.
02:49.37Volcom45thanks rwhitby
02:49.57ron-wircanyone know what an update might do to mvapp relocated apps?
02:50.48rwhitbyron-wirc: nothing
02:50.56rwhitbyupdates don't touch apps in /var
02:51.15rwhitbyOTA updates that is
02:51.32rwhitbyfor Preware updates or App catalog updates, they will just follow the symlink and update it.
02:51.46*** join/#webos-internals yokken (n=yokken@x-146-57-80-86.mrs.umn.edu)
02:52.49Volcom45have any of you tried linking your email?
02:52.56Volcom45I see i have 35mb of email usage
02:53.09ron-wircnice. thanks.
02:53.13Volcom45once you link it, do all new emails go to the new media location? or does it only like archive what you currently have
02:53.52rwhitbyVolcom45: they follow the symlink to medi
02:53.53rwhitbya
02:54.08Volcom45nice
02:54.16Volcom45maybe I should give that a try
02:54.26Volcom45I'll shutup and let you go to your meeting rwhitby  :P
02:54.33Volcom45thx for the response
02:55.02rwhitbybbl
03:13.08*** part/#webos-internals bliip1234 (n=wIRCuser@cpe-065-188-212-137.triad.res.rr.com)
03:15.02*** join/#webos-internals kmax12 (n=kmax12@c-67-173-9-140.hsd1.il.comcast.net)
03:15.51*** join/#webos-internals kmax13 (n=kmax12@c-67-173-9-140.hsd1.il.comcast.net)
03:16.04*** join/#webos-internals FreeTim31 (n=freetim@pool-71-184-177-185.bstnma.east.verizon.net)
03:18.43*** join/#webos-internals egaudet (n=egaudet@c-66-31-49-55.hsd1.ma.comcast.net)
03:18.44*** mode/#webos-internals [+v egaudet] by ChanServ
03:20.44*** join/#webos-internals muchtall (n=muchtall@75-146-189-25-Minnesota.hfc.comcastbusiness.net)
03:20.51*** join/#webos-internals kmax14 (n=kmax12@c-67-173-9-140.hsd1.il.comcast.net)
03:22.45*** join/#webos-internals csplinter (n=csplinte@cpe-72-191-96-188.gt.res.rr.com)
03:23.07freakout-workoil: ping
03:23.26ron-wircpong
03:24.59oil?
03:26.43ron-wircLOL, sorry. small screen.
03:28.47*** join/#webos-internals Craftsman (n=Craftsma@99-202-69-17.pools.spcsdns.net)
03:28.50*** join/#webos-internals Hyperian (i=deathbli@c-24-7-3-154.hsd1.ca.comcast.net)
03:30.23*** part/#webos-internals Craftsman (n=Craftsma@99-202-69-17.pools.spcsdns.net)
03:33.48*** join/#webos-internals jrmuizel (n=jrmuizel@CPE001f5be79d0f-CM0017ee62f8b0.cpe.net.cable.rogers.com)
03:33.58*** part/#webos-internals ron-wirc (n=ron01@68-246-198-156.pools.spcsdns.net)
03:35.17*** join/#webos-internals sportman (n=sportman@66.206.156.155)
03:37.10*** join/#webos-internals FreeTim3 (n=freetim@fw01.cmbrmaks.akamai.com)
03:39.01*** join/#webos-internals Kungfupanda (i=kvirc@122.164.31.167)
03:39.55*** part/#webos-internals synackfin (n=Darth_Va@173.12.29.234)
03:40.28*** part/#webos-internals Kungfupanda (i=kvirc@122.164.31.167)
03:40.35zsocPuffTheMagic, ping
03:43.46*** join/#webos-internals kevlars (i=182ea22a@gateway/web/freenode/x-vijfkpeztpcsuhqa)
03:43.56*** join/#webos-internals lupos (n=lupos@user-1087lso.cable.mindspring.com)
03:47.14*** join/#webos-internals haeffb (n=IceChat7@174-154-21-213.pools.spcsdns.net)
03:48.15*** join/#webos-internals direwolf790 (n=johnmass@pool-98-117-192-145.bltmmd.fios.verizon.net)
03:49.24direwolf790so i have not heard it mentioned... did palm create the facebook app or was it someother company?
03:49.24AbyssulIm sure Palm did
03:49.31direwolf790gotcha
03:53.20egaudetsorry it took so long but Virtual Keyboard now has AutoCorrect support!!  (update in feeds within 15 minutes)...OK back to wIRC
03:53.40Robi_sweet
03:54.05*** part/#webos-internals lupos (n=lupos@user-1087lso.cable.mindspring.com)
03:54.38*** join/#webos-internals AMRCC (i=4581d64d@gateway/web/freenode/x-fvwvnpcmgcdeqiia)
03:54.59AMRCCrwhitby?
03:55.52freakout-workHey, Robi_
03:56.32*** join/#webos-internals Ehsan (n=Sam2579@c-76-30-158-4.hsd1.tx.comcast.net)
03:57.24*** part/#webos-internals csplinter (n=csplinte@cpe-72-191-96-188.gt.res.rr.com)
03:58.06*** part/#webos-internals direwolf790 (n=johnmass@pool-98-117-192-145.bltmmd.fios.verizon.net)
03:58.36Smubehtegaudet..autocorrect like the base autocorrect in the pre..or like autocorrect similar  to that of the iphone
03:58.38Ehsanhey what u guys use to encode ur movies to fit on Pre screen?
03:58.51egaudetsame autocorrect used by phys keyboard
03:58.56egaudetwell same dict.
03:59.07Smubehtk gotcha
03:59.18Volcom45Ehsan: I use Handbrake
03:59.34Ehsandoes it work on mac?
03:59.37Volcom45its free and has a template for iphone resolution video encoding
03:59.39Smubehti had that autocorrect patch on but it made mail and other stuff so sluggish so i removed it..
03:59.42AMRCCegaudet or freakout-work:  rwhitby round tonite?
03:59.42Volcom45which is same resolution as pre
03:59.50Volcom45AMRCC:  he's in a meeting
04:00.32AMRCCdo you guys know if I can use the same bitly address as the first alpha of pw for the new alpha?
04:02.03freakout-workEhsan: I use this one, it's much more simple than handbrake: http://bit.ly/1bNurX
04:02.16*** join/#webos-internals bliip1234 (n=wIRCuser@cpe-065-188-212-137.triad.res.rr.com)
04:02.50freakout-workAMRCC: not a clue i'm afraid, but it's probably changed. they like to do that just to mess with us, rwhitby is evil like that ;)
04:03.13Ehsanhey Freak thanks. But I am on mac.
04:03.33Ehsanhandbrake is bit complicated. what settings u guys use?
04:05.35*** join/#webos-internals dkirker1 (n=dkirker1@24-180-2-10.dhcp.snlo.ca.charter.com)
04:05.39AMRCCehsan: I use http://www.videora.com/en-us/Converter/palm-pre/
04:07.54zsocAnyone know where PuffTheMagic is at?
04:10.19freakout-workzsoc: Probably puffing the magic ;)
04:11.05egaudetPuffTheMagic, is wirc'ing
04:11.09egaudetprobably
04:11.10egaudetget it
04:11.12egaudeteh eh eh
04:11.29zsocegaudet, that's unlikely, i don't think he wircs ever :P
04:11.32*** join/#webos-internals Craftsman (n=Craftsma@99-202-69-17.pools.spcsdns.net)
04:11.35freakout-worklol
04:11.42Ehsanthanks AMRCC
04:12.11egaudet:)
04:13.00AMRCCehsan: it works great for me...a little flaky but all you need is dvd decrypter and follow the DVD Conversion Guide
04:14.03zsocthinks cli ffmpeg is the best conversion tool for the pre...
04:16.09freakout-workmisses doing everything by cli
04:16.29zsocfine fine, use a front end if you must :P
04:19.08egaudetsleeps
04:21.36*** part/#webos-internals Craftsman (n=Craftsma@99-202-69-17.pools.spcsdns.net)
04:23.06*** join/#webos-internals egaudet_wirc (n=wIRCer@68-244-228-109.pools.spcsdns.net)
04:23.06*** mode/#webos-internals [+v egaudet_wirc] by ChanServ
04:26.48*** join/#webos-internals kesne_ (n=Kesne@70-7-83-65.pools.spcsdns.net)
04:27.28*** join/#webos-internals chron_ (n=chron@d-66-212-197-70.cpe.metrocast.net)
04:31.11*** join/#webos-internals thatdude (i=thatdude@server1.bshellz.net)
04:32.29*** join/#webos-internals kesne__ (n=Kesne@68-29-80-225.pools.spcsdns.net)
04:32.58*** join/#webos-internals OxMan1 (n=OxMan@cpe-76-183-96-183.tx.res.rr.com)
04:33.31*** join/#webos-internals glazed (i=453b7acc@gateway/web/freenode/x-kcytgwazljbtkdtg)
04:34.17*** join/#webos-internals Peekorooledyou (n=peekoroo@70-11-167-112.pools.spcsdns.net)
04:34.28PuffTheMagiczsoc: pong?
04:34.54*** part/#webos-internals FreeTim3 (n=freetim@fw01.cmbrmaks.akamai.com)
04:36.29*** join/#webos-internals jayvan (n=wIRCuser@75.17.197.78)
04:37.05*** part/#webos-internals OxMan1 (n=OxMan@cpe-76-183-96-183.tx.res.rr.com)
04:37.48grndslmsoo... in preware... why do i have to select "Available Themes" and then "All Themes"... shouldn't it just go straight from Available to listing all of them??
04:38.39grndslmif the themes aren't gonna be categorized, then it shouldn't have that extra step in there for no reason
04:41.42*** join/#webos-internals kesne_ (n=Kesne@207.190.0.11)
04:46.00zsocPuffTheMagic, privmsg :)
04:46.36*** join/#webos-internals egaudet__wirc (n=wIRCer@68-244-228-109.pools.spcsdns.net)
04:47.56*** part/#webos-internals jayvan (n=wIRCuser@75.17.197.78)
04:51.12*** join/#webos-internals Rick_work (n=rboatrig@wsip-24-249-130-185.ks.ks.cox.net)
04:59.51*** join/#webos-internals egaudet_wirc (n=wIRCer@68-244-228-109.pools.spcsdns.net)
04:59.51*** mode/#webos-internals [+v egaudet_wirc] by ChanServ
05:02.35*** join/#webos-internals dalmaer (n=dalmaer@c-71-198-176-4.hsd1.ca.comcast.net)
05:06.13*** join/#webos-internals AMRCC (i=4581d64d@gateway/web/freenode/x-vnyzceqkipoiwbdx)
05:06.18*** join/#webos-internals dug (n=Adium@24.130.185.86)
05:07.11AMRCCrwhitby: would the pretris ipk still be on the pre somewhere even after deleted it (ok+click+pick delete twice)
05:07.50Rick_workno
05:11.24AMRCC:)  I was workin on my Pre all day at work as well :)
05:11.31AMRCCCrap...I've been lookin for pretris so I can reinstall it for ya. But I think the install procedure for this app was back when we had to e-mail it from precentral to get it on the pre...all the ipk links from the forums have been removed or are pointing at dead links.
05:17.02*** join/#webos-internals jrmuizel (n=jrmuizel@CPE001f5be79d0f-CM0017ee62f8b0.cpe.net.cable.rogers.com)
05:19.20*** join/#webos-internals edektor (n=edektor@static-208-187-122-54.bbsc.net)
05:22.41rwhitbyAMRCC: if you can get the problem to happen on the old version with PreMemo, and then fixed in the new, then that would be another good data point.
05:26.49*** join/#webos-internals youslippin33 (n=youslipp@174-152-61-133.pools.spcsdns.net)
05:29.08AMRCCcheck forum...i found one that was a bit older...can you check that one and see if it has the same prob as the one db and I had?
05:29.23*** part/#webos-internals youslippin33 (n=youslipp@174-152-61-133.pools.spcsdns.net)
05:31.12rwhitbyyes it does
05:31.16rwhitbyso it's a good test
05:33.58AMRCCrwhitby: loading package information....
05:34.22*** join/#webos-internals egaudet_wirc (n=wIRCer@174-152-95-1.pools.spcsdns.net)
05:34.22*** mode/#webos-internals [+v egaudet_wirc] by ChanServ
05:35.48AMRCCrwhitby: complete...fixin unknown pkgs ...1...2...3...24  :)
05:36.52AMRCCx2 ... worked...
05:38.04AMRCCx3...turned off the theme feeds...still good...
05:42.00AMRCCx4...updatin to new vk just released with autocorrect support ::))  ...restart luna... preware still sails right thru fixin unkwn pkgs...  looks like u fixed it!  wtg! rwhitby
05:47.36rwhitbyAMRCC: great
05:51.34AMRCCNow i can, work on my 2nd patch...turnin off the stupid Call Ended Alert...
05:52.09oilyou mean banner
05:54.14AMRCCyep...you got it done already?
05:56.05AMRCCyou think turn off the whole banner or just the sound?  I'm thinkin just remove the sound.
05:56.21*** join/#webos-internals datafirm (n=dp@c-24-22-142-163.hsd1.wa.comcast.net)
06:00.47*** join/#webos-internals donny (n=donny@c-98-238-134-148.hsd1.ca.comcast.net)
06:05.49*** join/#webos-internals Sargun (n=Sargun@atarack/Staff/Sargun)
06:05.49*** mode/#webos-internals [+v Sargun] by ChanServ
06:06.40*** join/#webos-internals doodums (n=thadood@75.64.176.41)
06:12.29*** join/#webos-internals alkos333 (n=alkos333@c-98-227-217-190.hsd1.il.comcast.net)
06:14.53*** join/#webos-internals kmax15 (n=kmax12@c-67-173-9-140.hsd1.il.comcast.net)
06:23.46*** join/#webos-internals hckyplayer024 (n=hckyplay@173-117-103-151.pools.spcsdns.net)
06:27.13*** part/#webos-internals hckyplayer024 (n=hckyplay@173-117-103-151.pools.spcsdns.net)
06:34.00*** join/#webos-internals mandaman2k (n=mandaman@evdomip-172-182.iusacell.net)
06:41.16*** part/#webos-internals donny (n=donny@c-98-238-134-148.hsd1.ca.comcast.net)
06:42.47*** join/#webos-internals rooledyou (n=peekoroo@cpe-72-184-21-249.tampabay.res.rr.com)
06:51.28*** part/#webos-internals mandaman2k (n=mandaman@evdomip-172-182.iusacell.net)
06:52.08*** join/#webos-internals mandaman2k (n=mandaman@evdomip-172-182.iusacell.net)
06:56.19*** join/#webos-internals kmax16 (n=kmax12@c-67-173-9-140.hsd1.il.comcast.net)
06:57.29*** join/#webos-internals kmax17 (n=kmax12@c-67-173-9-140.hsd1.il.comcast.net)
06:58.07*** join/#webos-internals kmax18 (n=kmax12@c-67-173-9-140.hsd1.il.comcast.net)
06:59.38*** join/#webos-internals kmax19 (n=kmax12@c-67-173-9-140.hsd1.il.comcast.net)
07:00.28*** join/#webos-internals kmax110 (n=kmax12@c-67-173-9-140.hsd1.il.comcast.net)
07:00.28*** join/#webos-internals sryan_wirc (n=wIRCer@173.6.77.32)
07:01.06*** join/#webos-internals kmax111 (n=kmax12@c-67-173-9-140.hsd1.il.comcast.net)
07:02.01*** join/#webos-internals kmax112 (n=kmax12@c-67-173-9-140.hsd1.il.comcast.net)
07:03.01*** join/#webos-internals kmax113 (n=kmax12@c-67-173-9-140.hsd1.il.comcast.net)
07:04.09*** join/#webos-internals kmax114 (n=kmax12@c-67-173-9-140.hsd1.il.comcast.net)
07:04.56*** join/#webos-internals kmax115 (n=kmax12@c-67-173-9-140.hsd1.il.comcast.net)
07:12.37*** join/#webos-internals valexa (n=valexa@nextdesign.iasi.rdsnet.ro)
07:13.36*** join/#webos-internals freakout (n=freakout@220-245-75-218.static.tpgi.com.au)
07:25.47*** join/#webos-internals sugardave (n=sugardav@cpe-66-69-220-182.austin.res.rr.com)
07:35.34*** join/#webos-internals Peekorooledyou (n=peekoroo@cpe-72-184-21-249.tampabay.res.rr.com)
07:37.15*** join/#webos-internals slammer (n=grndslm@174-126-14-4.cpe.cableone.net)
07:52.10rwhitbyfreakout: still no GSM Pre here ...
07:52.21oilsadness
07:52.30thatdudeJoy
07:52.38thatdudeof sadness
07:53.22freakoutrwhitby: how many days is that now?
07:53.28freakoutMine was 12.
07:53.50rwhitbyfreakout: way too many, but apparently Stefan can't do an official claim/track until it's 2 weeks late
07:54.10rwhitbyit's insured for the full amount.
07:54.28freakoutwell, there's that at least
07:54.50freakoutBut still annoying.
07:56.04freakoutDHL's tracking page shows my Pre was delivered... yesterday.
07:56.13oillol
07:56.17freakoutI think it may be connected to a parallel universe
07:57.26rwhitbyoil: so ipkgservice apiVersion is now up to 8, with the addition of getIpkgWrapperState and setIpgWrapperState.  I'm going to add a pref for that this weekend.
07:57.36oilok
07:57.58freakoutAlso, I think PIC has been blacklisted by Palm
07:58.16rwhitbyoil: I should be able to work out what's needed from your fix unknowns pref commit
07:58.17freakoutFor the first time since... well, ever, we haven't been given a review unit. (Pixi)
07:58.49rwhitbyfreakout: must be that 1.3.1 story - only PC is allowed to run those ;-)
07:58.54freakoutlol
07:59.06*** join/#webos-internals trim-pre (n=trim-pre@96-40-150-113.dhcp.mtpk.ca.charter.com)
07:59.19freakoutI figure it's either that or the Asia-Pacific Pre thing. But it's still surprising...
08:02.42*** join/#webos-internals trim-pre (n=trim-pre@96-40-150-113.dhcp.mtpk.ca.charter.com)
08:05.53*** join/#webos-internals trim-pre (n=trim-pre@96-40-150-113.dhcp.mtpk.ca.charter.com)
08:08.05*** join/#webos-internals kmax116 (n=kmax12@c-67-173-9-140.hsd1.il.comcast.net)
08:14.52*** join/#webos-internals Azalyn_ (n=junon@modemcable160.184-202-24.mc.videotron.ca)
08:16.03freakoutgoes out for one last round with his friends, who are all leaving him for a months-long South American holiday tomorrow
08:16.22lingfishHI!
08:16.34freakoutHi lingfish!
08:16.36freakoutbye lingfish!
08:16.41lingfishheh
08:17.06lingfishMine still hasn't shipped either :(
08:17.18lingfisheXpansys dude said hopefully the stock would be in by today
08:25.30*** join/#webos-internals Craftsman (n=Craftsma@174-148-109-56.pools.spcsdns.net)
08:25.32*** join/#webos-internals trim-pre (n=trim-pre@96-40-150-113.dhcp.mtpk.ca.charter.com)
08:33.19*** join/#webos-internals dug (n=Adium@24.130.185.86)
08:41.30*** join/#webos-internals Adora|Pre (n=Adora|Pr@72-57-227-28.pools.spcsdns.net)
08:44.25*** join/#webos-internals Rick-work (n=rboatrig@wsip-24-249-130-185.ks.ks.cox.net)
08:46.10*** join/#webos-internals Spunks3 (n=Spunks3@cpe-72-230-174-102.rochester.res.rr.com)
08:46.29Spunks3saweet, I'm in
08:46.36Spunks3using wIRC for the first time
08:47.26trim-precool
08:47.31*** join/#webos-internals kmax117 (n=kmax12@c-67-173-9-140.hsd1.il.comcast.net)
08:47.43Spunks3any developers here?
08:49.05oilyes
08:49.33Spunks3ah very nice oil, you've made some great apps and just the person I'd wanna see..
08:50.22Spunks3how hard would it be for you or other experienced programers to make a "mobile bartender" app?
08:50.47oileh?
08:50.58oilisn't there already one of those?
08:51.12Spunks3I've just seen beer apps...
08:51.22Spunks3nothing with drink recepies
08:51.25Adora|Preif there's not, it won't take much longer
08:52.18Spunks3ya, I just got a job training to b a bartender and I know some drinks, but an app with tons of recepies and the option to add my own would be amazing
08:52.36*** join/#webos-internals hmagoo (n=hmagoo@pool-71-102-17-79.plspca.dsl-w.verizon.net)
08:53.24Spunks3idk if thers a way to use a list online and have a type of search like preware has... I can picture it in my mind but I hav no clu how to program
08:53.44Adora|Prehmm, some of the random color choices for nicks are less than ideal on the dark theme
08:54.03Spunks3I'm pretty sure it would b a hit in the actual app catalog if accepted
08:54.03oilits random like that xD
08:54.23oil004 will have the ability to make it not random, and specify your and others nick color
08:54.53Adora|Prewhite irc is just plain weird though, so I'll deal  :)
08:54.56Spunks3this app rocks btw
08:55.25oillol
08:55.33oilthe changelog since 003 is massive
08:55.34oilhttp://git.webos-internals.org/?p=applications/wIRC.git;a=shortlog
08:55.40Adora|PreSpunks3: indeed it does
08:56.22Adora|PreI'm already itching to create a theme for it (if that's a future feature)
08:56.36oilits all css
08:56.44Spunks3wow yes it has
08:56.45oil:)
08:56.53hmagoodark is looking pretty good
08:57.05Adora|Premore like just a txt theme
08:57.40oilyou mean, the message colors, not the whole thing?
08:57.53Adora|Predoes whois show in the status window?
08:58.04Adora|Pre(that I closed)
08:58.10oilit doesn't support whois yet
08:58.23oilhopefully PuffTheMagic will get that in before 004
08:58.31Adora|Preoil:  message color and layout
08:58.44Adora|Prelike oldschool mirc theming  :)
08:58.48oilyou can get back to the server status/server list by relaunching the app
08:58.59oilitl bring that window back up
08:59.00rwhitbyAdora|Pre: so, we just need to get a deal like Motion Apps, and get wIRCd into the base firmware, and then wIRC could be in the app catalog, hey? ;-)
08:59.11oilrwhitby++
08:59.29lingfishwtf
08:59.39Adora|Prerwhitby: i'll be right on that!
08:59.45oillol
08:59.51lingfishan IRC client daemon in firmware?  lol
08:59.59Adora|Prestarts socializing the idea to mgmt
09:00.27oillingfish: from my testing, it seems to hit the battery less having irc on all day then having aim connected all day
09:00.31Spunks3whitby, ik I was a bit off topic but did you happn to see my ?
09:00.37oilbut battery life is totally subjective
09:00.55lingfishoil: yeah... that'd be because P09 and newer aren't as chatty I'd say
09:01.08lingfishPING? PONG!
09:01.09lingfishheh
09:01.11oilSpunks3, are you talking about /list support?
09:01.46oilis actually working on that right now
09:01.59Spunks3no no.. about the bartending app... I guess this isn't the place to ask tho :-P
09:02.04oiloh
09:02.17oilyeah, if someone wanted to make it, it would be super easy
09:02.35Spunks3"/list" would b MINT tho
09:02.42oilits already in the repo
09:02.44oilsomewhat working
09:03.01oilgotta add searching/sorting options still, and make tap join or something
09:03.14Spunks3once again, I love that I got a pre
09:05.00Spunks3well, if you get bored.. feel free to try makin that bartending app lol
09:05.08oillol
09:05.13oili've got somany apps on my plate right now
09:05.32Spunks3I was just gunna say.. you getting bored (ha)
09:05.32oilxbox live friends, blocked and dotgame both in teh catalog, preware, and now wirc
09:05.55Spunks3love blocked and dotgame... sold the 360 tho
09:05.58lingfishI've got some on the drawing board too, just don't have the damned time to start
09:06.03oileventually i will pull myself away from wirc long enough to make my catalog apps work on the pixi :/
09:06.05lingfishplus a patch I'm working on
09:06.21oiloh, i was going to makea  patch too
09:06.28oilto let me open clock app straight to alarms
09:06.33oilcause i don't care about fancy gui clock
09:06.37oili know what time it is
09:06.39oili just want alarms
09:06.39Spunks3ya, what are the thoughts on different resolutions in the dev community?
09:06.58Spunks3I'd def use that patch
09:07.16lingfishSpunks3: well, Palm did warn devs through their stuff where they describe good coding practices
09:07.25lingfishWell not warn, but recommend
09:07.36*** join/#webos-internals sugardav1 (n=sugardav@cpe-66-69-220-182.austin.res.rr.com)
09:07.53Spunks3right right, is it that "simple" tho?
09:07.55oilits fine for list apps
09:08.11oilbut games that use all that realestate its a stretch
09:08.19oiland by stretch, i mean compacting
09:08.27Spunks3specially something like blocked
09:08.40oili should be able to make it fit xD
09:08.59Spunks3saweet, the gf is thnkn about getn pixi
09:09.04Spunks3lovesssssssss blockd
09:09.49oilnot by launch of pixi though
09:09.53oilthat boat already sailed without me
09:10.16Spunks3so if I have absolutely no programming expirience.. what are the chances of making that bar app?
09:10.34Spunks3ya, you guys are busy as hell making life easier for us
09:10.46oilabsolutely 0 programming experience
09:10.56oilyou're going to have a hard time
09:11.13Spunks3had help making a winMo app once but it was almost 3yrs ago
09:11.19Spunks3lol, ya I figured
09:11.48rwhitbyhas 0 mobile app programming experience ;-)
09:12.16lingfish.. it shows
09:12.17lingfish;)
09:12.50Spunks3lol, ya 0 type of programming here.. sh!t, I can't evn program my universal remote
09:13.39Azalyndo you absolutely have to add number to your contacts to send a text?
09:13.42rwhitbydoes, however, have 20 years of non-mobile programming experience ;-)
09:14.07Spunks3makes sense
09:15.33rwhitbyoil: so there you go - at least one Palm employee using wIRC ... ;-)
09:15.46oillol
09:15.56oilthat makes it all worth it xD
09:16.00lingfishwho, Spunks3 ?
09:16.03rwhitbyAdora|Pre: we were trying to work out how we could detect who the first Palm employee using wIRC was ...
09:16.06oilAdora|Pre
09:16.07Spunks3notttt me
09:16.21Spunks3lol
09:16.25Adora|PreI don't know of anyone else
09:16.29lingfishah
09:16.41oilidk, some engineers are supposedly looking at the code
09:16.41rwhitbyAdora|Pre: we'll officially call you the first then.
09:16.58Spunks3oil and whitby should b on the payroll
09:17.00lingfishAdora|Pre: pass it up through management -- Asia Pac, specifically Australia, are really pissed you guys aren't spoiling us... yet.
09:17.02oilcause i reported a bug in 131, and linked them to wirc/wircd repos so they could reproduce it
09:17.05Adora|Prebut i'll prob make up for palm's shortcomings
09:17.08rwhitbyoil: new tagline: "By appointment to Adora"
09:17.14Adora|PreAdora|Pre1
09:17.23Adora|PreAdora|Pre2
09:17.31Adora|PreAdora|Pixi
09:17.34Spunks3lol
09:17.35Adora|Pre:)
09:17.40oillol
09:18.17rwhitbyAdora|Pre: anyone at Palm spotted the Preware tagline we put in just for you guys to read?
09:18.18lingfishheh, just like the rest of Palm, he's ignoring me :P
09:18.35Adora|Prerwhitby: by appointment?  wassat mean?
09:18.45rwhitbyAdora|Pre: like the Queen
09:18.55oili still think "Now you can IRC from the crapper" is the best wIRC tagline sofar
09:19.01oilespecially after i brought it up
09:19.03rwhitbyis still a servant of the Queen of Australia, don't forget ...
09:19.24Spunks3oil: don't mind if I do
09:19.28oillol
09:19.32Adora|Pre<-- american, doesn't understand your strange royal customs
09:19.52lingfishAdora|Pre: I'll take that as a no ;)
09:19.53Adora|PreCRAP PHONE CHARGE UR PLUGGED IN
09:20.21Adora|Predammit, maybe brb
09:20.31oillol
09:20.34oilis hittin the sack
09:20.43oc80zwhats good
09:20.44lingfishI don't even have my Pre yet and know that I'll need a second charger :(
09:20.52oc80zwhy do you need a secnd charger?
09:20.53lingfishit blows that the Touchstone doesn't come with another one
09:20.57oillots of time to waste at work i can get home to wirc
09:21.00rwhitbyhas two toucstones, and no Pre that works as a phone yet
09:21.01oc80ztwo touchstones?
09:21.17lingfishoc80z: I'll need one at nights at home to charge up, and another at work for sure
09:21.21lingfishconsidering how crap the batt life is
09:21.29rwhitbylingfish: I'm expecting one in the car too ...
09:21.30oc80zthe batt life is crap?
09:21.32oc80zthats news to me.
09:21.48oc80zwhat are you doing that destroys your batt?
09:21.54lingfishEr... I've read it only about 1000 times on the net
09:22.02oc80zoh you read things on the net..
09:22.04oc80zhow old were they?
09:22.04lingfishDaily charge, 11 hours tops etc
09:22.19oc80zwhat OS were they talking about... 1.0? heh.
09:22.24oc80zwe're about to hit 1.3
09:22.27lingfishum, material from good sites I'm talking about
09:22.34rwhitbyoc80z: my CDMA Pre, which is not even acting as a phone, has worse battery life than my Treo 650 ...
09:22.35oc80zyeah, how old were teh threads...
09:22.49oc80zdid you force it, roam only?
09:22.52oc80zor , automatic?
09:23.09lingfishoc80z: I don't have one... as I said above..
09:23.14Spunks3I do have to say... Sprints service is the worst I've had in yrs using my pre :(
09:23.15rwhitbyoc80z: no CDMA in .au
09:23.30oc80zrw: you should shut off data.
09:23.39lingfishoc80z: You must be the only person I've heard say that it's good.
09:23.42oc80zand it will last you over a day.
09:24.05Spunks3I use data alllll day, that's why I got the pre
09:24.19lingfishSpunks3: exactly... and that's why I'd want 2 chargers.
09:24.28lingfishI just know I'm going to hammer data.
09:24.37oc80z...hammer data
09:24.51lingfishThat's what I said.
09:24.52Spunks3I have one on my desk & 1 in the car... it usually lasts pretty well
09:24.55oc80zok w/e u say
09:24.56lingfishOr, typed.
09:25.13oc80zwhatever you are reading, it is out dated.
09:25.18lingfishSpunks3: my issue is where to order another one from... being trapped in .au and all
09:25.26Spunks3even wakes me up the morning after a night downtown
09:25.52Spunks3owch, thers no way to get 1!?
09:26.08Spunks3or is it a diff outlet type of thing?
09:26.17lingfishSpunks3: well yeah... ebay and stuff... not interested in grey
09:27.05lingfishnot outlet thing... just somewhere rep that will sell it I guess
09:27.08Spunks3well, in time. in time
09:27.10lingfishI'm importing a Pre from eXpansys...
09:27.17hmagoois oz still not free? ;)
09:27.22lingfishThey have the Pre, TS's... but no batts or chargers
09:27.51*** join/#webos-internals trim-pre (n=trim-pre@99-203-123-195.pools.spcsdns.net)
09:28.12rwhitbySpunks3: no CDMA in .au, and only unlocked GSM Pre is qwertz.  Lucky we have the meta-doctor.
09:28.12hmagooso I lost the little battery door.
09:28.21Spunks3I feel like you guys in .au get screwed for everything.. from video games to phone dammit
09:28.37rwhitbySpunks3: it's the price you pay for living in the best country on earth.
09:28.39oc80zrw u shut off data right..?
09:28.43lingfishSpunks3: amen .... so bloody true.  Embarassing at times to live here.
09:28.48rwhitbyoc80z: data over wifi
09:28.52lingfishrwhitby: man, you MUST be kidding :P
09:29.02oc80zmm... but the other radio, ppp0?
09:29.14rwhitbylingfish: I've lived in the bay area.  I know what I'm talking about :-)
09:29.21Spunks3hell at least by the time you get things, theyr almost perfected lol
09:29.48Spunks3rwhitby: pixi lovr?
09:30.10rwhitbySpunks3: pixi no good here - no unlimited data plans, so you really need wifi
09:30.24lingfishrwhitby: I wasn't talking the US.  I'd sooner slash my neck, no offence Americans ;)
09:30.24Spunks3blast
09:30.30lingfishEurope baby!
09:30.44Spunks3none taken.. ;)
09:30.45rwhitbylingfish: close second.
09:30.49oc80ztheres nothing wrong with america
09:31.03Spunks3except we're all over weight
09:31.09Spunks3but that's another story
09:31.25hmagoothe news says we're the best
09:31.38oc80z...
09:31.40oc80zsum it up
09:31.44Spunks3lol
09:31.46oc80zwhy is europe or australia better
09:32.11rwhitbyoc80z: the news doesn't say we're the best ;-)
09:32.13Spunks3never been but always wanted to go.. not a fan of planes
09:32.19Azalynhm, wirc looks pretty cool
09:32.31oc80zive been all over, w/e
09:32.38Azalynis there any specific place to donate for this?
09:32.54lingfishAustralia is good for about... 2 weeks.  Then its boring.
09:32.55rwhitbypoints to oil
09:32.55lingfishheh.
09:33.11hmagoorwhitby: was thinking the same thing
09:33.51oc80zusa #1
09:34.35Spunks3well, 5am is coming early here...
09:34.57Spunks3great work on wIRC.. can't wait for the hefty update
09:35.09rwhitbybbl
09:35.12Spunks3seeyall
09:35.24*** part/#webos-internals Spunks3 (n=Spunks3@cpe-72-230-174-102.rochester.res.rr.com)
09:35.30*** join/#webos-internals trim-pre (n=trim-pre@99-203-123-195.pools.spcsdns.net)
09:35.41oc80zid rather be fat than have the average iq of an australian :P
09:36.01lingfishlol
09:36.08trim-pregot my google wave invite today...anyone know what cool things to do with it
09:36.14lingfishsays you, with your driveby shootings, your stupid wars and presidents
09:36.15lingfishhahaha
09:36.28oc80zyeah, we elected bush, 3x
09:36.40lingfishYeah that was a quality choice eh
09:37.04oc80zuh
09:37.12lingfish(sarcasm)
09:37.22oc80zi blame everything on that administration
09:38.06hmagooyou mean DC and california are in the same country? hmmm..
09:38.48oc80ztrim: delete it
09:39.26oc80zanyways, u want to talk politics
09:39.44oc80zor how the palm pre cant play my dvd/tv rips
09:40.16hmagooI used handbrake to convert
09:41.14oc80z..heh
09:41.39oc80zim waiting for teh pre to play smbmounted avi
09:42.20oc80zthe 3g is faster than most DSL modems.
09:42.42oc80zspeaking of pre, i just met a chairman the other day
09:42.56oc80z(ex-chair)
09:43.50hmagoodsl is 1mbit avg these days I would think.
09:44.06oc80zhe was pissed about editing a contacts #, and not having the chance to 'undo' , and having it update to the cloud heh.
09:44.12hmagooI pay 20/month for that
09:45.38oc80zi hope the pre will play call of duty
09:45.46hmagoowhen is the led flicker when the screen shuts off going to be killed..
09:45.58hmagooits ugly
09:46.13oc80zthe way??
09:46.14oc80zthe wot?
09:46.33hmagoothe center button
09:46.59oc80zi cant tell
09:47.16oc80zwhat you mean
09:47.44hmagoolet the screen shut off by itself and the center button flashes
09:52.50oc80z...
09:53.58oc80zi was hopping on a better task adder, quicktask in the quickinstall.jar is nice.
09:54.16oc80zu really want that fixed hma?
09:54.38oc80zgimmie $5 ill write the patch for you.
09:54.41oc80zheh
10:00.19*** join/#webos-internals Draecos (n=Draecos@78.32.233.225)
10:02.18hmagoodoesn't gdial pro check for notifications if you set it up for that and close the app? (background)
10:03.42hmagoooh nevermind, it is 5 minutes or greater when closed
10:03.56*** join/#webos-internals robbskittles (i=ad824fae@gateway/web/freenode/x-rhtejkvszqongsar)
10:04.36robbskittlesanyone on right now?
10:05.31robbskittlesI know it's early...
10:05.36hmagooyes
10:06.09robbskittleshey...
10:07.20robbskittleswish I had puter infront of me. Need to make some changes to my pre.
10:08.44robbskittlesthe cmd patch doesn't have the current changes on preware.
10:08.55*** join/#webos-internals Phrozen (n=wIRCer@97.102.19.141)
10:09.37robbskittless.o.l.
10:10.05hmagooyou mean the universal search thing?
10:10.29robbskittleswell hey, be easy... I'm out
10:13.36*** part/#webos-internals Phrozen (n=wIRCer@97.102.19.141)
10:14.40*** part/#webos-internals hmagoo (n=hmagoo@pool-71-102-17-79.plspca.dsl-w.verizon.net)
10:18.33*** join/#webos-internals Draecos (n=Draecos@78.32.233.225)
10:19.46*** join/#webos-internals kmax118 (n=kmax12@c-67-173-9-140.hsd1.il.comcast.net)
10:20.09*** join/#webos-internals hmagoo (n=hmagoo@pool-71-102-17-79.plspca.dsl-w.verizon.net)
10:20.28*** join/#webos-internals e-cyber (n=everett@174-147-63-202.pools.spcsdns.net)
10:24.30oc80zi made a script to auto add teh universal search
10:24.58oc80zhttp://pastebin.ca/1669721
10:25.00oc80zenjoy, bbl.
10:31.42hmagoocall me silly but how do you disable parts/joins in wIRC?
10:33.35rwhitbyhmagoo: I've already requested that - there's going to be a pref
10:34.28hmagoocool. wasn't sure there was a server option or something, thanks
10:35.09hmagooit's so important on the mobile screen.
10:38.10e-cyberhey hmagoo just thanked you for "jump one word at a time"
10:38.45e-cyberguess I can do it in person, lol... thanks you rock...
10:39.43hmagoowhat did I do ?
10:39.47e-cyberlet you get back to business now... take it ez oit there
10:42.41e-cyberthanking you for the patch you did...
10:45.12hmagooappreciate the thanks, but I have never done a patch, but if I see who did that patch I will thank them for you
10:46.23hmagooI mean if you have pics of me doing the patch I would believe you... :)
10:47.21e-cyberlol... sorry about that, got it off of preware believe it said you were the author...
10:48.18e-cyberwell whoever made "Jump One Word At A Time" thanks, lol
10:48.27hmagoocool, I will check it out.  no apologies necessary
10:48.56hmagoohrmm tab complete bug when trying to use apostrophe? in wIRC
10:49.05*** join/#webos-internals slam_ (n=grndslm@174.126.14.4)
10:50.06slam_rwhitby:  you around?
10:50.42rwhitbygrndslm: yep
10:51.08hmagoohaha, yeah says I maintain that patch...
10:51.56hmagooam I an Easter egg? heh
10:52.23grndslmrwhitby:  was wondering if i could give my two pence about preware:  (1) would like to be able to start searching from the list of everything before actually tapping the list of everything (2) wouldn't have to tap "Available themes" AND "All themes", just the first one; All themes should not be an option... categories with Misc at the end should be the only option if there needs to be that extra level
10:52.35grndslmthat just wasn't irc friendly, now was it?
10:53.30lingfishagree with (1)
10:53.40e-cyber...see, lol, I wasn't lying, lol. well unthank you. and yeah you should try it out, its get, especially since the pre has no spell check yet..
10:53.51lingfishNah I think it was fine :)  Rod's a great guy and I doubt will be offended
10:53.56lingfishConstructive criticism is good :)
10:54.09hmagooyeah familiar with that patch for a while
10:55.52hmagooI think I have discussed it but surely didn't make the patch. sounds like fritos to me... maybe, don't remember
10:58.25rwhitbygrndslm: 1) agreed, 2) we expect themes to have categories at some stage
10:59.08grndslmuntil that stage, tho... that second level of selecting "all available themes" is just bunk
10:59.20rwhitbygrndslm: yep.  patches welcome.
10:59.35grndslmmmm... maybe next year
10:59.39grndslm:D
10:59.47rwhitbyit's low down the list compared to just getting stuff working properly :-)
10:59.54grndslmoh, i'm with you
11:00.03grndslmbut i definitely like #1 myself
11:00.52rwhitbyyep, I'm sure many of the webos experts around here could contribute a patch for #1 ... - no knowledge of ipkgservice required.
11:02.26lingfishI'd take it, but I alreayd have a bit and I'm being horridly slow in even finishing that :/
11:08.31hmagoonick completw weirdness
11:08.55hmagooI did do something on that patch's page on webos-internals
11:09.05grndslmso what's the easiest way to start developing on webos??
11:09.12grndslmjust pick up the sdk?
11:09.33*** part/#webos-internals hmagoo (n=hmagoo@pool-71-102-17-79.plspca.dsl-w.verizon.net)
11:10.31lingfishgrndslm: yep, definately... get the emu
11:10.42lingfishthen read Palm's dev site doco... its actually VERY good
11:10.47lingfishI've seen a lot of bad stuff
11:10.57grndslmthe emu comes with the sdk?
11:11.02lingfishIt's annoying incomplete for guys like rwhitby and I... but still excellent
11:11.21lingfishWell yeah... there's no actual SDK per se... as the env is javascript
11:11.34grndslmtrue
11:11.43lingfishBut its in a simple bundle in the form of a VirtualBox image
11:11.53grndslmnever even looked at javascript before, but never a better time to start than now
11:11.59lingfishand if you spend a little time getting to know the Eclipse suite, even better
11:12.17grndslmwebOS is definitely an interesting concept for me in that it's just too damn simple
11:12.40*** part/#webos-internals e-cyber (n=everett@174-147-63-202.pools.spcsdns.net)
11:13.30lingfishGet into it then.. as it really is, seriously.
11:13.52lingfishSome stuff we do here is a tad more hardcore (patching the phone itself, etc)... but still, that shouldn't be daunting.
11:14.45grndslmi haven't taken my programming classes in a long time, but i can always pick up some javascript, css, html books
11:14.53grndslmi've been putting off web development for far too long
11:15.27lingfishGet on it I say... nothing more brilliant than the cold hard logic of a programming language :)
11:15.39lingfishLearn OO, and you're mostly there.
11:15.47lingfishThe rest is just how to speak the language.
11:16.09grndslmyup... english is played out.  ;)
11:16.50lingfishWell, see, a lot of smart people would call English one of the hardest programming languages to learn ;)
11:16.55lingfishsuch a terrible lang
11:17.24grndslmbut it is beautiful
11:17.45grndslmbetter than saying "he go to store yesterday" in some asian language
11:18.10lingfishI'm biased.  I have German heritage ;)
11:18.26lingfishA lot of European langs are incredibly rich and graceful
11:18.57grndslmbut the Zs... and the "eichts"... they're everywhere
11:19.21lingfishAnd it all makes sense once you understand it, just like a good programming language ;)
11:19.28lingfish(ie. not javascript lol)
11:19.47grndslmyup, i definitely need to pick up some books soon
11:20.32lingfishAnd hey, if you cook something good up, you can sell it :)  At no loss to yourself.
11:20.38lingfishWin win, heh.
11:20.52*** join/#webos-internals kmax119 (n=kmax12@c-67-173-9-140.hsd1.il.comcast.net)
11:21.04lingfish(god.... I'm like a fucking webos-internals recruiter or something)
11:22.30grndslmi'm positive that won't happen, but getting started on simple things like my suggestion #1 up there would be nice
11:22.49grndslmi just want to start reading, so i can write a bit
11:23.18grndslmdon't wanna design any financial models or marketing plans from this  ;)
11:23.43lingfishNah all good
11:23.55lingfishThe (1) above really wouldn't be that hard, TBH
11:24.19*** join/#webos-internals Draecos (n=Draecos@78.32.233.225)
11:24.34grndslmi know... i might be able to do it now once i get the emu, but i prolly won't even start looking until tomorrow
11:25.08lingfishWhere are you from?  Don't have a real Pre?
11:25.42grndslmmississippi, and yes i do... i'm too busy getting acquainted with her
11:26.56*** join/#webos-internals enormous (n=enormous@c-69-244-67-173.hsd1.md.comcast.net)
11:27.01lingfishI'm jealous!  I don't, and almost can't... and yet would LOVE to see my stuff come alive on one
11:28.04grndslmit's pretty nuts that most of the devs don't even have one, or haven't gotten one until the past month or so
11:28.16lingfishIndeed.
11:28.21grndslmbut it does make sense
11:28.34lingfishTHough I'm certainly NOT jealous of you having to use CDMA, heh.
11:28.38grndslmi just bought mine because of all the things that have happened in the past month
11:28.49grndslmCDMA is actually way better than GSM here
11:29.03lingfishYou're the first American to ever tell me that.
11:29.09grndslmi can travel all over the Southeast US and get about 1 or 2 dropped calls in a year
11:29.49grndslmWell, I come from a Treo 755p.  It had amazing reception, no matter where I went.  I was pulling EVDO in my grandfather's hick town of 3,000 people, when no other phone/carrier would work for voice, even
11:30.06lingfishheh
11:30.08grndslmeven with other phones tho, CDMA is better than GSM.  Perfect clarity
11:30.32grndslmand verizon/sprint can roam on each other's voice networks for free, so it's really not bad at all
11:31.14grndslmi have no complaints with sprint, except for their lack of promoting phones, especially the Pre after they paid all that money for exclusivity
11:32.02*** join/#webos-internals bliip1234 (n=wIRCuser@cpe-065-188-212-137.triad.res.rr.com)
11:34.33lingfishI had always heard call quality and drops were horrid.
11:34.33*** part/#webos-internals bliip1234 (n=wIRCuser@cpe-065-188-212-137.triad.res.rr.com)
11:34.37lingfishFair enough then :0
11:34.52lingfishIn .au we dropped it quicksmart... and only one of the three carriers bothered with it
11:35.37lingfishBut that could be a population density thing.
11:35.47lingfishBecause CDMA is utterly shit at distances.
11:36.22grndslmit is with a poor phone, but i'd rather have crystal clear calls all the time than just barely hear some static when talking to someone on AT+T or Tmobile
11:36.49lingfishWell I wouldn't know... as far as I know, in .au we generally have excellent call quality.
11:36.54lingfishI'm personally with Voda and love it
11:37.05grndslmyea, i haven't had a dropped call in over a year now
11:37.12grndslmand i definitely get around
11:37.46*** join/#webos-internals e-cyber (n=everett@174-147-63-202.pools.spcsdns.net)
11:37.56lingfishPerhaps your carrier has far more towers than what Telstra here were willing to put up.
11:40.01grndslmprobably.  i dunno why america's the only real proponent of cdma.  oh well, everybody will be cdma when lte comes around... w-cdma that is
11:40.26lingfishAgain, you're the first I've ever talked to that likes CDMA.  Odd.
11:40.54grndslm*loves
11:42.12lingfishheh
11:42.13lingfish:)
11:42.14grndslmdamn... ubuntu repos only has virtualbox 2.0.4, and looks like the source is requiring some dependencies that i don't have  :(
11:42.43lingfishyeah I do hate that about trying to use a host on a nix box
11:43.07lingfishI'm running it on my doze box, mostly because its heaps more powerful than my main Linux (ugh) server
11:44.30grndslmyea, linux is a bitch to set some things up, but it always seems to keep on ticking once it's configured properly
11:47.34*** part/#webos-internals enormous (n=enormous@c-69-244-67-173.hsd1.md.comcast.net)
11:56.21*** part/#webos-internals e-cyber (n=everett@174-147-63-202.pools.spcsdns.net)
11:59.42grndslmmmm... night all
12:42.46*** join/#webos-internals JaxDreamFunding (n=JaxDream@99-205-73-64.pools.spcsdns.net)
12:46.14*** part/#webos-internals JaxDreamFunding (n=JaxDream@99-205-73-64.pools.spcsdns.net)
12:51.08*** join/#webos-internals FreeTim3 (n=freetim@pool-71-184-177-185.bstnma.east.verizon.net)
12:54.38*** join/#webos-internals AnOutsider (n=AnOutsid@c-174-57-96-84.hsd1.pa.comcast.net)
12:55.57*** join/#webos-internals FreeTim31 (n=freetim@fw01.cmbrmaks.akamai.com)
12:56.50*** part/#webos-internals FreeTim31 (n=freetim@fw01.cmbrmaks.akamai.com)
12:59.36*** join/#webos-internals evul_c (n=evulc@142.162.123.33)
13:21.57*** join/#webos-internals renegaid (n=renegaid@68.194.19.249)
13:23.38*** join/#webos-internals e-cyber (n=everett@174-147-63-202.pools.spcsdns.net)
13:25.26*** join/#webos-internals muchtall (n=muchtall@70-99-118-66.apigroupinc.com)
13:25.28*** part/#webos-internals e-cyber (n=everett@174-147-63-202.pools.spcsdns.net)
13:38.56*** join/#webos-internals muchtall (n=muchtall@70-99-118-66.apigroupinc.com)
13:52.26*** join/#webos-internals nt4cats (n=nt4cats@dsl092-054-196.phl1.dsl.speakeasy.net)
13:57.57*** part/#webos-internals sryan_wirc (n=wIRCer@173.6.77.32)
13:59.03*** join/#webos-internals GiantTalkingCow (n=gianttal@adsl-76-242-26-4.dsl.pltn13.sbcglobal.net)
14:01.17*** join/#webos-internals sportman (n=sportman@66.206.139.216)
14:01.59*** join/#webos-internals Rick_work (n=rboatrig@wsip-24-249-130-185.ks.ks.cox.net)
14:07.15*** join/#webos-internals yokken (n=yokken@x-146-57-80-86.mrs.umn.edu)
14:16.02nt4catsI assume that the user 'yokken' is a married woman (yokken [n=yokken@x-146-57-80-86.mrs.umn.edu] has quit IRC:).  It is strange that they segregate their users like that ...
14:16.46*** join/#webos-internals mikewx (n=mikew@mail1.ifbf.org)
14:18.09nt4catswonders what the subdomain for married men is ...
14:18.16nt4cats.whipped.
14:18.34nt4cats.yesdear.
14:19.36*** join/#webos-internals dBsooner-work (n=dBsooner@unaffiliated/dbsooner)
14:19.36*** mode/#webos-internals [+v dBsooner-work] by ChanServ
14:20.20*** join/#webos-internals leonardo (n=leonardo@host78-164-dynamic.180-80-r.retail.telecomitalia.it)
14:22.15Rick_worknt4cats husband.umn.edu
14:22.20Rick_work:-)
14:22.28dBsooner-workRandom question: anyone know the best way to whipe a hard drive clean without "damaging" it?
14:22.43nt4catsdbsooner: what does 'damaging' mean?
14:22.45Rick_workhow clean?
14:23.14dBsooner-workI got my new hard drive last night and have to send the one with bad sectors back to Seagate to complete the RMA.
14:23.28Rick_workahhhh
14:23.28dBsooner-workI don't want them to be able to recover any of the bits... I have already formatted it..
14:24.41Rick_workhttp://download.cnet.com/Eraser/3000-2092_4-10231814.html
14:25.04nt4catsdbsooner: what OS are you running on the box easiest to hook this disk up to?
14:25.38Rick_workalthough, as cheap as hard disks have become, our standard of late has been to simplly ignore warranties and put a center punch through the disk, shattering it in a gazillion pieces inside the case before tossing it in the trash
14:26.27Rick_workbut the, we sell accounting software and our disks typically have payroll and accounting details for dozens or hundreds of companies on them.
14:26.47dBsooner-workyeah.. but with Christmas so close, it was either 90-100 for a new 500GB drive + 2 day shipping (I needed it quick).. or 20 bucks for 2 day advanced RMA.
14:27.15dBsooner-worknt4cats: I have windows xp, linux, windows 7
14:27.15Rick_workeraser then.
14:27.25dBsooner-workeraser = free?
14:27.26dBsooner-work:D
14:28.17Rick_workdBsooner-work -- the link I sent you
14:28.21Rick_workreally actually free
14:28.52Rick_workwill do anything from a 1 pass random overwrite to a 7 pass.  Although, unless it's the NSA, there is no POINT in doing anything more than a single-pass
14:28.54nt4catsdbsooner: rick's recommend is winderz
14:29.46Rick_workyou have to have atomic force microscopes, and weeks to months to get anything off a modern 500 gig drive that's been overwritten with 1 random pass.
14:30.49nt4catsdoubts that someone wants to see dbsooner's selfpic's and checking account balances that badly
14:30.56Rick_workpoint
14:31.07Rick_workwhich is why one random pass - 5 minutes, is sufficient
14:32.10Rick_workrecovery of overwritten data depends on reading the edges of the bands, based on head-slop.  The newer heads are _so_ tiny and _so_ sensitive that they're ALREADY approaching the edges of the ability to define a magnetic domain.
14:32.21nt4catsIf you want to use Linux, here is a link ... http://www.linux.com/archive/feature/135944
14:32.32Rick_workSo the amount of slop, which was considerable when drives were 20 meg,  has gone away.
14:33.46dBsooner-workLOL.. nt4cats point I have is, I would rather not worry about it.
14:34.03dBsooner-workAnd there is alot more than just my checking account balances on there. ;)
14:34.09nt4catsIf you want to be hard-core and do a 6-pass random overwrite followed by a "fill with zeroes"  http://www.fsckin.com/2008/01/09/using-shred-to-wipe-hard-drives-dod-uses-it-you-should-too/
14:34.22nt4catsdbsooner: I mentioned the selfpic's
14:34.27dBsooner-worklol
14:34.44Rick_workok, off to work.  bbl
14:51.06*** join/#webos-internals trim-pre (n=trim-pre@96-40-150-113.dhcp.mtpk.ca.charter.com)
14:52.34*** join/#webos-internals obladda (n=obladda@64.128.167.2)
14:53.02*** join/#webos-internals djk1 (n=djk@ool-4573a369.dyn.optonline.net)
14:55.56*** join/#webos-internals datafirm (n=dp@c-24-22-142-163.hsd1.wa.comcast.net)
14:57.54*** join/#webos-internals jrmuizel (n=jrmuizel@CPE001f5be79d0f-CM0017ee62f8b0.cpe.net.cable.rogers.com)
15:01.50*** join/#webos-internals sryan_wirc (n=wIRCer@173.6.77.32)
15:02.27sryan_wirchi
15:03.20dBsooner-workhello
15:04.40sryan_wircwhat patches do I have to uninstall before the webos update, do you know?
15:05.03nt4catssyran: I recommend you unstall all of your patches
15:05.28nt4catssyran: some people have upgraded webos with patches in-place and reported no problems ...
15:06.02nt4catssyran: ... other people have effectively or literally 'bricked' their phones (requiring resetting to factory default state)
15:06.27nt4catssyran: so, in the interest of safety you should remove all of your patches and themes before you upgrade WebOS
15:07.38nt4catssyran: If you don't want to go into PreWare and select each patch one-by-one and hit the 'uninstall' button, there is an "Emergency Patch Removal" tool that will uninstall all of your patches in one fell swoop
15:10.25sryan_wircok thanks for all your help nt4cats, emergency patch removal is something run from my computer or installed with preware?
15:10.51*** join/#webos-internals dalmaer (n=dalmaer@c-71-198-176-4.hsd1.ca.comcast.net)
15:10.57*** join/#webos-internals xorg (i=460ecedb@gateway/web/freenode/x-sbqzizhliqxgwnqw)
15:11.03xorgyo all...
15:11.35nt4catssryan: two things -- one, sorry for mis-reading your nick as 'syran' ... two, EPR is an application that you can 'install' via PreWare.  When you 'install' it -- it removes all of your patches and then uninstalls itself.
15:11.42xorgwhat would it take to make a shell script a 'service' for javascript to call..  can i simply put a c compiled wrapper that calls it?
15:14.14*** join/#webos-internals Orion_PK (n=OrioNPK@c-75-72-37-51.hsd1.mn.comcast.net)
15:14.59nt4catssryan: run PreWare, select "list of everything", search for the word "emergency" -- that'll find the tool for you
15:15.53sryan_wircok got it :) thanks
15:18.48sryan_wircI guess I should write down all the patches I have, run that, update webos (1.3.1), then reinstall all patches, correct? Or is there something that remembers patches/themes
15:21.21nt4catssryan: there is not yet anything that remembers patches/themes
15:21.39nt4catssryan: ... and I just looked at the notes for EPR -- you need to manually remove themes first.
15:22.15nt4cats(themes are a PITA -- still too risky for my tastes)
15:23.10nt4catsIf all a theme does is replace images, that's 'safe'.  The themes that touch the CSS and .js on the phone are just conflicts and problems waiting to happen IMHO
15:24.35nt4catssryan: if you're lazy and don't want to write down your patches you could just screenshot the 'installed -> patches' list in PreWare
15:25.07dBsooner-workipkg -o /var list_installed | grep "patches" > patches.txt
15:25.34nt4catsdbsooner: there you go getting all practical and problem-solvy again
15:26.04dBsooner-workYou MUST uninstall all Patches either beforre upgrading OR do it immediately after .. Use EPR in both situations.
15:26.40nt4catsI'm surprised that doing it after is an option (but I see that in the EPR docs, so I'm not disagreeing)
15:26.58dBsooner-workYep, it works just fine doing it IMMEDIATELY after
15:27.17nt4catsI'll feel safer doing it beforehand -- that's my plan
15:27.25dBsooner-workyep, safer before
15:35.58egaudet_wircdoesnt matter
15:36.01egaudet_wirccheckd md5 so after works.  just dont edit files on update before epr
15:36.43*** join/#webos-internals Clipset (n=Clipset@68-240-154-238.pools.spcsdns.net)
15:36.47*** part/#webos-internals Clipset (n=Clipset@68-240-154-238.pools.spcsdns.net)
15:38.10nt4catsquick survey: how many of you folks use/kept the wired headset that came with your Pre (I got mine from the Sprint store, don't know if packages from other retailers were the same)?  I recently read a Pixi article where the author said (paraphrased) ".. and it doesn't come with the same wired Pre headset that most of us threw away."  That surprised me because I *like* that free Pre headset ....
15:38.42oiluses it
15:41.06nt4catsoil: I guess it's just you and me, then.  Maybe we can get everyone else to send us theirs (so we have backups) ...
15:43.24*** join/#webos-internals eberon_ (n=eberon@angilas.ur.northwestern.edu)
15:45.25oilwill stick all the magnets together
15:47.14dBsooner-workegaudet_wirc: I know you can do it after and have the same results. My reason for "safer before" is to prevent users from thinking they upgraded ok and don't need to run epr, or simply forget to run EPR immediately after and then alter a file/install another patch and get stuck in a non-reversible state.
15:47.28dBsooner-workSo, my stance is safer before.
15:49.19egaudet_wircthe qualifier immediately is clear.  and doctor means always way out
15:50.22nt4catsegaudet: just to make sure I understand ... let's say a patch modifies foo.js .. and webos update replaces foo.js, too.  What you're saying is that EPR will notice that WebOS has replaced foo.js and it will "remove" the patch without touching foo.js?
15:50.44nt4cats(this is assuming that you're running EPR immediately after the WebOS update)
15:51.50oil"Random Number Generator, $0.99, by Erik Goddard. Easily generate up to four numbers between 1 and 10."
15:51.51oilOMG
15:51.54*** join/#webos-internals egaudet_work (n=emoney_3@rhubarb.cspi.com)
15:52.00oilhow have i lasted this long without this app
15:52.11mikewxCongrats, We're now on par with the iPhone.
15:52.25egaudet_workdBsooner-work ping
15:52.44oilmikewx: no, we still don't have any awesome fart apps
15:52.51egaudet_worknvm
15:53.19dBsooner-workegaudet_work: don't do that
15:53.27dBsooner-workegaudet_work: At least tell me what it was. :)
15:54.08egaudet_workmy luna (or phone) rebooted yesterday randomly while browsing in browser (pinch zooming in/out), IRC cards open etc...
15:54.12egaudet_workhappened twice in a row
15:54.19egaudet_workran EPR and stopped happening
15:55.08dBsooner-workhmm
15:55.16dBsooner-workhow many patches you got?
15:56.01dBsooner-worki would think it would have to be something either causing a memory leak (probably not) or a browser mod.
15:56.21dBsooner-workno abnormal entries in the logs?
15:56.57nt4catsegaudet: (nothing personal) but the only app I've found that seemed to make me unstable was the virtual keyboard.  I actually just reinstalled it to try out the new rev.
15:57.25dBsooner-worklol
15:57.26nt4catsegaudet: were both of your crashes in the browser?
15:57.30egaudet_workyea
15:57.34dBsooner-work"nothing personal"
15:57.49nt4catsisn't the virtual keyboard egaudet's work?
15:57.54*** join/#webos-internals playya_ (n=playya@unaffiliated/playya)
15:57.58dBsooner-workyep
15:58.01*** join/#webos-internals WillJitsu (n=WillJits@66-162-169-2.static.twtelecom.net)
15:58.12dBsooner-workso how could it not be personal.. ;)
15:58.21dBsooner-workno offense.. :D
15:59.07egaudet_workit's not personal, if it's broken it's broken and needs fixing
15:59.18nt4catsokay how about "I'm not trying to complain or make you feel bad because your work is awesome and you clearly labeled it as 'use at your own risk;"
15:59.56egaudet_workThe only part of the VKB that I can think of that could effect outside of its usage is the metatap listening stuff, so it isunlikely but not impossible to be causing this issue
16:00.46nt4catsegaudet: if my stability is impacted by having re-installed the VKB this morning I'll gladly help you in any way you'd like to diagnose what's going on
16:01.35*** join/#webos-internals dug (n=Adium@24.130.185.86)
16:02.44*** join/#webos-internals jrmuizel (n=jrmuizel@mozca02.ca.mozilla.com)
16:03.35egaudet_worklet me know
16:03.58nt4catscan you restart the package manager service from the CL?  up until now if I've wanted to do that I've just rebooted java or the phone, but I don't want to reboot right now ...
16:04.13egaudet_workrestart java yea
16:04.31egaudet_workoh
16:04.33egaudet_workCL
16:04.34egaudet_workheh
16:04.47egaudet_workstop org.webosinternals.ipkgservice; start org.webosinternals.ipkgservice
16:07.59oil"egaudet_work: my luna (or phone) rebooted yesterday randomly while browsing in browser (pinch zooming in/out), IRC cards open etc...
16:08.00oilegaudet_work: happened twice in a row"
16:08.04oilahahah
16:08.07oilblamed it on patches!
16:10.46*** join/#webos-internals sugardave (n=sugardav@cpe-66-69-220-182.austin.res.rr.com)
16:11.26marajin_my phone module locked up today
16:11.36marajin_I had to actually power down and repower the phone to get it to live
16:12.03Marajinthat was about 7 hours ago, been fine since though
16:16.23*** part/#webos-internals egaudet_wirc (n=wIRCer@174-152-95-1.pools.spcsdns.net)
16:16.33*** join/#webos-internals bhern (n=bhern@irc.angui.sh)
16:16.55*** join/#webos-internals Rick_work (n=rboatrig@wsip-70-184-238-31.ks.ks.cox.net)
16:18.57*** join/#webos-internals hemna (n=waboring@15.251.201.70)
16:21.07*** join/#webos-internals Guinness (i=Slayer@c-68-55-111-159.hsd1.va.comcast.net)
16:24.18*** part/#webos-internals WillJitsu (n=WillJits@66-162-169-2.static.twtelecom.net)
16:30.46*** join/#webos-internals bliip1234 (n=wIRCuser@cpe-065-188-212-137.triad.res.rr.com)
16:33.27*** join/#webos-internals trim-pre (n=trim-pre@96-40-150-113.dhcp.mtpk.ca.charter.com)
16:37.20*** join/#webos-internals Guinness (i=Slayer@c-68-55-111-159.hsd1.va.comcast.net)
16:38.58*** join/#webos-internals Guinness (i=Slayer@c-68-55-111-159.hsd1.va.comcast.net)
16:39.01*** join/#webos-internals ilevis (n=wIRCuser@59.35.189.69)
16:39.39ilevishello..testing
16:44.01*** join/#webos-internals destinal (n=eduprey@204.76.128.251)
16:44.02*** mode/#webos-internals [+v destinal] by ChanServ
16:45.35nt4catshello ilevis
16:45.35*** join/#webos-internals sportman (n=sportman@66.206.139.216)
16:47.47ilevishi
16:47.48*** join/#webos-internals dalmaer (n=dalmaer@palm-64-28-152-140.palm.com)
16:48.23ilevisit's my first time to use IRC. don't know how to use, lol
16:48.58Rick_workjust talk
16:49.00Rick_workwe answer
16:49.00*** join/#webos-internals ice-11 (n=ice@206.47.201.123)
16:49.19Rick_worksometimes there will be a lag.  We are doing other things too.
16:49.43ilevisa little bite slowly
16:50.27Rick_workilevis did you have a question?
16:51.00ilevisno. sorry, i just tried the wIRC.
16:52.20Robi_haha Wikidot.com database abandons spinning rust for Intel X-25 SSDs
16:58.11*** join/#webos-internals JoshWebb (i=4b6450d9@gateway/web/freenode/x-zhdixkwqxddwispt)
16:58.32JoshWebbAnyone interested in helping me remove virtual keyboard?
16:59.05egaudet_workEPR
16:59.12*** part/#webos-internals drnull (n=drnull@12.200.243.194)
17:01.40JoshWebbI'm trying to remove the kbchars_fulltable.json files using novaterm, however after I remove them with a command line, they still exist on the device :(
17:05.56egaudet_workWhy are you removing theM?  What have you done so far?  What state are you iN? What are you trying to accomplish?
17:06.22Rick_workJoshWebb why would you do tht?
17:08.30JoshWebbPreware doesn't recognize that I have VK installed
17:08.53JoshWebbwhen I try to install it I get errors in the log that state the files already exist
17:09.10JoshWebbso I attempted to get rid of the files so that the install could work
17:09.11*** join/#webos-internals Templarian (n=Templari@pix014-168.pix.wmich.edu)
17:09.11*** mode/#webos-internals [+v Templarian] by ChanServ
17:09.47JoshWebbI would leave it alone, but I want to be able to upgrade my VK patch
17:10.10Rick_workJosh  Emergency Patch Repair
17:10.10egaudet_workHow did you install it before?
17:10.21egaudet_workwhat version of the VKB did you have installed?
17:10.22JoshWebbusing quick install
17:10.36egaudet_workif you go into preware, installed packages -> unknown
17:10.41egaudet_workdo you see the keyboard
17:10.46JoshWebbno
17:10.51egaudet_workare you running latest preware?
17:10.54JoshWebbEPR doesn't remove the VK
17:10.57egaudet_workdoes QI see the VKB?
17:11.02JoshWebbYes, latest preware
17:11.12*** join/#webos-internals drnull (n=drnull@12.200.243.194)
17:11.22egaudet_workdid you do a partial or full erase, or otherwise touch ipk data/
17:11.38*** join/#webos-internals trim-pre (n=trim-pre@96-40-150-113.dhcp.mtpk.ca.charter.com)
17:12.21JoshWebbI'm not sure if QI sees the VKB, it has the config tab for it, but i don't even see VK in the QI feeds
17:12.26trim-precurrently homebrew nodoze allows wifi to be always on, any developer can find a way  for wifi aways on, without the need for the app running?
17:13.02JoshWebbI tried a partial erase some time ago, and the VK remained after that
17:13.16JoshWebbI'm hesitant to do another erase due to data loss
17:13.43egaudet_workthe VK remained in the sense that it works because the files are patched
17:13.43trim-prejosh ur looking to install VKeyboard?
17:13.45egaudet_workhowever you removed the ipk data
17:13.50egaudet_workwhen you do partial erase or full erase
17:13.56egaudet_workso that is why preware cannot see it anymore
17:14.04egaudet_workEPR and then restart luna or reboot should have removed it
17:14.10JoshWebbI am looking to uninstall a "hidden" version of VK so that I can reinstall it with the latest version
17:14.20egaudet_workI'm curious whether partial or full erase is erasing the patch control directory, I will have to test later
17:14.41*** join/#webos-internals Mousey (n=wtfisme@sea01-v500-nat.marchex.com)
17:14.42egaudet_workso JoshWebb, you have terminal access right?
17:15.00egaudet_workcould you tell me the output of the following command:
17:15.07egaudet_workls -l /var/usr/lib/.webosinternals.patches/
17:15.14JoshWebbI've run EPR multiple times and it doesn't remove the vk patch or the patch to match state to area code in the phone
17:18.55bougymantrying to find the right form for android on a Pre.  i know this probably isn't the place, but is there such a place?
17:19.03bougymanright forum, even.
17:21.34JoshWebbscreenshot of the output of that command here: http:.//ummmerz.net/public/commandoutput1.rtf
17:21.57JoshWebband yes I have terminal access
17:22.02Rick_workbougyman  I don't think that anyone has formally started that project.
17:23.39JoshWebbsorry about the format, novaterm wouldn't copy and paste
17:25.20bougymanRick_work: my friend got in on a treo650 figured it couldn't be long.
17:25.39bougymani have a treo 755p at home I can try it with, that's what I replaced with my Pre.
17:25.42Rick_workbougyman  it's not that it's impossible, it's that I don't know that anyone is trying.
17:26.37egaudet_worklink doesn't work JoshWebb
17:26.40cphelpsRick_work: the whole point of the Pre is the software. Putting android on it doesn't make a lot of sense when there are plenty of phones that already come with android.
17:27.37Rick_workcphelps  CHRIS !!!   HI HI HI HI HI
17:27.55JoshWebbis there something specific that you're looking for in the output?
17:27.56cphelpsRick_work: yeah, not been around for awhile
17:27.56Rick_workhaven't heard from you in a while, and yes, if I wanted an android phone I would get an HTC.
17:28.21cphelpsRick_work: That new Samsung looks slick too, but it's only got 1.5 on it.
17:28.42djk1I'm having trouble getting ssh working again and can't find the docs that walk through the process and how to permit evdo access
17:28.55Rick_workTHe reality is,  I have an HTC sitting here at my side.  I got one in the mass giveaway at the Sprint ADC conference.
17:29.05Rick_workand I don't care for it.
17:29.09JoshWebbthe only thing listed that isn't a patch in the installed patch list are: backups, packages, and tmp
17:29.11cphelpsRick_work: Hero, or?
17:29.17Rick_workHreo
17:29.20Rick_workHero
17:29.34*** join/#webos-internals haeffb-wIRC (n=haeffb@70-5-70-32.pools.spcsdns.net)
17:29.36cphelpsRick_work: I'd dig developing for it, but I still haven't had my killer app idea
17:29.57cphelpsRick_work: or even a reasonably useful app idea
17:30.04Rick_workI have four apps in the app approval queue  at this point.
17:30.21Rick_workReversi crossed 52,000 downloads this morning
17:30.34cphelpsfrom the official catalog?
17:30.38Rick_workyep
17:30.46cphelpsThat one is still free, eh?
17:30.51Rick_workyep
17:31.42haeffb-wIRCWhat is minimum install to be able to winscp into Pre?
17:31.49cphelpsI honestly haven't downloaded a single game for my Pre
17:32.07Rick_workhaeffb-wIRC  just run the next-steps script.  it's very little more than minimum
17:32.08haeffb-wIRCHave done no 'rooting' yet...
17:32.16egaudet_workJoshWebb, I think we'll need Repair Utility and obsolete keyboard pacakge
17:32.22JoshWebb@egaudet_work the output is a jpg at http://ummmerz.net/public/patchoutput2.jpg
17:32.24*** join/#webos-internals oilsworkn (i=43ed88fd@gateway/web/freenode/x-xljrzmxfaqgvuavf)
17:32.24*** mode/#webos-internals [+v oilsworkn] by ChanServ
17:32.29egaudet_workinstall the OBSOLETE Virtual Keyboard package from perware to remove all created keyboard files
17:32.35JoshWebbI have both
17:32.38haeffb-wIRCCool
17:32.44nt4catsdjk1: http://www.webos-internals.org/wiki/Setting_up_optware_feed
17:32.46egaudet_workthen run Repair Utility to repair palmInitFrameworks200_18.js and global.css
17:33.17egaudet_workand be sure never to do partia/full erase with patches installed
17:33.31haeffb-wIRCI recall a concern previously about space taken by optware stuff. Is that still an issue?
17:33.42Rick_worknope
17:33.47Rick_workthat was a "used to be"  thing
17:33.56Rick_workPreware made all that go away
17:34.04Rick_workNow, we take up all our space with apps.  :-)
17:34.04djk1nt4cats: thanks
17:34.36haeffb-wIRCSweet
17:34.50JoshWebbI get an error when trying to install the obsolete vk
17:35.05haeffb-wIRCThanks
17:35.12egaudet_workerror?
17:35.26JoshWebbin the IPKG log: Unlock  mount:mounting /dev/mapper/store-root on / failed:  Invalid argument
17:36.10egaudet_workterminal type:
17:36.13egaudet_workmount -o rw,remount /
17:36.45*** join/#webos-internals natenrb9 (n=Adium@69.169.135.220.provo.static.broadweavenetworks.net)
17:37.12JoshWebbfailed, invalid argument
17:37.16cphelpsRick_work: what else do you have in the queue now?
17:38.35JoshWebbsame error as when trying to install OVK
17:38.46egaudet_workweird
17:38.51egaudet_workwhich mount
17:39.21egaudet_worktype to terminal
17:39.22egaudet_workwhich mount
17:39.53egaudet_workfailing to remount has been seen in rare cases, reboot fixes it, we haven't figured out the cause yet
17:40.33Rick_workcphelps  Reversi update for pixi, Pegged game update for pixi, Christmas Pegged Game,  SnowGlobe app  (three globes, snow, music, put  your fav app inside), and Simple Big Book (AA Big Book, minor edit.)
17:41.02JoshWebbare you getting my messages?
17:41.06JoshWebbOh, there we go.
17:41.18JoshWebbit's the  /bin/mount
17:41.43cphelpsRick_work: is there just a screen size mod you do to the emulator to do pixi emulation?
17:42.09egaudet_workreboot and try again
17:42.25egaudet_work(try the OBSOLETE install again)
17:42.26Rick_workcphelps  yes.  It's documented on the palm dev page.
17:42.27JoshWebbI'll let you know in 3 minutes!
17:43.22*** join/#webos-internals Bob-o (i=441b024d@gateway/web/freenode/x-nujqzvvrakhhmbxr)
17:43.28cphelpsRick_work: I haven't been keeping up. I got a big project at work and had to leave the java/js/etc world for MFC/C++ for the last couple of months.
17:43.47Rick_worknodnod.  I understand, really
17:44.17cphelpsRick_work: and like i said, no great ideas
17:45.25*** join/#webos-internals SMKOUT333 (i=4ba51eb2@gateway/web/freenode/x-djhittfzwndfmdgo)
17:47.00cphelpsRick_work: I did get my fiance and parents on the Pre though, which is pretty ace. Sprint gave me 3 for $0.99 each
17:47.48JoshWebbegaudet, now preware tells me the obsolete keyboard is installed.
17:48.37JoshWebbas well as the new VK
17:48.56JoshWebbthink I should just leave it alone, or remove it and try to reinstall it?
17:49.09egaudet_worktry to remove the new VK
17:49.24egaudet_workyou can remove the Obsolete one without issue
17:49.39JoshWebberrors removing new vk
17:50.07JoshWebbunreversed patch detected
17:53.06egaudet_workcat /var/usr/lib/.webosinternals.patches/packages
17:53.12egaudet_workis keyboard listed in there?
17:53.15JoshWebbdo you think now that new VK shows up in preware that EPR would be able to remove it
17:54.50JoshWebbno keyboard listed there
17:55.00egaudet_workthen EPR won't work on it
17:55.23egaudet_worksounds like a bug in ipkgservice, remoutn rw didn't work but it kept the package installed
17:55.30egaudet_workok so type into terminal:
17:55.45egaudet_workipkg -o /var remove org.webosinternals.patches.add-onscreen-keyboard
17:57.07nt4catsI'm rockin' a fireplace on my Pre right now.  My android-toting and iphone-toting friends will be so jealous
17:57.45nt4catsit is even warming me up a bit, nice.
17:57.58SMKOUT333Android on Treo 650 :)
17:58.02SMKOUT333http://www.engadget.com/2009/11/13/palm-treo-650-boots-into-android-lives-a-fulfilling-life-video/#continued
17:58.23Robi_is it the Yule log ?
17:58.36JoshWebbthat seems to have worked
17:58.45nt4catsRobi: yep
17:59.20JoshWebbthe last line ws not running org.webosinternals.patches.add-onscreen-keyboard.prerm
17:59.40egaudet_workyea so update feeds
17:59.53egaudet_workand then install OBS keyboard
17:59.53JoshWebband It allowed me to remove the patch, luna is restarting
18:00.05egaudet_workand then repair utility on those otehr 2files, and then install keyboard should work
18:00.15egaudet_workluna restarting?
18:00.16egaudet_workhuh
18:00.34JoshWebbI went back to preware and there was a message up that said luna needs to restart
18:00.34egaudet_workwhy is luna restarting
18:00.51egaudet_workuhhh
18:01.10Robi_bah no treo 600
18:02.09JoshWebbwhat is it necessary to install OVK?
18:03.16egaudet_work?
18:03.21egaudet_workwhat = why?
18:03.30JoshWebbyeah, sorry, why'
18:03.32egaudet_workbecause it removes all the created files that the patch needs to create
18:03.51egaudet_workOVK is just a script that removes those files
18:04.03JoshWebbI see.
18:05.11JoshWebbso I need to....install OVK, then use the repair utility to recreate a couple files, and then install VK?
18:07.00JoshWebbin other words, still do this step then run Repair Utility to repair palmInitFrameworks200_18.js and global.css?
18:07.35*** join/#webos-internals alkos333 (n=alkos333@c-98-227-217-190.hsd1.il.comcast.net)
18:07.45egaudet_workyea
18:07.53*** join/#webos-internals dogmaphobia (n=idler@117.102.99.210)
18:08.54JoshWebbare both of those files found in webdoctor 1.2.1?
18:10.24egaudet_workyep
18:10.40JoshWebbugh! can't find the right directory!
18:10.48egaudet_work<PROTECTED>
18:11.03egaudet_workand /usr/palm/frameworks/mojo/submissions/200.18/stylesheets/global.css
18:11.09JoshWebbyou are to helpful
18:12.10*** join/#webos-internals xorg (i=460ecedb@gateway/web/freenode/x-fksltiqxtamjljhs)
18:12.17*** join/#webos-internals Draecos (n=Draecos@78.32.233.225)
18:12.40*** join/#webos-internals Sargun (n=Sargun@atarack/Staff/Sargun)
18:12.41*** mode/#webos-internals [+v Sargun] by ChanServ
18:13.11JoshWebbI got a "file not found in WebOsDoctor" error
18:13.51JoshWebbfor the palmInitFrameworks file
18:14.04JoshWebbthe global.css restored successfully
18:15.05*** join/#webos-internals sportman (n=sportman@66.206.156.155)
18:15.06egaudet_workno s sorry /usr/palm/frameworks/mojo/builtins/palmInitFramework200_18.js
18:16.00JoshWebbI just caught that
18:16.11JoshWebbsuccess!
18:16.25JoshWebbnow I imagine the think to do would be to remove OVK, and then install VK
18:16.40egaudet_workOVK is self-removing
18:16.47JoshWebbgreat
18:16.56JoshWebbskip that step
18:17.29*** join/#webos-internals PerfectLogic (n=fholtken@216.208.235.19)
18:17.58JoshWebbhere it goes
18:18.36JoshWebbpatch installed!
18:18.49JoshWebbHow much do I owe you egaudet? :)
18:20.21egaudet_work100 billllllion dollars
18:21.06JoshWebbI wish I had it for you!
18:21.25JoshWebbI'm glad you knew what to do, I'm indebted
18:21.40*** join/#webos-internals Flashpass (n=flashpas@71-6-82-200.static-ip.telepacific.net)
18:21.53egaudet_workhaha (/Dr Evil)
18:21.55gkatsevJoshWebb: you could always become egaudet_work's indentured servent
18:23.33JoshWebbI guess.  Hey any time you need a ginnea pig to type random codes into their device to see if it messes things up you let me know....as long as you are also willing to fix things!
18:26.16*** part/#webos-internals haeffb-wIRC (n=haeffb@70-5-70-32.pools.spcsdns.net)
18:26.24egaudet_work:P godo to know
18:26.28egaudet_workgood*
18:26.30*** join/#webos-internals p-niiice (n=wIRCer@70-10-239-162.pools.spcsdns.net)
18:28.40JoshWebbThanks again, I'm off to work with my fully functional VK!  You rock!
18:30.49*** part/#webos-internals PerfectLogic (n=fholtken@216.208.235.19)
18:31.19*** part/#webos-internals JoshWebb (i=4b6450d9@gateway/web/freenode/x-zhdixkwqxddwispt)
18:31.53egaudet_workgoes to lunch
18:32.10gkatsevegaudet_work: do you have a twitter?
18:32.35egaudet_workgkatsev, yea that I barely use: silentLaughter
18:32.57egaudet_workbrb
18:37.19Mousey<begging>
18:37.22Mouseyjabber client anyone?
18:37.24Mousey</begging>
18:37.54*** join/#webos-internals AZero_ (n=AZero@174-155-41-32.pools.spcsdns.net)
18:38.35oilsworknirc > jabber
18:38.49gkatsevxmpp is pretty cool
18:38.51*** part/#webos-internals AZero_ (n=AZero@174-155-41-32.pools.spcsdns.net)
18:42.10SMKOUT333http://www.engadget.com/2009/11/13/palm-treo-650-boots-into-android-lives-a-fulfilling-life-video/#continued
18:43.46*** join/#webos-internals HattCzech (i=4245d09b@gateway/web/freenode/x-sflocqnxyavnvtss)
18:46.22*** join/#webos-internals dug1 (n=Adium@24.130.185.86)
18:50.42*** join/#webos-internals HattCzech (n=HattCzec@cpe-66-69-208-155.austin.res.rr.com)
18:57.21*** join/#webos-internals playya__ (n=playya@unaffiliated/playya)
18:58.00*** join/#webos-internals jrmuizel (n=jrmuizel@mozca02.ca.mozilla.com)
19:06.23djk1cool not the fast boot but interesting
19:08.34en0xright
19:08.39*** join/#webos-internals playya_ (n=playya@unaffiliated/playya)
19:13.36djk1Been wondering what to do with the old 700p's
19:14.29*** join/#webos-internals edektor (n=edektor@155-99-214-217.uconnect.utah.edu)
19:19.43grndslmthat's damn cool
19:24.01*** join/#webos-internals diomark (n=IceChat7@c-24-23-238-31.hsd1.ca.comcast.net)
19:24.20*** join/#webos-internals renegaid (n=renegaid@ool-44c213f9.dyn.optonline.net)
19:27.33*** join/#webos-internals diomark (n=diomark@c-24-23-238-31.hsd1.ca.comcast.net)
19:36.11*** join/#webos-internals doodums (n=thadood@141.225.50.134)
19:44.32*** join/#webos-internals GiantTalkingCow (n=gianttal@adsl-76-242-26-4.dsl.pltn13.sbcglobal.net)
19:44.52egaudet_workdoes list of everything work for everyone in Preware?
19:48.08egaudet_workfor me preware freezes when I tap LE
19:48.09egaudet_workLOE*
19:49.02oilsworknlist of everything works here
19:49.07oilsworknin 097
19:50.15gkatsevyeah, works for me, though, new version of gdial pro craps out when you restart it...
19:50.58oilsworknstop breaking preware egaudet
19:51.22*** join/#webos-internals renegaid (n=d@ip65-47-141-10.z141-47-65.customer.algx.net)
19:51.23xorgloe works fine for me
19:51.24gkatsevbut thats a different issue
19:51.39dBsooner-workOMG Seagate sucks!
19:51.43renegaidanyone know when 1.3.1 will be relased
19:51.50dBsooner-worknever
19:52.02gkatsevdBsooner-work: whats wrong with seagate?
19:52.09oilsworkntomorrow
19:52.10renegaidwould it be possible to make a video player that suports xvid?
19:52.37xorgwould love to see vlc player ported to webos, it can do most anything
19:52.39dBsooner-workoilsworkn: Sunday actually.. for Pixi's
19:52.40gkatsevrenegaid: theoretically
19:52.48oilsworknwhere is Eguy when you need him to tell people when updates are coming out
19:52.50gkatsevxorg: well, vlc is in optware...
19:52.55oilsworkni haven't seen Eguy say anything in a while
19:52.56xorgrighto
19:52.57renegaidi remember reading that developers do not have the access
19:53.23gkatsevrenegaid: probably will have to be homebrew
19:53.29dBsooner-workFIRST, I had to pat $20 to get my hard drive Advance Replaced (they send the new one, with return shipping label in it for old one)
19:53.52dBsooner-workTHEN.. I get the new one last night, get windows 7 insatlled on there.. copied a lot of may data back onto it.. reboot it several times..
19:53.53*** join/#webos-internals Wiz1999 (i=4b86991e@gateway/web/freenode/x-acufgpekyyxeaxsa)
19:53.54renegaidthat's like the only thing i really want for this phone. that and a music player that supports wma
19:53.58dBsooner-workshut it down, went to bed.
19:54.15dBsooner-workCOme home for lunch today to finish copying files and get the old drive to send back.. and I boot up the laptop and get...
19:54.20gkatsevrenegaid: why the hell would you want wma? its crap... flac ftw!
19:54.28dBsooner-work"System of Disk Failure. Press CTRL+ALT+DELETE to reboot"
19:54.36gkatsevouch
19:54.44renegaidi have lots of music in wma
19:54.53dBsooner-workSo do all the tricks on it..
19:54.54renegaiddon't need flac
19:55.02dBsooner-workbut its got a bad header area
19:55.08renegaidthe pre has like 7GB.
19:55.11dBsooner-workbecause all attempts to format it fail at 0%
19:55.24dBsooner-workchkdsk failes on files 4,5,6
19:55.29dBsooner-workwhich are the boot files
19:55.35dBsooner-workand it can't fix them
19:55.39gkatsevfor me, i want a music player that can play at 150% playback speed, which i should be able to do with flash...
19:56.06dBsooner-workSo I call Seagate.. well.. good news is they aren't charging me another 20.. bad news is they said it will be WEDNESDAY before I get the new one.
19:56.15dBsooner-workWhich, will be ANOTHER "REfurbished" hard drive
19:56.44dBsooner-workThis is retarded. I wish I had $100 to spare to just go buy a damn new one. So I can get back to Pre development.
19:57.07oilsworknbegins playing violin for dbsooner
19:57.08gkatsevif it is really, refurbished, it is good. as it means that someone actually took the time to make sure it works. but sometimes, they just put it in a box and dont bother really checking it...
19:57.37oilsworknwould be as pissed as dbsooner
19:57.43*** join/#webos-internals manni66 (n=smisku@HSI-KBW-078-043-113-180.hsi4.kabel-badenwuerttemberg.de)
19:57.58oilsworknbut i've got enough drives lying around its never a problem :/
19:58.07dBsooner-workit had the "factory refurbished" drive sticker
19:58.20oilsworknwhich means tehy got it
19:58.21dBsooner-workIt's not about haing them.. I have them
19:58.30oilsworknhooked it up to a diagnostic machine
19:58.30dBsooner-workI just hate having to "install windows" or anything over and over
19:58.35oilsworknsaid "worksforme"
19:58.42egaudet_workdBsooner-work, get yourself a good diagnostics boot disk
19:58.45oilsworknslapped on sticker, boxed it up
19:58.50gkatsevyeah, thankfully windows no longers takes a bagillion hours to install
19:58.58gkatsevdBsooner-work: know of ninite.com?
19:59.05dBsooner-workegaudet_work: I have one.. it fails all checks.
19:59.18egaudet_worknice
19:59.23dBsooner-workYeah..
19:59.24*** join/#webos-internals doodums (n=thadood@141.225.50.134)
19:59.36egaudet_worki blame it on windows
19:59.38dBsooner-workIt worked fine till it wrote those files to the boot sector
19:59.39dBsooner-worklol
20:00.32dBsooner-workWEDNESDAY? Really? They can't ship it faster?
20:00.37Mouseyis there a size limit on the size an image will show in the browser"?
20:00.51dBsooner-workIf he could have actually spoke "engrish" (his words) better, I woulda demanded more.
20:01.05dBsooner-work2-day shipping and it won't leave till Monday.
20:03.35Mouseyninite.com < cnr.com
20:04.33gkatsevninite's interface is so much better and simpler
20:05.31*** join/#webos-internals oil_pre (n=wIRCer@173-116-203-74.pools.spcsdns.net)
20:05.32*** mode/#webos-internals [+v oil_pre] by ChanServ
20:06.07gkatsevalso, ninite is for windows... and i also prefer appnr.com for debian based systems
20:07.27egaudet_workwhat are the linux stream to xbox 360 alternatives these days?
20:07.31egaudet_workstill fuppes?
20:08.47dBsooner-workPlus, I don't see how windows could cause faulty sectors
20:08.47dBsooner-work;)
20:08.55egaudet_worki do
20:08.59dBsooner-workLOL
20:09.05gkatsevdBsooner-work: spinrite?
20:09.15dBsooner-work(not in th ebest of moods)
20:09.58dBsooner-workgkatsev: Haven't done spinrite yet
20:10.07egaudet_workspinwrong
20:10.08dBsooner-workas I am RMA'ing it so I am not THAT worried about it
20:10.23dBsooner-workspinrite is da shiz
20:10.57dBsooner-workBut seriously.. after staying up late to get it working "just right".. then to see that today..
20:11.01dBsooner-workmakes me want to punch old ladies.
20:11.09gkatsevlol
20:11.37dBsooner-workanyone want to donate to the "Let's feel bad for dB and get him a new Hard Drive" cause/
20:11.54egaudet_workyea!!!
20:12.01egaudet_workI pledge 100 billlllllion dollars
20:12.10dBsooner-workYou can get the new 500GB Segate SATA drive out of the deal..
20:12.28dBsooner-workI want to go buy a new one at Best Buy and sell the RMA'd one (the one I am getting wednesday)
20:12.33gkatsevdBsooner-work: you should just return the harddrive and get a 1TB drive from new egg for like $80
20:12.45dBsooner-worklaptop for 80$?
20:13.00gkatsevoh,
20:13.01gkatsevlol
20:13.04dBsooner-workgkatsev: wish I could.. its a year old.
20:13.17gkatsev500GB drive for $80
20:13.18dBsooner-workSo I am thinking of just buying a new 500 for 99 at best buy
20:13.25dBsooner-workand then trying to get rid of this one some how
20:18.53*** join/#webos-internals Clipset (n=Clipset@99-201-3-30.pools.spcsdns.net)
20:25.09*** join/#webos-internals funkatron (n=coj@dhcp-242-11.cerias.purdue.edu)
20:25.19*** join/#webos-internals amjz (n=wIRCer@79.173.231.149)
20:29.39*** part/#webos-internals amjz (n=wIRCer@79.173.231.149)
20:33.29*** join/#webos-internals leonardo (n=leonardo@host78-164-dynamic.180-80-r.retail.telecomitalia.it)
20:45.29*** join/#webos-internals Delgarth (n=wIRCuser@173-106-251-60.pools.spcsdns.net)
20:46.30rwhitbymorning
20:46.49DelgarthIs there anyway to delete my tmp folder on var to keep my phone from updating again? I think I have the mytether issue. Keeps updating
20:48.31*** join/#webos-internals Craftsman (n=Craftsma@99-202-23-189.pools.spcsdns.net)
20:58.43*** join/#webos-internals thadood (n=thadood@mharder-2.memphis.edu)
20:59.19rwhitbycool - android on the treo 650 - I have two of them.
21:00.49Mouseyreally??
21:01.02rwhitbydBsooner-work: you should start a donation drive to buy you a new hard disk - I'd kick in $10 to start it.
21:01.56gkatsevrwhitby: you should work on getting webos on them instead. :)
21:02.31rwhitbygkatsev: webos aint going to work that well on a resistive screen ...
21:02.45rwhitbyall that dragging that is required
21:02.59gkatsevyeah, guess not
21:03.03gkatsevwould still be cool
21:03.07gkatsevthough
21:03.54nt4catswonders how to compare US$ to AUS$
21:04.25gkatsev$4000 US ~ 3700 AUS$
21:04.36rwhitbynt4cats: almost parity at the moment, which sucks for place of employment (being an exporter)
21:05.02nt4catsgkatsev: so, $0.40 US$ == $0.37 AUS$
21:05.19rwhitbyit's about .9+ at the moment
21:05.36gkatsevgoogle says that, right now 1USD = 1.074 AUD
21:05.59jbretthttp://www.google.com/finance/converter
21:06.08gkatsevoh, yeah, sorry, i meant 4000 AUD is about 3700 USD
21:06.09rwhitbyit varies from .6 to 1.0 over time depending on the price of raw ore exports and whether the US is printing money.
21:06.12gkatsevsorry!
21:06.59gkatsevits because the new 8 monitors in one graphics card is about 4000AUD, got mixed up, sorry
21:07.09jbrettor you can just search for "<foo>USD in AUD"
21:07.30nt4catsif everyone sends me money I'll send dbsooner one of these hard drives that I have laying around
21:07.48nt4catsI'll even take AUD 1:1
21:08.09gkatsevlol
21:08.45jbrettholds out $100USD close to his screen, waitd for nt4cats to take it.
21:08.57jbretts/waitd/waits/
21:09.09nt4catsholds his hard drive close to his screen, waits for dbsooner to take it
21:09.38gkatsev./dcc send dBsooner-work harddrive
21:10.53*** part/#webos-internals Delgarth (n=wIRCuser@173-106-251-60.pools.spcsdns.net)
21:11.15*** join/#webos-internals leonardo (n=leonardo@host78-164-dynamic.180-80-r.retail.telecomitalia.it)
21:11.20nt4catsdbsooner where are you located?
21:12.44nt4cats... and do you need a laptop drive or a desktop/workstation drive?
21:13.02gkatsevnt4cats: laptop
21:13.55nt4catsI have one each of: 120G, 200G, and 256G sitting in my bag here ...
21:14.08nt4catsall 7200RPM
21:14.48cphelpsgkatsev: definitely go for 256, that's clearly the best choice.
21:15.12gkatsevcphelps: this is for dBsooner-work. :)
21:15.21oilwill take one of each
21:15.21oilxD
21:15.30Mouseyi coulda sworn there was some kinda save-link-as browser patch
21:15.35cphelpsgkatsev: my bad. Either way, the power of two owns
21:15.39nt4catsMousey: muti-mod
21:15.41gkatsevyep
21:15.44Mouseynt4cats: ty
21:15.53Mouseyweird, i have that installed. maybe i just donno how to use it
21:16.05nt4catsorange-button+link
21:16.07Rick_workoil, help
21:16.12oilaye?
21:16.21Rick_workbeing stupid
21:16.28gkatsevi dont think i need harddrives for a while. i have 2 TB internal and 1TB external as well as one 360GB in my laptop and another 100GB from my old laptop's HDD
21:16.34nt4catsis really good at being stupid -- let me know if I can help, too
21:16.35Rick_workwhat is the syntax to pass a parameter when pusing a scene?
21:16.49Rick_workpushing
21:16.53Mouseyorange+click@
21:16.55Mouseyorange+click!
21:16.58Mouseylove it!
21:17.02oilpushScene('scane-name', param)?
21:17.29nt4catsMousey: like I said ... <nt4cats> orange-button+link
21:17.30Rick_workand then, in main-assistant (params) {
21:17.36Rick_workmyparam = params;
21:17.39oilright
21:17.41Rick_workand I should have it?  Right?
21:17.43Mouseynt4cats: musta missed it! ty!
21:17.46Rick_workuh,  no.
21:18.20Rick_workthis.controller.pushScene('main', 123);
21:18.32*** join/#webos-internals grndslm (n=grndslm@174-126-14-4.cpe.cableone.net)
21:18.47oilfunction MainAssistant(param) {
21:18.47Rick_workfunction MainAssistant(params) {
21:18.48Rick_work<PROTECTED>
21:18.48Rick_work<PROTECTED>
21:19.09Rick_workreturns ***undefined
21:19.13oilthast really all it takes :/
21:19.14*** join/#webos-internals GiantTalkingCow (n=gianttal@adsl-76-242-26-4.dsl.pltn13.sbcglobal.net)
21:19.18oilidk
21:19.24oilwhere are you pushing from
21:19.30oilis this.controller.pushScene right?
21:19.33Rick_workstage assistant.
21:19.48Rick_workwell,  I don't know if it's right, but it pushes the scene
21:19.54oilthen its right
21:20.01Rick_workand it's what Ive used to push every startup scene I've ever used.
21:20.09oilyou try just
21:20.09oilMojo.Log.error("**************" + myparam);
21:20.11oili mean
21:20.15oilMojo.Log.error("**************" + params);
21:20.26xorg+oil: found an oddity in PreWare deleting of an app
21:20.31oilany typo or anything?
21:20.37oilxorg: it doesn't delete cookies or db?
21:20.38oilwe know about it
21:20.41Rick_workreturns ***undefined
21:20.59xorgbut if you delete from Launcher, everything is removed
21:21.02oilright
21:21.04xorgk
21:21.07oilrwhitby is going to fix it in the service
21:21.28rwhitbyonce we find out how :-)
21:21.34oillol
21:21.35*** join/#webos-internals grndslm (n=grndslm@174-126-14-4.cpe.cableone.net)
21:21.35egaudet_workvar myparam
21:21.36egaudet_workor this.myparam
21:21.40xorg:)
21:21.42oilyeah, idk where cookies/db is stored
21:21.54oilor how they're named, etc
21:21.58oilhas to get back to work though
21:22.12oilRick_work: what you have should work, i'm not sure what else to tell ya :/
21:22.14Rick_workthis.myparam = params;
21:22.14Rick_work<PROTECTED>
21:22.27Rick_workreturns undefined.
21:22.48nt4catsCan you do Mojo.Log.error("**************" + params) ?
21:22.55oilbbl
21:22.58Rick_worknt4cats  returns undefined
21:23.01*** join/#webos-internals Peekorooledyou (n=peekoroo@173-136-29-147.pools.spcsdns.net)
21:23.55Rick_workI do not want to put all my business logic in the assistant.
21:24.05Rick_workI want to put my business logic in a model.
21:24.16Rick_workI need to be able to pass the model object to the assistant.
21:24.18Rick_work:-(
21:24.28Rick_workright now,  I can not pass an integer.  :(
21:24.52cphelpsRick_work: Doesn't the browser pass around a bunch of models to the assistants?
21:25.03egaudet_workvar myvar = 123; Mojo.Log.error("var " + myvar); pushScene('main', myvar)
21:25.05*** join/#webos-internals grndslm (n=grndslm@174-126-14-4.cpe.cableone.net)
21:26.11Rick_workegaudet  returns ***undefined
21:26.15Rick_workI give up
21:26.26Rick_workperhaps later.  After food. and a hug.
21:26.35Rick_workI'm going to go get my stuffed eyeore now.
21:26.38egaudet_workmyvar is undefined ^^ there
21:26.39egaudet_work?
21:26.42egaudet_workok
21:27.01cphelpsRick_work: watching pooh movies is always uplifting.
21:27.06Rick_workegaudet   in stage assistant....  var myvar = 123;
21:27.07Rick_work<PROTECTED>
21:27.29egaudet_worklog it right before pushScene and it shows 123, but in MainAssistant it doesn't?
21:27.30Rick_workegaudet_work  in main assistant:  function MainAssistant(params) {
21:27.30Rick_work<PROTECTED>
21:27.30Rick_work<PROTECTED>
21:27.59Rick_workreturns ****undefined in the log.  :-(   and every  other varient anyone has suggested.  :-(
21:28.32egaudet_workweird
21:28.38Rick_workno kidding
21:29.08nt4catsif you put a constant (the number 123 directly) in the call to pushScene does that matter?
21:29.52egaudet_worktry changing scene name
21:29.53nt4cats<=== has done zero WebOS development yet -- so I'm blindly guessing
21:29.55egaudet_workinstead of default main
21:31.24Rick_workegaudet  did that
21:32.43Rick_worknt4cats  http://webos.pastebin.com/m77dd5681
21:33.14Rick_workI've tried it with 1234  with a variable, with an object, with astring, I've tried logging the param directly, through a this.  and through a var.
21:33.17Rick_workAlways undefined.
21:33.19Rick_work:-(
21:34.29egaudet_workand pushScene('notmain', myvar) :P
21:34.42nt4catshttp://webos.pastebin.com/m14e966ef
21:34.48Rick_workthat too.  (used about)
21:35.13nt4catsOkay, I just merged egaudet's (informed) and my (ignorant) recommendation
21:36.09egaudet_workRick_work, try to get really funky and push a blank scene that pushes that scene in setup() via this.controller.stageController.pushScene()
21:36.44egaudet_workI dunno what it is, but we pass params like that in pushScene and it works
21:38.26Rick_workegaudet_work  would you take a look at it if I posted a zip?
21:38.32Rick_workI'm just beat here.
21:38.32egaudet_workyea
21:38.39Rick_workand It's GOT to be somehting stupid
21:40.55Rick_workhttp://www.vocshop.com/junk/dreidel.zip
21:42.12sampsonyou know how there was that yahoo messenger addon for messaging
21:42.20sampsonis anyone working on a xmpp plugin
21:46.59egaudet_workRick_work, are you accidentally modifying the stage assistant in xsrc/ rather than src/ ?
21:49.34*** join/#webos-internals renegaid (n=renegaid@ool-44c213f9.dyn.optonline.net)
21:49.43Rick_workegaudet_work  if I am, Im ging to go take a nap
21:50.02Rick_workCRAP
21:50.11Rick_workthank you
21:50.17egaudet_worknp
21:50.22Rick_workI'm an idiot. and programming while sleepy is a bad thing
21:50.53egaudet_workit's always those little things that drive us up a wall :P
21:53.03*** join/#webos-internals destinal (n=eduprey@204.76.128.251)
21:53.04*** mode/#webos-internals [+v destinal] by ChanServ
21:57.33*** join/#webos-internals oilsworkn (i=43ed88fd@gateway/web/freenode/x-goweewjnfylpedmr)
21:57.43oilsworknget it sorted rick?
21:57.48*** mode/#webos-internals [+v oilsworkn] by ChanServ
22:00.47oilsworkntakes silence as yes?
22:00.54*** join/#webos-internals slam_ (n=grndslm@174-126-14-4.cpe.cableone.net)
22:03.39Rick_worksorted enough oil
22:06.45oilsworknwhat was it in the end?
22:09.12Rick_workI was frantically editing the wrong copy of stage assistant
22:09.18Rick_worka backup  not the one that was running
22:10.50oilsworknoops
22:10.59oilsworknhas done that before
22:12.12*** join/#webos-internals Templarian (n=Templari@141.218.14.57)
22:12.13*** mode/#webos-internals [+v Templarian] by ChanServ
22:12.47Rick_workme too
22:12.50Rick_workonce for a couple of days.
22:12.55oilsworknor with preware isntalled
22:13.05oilsworkntrying to test a new version with same version# in appinfo
22:13.11Rick_worknodnod
22:13.13oilsworknit never installing the new version
22:13.20oilsworknWHY AREN"T MY CHANGES SHOWING UP?!?!
22:13.21oilsworknlol
22:13.54oilsworknso you get your catalog app(s?) updated for pixi?
22:18.01*** part/#webos-internals Peekorooledyou (n=peekoroo@173-136-29-147.pools.spcsdns.net)
22:27.22*** join/#webos-internals wIRCer (n=Wiz1999@75-134-153-30.dhcp.roch.mn.charter.com)
22:28.05*** part/#webos-internals wIRCer (n=Wiz1999@75-134-153-30.dhcp.roch.mn.charter.com)
22:29.32*** part/#webos-internals AnOutsider (n=AnOutsid@c-174-57-96-84.hsd1.pa.comcast.net)
22:31.04*** join/#webos-internals Novokaine (n=austin@cpe-76-189-17-151.neo.res.rr.com)
22:31.31*** part/#webos-internals Novokaine (n=austin@cpe-76-189-17-151.neo.res.rr.com)
22:32.50*** join/#webos-internals jrmuizel (n=jrmuizel@mozca02.ca.mozilla.com)
22:33.13Rick_workI got them in
22:33.30Rick_workJudy is wringing some necks today to attempt to get them in the push before tommorow morning.
22:33.36Rick_workso that they are on pixi at release.
22:33.49Rick_workwe are -both- unhappy since I ---  met the deadline ----
22:33.49oilsworknhasn't even started to convert his apps :/
22:34.01Rick_workit really sucks dead bunnies.
22:34.10Rick_workthose 80 pixels are HARD to do without
22:34.30oilsworknlol
22:34.36oilsworkndotgame will be relatively easy
22:34.40oilsworknblocked will be the crunch
22:35.05oilsworkndot game i can just remove some rows from the grid and the code is ok
22:35.09oilsworknblocked HAS to be that square size
22:35.21oilsworknso im going to take the height frmo the header
22:35.36Rick_worknodnod
22:35.42Rick_workreversi had to be 320 x 320
22:35.45Rick_workno choice
22:35.50Rick_workso, header by by
22:35.58Rick_workscores and newgame button crunch the hell out of
22:36.03Rick_workwhen on pixi
22:36.17oilsworknblocked is a little better
22:36.20oilsworknin that its 300x300
22:36.40Rick_worktap targets for reversi are hard at 40x40
22:36.46Rick_workI can't IMAGINE going smaller.
22:36.52oilsworkn20 more px to work with in my header xD
22:37.31oilsworkndotgame is 38x38 tap targets
22:37.33oilsworknbut they're 'lines'
22:37.47oilsworknmaking them too big makes it weird
22:37.49oilsworknand overlapping
22:37.59oilsworkni would rather it be harder to tap the one you want
22:38.09oilsworknthen to accidentally tap one you didnt
22:39.31Rick_workoilsworkn  http://vocshop.com/junk/com.vocshop.dreidel.ipk
22:40.49Rick_workneeds better graphics.  Needs css,  but works now.  :-)
22:41.19oilsworknis at work
22:41.44oilsworknwill pm it to 'oil' and test it at home
22:42.22*** join/#webos-internals Tibfib (n=Tibfib@adsl-208-191-39-9.dsl.tpkaks.swbell.net)
22:42.43*** part/#webos-internals Tibfib (n=Tibfib@adsl-208-191-39-9.dsl.tpkaks.swbell.net)
22:43.04*** join/#webos-internals bliip1234 (n=wIRCuser@173-136-6-197.pools.spcsdns.net)
22:44.04Rick_workdo you know, it's really HARD to win at driedel.
22:44.11Rick_workit takes for freaking ever.
22:49.40lingfishargh... why isn't there doco on com.palm.taskScheduler
22:49.47lingfishDamn you Palm, damn you!
22:53.23dBsooner-workrwhitby, egaudet_work: ping
22:54.05egaudet_workdBsooner-work is it quick?
22:54.05rwhitbydBsooner-work: bbiab (say it and I'll get back to you)
22:54.08egaudet_workheading out for the day if not
22:54.12dBsooner-workyeah its quick
22:54.20*** join/#webos-internals flazer (i=flazer@alternate.ethereality.us)
22:54.22dBsooner-workWell it's not
22:54.38dBsooner-workWe need to have a way to completely remove a package, or at least OBSOLETE IT
22:54.55*** join/#webos-internals jeffgus (n=jeffgus@2002:ad33:b504:0:0:0:0:1)
22:54.55egaudet_workoi
22:55.00egaudet_workI thought we already decidd this
22:55.02dBsooner-worklike for the guy saying that the Pandora Headset Advance patch no longer works with the new Pandora version
22:55.07dBsooner-workI know, but we never did it.
22:55.11egaudet_workdummy package, version bump
22:55.14dBsooner-workYeah
22:55.21dBsooner-workneed to talk rwhitby into making the makefile
22:56.03egaudet_workIt's simple (check out build.git/linux/obsolete-virtual-keyboard)
22:56.46egaudet_workok be back tomorrow
22:56.51dBsooner-workno, to be able to just move the /build.git/auotpatch/PATH_DIR/ to /autopatch/obsolete/PATCH_DIR/
22:57.04dBsooner-workand have the makefile in <obsolete> create the package
22:57.25dBsooner-workbumping version #
22:57.35egaudet_workMakefile in <obsolete> just has to do a for loop like the ones in build.git/Makefile
22:57.36dBsooner-workand not continue bumping it each run. :)
22:57.54dBsooner-workwell my hard drive (the new one) is bad
22:57.57egaudet_workthrow the dummy-maker makefile into the dir and make
22:57.58egaudet_workanyway
22:57.59egaudet_workyea
22:57.59egaudet_workI'
22:58.06dBsooner-workok.. leave
22:58.08egaudet_worklook into it if tomorrow or something
22:58.09egaudet_workbye
22:58.11dBsooner-workrwhitby and I will work on it
22:58.49*** join/#webos-internals Spyral (n=chatzill@ip68-13-39-120.om.om.cox.net)
23:04.12*** join/#webos-internals egaudet_wirc (n=wIRCer@174-146-62-52.pools.spcsdns.net)
23:21.26*** join/#webos-internals nt4cats (n=nt4cats@68-246-165-52.pools.spcsdns.net)
23:22.05nt4catsthe onscreen kybd is very nice for texting while walking
23:25.45*** join/#webos-internals leonardo (n=leonardo@host78-164-dynamic.180-80-r.retail.telecomitalia.it)
23:28.42nt4catsam I sill on this channel or did the pre wirc client drop me ?
23:28.52oilsworkndropped you
23:29.13oilsworknthis post
23:29.14oilsworknhttp://forums.precentral.net/webos-apps-software/214228-app-jar-files.html
23:29.16oilsworknmakes me laugh
23:29.24nt4catscool -- I just made a call while connected
23:29.33oilsworkni did that yestaday
23:30.09nt4catsit apparently handles that nicely
23:30.33*** join/#webos-internals synackfin (n=Darth_Va@173.12.29.234)
23:31.00*** join/#webos-internals i_disagree (n=roland@pool-173-48-246-131.bstnma.fios.verizon.net)
23:31.03synackfinhey, does anyone know if anyone is working on a vnc/rdp for webos? (I know there's one on the palmos classic)
23:31.22synackfinvnc/rdp client*  that is
23:31.26Smubehtwasnt there a version out already
23:31.28Smubehtprevnc?
23:31.44nt4catssynackfin: I thought I saw one already
23:31.54Smubehtremotewin-
23:31.57Smubehthttp://www.precentral.net/homebrew-apps/prevnc
23:32.23synackfinah, let me try that
23:32.48synackfinand is there anything that can do rdp?
23:33.16Smubehtand oilsworkn: thats pretty funny
23:33.52nt4catsthere is a for-fee app with a proprietary server app that will connect to windoze
23:34.15*** join/#webos-internals Abyssul_wIRC (n=wIRCer@173-112-106-192.pools.spcsdns.net)
23:35.04nt4catsI'm walking down the street, not a great time for me to search the web for you
23:35.28synackfinnt4cats: what is it called?
23:35.28Smubehtlol
23:35.36i_disagreent4cats, this one time this girl was walking and texting
23:35.40i_disagreeand they were doing construction right
23:35.50Smubehtshe fell in a sewer?
23:35.55i_disagreeand they had left to get something, but didnt put up cones
23:35.59i_disagreeand she fell in a sewer!
23:36.01Smubehthahaha
23:36.02i_disagreelike TMNT!
23:36.07SmubehtTMNT ftw
23:36.44oilsworknwas there mutants in the sewers?
23:36.59Smubehtyes
23:37.01Smubehtand they were teens
23:37.08oilsworknmaster splinter wasn't a teen
23:37.12Smubehtlol
23:37.17Smubehthe was at some point in his life
23:37.22oilsworknnever
23:37.24Smubehthaha
23:37.37oilsworknhe was born an old man, and slowly got younger
23:37.48Smubehtso he went from baby to 12 -> 20 -> ninja -> ninja rat?
23:38.00Smubehthaha
23:38.02Smubehtthis isnt benjamin button
23:38.03nt4catsit is called RemoteWin -- the lite version is in PreWare
23:38.19Smubehti gothim that info nt4cats already =)
23:38.31oilsworknno, he went born as old man.....
23:38.47Smubehthaha
23:38.59oilsworknand a ninja already
23:39.02nt4cats... and then the British captured him and thought he was a Nazi and he couldn't go rescue his girlfriend in the cave
23:39.06Smubehtlol
23:39.20oilsworkncause hes obviously super bad ass ninja
23:39.34oilsworknif he taught the other mutants kung fu
23:40.06Smubehtsomeone want to walk me through using git and installing latest wirc version? or is an update coming soon enough where i shouldnt bother trying to figure out how to use git and all that stuff
23:40.18oilsworknlol
23:40.38oilsworknyou have the SDK?
23:40.41Smubehtyes
23:40.49*** join/#webos-internals GiantTalkingCow (n=gianttal@adsl-76-242-26-4.dsl.pltn13.sbcglobal.net)
23:41.01oilsworknyou can just download a snapshot, and palm-package/palm-install it
23:41.19Smubehtoh so no need for git than really?
23:41.25oilsworknhttp://git.webos-internals.org/?p=applications/wIRC.git;a=summary
23:41.37oilsworknsee where it says summary on the right?
23:41.44wircLoverI have a script called dopalm
23:41.45oilsworknclick it for the line that is currently the master
23:41.55wircLoverIt packages and installs for me
23:42.10wircLoverexcept my ubuntu novacom is so flaky
23:42.12Smubehti dont see summary
23:42.15wircLoverhalf the time it can find my device!
23:42.18balrog-k1nhas got git and gcc on the phone now and i'm compiling away stuff
23:42.19oilsworknsorry
23:42.22oilsworknsnapshot
23:42.25Smubehtah gotcha
23:42.38Smubehtok saved that
23:42.50egaudet_hop1ewww pre compiling
23:43.08oilsworknSmubeht: extract it
23:43.11oilsworknthen palm-package it
23:43.16oilsworknand palm-install the ipk it creates
23:43.42Smubehtpalm package? sorry i havent worked with the sdk really
23:43.51oilsworknwhat os?
23:43.55Smubehtwin7
23:44.02oilsworknrun > cmd
23:44.09egaudet_hop1release this weekend
23:44.09Smubehtk
23:44.13oilsworknchange directories to the folder were you extracted it
23:44.24oilsworknpalm-package [foldername]
23:44.25oilsworknwhatever it is
23:44.30oilsworknthen it will create an ipk
23:44.40Smubehtdo i need that pax_global_header
23:44.46oilsworknwtf is that?
23:45.03Smubehtit came in the .tar.gz from snapshot
23:45.16Smubehtoutside of the wIRC folder
23:45.32renegaidwirc has some bugs
23:45.55gkatsevlol
23:46.32renegaidit works but has some bugs like sometimes it doesn't connect or if you get disconnected it is hard to reconnect
23:46.41*** part/#webos-internals Abyssul_wIRC (n=wIRCer@173-112-106-192.pools.spcsdns.net)
23:47.21Smubehtim getting access is denied
23:47.25Smubehtmust be some crappy win7 thing
23:47.59Smubehtyes indeed
23:48.10Smubehthad to run cmd - Run as Administrator
23:49.06oilsworknyou need to extract hte source out of the tar.gz
23:49.19oilsworknidk if win7 can do that on its own
23:52.49*** join/#webos-internals GreedyB (n=blah@c-76-104-101-233.hsd1.va.comcast.net)
23:53.34Smubehtwell i did that
23:53.44Smubehtit worked i just had to run cmd as admin
23:53.51Smubehtit defaults to not letting u write stuff i guess
23:54.00Smubehtdo i have to dev mode to install?
23:54.47egaudet_hop1yea
23:55.09egaudet_hop1the palm-install uses novacom which needs dev mode on
23:55.12Smubehteek
23:55.18Smubehtfailed_not_enough_install_space
23:55.20Smubehtlol
23:55.34oilsworkndelete some crappy apps to make space for wirc
23:55.34egaudet_hop1and /var needs to have at least 100MB free space
23:56.01oilsworknyou know you have some apps you haven't touched since installing it
23:56.25Smubehthaha =)
23:56.30Smubehtdot game? blocked?
23:56.52oilsworknno, those ones are used daily
23:57.03nt4catsif you can't bear to delete, use mvapp
23:57.11Smubehti can delete
23:57.16oilsworknlol
23:57.17Smubehtim just lazy as hell to delete so many of them
23:57.28Smubehtthis is going to be a while
23:57.38oilsworkn<PROTECTED>
23:57.56nt4cats... but mvapp users (like me) will have our day of reconning too
23:58.15oilsworknreally
23:58.23oilsworkni haven't found enough apps worth keeping to need to mvapp
23:59.26nt4catsI used mvapp when it was 1st released and the 'rules' for the out of space message weren't well understood

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.