IRC log for #webos-internals on 20101022

00:07.25*** join/#webos-internals punzada (punzada@gateway/shell/xzibition.com/x-houtwvzvyzuxrkgg)
00:19.34*** join/#webos-internals jrmuizel (~jrmuizel@CPE001f5be79d0f-CM0017ee62f8b0.cpe.net.cable.rogers.com)
00:21.42*** part/#webos-internals beagle3429 (~Joe@174-25-170-67.ptld.qwest.net)
00:54.27*** join/#webos-internals quotemstr (~dancol@c-67-183-23-114.hsd1.wa.comcast.net)
00:54.41quotemstrGreat. My Pre has decided to start rebooting itself every 15 minutes or so.
01:09.52*** join/#webos-internals dgathright (~dgathrigh@nat/yahoo/x-kqqpjbgppenjmknl)
01:24.24*** join/#webos-internals jhopixi (~jhowirc@c-24-5-128-143.hsd1.ca.comcast.net)
01:26.41*** join/#webos-internals tenspd137 (~tenspd137@184-76-11-113.war.clearwire-wmx.net)
01:27.07tenspd137Hi Puff - you around?
01:27.12*** join/#webos-internals dkirker1 (~dkirker1@2001:470:8217:2::2)
01:27.13*** join/#webos-internals dkirker1 (~dkirker1@openmobl/ceo/dkirker)
01:33.02oiltenspd137: it helps if you say his full nick, it makes a little sound and is highlighted on his side
01:33.05oilPuffTheMagic:
01:34.44tenspd137Oh - sorry.
01:34.52tenspd137PuddTheMagic - you around?
01:35.02tenspd137PuffTheMagic that is
01:35.10oillol, nice
01:35.20tenspd137yeah - I can type :P
01:37.14tenspd137Anyway - I'll ask here - I have an armv7a-softfloat-linux-gnueabi compiler.  I compiled doom w/o problems by altering the make file to point to all the right places.
01:37.20tenspd137Still doesn't work.
01:38.06tenspd137In fact, I have a simple hello world program that works on qemu, but when I dump it to the palm./hello: line 1: syntax error: word unexpected (expecting ")") emulator, all I get is:
01:38.24tenspd137sorry - all I get is ./hello: line 1: syntax error: word unexpected (expecting ")")
01:38.40tenspd137Any ideas?
01:42.38oili have no clue
01:42.58oilsorry :/
01:43.05tenspd137Eh - Worth a shot :) - Thanks anyway.
01:43.13rwhitbythat usually indicates you're running an x86 binary on a Pre
01:43.50tenspd137Everyone here at least had some good ideas - I am working on Gentoo trying to do som wierd stuff, so, success is most likely less probable
01:44.17tenspd137Oh - really?  I compiled it with a cross compiler.
01:44.21tenspd137hmmm
01:45.53tenspd137even my hello program - file says:  hello: ELF 32-bit LSB executable, ARM, version 1 (SYSV), statically linked, for GNU/Linux 2.6.16, not stripped
01:46.51dtzWilltenspd137: dump question, but it is +x right? :)
01:47.26bpadalinoare you sure it's actually a compiled program, or is it text of some type ?
01:48.49rwhitbytenspd137: did you use the correct toolchain version?
01:49.25rwhitbytenspd137: http://git.webos-internals.org/?p=preware/build.git;a=blob;f=toolchain/cs08q1armel/Makefile
01:52.02*** join/#webos-internals NoOneButMe (~zadr@web154.webfaction.com)
01:52.07*** join/#webos-internals saurik (~saurik@carrier.saurik.com)
01:52.07*** mode/#webos-internals [+v saurik] by ChanServ
01:52.12*** join/#webos-internals grishnav (~grishnav@e2180-8777.securedservers.com)
01:52.36*** join/#webos-internals joshua (~joshua@icculus.org)
01:55.30tenspd137dtzWill: +x ?  bpadalino: Yeah - it has to run with qemu-arm.  It just outputs hello at the command line, but I figured it would do that in novaterm
01:56.28bpadalinoit just seems like a weird error if it is compiled
01:56.34dtzWilltenspd137: silly question but making sure it was +x, although i'd imagine you'd get a permission denied error if it wasn't
01:56.48tenspd137rwhitby:  There is where you might get me - I was using PuffTheMagic's Gentoo instructions - I cross compiled an armv7a-softfloat-linux-gnueabi toolchain
01:57.01tenspd137dtzWill: oh - +x permission - gotcha
01:57.20dtzWillalthough -x binaries don't do that, just saying that seems like your shell thinks it's a script not an executable was all
01:58.01tenspd137dtzWill - nope - it is +x.  If I try to run it on host machine, it won't go - needs qemu-arm to run.
01:58.08rwhitbytenspd137: well, Palm uses the toolchain I linked to there.
01:58.23dtzWillyeah. given everything else i'd imagine you had gotten that right :)
01:59.07rwhitbyhas learnt never to mess with a working toolchain, nor try and redo it from scratch.
02:00.05tenspd137haha - good point - I'll give it a shot and see what happens :P
02:00.08tenspd137hehe
02:00.33tenspd137tenspd137:learning the hard way.........
02:03.42*** join/#webos-internals noradtux (~quassel@f054019093.adsl.alicedsl.de)
02:03.42*** mode/#webos-internals [+v noradtux] by ChanServ
02:06.03tenspd137rwhitby:  I did try that - I tried following the webos-internals wiki - couldn't get it to work either.
02:06.45rwhitbytenspd137: the Makefiles in that git repo build the contents of the webos-internals feeds on ipkg.preware.org, on a Ubuntu 10.4 system.
02:10.03tenspd137I am trying it now.  I put it in /srv/preware/cross-compile/toolchain/test
02:10.25tenspd137Let's see what happens :)
02:10.39*** join/#webos-internals Termana (~bradley@123-3-169-175.static.dsl.dodo.com.au)
02:10.54*** join/#webos-internals djk (~djk@ool-43509ce7.dyn.optonline.net)
02:12.29tenspd137so far, if I follow the wiki instructions - it breaks at make stages - usually when trying to compile navit
02:15.38tenspd137After it builds the toolchain - should I try the wiki directions again, putting the tollchain's gcc you just gave me in the right spots?
02:18.36tenspd137Gotta run - thanks for the link - I'll give it a shot....
02:18.40tenspd137:)
02:18.58PuffTheMagictenspd137, sup
02:19.14tenspd137Hey - just about to go, but I can hang around a few more seconds.
02:19.39tenspd137Just thought I'd see if you had any more suggestions - nothing wants to work :)
02:19.56PuffTheMagic"nothing wants to work" doesnt explain much
02:20.43tenspd137haha - Sorry - I made the armv7a-softfloat-linux-gnueabi compiler and tried making a simple hello program to run on the emulator.
02:20.52PuffTheMagicand?
02:21.04tenspd137It just gives me: ./hello: line 1: syntax error: word unexpected (expecting ")")
02:21.21tenspd137but it works on the build machine when I run it with qenu-arm
02:21.22PuffTheMagicso that looks like your C fails
02:21.31tenspd137qemu-arm
02:21.58PuffTheMagicpaste the line u passed to arm...-gcc
02:22.06PuffTheMagicto compile this test app
02:23.03tenspd137armv7a-softfloat-linux-gnueabi-gcc -static hello.c -o hello
02:24.23PuffTheMagicdont use -static
02:24.28PuffTheMagicthats prob #1
02:24.48*** join/#webos-internals Zinge (~zinge@68-26-99-158.pools.spcsdns.net)
02:24.48*** mode/#webos-internals [+v Zinge] by ChanServ
02:26.08tenspd137Ok - I'll try again.
02:26.50tenspd137Am I mssing anything else?
02:27.01tenspd137missing
02:27.02PuffTheMagicno thats probably it
02:27.10PuffTheMagicsince u dont link to any libs
02:27.30tenspd137Trying it now...
02:28.26*** part/#webos-internals quotemstr (~dancol@c-67-183-23-114.hsd1.wa.comcast.net)
02:29.15tenspd137root@qemux86:/# ./hello
02:29.15tenspd137./hello: line 1: syntax error: word unexpected (expecting ")")
02:29.17tenspd137nope
02:29.35tenspd137armv7a-softfloat-linux-gnueabi-gcc hello.c -o hello
02:29.44tenspd137was what I used to compile with.
02:29.54bpadalinocat hello
02:30.14PuffTheMagicno
02:30.23PuffTheMagictenspd137, stop using qemu-arm
02:30.23tenspd137file hello :)
02:30.25PuffTheMagicits evil
02:30.30PuffTheMagictest it on your actual device
02:30.35tenspd137Ok
02:31.02tenspd137I tested it on the emulator.
02:31.55tenspd137I don't have a Pre - the idea was if I knew I could write stuff for it, I would get one - my current phone needs an upgrade - badly (an old Motorola Razor)
02:32.58PuffTheMagicwell i have nfc what type of "arm" qemu-arm emulates
02:33.02PuffTheMagicbut its prob not an armv7
02:33.28PuffTheMagicor...
02:33.45PuffTheMagicsomething about to toolchain you made is not compatible with qemu-arm
02:33.51PuffTheMagici wouldnt trust it
02:34.24tenspd137Ok - fair enough - so the emulator (palm-emulator) is based of qemu, which is bad.
02:35.03*** join/#webos-internals Maxel (~Maxel@adsl-99-160-137-240.dsl.euclwi.sbcglobal.net)
02:35.09bpadalinothere is a big disconnect here
02:35.18*** join/#webos-internals Maxels (~Maxel@adsl-99-160-137-240.dsl.euclwi.sbcglobal.net)
02:35.48PuffTheMagicumm
02:35.57PuffTheMagicpalm-emulator is x86
02:36.02PuffTheMagicits not an arm emulator
02:36.06PuffTheMagicand its virtualbox
02:36.11PuffTheMagicnot qemu
02:36.48tenspd137Ohhhh.  Wow - did I screw up then.  I really misunderstood some stuff.  Yikes.
02:37.39tenspd137I feel REAL stupid now.
02:37.41tenspd137Doh.
02:38.52tenspd137Wow - Ummmm - I don't know what to say.  Well, looks like I have a cross compiler that might work on a device, and I can compile stuff regularly.
02:39.53ZingeSorry to interrupt; is there a way to send a magic packet (wol) to a specific ip address/port from terminal? I know you can't send to broadcast, have to forward port, etc...
02:40.24*** join/#webos-internals muchtall (~muchtall@75-146-189-25-Minnesota.hfc.comcastbusiness.net)
02:40.31PuffTheMagictenspd137, developing for the Pre is easy and webos devices are cheap
02:40.38PuffTheMagicso if u are interested go for it
02:40.50PuffTheMagiceven if u get a used pre or something on ebay just to hack on
02:41.24*** join/#webos-internals raster (raster@enlightenment/developer/raster)
02:41.50tenspd137Yeah - prolly a good place to start. I apologize - I made the assumption that the emulator emulated arm
02:42.06PuffTheMagicno need to apologize
02:42.08tenspd137Well, learn something new every day.... lol
02:43.10tenspd137I feel like I wasted a lot of people's time - that wasn't my intent.  Anyway, I really do appreciate the time everyone has spent.  I do have to run - my wife needs some help with something here, so....  thanks again :)
02:43.52tenspd137Anyway - if I get a device, I will have more questions, and I'll come back :)
02:47.35*** part/#webos-internals Zinge (~zinge@68-26-99-158.pools.spcsdns.net)
02:48.21*** join/#webos-internals kbrabble (~wircer@cpe-72-185-137-174.tampabay.res.rr.com)
02:52.01dtzWilllolol. i definitely thought he meant he tested on qemu-arm and it WORKED but wouldn't run on his device hahaha
02:52.06dtzWillexcellent. well glad that's resolved :)
03:00.52*** part/#webos-internals kbrabble (~wircer@cpe-72-185-137-174.tampabay.res.rr.com)
03:12.49*** join/#webos-internals aaron_ (~aaron@usealice.org)
03:31.40*** join/#webos-internals oc80z (oc80z@blea.ch)
03:32.35*** join/#webos-internals aaron_ (~aaron@usealice.org)
03:33.12*** join/#webos-internals aaron_ (~aaron@usealice.org)
04:03.03*** join/#webos-internals kbrabble (~wircer@cpe-72-185-137-174.tampabay.res.rr.com)
04:08.33*** join/#webos-internals entity- (~entity@d207-6-70-122.bchsia.telus.net)
04:16.19*** join/#webos-internals phil_bw (~philbw@c-24-20-55-18.hsd1.or.comcast.net)
04:23.48*** join/#webos-internals drnull (~drnull@va-67-76-175-146.sta.embarqhsd.net)
04:29.46*** join/#webos-internals dkwiebe1 (~dkwiebe1@h66-112-187-16.mcsnet.ca)
04:35.30*** join/#webos-internals kbrabble (~wircer@cpe-72-185-137-174.tampabay.res.rr.com)
04:43.33*** part/#webos-internals kbrabble (~wircer@cpe-72-185-137-174.tampabay.res.rr.com)
05:15.41*** join/#webos-internals Flak (4472e414@gateway/web/freenode/ip.68.114.228.20)
05:15.56Flakpreware having problems?
05:16.31rwhitbyGuest13058: not that I know of
05:16.50Guest13058can't get to any of the feeds from a new preware install, nor are they loading in WOQI
05:17.23rwhitbyhttp://ipkg.preware.org/feeds/ is fine here and on my device.
05:18.36Guest13058there's a post on precentral about it as well
05:19.26Guest13058my old pre times out on the feed updates as well, granted it takes a long time.  but all the feeds error out
05:21.04Guest13058also, going direct to this times out
05:21.06Guest13058http://ipkg.preware.org/feeds/
05:24.13rwhitbyhttp://downforeveryoneorjustme.com/http://ipkg.preware.org/feeds/
05:25.21Guest13058hmm...
05:25.47Guest13058think it's a dns issue me and many others are having then?
05:26.05halfhalocould be...
05:27.23ka6soxokay whats the deal with this?
05:27.41rwhitbycan you see http://ipkg1.preware.org/ http://ipkg2.preware.org or http://ipkg3.preware.org ?
05:28.14rwhitbymeh, skip ipkg1.preware.org
05:28.31rwhitbyit's currently pointing to ipkg3.preware.org - I can change it to point to ipkg2.preware.org
05:29.20ka6soxI am unable to connect to ipkg3 currently
05:29.32ka6soxbut I can connect to ipkg2
05:30.08halfhaloI can hit both
05:30.18Guest13058ipkg3 is a no, 1 and 2 are yes
05:30.54halfhalopulls out ipad to test, which has no dns record of the feeds
05:31.55rwhitbyka6sox: I've switched to ipkg2
05:32.13rwhitby(just then, so 30 mins TTL on DNS)
05:32.19ka6soxokay good.
05:33.10halfhalohmmm.... 3 isn't resolving on the ipad
05:33.19ka6soxhalfhalo, 3 is down
05:33.30halfhalogood times....
05:33.36ka6soxI'm trying to login to the server and no go.
05:34.21rwhitbyka6sox: weird that I can access ipkg3 over the web from here
05:34.38halfhalomy desktop can hit it as well.
05:34.57rwhitbyka6sox: and I can log into it from here
05:35.14Guest13058so it's a dns issue then
05:35.19halfhalolocalized isp issues?
05:35.21rwhitbyso there is a network break between Hawaii and US
05:35.29Guest13058ahh
05:36.20ka6soxhawaii says they can get to it...the server is circa LA.
05:36.42ka6soxI reported it to the mirror operator and he is looking.
05:36.47halfhaloka6sox: the ipad can't get to it via the cell network either
05:37.05rwhitbyka6sox: ah, right. it's not in hawaii
05:37.07ka6soxhalfhalo, doesn't surprise me.
05:37.21ka6soxrwhitby, yep...just controlled from there.
05:37.55halfhalowell... it IS att :p
05:38.30ka6soxGuest13058, what ISP are you using and from what area?
05:38.50Guest13058looks like feeds are back
05:38.55Guest13058I'm on Charter in WI...
05:38.59halfhaloNot working from vzw wireless either
05:39.28ka6soxwell...dns has to TTL.
05:39.54ka6soxokay reload please.
05:40.00ka6sox(as in try again)
05:40.05Guest13058WOQI and Preware are both working
05:40.52ka6soxhalfhalo, please try to update preware.
05:40.52halfhaloAt least that works
05:41.31halfhaloupd
05:41.37halfhalowell, the feeds are anyways
05:41.58ka6soxthe feeds are what are important.
05:42.08halfhaloknows
05:42.42ka6soxokay this *must* have been a routing screwup.
05:42.46*** join/#webos-internals xkuang (~xkuang@60.247.97.98)
05:42.50halfhaloreally should metadoctor his pre
05:50.20halfhaloHolycarp... Angelbird ssd.. Me likes...
05:50.40halfhalo1Gb/s read speed
05:52.18halfhalowants
05:55.21*** join/#webos-internals Termana (~bradley@123-3-73-223.static.dsl.dodo.com.au)
06:08.43*** join/#webos-internals mpingu (3ece2a7a@gateway/web/freenode/ip.62.206.42.122)
06:08.46mpinguhi
06:10.29ka6soxlo
06:11.57mpinguanyone of you knows how to install ruby on a webos Device palm pre is my device
06:13.52ka6soxhalfhalo, youknow?
06:14.32mpingu?
06:14.56ka6soxmpingu, I'm asking our resident ruby guy.
06:15.13mpinguah okay
06:15.30mpingui dont find any on the net
06:15.46ka6soxI don't know so I can't say.
06:16.39mpinguah okay
06:17.59ka6soxits late for him so he *might* have already gone to sleep.
06:18.05ka6soxwhat TZ are you in?
06:19.26*** join/#webos-internals roxfan (dunno@91.180.52.37)
06:19.51halfhaloWhat now in the what what?
06:20.06halfhalois on iPad and just switched back to irc
06:20.06mpingui am from germany so europe tz
06:20.19mpinguhmm TZ questions you dont play eve or ?
06:20.38*** join/#webos-internals acydlord_alt (~xopher@174-26-4-71.phnx.qwest.net)
06:21.24halfhaloAs for ruby, if it's in opt ware then Its easy to install, else it needs to be cross compiled
06:22.29mpinguokay i am mostly asking because i want to install metasploit on it for some security testing on the got to bad aircrack  dont work or ?
06:24.06ka6soxhalfhalo, use your new tool to find out if its there.
06:24.10halfhalodoesn't know about wether aircrack works or not
06:24.40mpingufor proper use of aircrack you need to patch the wifi drivers i dont think there is a madwifi port für palm pres driver
06:25.00ka6soxdoubt it as it uses a proprietary stack.
06:25.44halfhaloka6sox: To much effort on iPad
06:25.46mpingui only got a nokia n900 tut for installing metasploit  some of you would like to look over it the packages if there are in webos also ?
06:26.11ka6soxhalfhalo, I'm talking about optwarefind.
06:26.39halfhaloI know :P
06:27.02halfhaloBut multitasking with hulu, safari causes it to run out of memory and close an app
06:27.29ka6soxoh..right.
06:27.35ka6soxwhere did we put that?
06:27.52halfhaloOptwarefind.nslu2-Linux.org
06:28.06ka6soxthat makes too much sense.
06:28.16halfhaloThen change it!
06:28.45ka6sox1.9.1.243-1'
06:28.55halfhaloI like it
06:29.03ka6soxthats the version in optware. of ruby
06:29.21halfhaloIt's shiny and new
06:29.41ka6soxyep...shiny
06:30.08mpingucool
06:30.25mpinguthe optware stuff i am finding under preware right?
06:32.39halfhaloYou have to add it to pre ware
06:33.42*** join/#webos-internals falchie (~falchie@falchie.csbnet.se)
06:44.22mpingugot pre ware now on it my pre was in rma till yesterday headphone jacket thing
06:47.21oilso it was return merchandise authorization till yesterday?
06:48.12mpingu?
06:48.28mpingui got it since yesterday afternoon just installed pre ware and stuff again
06:49.31ka6sox(he got it back after fixing the headphone jack)
06:53.02mpingui am getting an error at downloading ipkg.preware.org feeds
06:58.21ka6soxare you using wifi or cell connection?
06:58.41mpingucell
06:58.50mpinguokay fixed just rebooted my pre
07:01.42mpingui got the normal optware feeds i dont got a ruby in it openSSH OpenVPN and stuff i ghgot
07:08.27ka6soxyou have to manually install it.
07:08.45mpinguokay stupid question where do i find it ?
07:15.31rwhitbyOptware Advanced Linux Command LIne Installer in Preware
07:15.34rwhitbyinstall that
07:15.38rwhitbynovaterm or ssh in
07:15.41rwhitbyrun ipkg-opt update
07:15.45rwhitbyrun ipkg-opt ist
07:15.48rwhitbyrun ipkg-opt list
07:16.03rwhitby(the "ist" is a typo, don't run that)
07:16.12rwhitbybehold the 1700+ packages available
07:27.13mpingucan i also install a terminal on the pre it self?
07:28.22mpingubut its only via commandline or ?
07:36.27rwhitbyHave you typed "terminal" on the Preware main screen?
07:37.17mpinguyeah
07:37.25mpinguthe terminal app
07:43.12*** join/#webos-internals [AD]Turbo (~AmanithVG@host25-244-dynamic.10-87-r.retail.telecomitalia.it)
07:50.01*** join/#webos-internals phb (~phb@212-181-83-218.customer.telia.com)
08:15.15*** part/#webos-internals [AD]Turbo (~AmanithVG@host25-244-dynamic.10-87-r.retail.telecomitalia.it)
08:35.43*** join/#webos-internals phb (~phb@194.236.60.54)
09:13.29*** join/#webos-internals Termana (~bradley@123-3-93-132.static.dsl.dodo.com.au)
09:20.57*** join/#webos-internals dgathright (~dgathrigh@cpe-76-90-139-148.socal.res.rr.com)
09:21.44*** join/#webos-internals phb_ (~phb@212.181.83.218)
09:24.06*** join/#webos-internals phb (~phb@194.236.60.54)
10:20.53*** join/#webos-internals entity- (~entity@d207-6-70-122.bchsia.telus.net)
11:06.07*** join/#webos-internals raster (~raster@221.147.71.45)
11:06.07*** join/#webos-internals raster (~raster@enlightenment/developer/raster)
11:08.06*** join/#webos-internals hucksy (~hucksy@85.183.58.26)
12:14.53*** join/#webos-internals PuffTheMagic (~PuffTheMa@unaffiliated/puffthemagic)
12:14.54*** mode/#webos-internals [+v PuffTheMagic] by ChanServ
12:26.28*** join/#webos-internals kbrabble (~wircer@cpe-72-185-137-174.tampabay.res.rr.com)
12:31.02*** join/#webos-internals muchtall (~muchtall@70-99-118-66.apigroupinc.com)
12:54.25*** join/#webos-internals mikewx (~mikew@mail1.ifbf.org)
13:00.54*** join/#webos-internals mikewx (~mikew@mail1.ifbf.org)
13:09.51*** join/#webos-internals kbrabble (~wircer@cpe-72-185-137-174.tampabay.res.rr.com)
13:14.02*** part/#webos-internals kbrabble (~wircer@cpe-72-185-137-174.tampabay.res.rr.com)
13:35.27*** join/#webos-internals fprimex (~fprimex@brent-macbook.sc.fsu.edu)
13:36.49*** join/#webos-internals Darkmagister (~Darkmagis@93-38-133-235.ip70.fastwebnet.it)
13:40.23*** join/#webos-internals ameng (~Administr@221.220.219.132)
14:04.50*** join/#webos-internals Templarian (~Templaria@pix245-179.pix.wmich.edu)
14:04.50*** mode/#webos-internals [+v Templarian] by ChanServ
14:17.56*** join/#webos-internals liquidsky42 (~jan@ip-62-143-11-9.unitymediagroup.de)
14:36.36*** join/#webos-internals dkwiebe1 (~dkwiebe1@h66-112-187-16.mcsnet.ca)
14:41.24*** join/#webos-internals dkwiebe (~Darren@h66-112-187-10.mcsnet.ca)
14:44.39Darkmagisteranyone have order the pre2 ???
14:48.19ka6soxcan you order them?
14:48.52*** join/#webos-internals ameng (~Administr@221.220.219.132)
14:50.32Darkmagisteron the site it's possibile but i don't know if the pre 2 is sim locked
14:50.46Darkmagisterand i don't live in france ...
14:51.51ka6soxI haven't seen it announced here in the US yet
14:52.12ka6sox(that its available)
14:52.31summatusmentisit says coming soon to vzw on the site, but if you go to "shop" it only shows the Pre or Pre+
14:52.38summatusmentis(and pixi models, obviously)
14:53.39ka6soxone would hope that the Oreo issue would be fixed :D
14:59.21summatusmentisaren't the Oreo issues fixed in current new pre's anyway?
15:00.31Rick_workMorning
15:00.45ka6soxmorning Rick_work
15:09.47RagingMindI have no oreo issues... but I'm a bit anal with regard to care of my phone
15:10.01RagingMindI carry it around in that little soft case that came with it
15:19.30*** join/#webos-internals tlp (~tlp@71-220-171-125.bois.qwest.net)
15:28.53*** join/#webos-internals NoOneButMe (~zadr@unaffiliated/noonebutme)
16:03.19*** join/#webos-internals hemna (~waboring@nat/hp/x-caexlqrvwpgxxpni)
16:23.04*** join/#webos-internals playya__ (~playya@unaffiliated/playya)
16:23.36*** join/#webos-internals ktorbeck (4659da76@gateway/web/freenode/ip.70.89.218.118)
16:46.36dkwiebeDoes Zsoc still come here once in a while?
16:48.45ka6soxsometimes.
16:49.41dkwiebeok, thanks.  I'll watch for him.
16:51.10ka6soxI guess somethings can escape Black Holes.
16:51.29halfhalolike windows?
17:02.06*** join/#webos-internals Templarian (~Templaria@resnet213-255.resnet.wmich.edu)
17:02.06*** mode/#webos-internals [+v Templarian] by ChanServ
17:02.26*** join/#webos-internals mufumbo (~mufumbo@75.101.111.181)
17:04.02*** join/#webos-internals solix (~wircer@206.sub-70-214-235.myvzw.com)
17:23.25*** join/#webos-internals dgathright (~dgathrigh@cpe-76-90-139-148.socal.res.rr.com)
17:37.11*** join/#webos-internals ka6sox (~ka6sox@nslu2-linux/ka6sox)
17:37.11*** mode/#webos-internals [+v ka6sox] by ChanServ
17:44.12*** join/#webos-internals bhern (~bhern@irc.angui.sh)
17:46.07*** join/#webos-internals xbonesx (~xbonesx@unaffiliated/xbonesx)
17:47.50xbonesxwould it be possible to have the "total message count" patch have this format "**/**"; left being the amount of messages you've sent and the right being the amount of messages received?
17:54.34*** join/#webos-internals jrmuizel (~jrmuizel@mozca02.ca.mozilla.com)
17:55.04xbonesx"muffle system logging": recommended or needed?
17:58.22*** join/#webos-internals dgathright (~dgathrigh@nat/yahoo/x-bcodxknfrbqpdhbb)
17:58.34xbonesxare you not allowed to have the "no date" and "no battery level" patches at the same time? i always get an error, its either one or the other???
17:59.00summatusmentisI'm assuming they modify similar things, and overlap
17:59.33xbonesxi believe it just removes the line, im assuming it has to have atleast on line then...
18:01.31summatusmentisdo you know where they're hosted?
18:04.23xbonesxsummatusmentis: im sry, im not sure what you talking about?
18:05.06summatusmentisthe patches themselves, do you know where they're hosted?
18:08.28xbonesxWebOS Patches feed
18:09.42xbonesxor are you referring to the inner working of the patch, as in what it does? really not sure what your asking?
18:34.45*** join/#webos-internals bhern (~bhern@irc.angui.sh)
18:44.16*** join/#webos-internals ameng (~Administr@221.220.219.132)
19:20.41*** join/#webos-internals cryptk (~chris@unaffiliated/cryptk)
19:20.41*** mode/#webos-internals [+v cryptk] by ChanServ
19:30.31*** join/#webos-internals roxfan (dunno@91.180.52.37)
19:50.50*** join/#webos-internals siggiebaby (26709463@gateway/web/freenode/ip.38.112.148.99)
19:53.17*** join/#webos-internals dkirker1 (~dkirker1@2001:48c0:1001:5:66b9:e8ff:feb7:c7b2)
19:53.17*** join/#webos-internals dkirker1 (~dkirker1@openmobl/ceo/dkirker)
19:54.19*** join/#webos-internals basotl (~basotl@cpe-76-175-208-112.socal.res.rr.com)
19:54.39*** join/#webos-internals xbonesx (~xbonesx@unaffiliated/xbonesx)
20:13.55*** join/#webos-internals datafirm (~dp@c-71-231-104-86.hsd1.wa.comcast.net)
20:25.02*** join/#webos-internals mufumbo (~mufumbo@75.101.111.181)
20:35.59*** join/#webos-internals dgathright (~dgathrigh@nat/yahoo/x-mbkzzurzrtrcpjgq)
20:36.04*** join/#webos-internals idontwan2know (~umm@48.235.189.72.cfl.res.rr.com)
20:43.25*** join/#webos-internals mufumbo (~mufumbo@75.101.111.181)
20:49.41*** join/#webos-internals xbonesx (~xbonesx@unaffiliated/xbonesx)
20:50.20xbonesxCould someone help me edit the text color for the contacts page, i need it black?
20:58.31*** join/#webos-internals drunknbass (~drunknbas@76.91.255.83)
21:02.16*** join/#webos-internals mueslix (~muesli@agsb-4d0493e3.pool.mediaWays.net)
21:02.16*** join/#webos-internals mueslix (~muesli@amarok/developer/muesli)
21:18.02oc80zwhats good?
21:23.56*** join/#webos-internals n8chavez (~n8chavez@95.211.24.167)
21:25.22*** part/#webos-internals n8chavez (~n8chavez@95.211.24.167)
21:28.00rwhitbypre2 in france
21:30.22bhueygood
21:32.30*** join/#webos-internals xbonesx (~xbonesx@unaffiliated/xbonesx)
21:47.51Rick_workSo, If I get an unlocked Pre2, what pay-as-you-go sim is best in the US?
21:48.26halfhaloI think your down to tmobiles month to month or att's go phone plan
21:49.15TibfibI don't think the 3g works with tmobile
21:49.24Tibfibif you care about that.
21:53.05Rick_worknot for developer device.
21:55.17*** join/#webos-internals Templarian (~Templaria@adsl-76-236-177-252.dsl.klmzmi.sbcglobal.net)
21:55.17*** mode/#webos-internals [+v Templarian] by ChanServ
21:57.15halfhalois off to the vet
21:57.34ka6soxhopes his shots don't hurt to bad.
22:13.33*** join/#webos-internals mufumbo (~mufumbo@c-67-188-9-53.hsd1.ca.comcast.net)
22:17.31*** join/#webos-internals roxfan (dunno@47.161-66-87.adsl-dyn.isp.belgacom.be)
22:43.51*** join/#webos-internals SineOt (~Sine@pool-71-107-135-61.lsanca.dsl-w.verizon.net)
23:49.45*** join/#webos-internals k- (~]r@2001:5c0:1000:b::79af)

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