IRC log for #webos-internals on 20120707

00:12.18dwc-what patch
00:29.40*** join/#webos-internals roxfan (dunno@91.180.24.11)
00:39.12krushiapatience is a virtue
00:41.55krushiaanyone happen to have a fix for terminal getting chopped off when the notification bar appears?
00:43.46krushiaeven if that fix is ugly? :)
01:41.31*** join/#webos-internals HebrewzHammer (633340b7@gateway/web/freenode/ip.99.51.64.183)
01:42.11HebrewzHammerHello, can anyone help me to remove a file from novaterm while in recovery mode?
01:42.26HebrewzHammer*using novaterm
01:50.14krushiarm /path/to/file
01:51.10krushiaHebrewzHammer: still need help?
01:57.21*** join/#webos-internals HebrewzHammer (633340b7@gateway/web/freenode/ip.99.51.64.183)
01:57.26HebrewzHammeryes, please!
01:57.35HebrewzHammersorry about that, my browser decided to stop working
01:57.47HebrewzHammerI think I've made some progress
01:58.05HebrewzHammerbut I need to know where CM9 is installed on the fs
02:11.43*** join/#webos-internals scorche (~scorche@rockbox/administrator/scorche)
02:42.48krushiaheh
02:43.42krushiawish webos ran on my treo
02:47.01*** join/#webos-internals scorche (~scorche@rockbox/administrator/scorche)
03:11.47*** join/#webos-internals noradtux|away (~noradtux@2002:4e36:10c0::1)
03:12.09*** mode/#webos-internals [+v noradtux] by ChanServ
03:19.33*** join/#webos-internals invalidopcode (~mscoolner@99-43-5-119.lightspeed.sndgca.sbcglobal.net)
03:32.20*** join/#webos-internals gomaaz (~gomaaz@ip-37-201-3-121.unitymediagroup.de)
03:40.35*** join/#webos-internals halfhalo (halfhalo@nasadmin/webteam/halfhalo)
03:46.52*** join/#webos-internals scorche (~scorche@rockbox/administrator/scorche)
04:09.05*** join/#webos-internals halfhalo (halfhalo@nasadmin/webteam/halfhalo)
04:29.01*** join/#webos-internals alenajenkins (61b736b6@gateway/web/freenode/ip.97.183.54.182)
04:29.05*** join/#webos-internals halfhalo (halfhalo@nasadmin/webteam/halfhalo)
04:29.20alenajenkinsdon't know how to do peware
04:29.54alenajenkinsneed help anyboddyyy
04:35.13*** join/#webos-internals ur5us (~ur5us@121-98-128-74.bitstream.orcon.net.nz)
05:03.47*** join/#webos-internals resistivecorpse2 (~resistive@unaffiliated/resistivecorpse)
05:05.37*** join/#webos-internals bigbluehat (u632@gateway/web/irccloud.com/x-ibxleiypdycqutxd)
05:48.43*** join/#webos-internals dkirker (~dkirker@openmobl/ceo/dkirker)
05:52.33*** join/#webos-internals dukiedrew (62f82b99@gateway/web/freenode/ip.98.248.43.153)
05:52.36*** join/#webos-internals sirdancealot (~sirdancea@98.82.broadband5.iol.cz)
06:06.53*** join/#webos-internals PuffTheMagic (u3325@gateway/web/irccloud.com/x-ixgqatmcdterixti)
07:38.25rwhitbykrushia: correct (re app cat and dependencies)
07:56.55dukiedrewquestion about node & paths
07:57.07dukiedrewi'm playing around with node 0.8
07:57.52dukiedrewand in /usr/palm/nodejs there are bunch of binaries (palmnode.node, pmloglib.node, webos.node)
07:58.05dukiedrewpalmbus.node*
07:58.27dukiedrewand then there is another link to /usr/palm/frameworks/mojoloader.js
07:59.07dukiedrewIf I run my compiled node 0.8 version and try to load mojoloader.js, it complains about not being able to find "webos" (ie "webos.node")
07:59.17dukiedrewbut with the node installed, no issues
07:59.50dukiedrewso, perhaps this node version automatically has some paths to search?
08:10.15EricBladedukiedrew: have you had a look at the palm patches to node ?
08:10.15dukiedrewyeah
08:10.15dukiedrewso my thinking is maybe there is some flag i need to set when compiling?
08:10.15EricBladehmm. actually, i don't see patches to node
08:10.15*** join/#webos-internals mal2_ (~mal2@port-92-206-34-246.dynamic.qsc.de)
08:10.16dukiedrewthere are
08:10.16dukiedrewhttps://github.com/openwebos/nodejs
08:10.16dukiedrewin some of the source, and some of V8
08:10.25dukiedrewa problem is node has changed a bit since v0.4.whatever
08:10.34EricBladejust a -bit- lol
08:10.40dukiedrewand for instance one of the programs "aborts"
08:10.47dukiedrew(palmbus.node)
08:10.54EricBladethe v0.8 documentation is practically useless for 0.4
08:11.11dukiedrewbut perhaps that is path related...as mojoloader can't find 'webos.node' so it fails too
08:11.28dukiedrewyeah, i knew it would be trouble
08:11.34dukiedrewbut i figured it'd be interesting to take a look
08:13.02EricBladei thought there was a patchfile on the opensource site, but i don't see it
08:13.19dukiedrewwell, i've just been going through the source
08:13.27dukiedrewor perhaps it isn't patched
08:13.32dukiedrewand it just in the source
08:14.00dukiedrewin 0.4.12 on the website there are many #if WEBOS scattered throughout
08:14.45EricBlademight be worth pulling down a copy of 0.4.12 regular and this source, and running a diff on them
08:15.22*** join/#webos-internals psilocybin (~derp@unaffiliated/psilocybin)
08:21.22dukiedrewha, my version of node is 200 MB
08:21.51dukiedrewthat explains the long novaterm :)
08:27.04dukiedrewah here we go
08:28.05dukiedrewso node has a set of paths built in
08:28.07dukiedrew[ '/usr/palm/frameworks',   '/usr/palm/nodejs',   '/home/root/.node_modules',   '/home/root/.node_libraries',   '/usr/palm/lib/node' ]
08:29.47dukiedrewError: require.paths is removed. Use node_modules folders, or the NODE_PATH environment variable instead.
08:30.06dukiedrewand "setenv" isn't loaded on the TP
08:30.43dukiedrewnm, i want "export"
08:32.35*** join/#webos-internals beezle-bug (~BUG@91-66-82-177-dynip.superkabel.de)
08:37.24dukiedrewgreat, that fixes mojoloader
08:38.18dukiedrewbut not palmbus.node
08:45.04*** join/#webos-internals LunohoD (~alex@HSI-KBW-37-49-61-97.hsi14.kabel-badenwuerttemberg.de)
08:49.37*** join/#webos-internals GarthPS (~quassel@2a01:e35:2f5c:e670:75f0:6fd8:6a65:14f6)
08:56.26*** join/#webos-internals int0x27h (~int0x27h@anfoog.org)
09:16.25*** join/#webos-internals int0x27h (~int0x27h@anfoog.org)
09:24.27*** join/#webos-internals havanab (~havannaba@p5B32A639.dip.t-dialin.net)
09:26.55*** join/#webos-internals int0x27h (~int0x27h@anfoog.org)
09:28.35*** join/#webos-internals wicket64 (~wicket@81-86-240-143.dsl.pipex.com)
09:29.23*** join/#webos-internals xJANWARx (~janwar@89-79-186-244.dynamic.chello.pl)
10:08.19*** join/#webos-internals filmor (~bs@xdsl-78-35-193-227.netcologne.de)
10:08.49*** part/#webos-internals filmor (~bs@xdsl-78-35-193-227.netcologne.de)
10:09.12*** join/#webos-internals filmor (~bs@xdsl-78-35-193-227.netcologne.de)
10:17.36*** join/#webos-internals gaurav_ (~gaurav_@46-64-79-39.zone15.bethere.co.uk)
10:17.36*** join/#webos-internals gaurav_ (~gaurav_@unaffiliated/gaurav-/x-6104784)
10:59.23*** join/#webos-internals DMeister-IT (971cf27c@gateway/web/freenode/ip.151.28.242.124)
11:00.41*** part/#webos-internals DMeister-IT (971cf27c@gateway/web/freenode/ip.151.28.242.124)
11:01.23*** join/#webos-internals DMeister-PIC (971cf27c@gateway/web/freenode/ip.151.28.242.124)
11:03.56*** join/#webos-internals morphis (~morphis@dslb-092-076-175-241.pools.arcor-ip.net)
11:05.16*** part/#webos-internals DMeister-PIC (971cf27c@gateway/web/freenode/ip.151.28.242.124)
11:23.05*** part/#webos-internals filmor (~bs@xdsl-78-35-193-227.netcologne.de)
12:04.27*** join/#webos-internals morphis (~morphis@dslb-092-076-175-241.pools.arcor-ip.net)
12:12.23*** join/#webos-internals RagingMind (~RagingMin@97-88-147-234.dhcp.mrqt.mi.charter.com)
12:29.12zsocanyone need a random brand 40" 1080p lcd? Newegg has one over the weekend for $279 with free shipping after promo code.
12:52.30*** join/#webos-internals DMeister-PIC (971cf27c@gateway/web/freenode/ip.151.28.242.124)
13:07.24*** join/#webos-internals RagingMind (~RagingMin@97-88-147-234.dhcp.mrqt.mi.charter.com)
13:19.54*** join/#webos-internals RagingMind (~RagingMin@97-88-147-234.dhcp.mrqt.mi.charter.com)
13:24.57*** join/#webos-internals beezle_bug (~BUG@91-66-82-177-dynip.superkabel.de)
13:25.33*** join/#webos-internals Dudds (~Dudds@c-98-194-196-86.hsd1.tx.comcast.net)
13:33.58*** join/#webos-internals hape (~hape@open7x0.xnc.de)
13:34.54*** join/#webos-internals RagingMind (~RagingMin@97-88-147-234.dhcp.mrqt.mi.charter.com)
13:45.07*** join/#webos-internals OkiKuma (~lammda@p5B2D13BA.dip.t-dialin.net)
13:48.20*** join/#webos-internals dkirker (~dkirker@openmobl/ceo/dkirker)
13:51.29*** join/#webos-internals Shiggs|i5 (~shiggity@146-115-188-66.c3-0.wtr-ubr1.sbo-wtr.ma.cable.rcn.com)
14:01.25*** join/#webos-internals RagingMind (~RagingMin@97-88-147-234.dhcp.mrqt.mi.charter.com)
14:02.15*** join/#webos-internals morphis (~morphis@dslb-092-076-175-241.pools.arcor-ip.net)
14:27.18*** join/#webos-internals hucksy (~hucksy@cable-158-181-68-47.cust.telecolumbus.net)
14:40.30*** join/#webos-internals hemna (~hemna@c-38-80-203-211.rw.zetabroadband.com)
15:18.02*** join/#webos-internals oldtopman (~oldtopman@unaffiliated/oldtopman)
15:41.42*** join/#webos-internals filmor1 (~bs@xdsl-78-35-225-247.netcologne.de)
15:46.06*** part/#webos-internals filmor1 (~bs@xdsl-78-35-225-247.netcologne.de)
15:51.04*** join/#webos-internals invalidopcode (~mscoolner@99-43-5-119.lightspeed.sndgca.sbcglobal.net)
15:58.12*** join/#webos-internals resistivecorpse2 (~resistive@unaffiliated/resistivecorpse)
17:01.53LarrySteezeanyone have any idea how I can turn off airplane mode on a pre- with a non-working digitizer?
17:05.14LarrySteezeEricBlade: did you figure out the pre power button question?
18:09.07*** join/#webos-internals halfhalo (halfhalo@nasadmin/webteam/halfhalo)
18:17.49*** join/#webos-internals GarthPS (~quassel@2a01:e35:2f5c:e670:75f0:6fd8:6a65:14f6)
18:26.37*** join/#webos-internals havanna (~havannaba@p5B329E8A.dip.t-dialin.net)
18:36.54*** join/#webos-internals mal2_ (~mal2@port-92-206-34-246.dynamic.qsc.de)
19:17.25*** join/#webos-internals invalidopcode (~mscoolner@99-43-5-119.lightspeed.sndgca.sbcglobal.net)
19:20.45*** join/#webos-internals Shiggs|i5 (~shiggity@146-115-188-66.c3-0.wtr-ubr1.sbo-wtr.ma.cable.rcn.com)
19:35.59*** join/#webos-internals noradtux|away (~noradtux@2002:5ce1:f59d::1)
19:36.01*** mode/#webos-internals [+v noradtux] by ChanServ
19:40.17*** join/#webos-internals sirdancealot (~sirdancea@98.82.broadband5.iol.cz)
19:46.05*** part/#webos-internals Log1x (Log1x@unaffiliated/log1x)
19:52.02*** join/#webos-internals LarrySteeze (~laser712@c-24-60-166-99.hsd1.ma.comcast.net)
19:52.07LarrySteezestumbles in
20:23.51EricBladeLarrySteeze: not exactly. i replaced the power button itself with one off another phone, and that didn't help.  if i leave the top corner of the phone un-screwed, i can get it to work to some degree, but not particularly well, and it leaves the case open too far
20:30.15*** join/#webos-internals hmmmmmm (~hmmmmmmm@pool-72-79-162-54.sctnpa.east.verizon.net)
20:36.38*** join/#webos-internals Khaled (~khaled@41.129.108.185)
20:38.19invalidopcodeEricBlade: what are you up to now?
20:42.38EricBladeinvalidopcode: well i have to do some regular work in a little while, other than that, not much
20:43.20invalidopcodeah okay... I meant what's this about franken powerbuttons?
20:43.42EricBladethe Sprint Pre's power button doesn't make connection anymore
20:43.55EricBladeit stopped being springy a few months ago, now it no longer works
20:44.10invalidopcodeahh that stinks
20:45.02EricBladei jammed a little stint of cellophane tape under the electronic switch, and was able to get it to work if i leave the top corner of the phone unscrewed
20:46.30invalidopcodeah
21:02.08*** join/#webos-internals ur5us (~ur5us@121-98-128-74.bitstream.orcon.net.nz)
21:13.40*** join/#webos-internals hemna (~hemna@c-38-80-203-211.rw.zetabroadband.com)
22:00.18*** join/#webos-internals chandoo (~chandoo@ool-ad032250.dyn.optonline.net)
22:34.15Tibfib_LarrySteeze:  there's probably something you can send if you ssh in
22:34.23Tibfib_luna-send ...
22:39.04*** join/#webos-internals wrea (~will@c-71-197-155-122.hsd1.wa.comcast.net)
23:48.33*** join/#webos-internals oldtopman (~oldtopman@unaffiliated/oldtopman)
23:48.35*** join/#webos-internals lamawithonel (~lucas@38.127.149.140)

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