IRC log for #webos-internals on 20110516

00:04.57*** join/#webos-internals oil_pre (~oil@107.61.152.6)
00:04.57*** mode/#webos-internals [+v oil_pre] by ChanServ
00:05.05*** join/#webos-internals phoque_uni (~snniwern@faui01.informatik.uni-erlangen.de)
00:05.42*** join/#webos-internals ctbeiser (~Adium-use@c-68-81-33-112.hsd1.pa.comcast.net)
00:28.42*** join/#webos-internals dgathright (~dgathrigh@CPE-75-81-131-0.wi.res.rr.com)
00:31.25*** join/#webos-internals Lenux (~Lenux@cpe-24-166-88-251.neo.res.rr.com)
00:41.12*** join/#webos-internals Adora (~adora@c-71-198-0-164.hsd1.ca.comcast.net)
00:55.48*** join/#webos-internals Cerealklr (~Cerealklr@cpe-71-74-237-65.neo.res.rr.com)
00:58.21CerealklrHey guys! Anybody have any experience working with the PalmDatabase file (/var/luna/data/dbdata/PalmDatabase.db3)? I was looking to get at it programmatically. I can view it just fine in SQLite, but my SQLite lib won't open it. Tried a bunch of workarounds, (including exporting it to SQL statements and then executing those) but everything is erroring out. I find it hard to believe the DB is in as shoddy condition as the sqlit
00:58.23Cerealklre editor and the library are both suggesting, so I'm pretty sure i'm messing up somewhere!
00:58.46*** join/#webos-internals dgathright (~dgathrigh@CPE-75-81-131-0.wi.res.rr.com)
00:59.08CerealklrBackstory: Wanted to build a quick LISP program to let me get at my texts on the computer more easily so I can run some statistical analysis on them
01:06.56*** join/#webos-internals SineOt (~Otterpant@cpe-76-173-34-92.socal.res.rr.com)
01:13.22*** join/#webos-internals ctbeiser (~Adium-use@c-68-81-33-112.hsd1.pa.comcast.net)
01:16.01CerealklrMmkay, for anyone interested, found a python program that did the difficult comprehensions for me and exported to a text file. I guess I'll swap over to using my regexp skills rather than my apparently shakier sqlite skills in LISP. =P The thread: http://discussion.treocentral.com/web-os-development/209028-extract-full-sms-log-text-file-palmdatabase-db3-using-sql.html
01:26.48*** join/#webos-internals lumines_ (~lumines@p5084230B.dip.t-dialin.net)
01:39.04*** join/#webos-internals raster (raster@enlightenment/developer/raster)
01:43.34NuttyBunnyCerealklr: An extra lib is needed to open the palmdatabase file on-device
01:44.20CerealklrNuttyBunny: Huh, that's interesting. I wonder how this guy was able to work it with just a sqlite3 lib in python then...
01:45.18NuttyBunnymaybe some queries can get through, but others can't
01:52.32*** join/#webos-internals yozgrahame (~yoz@adsl-69-226-208-222.dsl.pltn13.pacbell.net)
01:53.04CerealklrNuttyBunny: Could be. Actually i'm playing with the python source now. It exports all inbound texts but none of the outbound ones.
01:53.15CerealklrWill report if I find out anything else useful
01:53.43CerealklrI think i've identified the pattern that's been filtering them out, but I need to run out for a bit before I get a chance to actually take a look at it
01:54.40NuttyBunnyNice, several people have poked into the messaging database, but none of us (myself included) have got far enough to be able to restore the messages into a new device
02:02.13CerealklrNuttyBunny: Back! Well excellent, I might finally have something to contribute back to the community then. =]
02:03.49*** join/#webos-internals noradtux (~quassel@g224048041.adsl.alicedsl.de)
02:03.49*** mode/#webos-internals [+v noradtux] by ChanServ
02:07.14*** join/#webos-internals madnificent (~madnifice@83.101.62.132)
02:07.41*** join/#webos-internals raster (raster@enlightenment2.osuosl.org)
02:07.41*** join/#webos-internals raster (raster@enlightenment/developer/raster)
02:10.00CerealklrNuttyBunny: Yep, figured out why it was scrapping the texts I've sent!
02:10.11*** join/#webos-internals oil_pre (~oil@107.61.152.6)
02:10.11*** mode/#webos-internals [+v oil_pre] by ChanServ
02:10.37CerealklrWhile extracting from the database, it drops any lines that don't have the first name of the message sender
02:11.15CerealklrEither because I didn't have myself as a contact, or because that field simply isn't populated for outgoing messages, none of my messages met the requirement
02:11.19Cerealklrand got dropped
02:13.52Cerealklr1st Attempt: Attribute all messages that have a body of text but are not associated to a first name to me
02:14.41CerealklrStatus: FAIL. Dumps in every single person who didn't have a contact into my list. This is especially a problem since I use Google Voice, and Google Voice didn't masquerade as the sender's numbers until Sprint rolled out full GV integration
02:16.11Cerealklr2nd Attempt: for all messages orphaned from a named contact, substitute the Recipient.address (phone number) as the contacts name
02:18.52Cerealklryep, that looks to have fixed the problem
02:19.42Cerealklrwell, to an extent... it's attributed a number that most certainly is not mine to me, which casts doubt on whether the other numbers are correct as well. Intriguing
02:20.05CerealklrFurthermore, it's split my messages up into a number of groups
02:21.16*** join/#webos-internals ctbeiser (~Adium-use@c-68-81-33-112.hsd1.pa.comcast.net)
02:21.22*** part/#webos-internals ctbeiser (~Adium-use@c-68-81-33-112.hsd1.pa.comcast.net)
02:21.52*** part/#webos-internals oil_pre (~oil@107.61.152.6)
02:22.27Cerealklrloops as though com_palm_pim_Recipient.address might actually ALWAYS be the external number. E.g. It would be (correctly) the number of the sender in the case of inbound messages, but the number of the recipient in the case of outbound messages
02:23.14Cerealklrcursory comparison of several inputs suggests that's the case
02:24.20CerealklrIn which case, I can salvage all of my outbound messages to actual contacts by setting aside all unnamed texts, then looping through to see if the recipient number is in the contact list (if it is, that would mean it was a message I had sent to that contact)
02:24.48CerealklrWould still prefer a more robust solution that didn't require contacts though
02:25.46Cerealklrjust examining the com_palm_pin-FolderEntry table, it occurs to me that the fromAddress field is left blank on all outbound texts
02:26.04Cerealklrwhich might be the silver bullet for identifying those robustly
02:28.34CerealklrBingo
02:28.40CerealklrI love it when a plan comes together!
02:52.28CerealklrNuttyBunny: Okay, i've fixed up the script. The code could certainly still use some cleaning, but it does the job. To the best of my knowledge, every single incoming and outgoing text is now spit out. Texts are split into groups by sender and ordered by time sent from earliest to most recent
02:53.08CerealklrNow i'm going to save a copy of it and then get to work having it spit out the information in an easier to parse format.
02:53.48CerealklrXML seems a little overkill, but I'll give it some thought and set it up tomorrow.
02:54.08CerealklrEither way, about bedtime now. so i'll be off. Thanks for the help and moral support! =]
02:59.11*** join/#webos-internals threethirty (~three@103-188.dsl.parallax.ws)
02:59.58threethirtyhowdy all
03:00.43threethirtyanyone know of a way to do this in webos? http://www.lifehacker.com.au/2011/05/lazydroid-controls-your-android-phone-from-your-web-browser/
03:01.51Cerealklr@threethirty: Well, absolute simplest way to do it is through Google Voice. If that is out of the picture, I have a feeling there is a way to set this up, but I don't know that it's been done yet by anyone
03:01.52SineOtYeah... Use Google Voice :p
03:02.07CerealklrSineOt: Ninja'd
03:02.11Cerealklr=P
03:02.19SineOtBoooooo
03:02.22CerealklrAnyway, i'm off to bed all, g'night!
03:03.24threethirtyCerealklr, ty, and nn
03:22.35*** join/#webos-internals NuttyBunny (~cnegrete@189.245.74.160)
03:22.35*** mode/#webos-internals [+v NuttyBunny] by ChanServ
03:41.43*** join/#webos-internals hemna_ (~hemna@c-66-60-190-5.ca.zetabroadband.com)
04:15.06NuttyBunnyCerealklr: Now develop a script to import those conversations in a new database, sqlite or db8 and everyone will be happy! :D
04:23.51*** join/#webos-internals hemna (~hemna@c-66-60-190-16.ca.zetabroadband.com)
04:28.05*** join/#webos-internals bnceo (TBD@c-69-255-199-184.hsd1.md.comcast.net)
04:41.59*** join/#webos-internals dgathright (~dgathrigh@c-67-162-184-31.hsd1.mo.comcast.net)
04:51.14*** join/#webos-internals dgathright (~dgathrigh@nat/yahoo/x-gxxhzngqsxuacawg)
05:19.19*** join/#webos-internals PatrickC (~Patrick_C@unaffiliated/patrick-c/x-9440769)
05:20.46PatrickCI made a meta-doc that has auto-install preware set to on, but preware never installs
05:21.16PatrickCI see the preware icon with the little "installing" circle at the top of the icon, but it never installs..
05:21.23halfhalorunroh
05:22.11PatrickCyeah... and I have to uninstall/reinstall preware 2 times usually to fix it
05:23.50PatrickCargg... g2g
05:23.52PatrickCbbl
05:24.33PatrickCping me if someone can help, I'll stay logged on as long as the phone will stay logged on.
05:36.12*** join/#webos-internals alkos333 (~alkos333@184-216-220-168.pools.spcsdns.net)
05:55.31*** join/#webos-internals Lumiere (~jstraw@unaffiliated/jstraw)
06:25.17*** join/#webos-internals morphis (~morphis@dslb-088-071-250-059.pools.arcor-ip.net)
06:26.29*** join/#webos-internals yozgrahame (~yoz@adsl-69-226-208-222.dsl.pltn13.pacbell.net)
06:34.36*** join/#webos-internals MrTango (~maik@dslb-092-078-022-037.pools.arcor-ip.net)
06:39.49*** join/#webos-internals Lumiere (~jstraw@cpe-70-117-27-227.satx.res.rr.com)
06:52.28*** join/#webos-internals Lumiere (~jstraw@cpe-70-117-27-227.satx.res.rr.com)
07:23.02*** join/#webos-internals phb (~phb@194.236.60.212)
07:29.49*** join/#webos-internals jettero (~jettero@majik.bakhara.org)
07:29.49*** join/#webos-internals jettero (~jettero@pdpc/supporter/active/jettero)
07:38.02*** join/#webos-internals morphis (~morphis@dslb-088-071-250-059.pools.arcor-ip.net)
08:19.06*** join/#webos-internals dgm_077 (~dgm_077@port-92-206-124-119.dynamic.qsc.de)
08:26.53*** join/#webos-internals sigma6 (~sigma6@gate.codingtechnologies.de)
09:05.28*** join/#webos-internals phb_ (~phb@212-181-83-218.customer.telia.com)
09:05.46*** join/#webos-internals phb_ (~phb@194.236.60.212)
09:28.18*** join/#webos-internals tmzt (~tmzt@adsl-99-164-111-168.dsl.akrnoh.sbcglobal.net)
09:44.01*** join/#webos-internals tmzt (~tmzt@adsl-76-244-149-210.dsl.akrnoh.sbcglobal.net)
10:04.14*** join/#webos-internals phb (~phb@194.236.60.212)
11:02.51*** part/#webos-internals madnificent (~madnifice@83.101.62.132)
11:06.37*** join/#webos-internals dkirker1 (~dkirker1@openmobl/ceo/dkirker)
11:27.26*** join/#webos-internals dreadchicken (~deadchick@c-98-197-251-140.hsd1.tx.comcast.net)
11:53.51*** join/#webos-internals unsigned (unsigned@pdpc/supporter/active/unsigned)
12:06.36*** join/#webos-internals gaurav_ (~gaurav_@unaffiliated/gaurav-/x-6104784)
12:08.47*** join/#webos-internals tmzt (~tmzt@76.244.149.210)
12:09.32*** join/#webos-internals tmzt (~tmzt@76.244.149.210)
12:11.25*** join/#webos-internals tmzt (~tmzt@76.244.149.210)
12:29.18*** join/#webos-internals tmzt (~tmzt@adsl-99-164-34-231.dsl.akrnoh.sbcglobal.net)
12:29.38*** join/#webos-internals alkos333 (~alkos333@184-216-220-168.pools.spcsdns.net)
12:42.11*** join/#webos-internals tmzt (~tmzt@adsl-99-164-34-231.dsl.akrnoh.sbcglobal.net)
13:15.53*** join/#webos-internals smknutson (~wircer@c-76-25-157-50.hsd1.co.comcast.net)
13:22.07smknutsonanyone here with a sprint pre plus?
13:30.07*** join/#webos-internals joem_work (~jmalone@4.28.98.93)
13:32.29*** part/#webos-internals smknutson (~wircer@c-76-25-157-50.hsd1.co.comcast.net)
13:42.48*** join/#webos-internals fprimex (~fprimex@brent-macbook.sc.fsu.edu)
13:44.20*** join/#webos-internals unsigned (unsigned@pdpc/supporter/active/unsigned)
13:53.58*** join/#webos-internals GarthPS (~quassel@2a01:e35:2f5c:e670:21d:e0ff:fe5b:2775)
13:58.23*** join/#webos-internals lamawithonel (~lucas@pool-96-240-135-33.washdc.fios.verizon.net)
14:15.50*** join/#webos-internals Lumiere (~jstraw@cpe-70-117-27-205.satx.res.rr.com)
14:15.52*** join/#webos-internals kamui (~kamui@wsip-70-164-32-246.no.no.cox.net)
14:34.38*** join/#webos-internals lamawithonel (~lucas@pool-96-240-135-33.washdc.fios.verizon.net)
14:43.17*** join/#webos-internals mpingu (~pingu@p4FEF4D2A.dip.t-dialin.net)
14:45.32*** join/#webos-internals roxfan (dunno@91.180.66.153)
14:57.38PatrickC<PROTECTED>
14:57.44PatrickCI see the preware icon with the little "installing" circle at the top of the icon, but it never installs..
14:57.52PatrickCand I have to uninstall/reinstall preware 2 times usually to fix it
15:03.41*** join/#webos-internals Lumiere (~jstraw@cpe-70-117-27-227.satx.res.rr.com)
15:14.35*** join/#webos-internals phb (~phb@194.236.60.212)
15:18.43*** join/#webos-internals GarthPS (~quassel@2a01:e35:2f5c:e670:21d:e0ff:fe5b:2775)
15:27.32*** join/#webos-internals tmandry (~tyler@unaffiliated/tman)
15:27.55*** join/#webos-internals haeffb_pre (~haeffb@174-154-37-58.pools.spcsdns.net)
15:42.56*** join/#webos-internals Templarian (~Templaria@adsl-99-52-157-19.dsl.klmzmi.sbcglobal.net)
15:42.56*** mode/#webos-internals [+v Templarian] by ChanServ
15:44.52*** join/#webos-internals NuttyBunny (~cnegrete@189.146.183.59)
15:44.52*** mode/#webos-internals [+v NuttyBunny] by ChanServ
15:48.27*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
16:11.00*** join/#webos-internals unsigned (unsigned@pdpc/supporter/active/unsigned)
16:20.26unsignedHello, I want to create a patch that stops certain annoying notifications that my carrier sends.. (http://imgur.com/a/Cc98k)
16:20.36unsignedWhats the best way to go about doing that?
16:21.52PatrickCnot sure
16:26.03IGNTNUNLMTDHoly crap, a carrier worse than VZW? Say it ain't so!
16:26.20NuttyBunnyunsigned: You could poke around in/usr/lib/luna/system/luna-systemui
16:26.27NuttyBunnyIGNTNUNLMTD: Meet Telcel in Mexico! :D
16:26.43PatrickChaha
16:26.44unsignedIGNTNUNLMTD, I get these once ever hour..
16:26.50IGNTNUNLMTDO.O
16:26.51unsignedjust to remind me how lucky I am to get serviced
16:26.55PatrickCusigned: wow
16:27.12IGNTNUNLMTDNuttyBunny: what's so bad about Telcel?
16:27.27NuttyBunnyI get some "Sim Services: Check ADN" notifications every now and then
16:27.31PatrickCthey are on 1.4.(1)?
16:28.15NuttyBunnyIGNTNUNLMTD: Pricing policies, they have webOS stuck on 1.4.0, they cripple Androids by taking off most google apps and inserting yahoo ones, the service is horrible..
16:28.41IGNTNUNLMTDre: the Yahoo... rofl, that's awful
16:28.44NuttyBunnybut they have the largest gsm network here :(
16:28.45IGNTNUNLMTDand same with 1.4.0
16:29.31NuttyBunnythey told me that it didn't pass the "homologation" area (wtf?)... My guess was that since they didn't get a cut from the app sales, they didn't allowed their users to buy apps
16:29.36PatrickCwait... Yahoo apps on android? hahaha
16:30.41PatrickC<PROTECTED>
16:30.46PatrickCI see the preware icon with the little "installing" circle at the top of the icon, but it never installs..
16:30.51PatrickCand I have to uninstall/reinstall preware 2 times usually to fix it
16:31.28RagingMindVoices or Voice Memos?
16:31.29NuttyBunnyPatrickC, yep, it's a known bug, I don't know how you didn't knew of it... it's (buried) in the 5000posts thread for the 2.1 update!!! :D  LOL
16:31.58PatrickClol..
16:32.07PatrickCprobably should have googled :P
16:32.35NuttyBunnyreboots the Plus.... everyone, please, cross fingers.... if this works, the barrier that didn't let me go on with the plugins will be lifted
16:32.43RagingMindNuttyBunny IGNTNUNLMTD, I'd take yahoo maps over google any day
16:33.01IGNTNUNLMTDBut I'd take Bing over both... go webOS! :)
16:33.30IGNTNUNLMTDcrosses fingers!
16:33.36NuttyBunnyprefers NDrive... :D
16:33.39PatrickCid take nDrive over all any day :)
16:33.40RagingMindgoogle maps are just aweful
16:33.42PatrickChaha
16:34.02PatrickCnuttybunny: High Five!
16:34.09RagingMindI can't afford ndrive :-P
16:34.14NuttyBunnyPatrickC: hahaha
16:34.26NuttyBunnyRagingMind: Me neither.... that's the reason we're beta testers ;)
16:34.40RagingMindand I have a Vzw Pre+... my GPS isn't worth spending that kind of money on
16:34.47PatrickChmm.. my "K" key, which should show ":" as the alt, shows "`"
16:34.48*** join/#webos-internals hemna (~hemna@nat/hp/x-monowafvbdrzvmfx)
16:34.58PatrickCRagingMind: see PM :)
16:35.49NuttyBunnyOk, plus booted.. fingers crossed, creating account...
16:36.06PatrickCcrosses every part of his body :D
16:36.15IGNTNUNLMTDRagingMind: Truth, VZW sucks re: GPS
16:36.28NuttyBunnyok, it's really hard to type with the fingers crossed
16:36.28IGNTNUNLMTDalthough the Pre 2... not so bad!
16:36.36IGNTNUNLMTDNuttyBunny: lol
16:36.51PatrickChaha
16:37.30*** join/#webos-internals webOSBuckeye (474ff7dd@gateway/web/freenode/ip.71.79.247.221)
16:37.54NuttyBunnywell, it didn't work as expected, but at least it didn't crash
16:38.04webOSBuckeyehey guys do you still need tokens for the Veer?
16:38.14webOSBuckeyei have'em ready to go in an e-mail, just need an address to send them to...
16:39.41RagingMindwebOSBuckeye, I think rwhitby may be interested, but I'm pretty sure this is his sleepy time
16:40.43IGNTNUNLMTDtokens?
16:41.20webOSBuckeyeanyone have an e-mail for him?  yeah tokens from the show properties app
16:42.03Loudergoodhow about a link to a webos doctor?
16:42.48NuttyBunnycries and returns to his corner, blames /lib/libc.so.6
16:43.17*** join/#webos-internals morphis (~morphis@dslb-088-071-250-059.pools.arcor-ip.net)
16:48.15NuttyBunnyreturns hopping around
16:48.49NuttyBunnyIT FREAKING WORKS!! IT SEEMS TO WORK AS INTENDED!!   :D
16:48.58NuttyBunnytests his other accounts
16:49.20RagingMindNuttyBunny, what are you doing that's different from the messaging plugins in the forums?
16:49.56morphisNuttyBunny: I merged your patch for the fso-installer
16:51.08NuttyBunnymorphis: Nice, thanks!  Sorry for the mixup, it was the first time I needed to generate a git patch :D
16:51.48NuttyBunnyRagingMind: It's EXACTLY the same, in fact, what I just managed to do is to jump from Greg's compiling environment to Rod's WIDK :D
16:52.52RagingMindso now it can be in preware?
16:52.58morphisNuttyBunny: no problem at all
16:53.17PatrickCNuttyBunny: I don't see an email yet ;)
16:53.18morphisNuttyBunny: I fixed one mistake you made, you did a "tar --xz" which cannot work
16:53.26morphisNuttyBunny: should be a "tar -- -xz"
16:55.03NuttyBunnymorphis: mmm... yes... there's a possibility that it slipped by :)   but hey, you got the idea of that on-the-fly decompressing :D
16:56.40NuttyBunnyPatrickC: email? it's still crashing, not as often, I still have some work to do ... and it's still incomplete, fbchat is not there, and I still have to rebuild sametime and office communicator.... The first hurdle is the crash
16:57.09PatrickCwell.. at least it isn't crashing :)
16:57.23PatrickCwell.. not atm.. once I get it it probably will lol
16:57.55NuttyBunnyit crashed here, twice now... gonna rebuild other libraries, hold on
16:58.04PatrickCok
16:58.13*** join/#webos-internals yozgrahame (~yoz@adsl-69-226-208-222.dsl.pltn13.pacbell.net)
16:58.20PatrickCholds onto desk
17:00.02*** join/#webos-internals tmzt (~tmzt@adsl-76-253-142-176.dsl.akrnoh.sbcglobal.net)
17:00.05morphisNuttyBunny: yes, I got it :)
17:06.00*** join/#webos-internals tris (~tristan@173-164-188-122-SFBA.hfc.comcastbusiness.net)
17:08.30PatrickCjust found a freehost with unlimited FTP and bandwidth hehe
17:09.30*** join/#webos-internals mpingu (~pingu@p4FEF4D2A.dip.t-dialin.net)
17:10.17LoudergoodPatrickC: really?
17:10.28PatrickCyeah.. and they give 3 email accounts
17:15.05PatrickChttp://x10hosting.com is the address irc
17:15.07PatrickCiirc*
17:17.59*** join/#webos-internals tmzt (~tmzt@adsl-99-164-47-134.dsl.akrnoh.sbcglobal.net)
17:23.00*** join/#webos-internals tmzt (~tmzt@adsl-99-164-47-134.dsl.akrnoh.sbcglobal.net)
17:23.01NuttyBunnymmm... checking out
17:23.13NuttyBunnys/out/ it /
17:23.23NuttyBunnygrr
17:23.31Cerealklrclose enough. =]
17:24.04PatrickChehe
17:24.34*** join/#webos-internals haeffb (~haeffb@65.255.147.8)
17:27.13*** join/#webos-internals oc80z (oc80z@blea.ch)
17:27.47NuttyBunnyPatrickC: But I cannot use my domain there :S
17:27.53PatrickCwhy?
17:31.15NuttyBunnyI can't host nuttybunny.com with the free version :)
17:31.27IGNTNUNLMTDif one was to buy paid hosting, MediaTemple seems expensive but it's the best out there by far
17:35.09NuttyBunnyWell, it will be later, right now I only would host a couple of things :)
17:36.12Loudergoodyeah I've heard good things about nearly free speech
18:02.10*** join/#webos-internals tmzt (~tmzt@adsl-76-244-149-55.dsl.akrnoh.sbcglobal.net)
18:05.12*** join/#webos-internals fprimex (~fprimex@brent-macbook.sc.fsu.edu)
18:10.37*** join/#webos-internals mandaman2k (~mandaman2@evdomip-163-241.iusacell.net)
18:12.24*** join/#webos-internals bnceo` (TBD@c-69-255-199-184.hsd1.md.comcast.net)
18:12.42mandaman2kHi all, i was looking if someone could help me with the issue that the messaging app does not reconnect after the connection is lost
18:30.15*** join/#webos-internals Nuttybunny_ (~cnegrete@189.254.19.50)
18:30.15*** mode/#webos-internals [+v Nuttybunny_] by ChanServ
18:31.54*** join/#webos-internals mandaman2k (~mandaman2@evdomip-163-241.iusacell.net)
18:34.46*** join/#webos-internals Draecos (~Draecos@w-35.cust-3550.ip.static.uno.uk.net)
18:36.20*** join/#webos-internals mandaman2k (bd87ca86@gateway/web/freenode/ip.189.135.202.134)
18:36.58mandaman2kanyone? please?
18:41.14ka6sox-sickwhich messaging app?
18:42.21mandaman2kgtalk
18:43.15mandaman2kwhat happens is that in 2.1.0 there is a code where it says that if signal is low or no data connection, to disconnect
18:43.45mandaman2kbut after you gain data connection again, it wont reconnect to gtalk or any other IM service
18:44.33ka6sox-sickhave you contacted the maintainer of that app?
18:47.18mandaman2kumm, it is the stock messaging app from webos...
18:47.45ka6sox-sickthen its more appropriate (and you might get more help) in #webos
18:53.43NuttyBunnymandaman2k: It's set that way in the source code.  As soon as I manage to recompile it properly (it crashes when connecting to a TLS server), I'll post an update to Greg's plugins, and maybe I'll patch Palm's libraries as well
18:55.39mandaman2kNuttyBunny: oh ok thanks, and a patch is what i was thinking about, but i've never done a patch so i thought that maybe with your help we could make one
18:58.15NuttyBunnymandaman2k: There are 2 options for doing this: 1. Change the purpletransport library, patching the source code, and recompiling it, or create a routine that waits for a connection to come up, and then issue a connect signal to the messaging app. The second option is more universal, and could be more configurable, but the idea just came last wednesday, and well, U2 came and I didn't do anything in the weekend :)
19:00.09mandaman2khahaha, I know, I also went to U2, what a great concert, but the f#@!ing traffic was not normal
19:00.23mandaman2kand yes i was thinking also on the second option
19:02.00mandaman2kNuttyBunny: umm and when do you think your are going to start on the patch? so maybe I could help you
19:06.44NuttyBunnymandaman2k: well... I hope no later than this week, but I really want to fix the plugins first.
19:08.08mandaman2kok ok, or could you guide me on how to start the patch? to gain a little bit of time
19:10.24NuttyBunnymandaman2k: well, the idea is to code a function that has a callback that gets activated whenever a network connection goes online, this function should call every messaging account and set them to online. I haven't look at the files and I really don't know where to put the function, from where we should be making the callback, and the parameters for the messaging app, so, right now, the progress could be stated as -100% ;)
19:12.35mandaman2kNuttyBunny: wow it is much harder than I expected, but I'll start reviewing the source code of the messaging app to see were to send the connect command
19:13.53NuttyBunnymandaman2k: ok! :D
19:16.10PatrickCmandaman2k: this patch is gonna be tough.. fyi :)
19:17.24*** join/#webos-internals lamawithonel (~lucas@pool-96-240-135-33.washdc.fios.verizon.net)
19:22.47*** join/#webos-internals threethirty (~three@103-188.dsl.parallax.ws)
19:24.08mandaman2kPatrickC: NuttyBunny: The sourcecode for the 2.1.2 from the veer hasn't been uploaded, right? beacuse we could also check if this issue was resolved on that update and back port it this one.....
19:24.29PatrickCcheck opensource.palm.com
19:26.01NuttyBunnymandaman2k: I really don't think so, they tend to release source code a week after the doctors hit the page
19:27.01mandaman2kNuttyBunny: ok i'll keep checking often to see when it is uploaded
19:28.06mandaman2kNuttyBunny: this code, http://forums.precentral.net/general-webos-chat/282197-google-talk-webos-2-0-doesnt-re-login-after-signal-loss.html#post2960194 where did you find it?
19:28.17NuttyBunnymandaman2k: yeah, check on PreCentral, I'll have 2 preware feeds, one for testing and one for releases, I'll post them on the thread.
19:29.11NuttyBunnymandaman2k: imlibtransport service, it's on Palm's open source page
19:29.36mandaman2kNuttyBunny, ok great thanks
19:29.49NuttyBunnyaaaaaaaand... Outlook died again... stupid Microsoft :@
19:30.21mandaman2kjajajajaja, no comments
19:31.21NuttyBunnyThe worst thing that can happen is that you are answering an email, move to other thing, then it dies, and you forget of the email... :S
19:32.08*** join/#webos-internals morphis (~morphis@dslb-088-071-250-059.pools.arcor-ip.net)
19:38.29oc80zhey uNiXpSyChO
19:38.50oc80zerround? is there VIA Padlock AES support on the orig pre/pre2 etc..?
19:39.36oc80zkernel modules, cryptographic api modules, kmod crypto-core (has the AES/SHA hw crypto stuffs, for SSL/AES256BF)
19:42.56*** join/#webos-internals dgm_077 (~dgm_077@port-92-206-124-119.dynamic.qsc.de)
19:51.47*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
19:51.56*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
19:52.07*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
19:52.18*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
19:52.29*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
19:53.11*** join/#webos-internals yozgrahame (~yoz@adsl-69-226-208-222.dsl.pltn13.pacbell.net)
19:54.15*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
19:54.27*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
19:54.39*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
19:54.49*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
19:55.00*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
19:55.52*** join/#webos-internals ctbeiser (~Adium-use@c-68-81-33-112.hsd1.pa.comcast.net)
19:56.48*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
19:57.00*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
19:57.10*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
19:57.21*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
19:57.32*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
19:57.44*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
19:57.54*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
19:58.05*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
19:58.16*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
19:58.28*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
19:58.38*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
19:58.47*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
19:58.59*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
19:59.09*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
19:59.25*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
19:59.32*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
19:59.43*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
19:59.54*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
20:00.04*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
20:01.51*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
20:02.03*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
20:03.50*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
20:04.02*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
20:04.13*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
20:04.24*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
20:06.11*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
20:06.23*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
20:06.34*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
20:06.45*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
20:06.53*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
20:07.18*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
20:09.04*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
20:10.52*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
20:12.38*** join/#webos-internals playya__ (~playya@unaffiliated/playya)
20:12.41*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
20:12.53*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
20:13.25*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
20:13.34*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
20:15.34*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
20:15.46*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
20:16.07*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
20:16.19*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
20:18.03*** join/#webos-internals IGNTNUNLMTD (~IGNTNUNLM@137.146.125.212)
20:50.43*** join/#webos-internals SineOt (~Otterpant@pool-71-107-141-27.lsanca.dsl-w.verizon.net)
21:03.57*** join/#webos-internals destinal (~chatzilla@174-24-61-134.clsp.qwest.net)
21:04.04*** mode/#webos-internals [+v destinal] by ChanServ
21:08.48*** join/#webos-internals Darkmagister (~Darkmagis@93-50-213-102.ip154.fastwebnet.it)
21:22.37*** join/#webos-internals SineOt (~Otterpant@pool-71-107-141-27.lsanca.dsl-w.verizon.net)
21:24.58*** join/#webos-internals tris (~tristan@173-164-188-122-SFBA.hfc.comcastbusiness.net)
21:27.45*** join/#webos-internals scotter (4739633c@gateway/web/freenode/ip.71.57.99.60)
21:28.12scotterdoes anybody know what causes the music player to randomly skip certain tracks?
21:28.58scotterThere is nothing with the tracks themselves that raises any flags to me, they're a mixture of different types, some m4a some mp3 etc
21:29.44NuttyBunnyscotter: Nope, mine does it as well :S
21:31.04scotterstrange, is it a known issue?
21:31.35bnceo`sigh
21:31.39bnceo`I just got back from the AT&T store
21:31.44bnceo`who wants to read my experience?
21:32.12SineOtbnceo`: did the Veer have Facebook preinstalled on it?
21:32.17bnceo`nope
21:32.20*** part/#webos-internals haeffb_pre (~haeffb@174-154-37-58.pools.spcsdns.net)
21:32.28bnceo`guess you want to read it?
21:32.42NuttyBunnyscotter: Well, no, I haven't seen it reported
21:32.43SineOtI mostly just want the Exhibition enabled Facebook app :C
21:32.54NuttyBunnybnceo`: I want to read
21:33.22bnceo`http://forums.precentral.net/showthread.php?p=2964255#post2964255
21:33.34bnceo`SineOt: that's coming I bet
21:33.47bnceo`it just seems like such a cool idea to have a live FB feed
21:34.07SineOtYeah, but it's kind of annoying. They showed it off on device at the Feb 9th event, press shots of the Veer show it
21:34.12SineOtbut you can't get it anywhere
21:34.23bnceo`I DLed Angry Birds on the phone
21:34.34bnceo`but the way they have the security band, it's hard to fully launch
21:35.26bnceo`I should have looked for Facebook. That's my bad
21:35.47SineOtNah, no worries. I'm still only seeing 1.5 on my Pre2
21:36.04SineOtand it's not included in the doctor
21:36.14bnceo`it wouldn't be included in doc
21:36.20SineOtso it's either 2.1.2 only (not likely) or it just hasn't been shipped yet
21:38.13Jack87scotter: sometimes the headphones jack mess with tracks
21:38.28bnceo`FB is being worked on for 2.1 devices according to Kerris
21:38.29*** join/#webos-internals ctbeiser (~Adium-use@c-68-81-33-112.hsd1.pa.comcast.net)
21:38.39Jack87try it. play songs and fiddle with the headphones in the port ever so slightly
21:39.07scotterJack87: it happens even without using headphones
21:39.10NuttyBunnyJack87: It skips complete tracks
21:40.03rwhitbybnceo`: kerris actually only said facebook is being worked on. my assumption is he means an enyo facebook app that will only work on webos 3.x devices
21:40.34bnceo`Hmm, I would say that's the bigger project, but there has to be an intermediate update for phones
21:41.01rwhitby"there has to be"?  I doubt it. webOS 2.x is dead to Palm, everyone is working on 3.x
21:41.28bnceo`So no FB update for phones until they got 3.0?
21:41.32bnceo`wonder how long away that is
21:41.44IGNTNUNLMTDthis mentality of "there has to be" among webOS users is getting more and more sickening
21:41.46rwhitbyunless they have two facebook teams, why would they put their only team on anything other than for the touchpad?
21:42.05NuttyBunnyAgreed :(
21:42.27NuttyBunnybut they should at least fix the ssl and the timeline bugs :S
21:42.40bnceo`Sorry Rod. What NB said. That's what I meant
21:42.50bnceo`fix the bugs and let the phone people hold over for a bit
21:43.00bnceo`I didn't mean a full on 2.0 update for phones. Just a big fix
21:43.03bnceo`bug*
21:44.11NuttyBunnypreps "the Pixi".
21:44.34bnceo:o
21:44.40bnceothe infamous/famous pixi 2.0 project?
21:44.54Loudergoodhe's called nutty for a reason ;)
21:44.58bnceohaha
21:45.03NuttyBunnyYep... it can't be done with a Doctor
21:46.36bnceoso yeah
21:46.44bnceoI'm sorta still steaming at my local AT&T store
21:46.59NuttyBunnyAnd, like Palm, I need to move on other things. I don't know how I got dragged onto this :S
21:48.02NuttyBunnyrwhitby: On every "full erase" and "erase apps and data", the devmode_enabled file gets wiped?
21:48.09rwhitbyyes
21:48.15rwhitbyit's in /var
21:48.44NuttyBunnyright :)  Thanks
21:48.53SineOtrwhitby: and not just for the TouchPad, since I remember them stating that the 2.x/3.x lines will merge later on which I take to assume that 3.0 will arrive on phones
21:51.46phoque_uniwild... somehow Preware is now notifying me of an update for one of my apps that I've added using the FeedGenerator and Dropbox
21:51.50phoque_uniI did that days ago
21:52.30SineOttotally conjecture, but if a webOS slate exists then I have a feeling it wasn't announced just because it would have meant a 3.0 launch for phones + tablet for the virtual keyboard, and it would have looked bad to be launching the Pre3 on 2.x and the Pre Slate on 3.x
21:55.45*** join/#webos-internals tmzt (~tmzt@adsl-99-164-40-18.dsl.akrnoh.sbcglobal.net)
21:58.57PatrickCbnceo: nice read
22:00.14NuttyBunnycloning the Pixi..
22:02.04NuttyBunnybnceo: damn, those people suck :(
22:02.36SineOtthat's par for the course though. retail floor people in carrier stores tend to know nothing about the products they're selling
22:02.42SineOtbecause it's just a job, not an enjoyment
22:07.04Jack87I'm reading that thread now and its very disappointing. also making me want a veer. however I'm on sprint.
22:07.39PatrickCkeeps getting emails from AT&T about an IRC botnet..
22:07.43PatrickCuhoh
22:07.56halfhalothose silly botnets
22:08.09PatrickCwell.. this is the second one. :/
22:08.22IGNTNUNLMTDthing is, I bet you almost any of us in here could sell more of any kind of any phone from a carrier store in 1 day than their best sales rep
22:08.31halfhaloStill debating wether to pick up a veer or focus friday... gah...
22:09.21IGNTNUNLMTDjust think of the TouchPiss UI
22:09.29IGNTNUNLMTDthat should be enough to dissuade you
22:09.31PatrickCwhat? lol
22:09.37IGNTNUNLMTDor is the Focus the Windows 7 version?
22:09.50ctbeiserThe focus felt pretty cheap and chintzy to me when I used it, and from my experience with samsung hardware, it's not something I'd buy.
22:09.55halfhalowhat touchpiss ui... the focus is a samsung wp7 with the superawesome superamoled
22:10.31PatrickCthinks all halfhalo cares about is amoled :D
22:10.52IGNTNUNLMTDah
22:11.06*** join/#webos-internals roxfan (dunno@91.180.66.153)
22:11.18Cerealklrwell, from the demo pics, I'll attest that W7P has a sort of metro flare to it, but I think it's like trying to dress the dog up in pearls and taking it to dinner =P
22:11.23IGNTNUNLMTDTouchPiss = my special, deserving name for TouchWiz UI = the single worst UI and UX in the mobile market today
22:11.35IGNTNUNLMTDgenerally I hate Samsung
22:11.48Cerealklr^^^^ Agreed. God the Instinct was atrocious
22:11.59CerealklrGood riddance.
22:12.08ctbeiserThe thing I dislike about WP7 is that it's pretty much impossible to get anything done quickly at all.
22:12.15PatrickCIGNTNUNLMTD: ah
22:12.16halfhaloFor a device that would be my main media player (as the samsung would), superamoled is a requirement,  The plain amoled on my epic is nice as it is.  Buuuuttttt  I also want to dev on the veer now...
22:12.35ctbeiserIt's insanely pretty, granted, but it's impossible to actually use..
22:12.35IGNTNUNLMTDget the Veer and then a TouchPad
22:12.38IGNTNUNLMTDyou won't be sorry
22:12.50SineOtunless one of them kills your family
22:12.54SineOtthen you'll be sorry
22:13.01CerealklrHe makes a good point
22:13.05CerealklrI'd take it into consideration
22:13.09ctbeiserWhy is it that people want to watch movies on telephones? I just don't get it.
22:13.33PatrickCctbeiser: I want to
22:13.44PatrickClike, on a trip.. netflix would be awesome
22:14.10halfhaloIf I get the veer now, I doubt i will get a wp7 device for a long time.  However, If i get the focus now, I'll just end up buying the veer off contract within a few months just to have one
22:14.30SineOtI used to not get it, but then I realized that laying in bed holding something smaller than a laptop/tablet is awesome
22:14.48Cerealklrhalfhalo: Well the simple solution is to find one of each to play with
22:14.52SineOtoil: oh, my death grip on the Pre? It also works holding it upside down. I KNEW there was a reason why I held it like that
22:15.16CerealklrI know that if Sprint ever manages to stock a Pre3 I'm upgrading to that, but I had to play with WebOS for 15 minutes before I chose it over a 'droid
22:15.24halfhaloCerealklr: I have played with both
22:16.02Cerealklrhalfhalo: Then experience should end up guiding you. Tally up the utility of both in your most typical use cases. =]
22:16.36IGNTNUNLMTDso that settles it: get the Veer, be happy.
22:17.01Jack87Cerealklr: webos on pre2 and beyond is a whole different experine
22:17.06Jack87experince*
22:17.07CerealklrOf course, we're more or less in this room because we see something in WebOS that we don't see in the competition. If you want a fully unbiased opinion it's going to have to be your own. =]
22:17.09halfhalonah... pretty sure going to end up with focus.  dammit.  At least I can use the pre2 as a phone now
22:17.40Jack87halfhalo: still scared of com board swap :)
22:17.47CerealklrJack87: Nothing makes me happier to hear (or sadder...) I'm considering just upgrading my trusty pre, but even running at 1Ghz it occasionally stutters a bit, and i'm worried about usability issues if I uphack it to 2.0
22:17.47halfhalono?
22:18.17halfhaloI did a swap between - and + after the first devdays, twas easy
22:18.28NuttyBunnyreturning THE Pixi to 1.4.5
22:18.53Jack87Cerealklr: ya I just bought one and sprintified it.. nothing like a over clocked pre on 2.x... I now wonder how I delt with it before.
22:19.09Jack87halfhalo: I'm just giving you shit.
22:19.32halfhalocries in the corne.... wait... why is this room round!
22:19.44ctbeiserCerealklr : Have you tried changing the overclock to 800mhz? For no apparent reason it seems faster to me.
22:19.51CerealklrHeh, i'm a bit anxious about the amount of money i'd have to sink into doing that. =P Starving College student budget and all
22:20.02Jack87Cerealklr: responsiveness and quality of screen plus physical build quality makes it feel awesome
22:20.46Jack87Cerealklr: ya.. I got mine for $170 from someone who got it free as a dev device. I was a bit annoyed by what he was doing.
22:21.10Cerealklrctbeiser: You know, I never thought to. Perhaps tonight if I have a bit of scratch time i'll do some testing @800mhz and with the other kernels (been on Thunderchief as long as I can remember)
22:21.32NuttyBunnyJack87: you should had reported him to Palm, those kind of people don't deserve to even call themselves developers :@
22:21.38CerealklrJack87: I nearly convinced my family to let me fly out to the Dev Days too. Just missed it. -.-
22:21.46halfhaloI think I am the only one who has a pretty much stock pre(s)
22:22.04CerealklrOh well, now that i'm finally actually doing some WebOS development maybe i'll have a better excuse. =]
22:22.09Jack87NuttyBunny, all i know is his first name. it really bugged me. but it saved me $30 as well
22:22.14IGNTNUNLMTDno, I have a stock Pre, a stock Pre Plus, and a stock VZW Pre 2
22:22.33Jack87I still have not recived my dev device HP/Palm promised me :-(
22:23.05halfhaloGlare at the person who's fault it is.  that usually works for me
22:23.05Jack87has one stock pre
22:23.23Cerealklrglares at HP
22:23.28Cerealklrit didn't work
22:23.30Cerealklr=P
22:23.32Cerealklractually
22:23.34Cerealklrmore accurately
22:23.34NuttyBunnyhas a stock Pixi (or it will be in a few minutes after the Doctor finishes)
22:23.52Cerealklrglares at the stocking guy who missed a row when filling out shipment labels for the dev devices.
22:23.56CerealklrDid that one work for you?
22:24.00Cerealklr=]
22:24.07*** join/#webos-internals dtzWill|wirc (~wircer@173-107-189-123.pools.spcsdns.net)
22:24.15CerealklrOkay, everybody cross your fingers
22:24.26NuttyBunnyOk, this can't be good... Dr. stuck at 8%... crap
22:24.37halfhaloBesides being comswapped, my pre- and + are stock (save for bypassed activation), the pixi is stock, and the pre2 is stock
22:24.38Jack87NuttyBunny, just wait for it
22:24.42CerealklrWOO
22:24.57CerealklrNuttyBunny: Validation!
22:25.06CerealklrThis morning when I woke up I rewrote the script
22:25.11Cerealklrto dump into JSON
22:25.13dtzWill|wirc'ello all :)
22:25.19dtzWill|wircwaves
22:25.27Jack87dtzWill|wirc, hello!
22:25.28Cerealklrand then for giggles I went ahead and started working on a quick HTML/SASS/JS viewer for chats
22:25.47Cerealklrlooks like everything is getting fully exported and sorted nicely
22:26.09CerealklrIt's just a matter of finding a way to reinsert into the device now. The easiest way would be to copy the new devices DB off-device
22:26.24NuttyBunnyCerealklr: Excellent!!! :D
22:26.27Cerealklrand then on the computer run another script to insert the SMS/chat history into it
22:26.31Cerealklrand then copy it back on
22:26.42dtzWill|wircJack87: hi ^.^
22:26.44Cerealklrof course, that's highly dependent on table structure not changing
22:26.55Cerealklrbut i'm sure converters could be written
22:27.01Jack87someone is selling HP veer for $625 on ebay! its $350 off contract normally
22:27.02Cerealklrto update between different table structures. ^.^
22:27.31NuttyBunnyCerealklr: Yep, indeed, it has to be different, they differ even from 1.4.0 to 1.4.5 :(
22:27.43NuttyBunnyand now you have another database system
22:28.00dtzWill|wircJack87: if they get someone to buy it, more power to them I suppose xD
22:28.15Jack87dtzWill|wirc, i am just mad im not the one doing it
22:28.24NuttyBunnyJack87: still at 8%, no processes running.... I'll give it 15 minutes
22:28.24Cerealklruhm. Thank God for cream soda and Webos Internals having awesome documentation on the database structures across major versions?
22:28.27Cerealklris hopeful
22:28.49Jack87NuttyBunny, ouch... did you run it via terminal to see what is going on?
22:29.34NuttyBunnyJack87: Of course :D   Exception in thread "Thread-6" java.lang.NullPointerException   hahahaha
22:29.47NuttyBunnyI'll try again
22:30.17NuttyBunnypfft... we were unable to reset your phone
22:31.23NuttyBunnywebOS Doctor: I LAUGH AT YOU!!!!  Do you really think you'll stop me from restoring 1.4.5 to my Pixi? Even if I have to wipe it and rebuild the partitions, I'll do it! :P
22:31.40Jack87veer launch isnt even talked about on engadeget :( at least not that i can find
22:32.39keithhttp://www.engadget.com/2011/05/15/samsung-infuse-4g-and-hp-veer-4g-now-on-sale-at-atandt/
22:33.06keithhttp://www.engadget.com/2011/05/13/hp-veer-4g-review/
22:33.30Jack87keith, thanks! i couldnt find it
22:33.54keithnp
22:34.04keithpro tip: engadget uses tags so you can always search via tags
22:34.09keithhttp://www.engadget.com/tag/Veer/
22:34.11keith:P
22:34.25Jack87roger that
22:37.08Jack87they said "k. It's a chore to carry around an easily misplaced little nicknack like the adapter, "
22:37.22Jack87but you can just attach it to your headphones and forget about it
22:37.32Jack87I just hate that it only goes on one way
22:37.43keithyou know that engadget sucks now right?
22:37.46keitheveryone decent left.
22:37.55keithhttp://thisismynext.com/2011/05/09/veer-4g-review/
22:37.59keiththis is where they all went.
22:38.31Jack87ooo gotcha thanks (is it because aol owns it?)
22:38.38keithcorrect
22:38.42keithaol fucked it all up
22:38.45keitheveryone decent left.
22:38.47keiththe new ceo sucks.
22:39.06Jack87haha sounds like the review was done by an ATT rep
22:39.13IGNTNUNLMTDJoshua Topolsky was a pretty ardent Apple fanboy
22:39.23IGNTNUNLMTDengadget in general is just .... meh
22:39.30IGNTNUNLMTDand has been for a long, long time
22:39.35IGNTNUNLMTDbefore the AOL fuckup too
22:39.41ka6sox-sicklanguage
22:39.46ka6sox-sickwe log this
22:40.01IGNTNUNLMTDpardon
22:41.26keithjoshua topolosky is a pretty ardent webos fanboy as well.
22:41.39keithlucky for palm
22:41.43keithtoo bad hes not anymore
22:42.01SineOtI dunno, his Veer review came across as pretty positive
22:42.22SineOthis real chiding point for it was that Palm can't just make okay hardware, they need to make amazing hardware
22:42.25keithsome ppl disagree and feel he ripped hpalm a new one.
22:42.45SineOtI didn't get that from his review at all
22:43.13keithme neither
22:43.16keithshrugs
22:43.39keithIGNTNUNLMTD: i dont know of a better gadget centric site
22:43.50keithive read engadget since the beginning when ryan helped start it
22:43.50IGNTNUNLMTDyou have to go specialized
22:43.51keithgdgt sucks
22:43.53keithgizmodo sucks
22:44.03SineOtI think it's some some people kind of can't pick up on nuances like "it's okay but should have been better" and view everything as like either TOTALLY HATE or TOTALLY LOVE
22:44.06SineOtwhich is dumb
22:44.10IGNTNUNLMTDthere is no such thing as a good aggregate tech site
22:44.19keithheh
22:44.20keithi'
22:44.30keithm not reading 30 sites to get mainly the same info.
22:44.35keithengadget is fine
22:44.35IGNTNUNLMTDreading *just* engadget is daily
22:44.37IGNTNUNLMTDer
22:44.38IGNTNUNLMTDlazy
22:44.40IGNTNUNLMTDlol
22:44.48keithbut you cant take reviews with a grain of salt
22:44.49IGNTNUNLMTDI just like making a ruse in the comments
22:44.55keithi dont have time for that
22:45.05IGNTNUNLMTDfair enough
22:45.10keithive posted maybe 5 comments my whole life on engadget
22:45.28IGNTNUNLMTDit's so easy to post something that will be a winner on there
22:45.34IGNTNUNLMTDthe crowd is easy to please
22:45.51keithheh
22:46.01keithsounds pointless
22:46.28SineOtI just use ShutUp.css to never ever see comments period
22:46.37SineOtit's awesome, the internet is so much better
22:47.08keithi do like comments sometimes
22:47.28keithjust sick of trolls
22:47.41IGNTNUNLMTDyou must hate PreCentral then
22:48.02keithi dont read it, correct.
22:48.12IGNTNUNLMTDalso, the winningest Safari Extension ever would be to remove all YouTube comments but the Top Commentors
22:48.13keithi read forums.xbmc.org the most and i ban people who try to troll :)
22:48.18*** join/#webos-internals tmzt (~tmzt@adsl-99-164-51-88.dsl.akrnoh.sbcglobal.net)
22:48.18IGNTNUNLMTDI should write that
22:48.28keithpeople use safari extensions?
22:48.34halfhalopeople use safari?
22:48.35IGNTNUNLMTDyes, I use plenty
22:48.39IGNTNUNLMTDyes
22:48.43SineOtyup
22:48.55IGNTNUNLMTDbecause for development, > *
22:49.01SineOtµTube is awesome, cleans YouTube up to be an awesome, nice website
22:49.25Jack87people just dont realize they can leave the dongle attached to their headphones do they?
22:50.07bnceokeith and Jack87: I always said that if the Veer came with an HP branded Bluetooth headset, it would have been genius
22:50.13IGNTNUNLMTDSineOt: link?
22:50.30IGNTNUNLMTDbnceo: Beats bluetooth
22:50.33keithbnceo: agreed
22:50.34IGNTNUNLMTDwould have been EPIC
22:50.49keithdoes BT work with another codec besides AMR yet?
22:51.00SineOtIGNTNUNLMTD: http://dl.dropbox.com/u/3372062/Safari%20Extensions/mTube/Index.html
22:51.21IGNTNUNLMTDoh nice
22:51.30IGNTNUNLMTDa little too excessive for me, I still like related vids
22:51.36SineOtmix in ClickToPlugin so that YouTube uses HTML5 for everything and you're golden
22:51.36Jack87bnceo, indeed stero of course :)
22:51.43IGNTNUNLMTDI already hose the ads with AdBlock Plus
22:51.49IGNTNUNLMTDyeah
22:51.51IGNTNUNLMTDI do that to
22:51.53IGNTNUNLMTDtoo*
22:51.57Jack87that alone can be taken out of their marketing funds
22:52.36keithheh yes of course, a2dp
22:52.43keithbut does bluetooth support anything besides AMR codec?
22:52.53keithi own bt speakers, etc
22:52.56Jack87i wish the doungle was a USB adapter so you could still use any old micro usb cord you had just add the adapter to the magnetic strip
22:52.58keithand they're all AMR.
22:52.59keithAMR is shit.
22:53.03keithJack87: that'd be cool
22:53.12*** join/#webos-internals DaDirtyPanda (~Panda@99-159-56-102.lightspeed.miamfl.sbcglobal.net)
22:53.24NuttyBunnyoh, crap...
22:53.37Jack87i have no idea why they didnt come up with such a thing. or if they did why they dismissed it
22:53.37NuttyBunnymi pixi is fucked.... well, gotta go.. c-ya :)
22:54.05PatrickCwhat did you do to it now? lol
22:54.27keithwhen you rush devices, stuff gets lost.
22:54.53NuttyBunnyPatrickC: Well, since the Doctor wouldn't want to boot, I deleted the info on every partition except the boot one.... and the doctor still won't work
22:55.07PatrickCuhoh
22:55.11NuttyBunnyand, of course, the pixi won't boot anymore :D
22:55.12Jack87keith, hhaha i guess. it just seem so obvious and simple though. same concept as the headphones adapter
22:55.23Jack87same concept as the ac adapter
22:55.33keithi doubt anyone who designed the veer is still at hp.
22:55.34Jack87or touch stone
22:55.34Jack87haha
22:55.44NuttyBunnyI'll fix it later... c-ya!
22:55.50keiththe veer was probably designed back in 08/09.
22:55.52Cerealklradios!
22:56.14SineOtyeah, the FCC filing for the Veer had the name Palm all over it
22:56.23SineOtPre3/Touchpad stuff has all been HP named
22:56.25Jack87<PROTECTED>
22:56.45Jack87well we saw the battery and internals had palm all over it to
22:56.46PatrickChaha
22:57.21keithpre3/touchpad still are most likely palm designed
22:57.28keithjust later in the yr
22:57.29PatrickCyeah
22:57.29keithveer is probably 100% palm tho
22:57.43PatrickCwants a $50 veer.. but was too late :'(
22:57.59Jack87keith, funny thing is for the touch stone you still need the old cable
22:58.14PatrickCyeah
22:58.14keithyup
22:58.44LoudergoodPatrickC: you know they all got canceled anyway right?
22:58.52PatrickCgot a blackberry working with his ts
22:59.00PatrickCLoudergood: they did?!
22:59.02halfhaloThat made me a sad panda...
22:59.11Jack87so many of the palm branded accories are obsoleate kind of annyoing
23:00.02PatrickCs/blackberry/blackberry charger/
23:03.52keithany cable will work
23:04.02keithi shaved my sprint car charger for the car
23:04.02keithjust need 800mA
23:04.03keithIIRC
23:04.56Loudergoodthe verizon car chargers must have one hell of an output
23:05.13Loudergoodmine charged my pre on a touchstone and an iphone at the same time.
23:05.29PatrickCkeith: I did it with no modifications
23:06.00Jack87in the car the one that worked best with touch stone is the palm charger.. i jsut hate that you can only use palm usb cords in it because i cant plug my nook color in
23:06.07Jack87which also has its own special cord
23:06.38keithPatrickC: lucky you.
23:06.49keithi had 0 luck with the official palm branded charger
23:06.53keiththe sprint one worked much better
23:07.04keithJack87: that one didnt work with my accord at all
23:07.39Jack87keith, the palm branded charger didnt? really? anything else I used failed with the touch stone.
23:07.50PatrickCJack87: palm USB cables?
23:07.52Loudergoodhttp://www.amazon.com/gp/product/B003WSGXXK/
23:08.00Jack87yup
23:08.03Loudergoodthat one is the sweet one, with a usb port on it
23:08.18Jack87its too ugly
23:08.26PatrickCI just use aftermarket things
23:08.32Loudergoodyeah but it chargest everything
23:08.37keithJack87: this was around july or august of 2009.
23:08.59Jack87ya me to.. when pre first came out. i dirve an i35
23:09.02PatrickCdidn't get a webos phone till mar 10
23:09.10PatrickCmarch '10 *
23:09.10keithi got one the day they came out
23:09.16keithi had the touchstone mounted in my car less than a month later
23:09.20Jack87i paid top dollar fo rthe damn thing when palm wasnt "discounting" anything
23:09.21PatrickChaha
23:09.56keithi paid $60 for both my touchstones
23:10.00*** join/#webos-internals dtz (~wircer@unaffiliated/dtzwill)
23:10.01*** mode/#webos-internals [+v dtz] by ChanServ
23:10.18keithwell 1st 2
23:10.21keithnow i have like 6 :)
23:10.38Jack87hehe i got lucky on that i found them for $30 bucks.. then i found them at this local store for $5.. and picked up all they had 4 i think? haha now i have touchstones everywhere and carry one around to
23:11.43Jack87Lisa also gave me one at scale. 7 touchstone total its really nice and hadny
23:11.58Jack87i bought a bunch of the oem chargers on amazon last week for 4 bucks
23:12.04Jack87cord and ac adapter
23:12.27PatrickChas 5 of those
23:12.31PatrickCI need batteries
23:12.44Jack87http://www.amazon.com/Palm-Original-Smart-Adapter-Charging/dp/B002ITKQKU/ref=sr_1_1?s=wireless&ie=UTF8&qid=1305587530&sr=1-1
23:12.57Jack87PatrickC, http://www.amazon.com/Palm-Standard-Battery-Pixi-Pre/dp/B002CMITYI/ref=sr_1_4?s=wireless&ie=UTF8&qid=1305587530&sr=1-4
23:13.18Jack87they are really cheap now and nice to have.
23:13.18PatrickCgood price
23:13.47Jack87when the loose battery issue was happening i got two batteries from sprint so i havent needed batteries
23:14.24PatrickCI have 4 devices, had 5 batteries, lost 1, now only have 4 again :/
23:14.47Jack87pre/pre+/pre2/pixi?
23:15.06PatrickCpre/pre+/2 pre2's
23:15.07keithi have like 8 batteries
23:15.14keithTWO pre2s?!
23:15.18PatrickCyeah
23:15.20keithwhy
23:15.22keithdo you need 2?
23:15.23Jack87how did you manage that?
23:15.25SineOtoh god PatrickC why do you have two of them
23:15.43Jack87i know he got a dev device
23:15.45PatrickCI had some issues with my first, emailed for a warranty replacement...
23:15.47Jack87did you buy a verizon one?
23:15.56Jack87oh your pre+?
23:15.58PatrickCand they sent me a new one, and told me to keep the old
23:16.06keithwow
23:16.08keithlucky you
23:16.11Jack87oh wow really?
23:16.13PatrickCno, the pre2 was acting up.. and I got a replacement.
23:16.14PatrickCyeah
23:16.14keithcan i have it? :)
23:16.15SineOtwhy do i have a feeling that the issues were you doing something dumb
23:16.16Jack87send me the one with an issue :)
23:16.24keithi asked 1st
23:16.28keithshoves Jack87
23:16.32Jack87\haha
23:16.41PatrickCSineOt: it was a wifi radio issue
23:16.45PatrickClol..
23:16.51PatrickChides the pre2's
23:16.58keithhide yoh kids
23:17.01keithhide yoh wife
23:17.08Jack87keith, PatrickC is a kid!
23:17.14PatrickChaha
23:17.19keithyou seem like you were born in 87
23:17.24keithso you might be considered one too :P
23:17.30Jack87:)
23:17.30PatrickCwas born in '96
23:17.39Jack87keith, see the difference?
23:17.49keithit was a joke anyways
23:17.52Loudergoodhaha
23:18.03keithhttp://www.youtube.com/watch?v=EzNhaLUT520
23:18.07Loudergoodmy gf was born in 87...still has a little maturing to do ;)
23:18.09keithJack87: not really :)
23:18.26Jack87lol
23:18.37keithhrm i should go move my car
23:18.47PatrickCjust got his permit
23:19.13Jack87wants to ride his bike but they keep delaying the maintance ahhh!
23:19.23halfhaloLulz
23:19.52Jack87keith, i dont know what to think of that video
23:19.58keithHIDE YOH KIDS
23:20.00keithHIDE YOH WIFE
23:20.04keithyou've never seen it before?
23:20.09keithyou need to catch up your internet memes.
23:20.16keithnext you'll be asking me what a lolcat is
23:20.19Jack87no
23:20.27PatrickCheh
23:20.30keithand what icanhazchesseburger means
23:21.24PatrickCfailblog!!!
23:21.52keith4chan!!!
23:22.03Jack87wonders why we dont have a decent PDF reader for webos and envy's android
23:22.08Jack87keith, http://www.youtube.com/watch?v=pezdRcVe04c&NR=1&feature=fvwp
23:22.09CerealklrKeith pleaese, we're logged here. =P
23:22.18*** join/#webos-internals oil_ (~oil@66-189-216-38.dhcp.yakm.wa.charter.com)
23:22.26keith..ok?
23:22.32keithand whats your point?
23:22.48CerealklrUnmentionable things ought not be mentioned. =P
23:22.48keithJack87: yes, i saw those 2 years ago, when they were new :)
23:22.54keithwhat, 4chan?
23:23.00keithlolcats?
23:23.02Cerealklrshhhhh!
23:23.04*** mode/#webos-internals [+v oil] by ChanServ
23:23.09keithi fail to see what is unmentionable.
23:23.20keithnext you'll be telling me reddit is also 'unmentionable'
23:23.26Cerealklrtacgnol might hear you!
23:23.40keithwho?
23:23.54Cerealklr0.o And here you claim to be speaking of lolcats
23:24.02CerealklrI don't even frequent the site and know the main memes!
23:24.02Jack87wonders if its bad that he doesnt feel sorry for the girl in that video
23:24.06keithi dont follow any of that crap.
23:24.15keith4chan/lolcats/icanhaz/reddit are all stupid.
23:24.32keithbut i'm not ignorant enough to know they arent where 90% of internet memes come from :)
23:24.43keithare where^
23:24.46CerealklrJack87: Hate to hop into the wayback machine, but do you know if WebOS world still offers the $25 plussing service? And if it does,  do you think 145 (w/ plussing included) is worth the difference?
23:24.57keithCerealklr: yes, they do.
23:25.03Cerealklrbeen googling idly about and all the information I could find is fairly old.
23:25.22Cerealklrkeith: thanks. =] Unfortunately it means I still have to decide then... hrmm
23:25.25PatrickCCerealklr: why not plus it yourself?
23:25.40PatrickCor 2.1ify it
23:25.47SineOtPatrickC: you can blame someone else if it doesn't work
23:25.54PatrickCtrue
23:25.56Jack87Cerealklr, http://webosworld.com/device-services/
23:26.00PatrickCgood point
23:26.18CerealklrPatrickC: Fear? I've worked with analog circuits before, but this is a bit more complex than anything else I've done (and also, I want to plus it precisely so I can 2.1ify it. =])
23:26.44Jack87Cerealklr, its pretty simple reall.y you can do it. I pulled it off with my pre2
23:26.50CerealklrJack87: Ouch! Those prices have taken a hike
23:26.56CerealklrGuess if i'm doing it I'll be doing it myself!
23:27.08Cerealklrin that case, is the Pre 2 worth it over the Pre Plus? =P
23:27.13PatrickCCerealkle: I have a minus 2.1ify'd
23:27.19PatrickCyes!! yes!!
23:27.47keithpre 2 is worth it
23:27.48CerealklrPatrickC: My minus is a thing of beauty, but she stutters a good bit at 1Ghz on Performance. Still need to do some more testing w/ other kernels and lower clock speeds
23:27.51keithbut not for 2-3x the cost.
23:28.20PatrickCCerealklr: 1.1GHz is much smoother then 1GHz for me
23:28.30Jack87Cerealklr, if you can get your hands on a pre2 off contract for $200 or less its worth it
23:28.38Cerealklrhuh. Sounds like the sweetspot is anywhere but 1Ghz. =P
23:28.46PatrickClol
23:28.58PatrickCI run my 2 (well, both) at 1.4Ghz
23:29.12Jack87Cerealklr, doesnt matter what you do with your pre.. .peformance is not even comparable vs the pre2
23:29.22PatrickCyeah
23:29.24Jack87ram is a huge factor to maybe as i have not ran 2.0 on a preplus
23:29.46keithi run 2.1 on a pre+
23:29.47keithits ok
23:29.51oilruns 500mhz
23:29.51PatrickCI would have frankenpre2'd a long time ago, but I still need my warranty
23:29.55PatrickClol
23:30.00Jack87keith, you dont have a pre2?
23:30.07keithno
23:30.18Jack87precentral couldnt help you obtain one?
23:30.20bnceooil is old school
23:30.25keithwhy would they?
23:30.33oilactually, i run 720mhz screenstate
23:30.34PatrickCoil runs 500MHz on his pre2
23:30.42CerealklrPatrickC: My warranty is starting to run short now, which is why i'm more open to it
23:30.44Jack87not same keith that works for precentral?
23:30.46oilpre2 isnt overclocked
23:30.48keithnope.
23:30.56Jack87haha
23:30.57keith16:34 -!-  irc
23:30.59keither
23:31.03bnceoPre2 goes down to 500mhz or even 300mhz if nothing is happening I believe
23:31.03keithkeith [~freenode@xbmc/staff/keith]
23:31.04PatrickCwhy? the pre2 is awesome oced
23:31.24PatrickCbnceo: yeah, 300MHz iirc
23:31.54bnceopre2 doing 1ghz is plenty
23:32.03Jack87PatrickC, i run uberkernel at 1ghz and whatever other defaults are for it because the other kernels seem to not be as stable. i dunno why otherwise iw ould provide better info
23:32.03bnceowebos just need 1ghz and 512 RAM pretty much
23:32.24Jack87bnceo, how is is veer at 800mhz?\
23:32.27Cerealklrbnceo: They said that about computers too. =D But seriously though, nothing would make me happier.
23:32.28PatrickCCerealklr: my warranty ran out in march (when I got my pixi last year) and I just got my pre replaced again a few days ago
23:32.30Cerealklr=P
23:32.34PatrickCthey don't mind here lol
23:32.34bnceoit flys man
23:32.36bnceolike boom
23:32.45Jack87soo 800mhz and 512mb of ram?
23:32.47bnceoif anything, my oily fingers are not gonna love the gorilla glass
23:32.57bnceoneed to put a zaggshield on it
23:33.03PatrickCmy fingers hate my gorilla glass
23:33.03Jack87bnceo, im getting used to it on the pre2 and loving it now
23:33.21Loudergoodyeah it took me a little bit to get used to the glass, now I love it
23:33.23bnceoI have to wipe down my phone and now and then
23:33.29oilhas yet to use anything better then a pre- as daily phone
23:33.31PatrickCsame here
23:33.39bnceoI am thinking of getting a pre plus zagg and putting it on a pre2
23:33.45Loudergoodbnceo: isn't that what shirts are for? ;)
23:33.47PatrickCoil: really? you haven't frankenpre2'd?
23:33.51Jack87poor oil. dont you have a pre2?
23:33.59oilyeah
23:33.59Jack87you need to sprintify it yo
23:34.09oillol
23:34.18Jack87halfhalo, where is our sprintifying video from scale?
23:34.22PatrickCbefore I sprintify mine, I'll get a backup minus to be safe
23:34.35PatrickCwants to see it
23:34.36bnceoI was goin gto sprintify my pre2, but I will be giving it to my cousin in Peru this summer
23:34.39bnceothey use GSM down there
23:34.46halfhaloWe never finished the second one
23:35.00Jack87i didnt swap the back pannel i swapped the commboard it self. so its a bit funky with the antena wires
23:35.03oilone of my pre2s has a broken spacebar :/
23:35.06halfhaloBut the stuff I did tape is on some sd card somewhere
23:35.08Jack87but i didnt like the back pannel from my old pre
23:35.10oilthe other i use for dev
23:35.14bnceopoor oil =\
23:35.21oillol
23:35.30Jack87oil, i wonder if its a loose connection
23:35.31bnceoI assume the busted one is DevDay one?
23:35.36oilnope
23:35.39Jack87when you take it apart you might be able to fix it?
23:35.49oilthe devdays one which ive opened many times still works great
23:35.57oilits the one wi bought that has never been opened which is busted
23:35.57PatrickClol
23:36.05Jack87oil, how do you do it?
23:36.05PatrickChas yet to open any webOS phone
23:36.12Jack87how do you not sprintify it
23:36.24Jack87just swap the bad keyboard from your regular per?
23:36.24bnceoonly think I've done is do a Pixi Plus on Sprint. super easy
23:36.27oillazyness?
23:36.27bnceocaveman can do it
23:36.27Jack87pre*
23:36.39PatrickCoil: haha
23:36.43halfhaloGoodman
23:36.56Jack87oh god life feels so good on a good phone lol.. i now realize how bad the original pre sucked ass... it was webos that kept me going
23:37.21oilpre- still works great
23:37.26Jack87halfhalo, rick got sick during the second one so i left to help him.
23:37.31scotterDoes the touchstone provide usb connection or just charging?
23:37.33PatrickCmine works great too..
23:37.39bnceopre- on 2.1 is ok. Surviving
23:37.43bnceobut man, that veer is lovely
23:37.44halfhaloAh, right
23:37.47PatrickCscotter: just charging
23:37.53bnceoso tempted to get another account just for it
23:37.59bnceothough gf would be wondering why I need two phones
23:38.01Jack87scotter, original touchstone is just charging
23:38.02*** join/#webos-internals tmzt_ (~tmzt@adsl-69-208-3-206.dsl.akrnoh.ameritech.net)
23:38.11halfhaloWere you there for the last pre2 giveaway Jack87?
23:38.13keithtell her drug dealing
23:38.19bnceohaha
23:38.23keithand for your hookers
23:38.25keithand give her the eye
23:38.27keithshe'll shut right up
23:38.28bnceonot a good look when you work for the US Army...
23:38.34Jack87halfhalo, ya of course
23:38.39halfhaloGood
23:38.52keithtell her you're a spy then
23:38.52Jack87you mean our give away not HPs?
23:38.54keithand give her the look
23:39.00halfhaloYeah, ours
23:40.52bnceoI wonder what makes the Veer locked
23:40.57Jack87halfhalo, im in the video... with you :) http://www.twitvid.com/6OS8F
23:41.06bnceoit just can't accept a non AT&T Sim I presume
23:41.21halfhaloLol, I didn't remember
23:41.59bnceoI'm disturbed to watch this video
23:42.03bnceowhat is it?
23:42.20Jack87webos internals giving away a pre2 at scale
23:42.45Jack87to the first person to capture lisa brewseter and bring her to our booth
23:43.41bnceohaha. hilarious
23:43.48halfhaloYup
23:44.21oilall i can think is "awkward..."
23:44.21Jack87halfhalo is the one handing it off
23:44.42Adoracan you see how white my hand is?
23:44.47Adorathat girl had a death grip on me
23:44.49Jack87the hackers hired merceneries to capture Adora :)
23:44.51AdoraI had bruises!
23:44.59Jack87did you really?
23:45.04halfhaloYou should have ran faster
23:45.13Jack87i dont think she ran at all
23:45.42bnceoanyone seen the new HP monitors on engadget?
23:45.55Jack87bnceo, does it run WebOS?
23:45.57PatrickCarg.. its not on youtube is it?
23:46.03bnceojust a regular PC monitor
23:46.08bnceobut the base is where the internals are
23:46.13bnceothe screen itself is super thing
23:46.15bnceothin*
23:46.29bnceoI might have to buy this
23:46.34Cerealklrbnceo: That's what it wants you to think. Actually hiding a Veer in that base.
23:46.45Jack87Adora, i dunno if you know this but that video was captured on an original palm pre
23:46.47Loudergooddoes the veer ship with a new facebook app?
23:46.55bnceoif the base had a touchstone charging dock on it, OMG
23:47.11bnceoLoudergood: no
23:47.12Cerealklrbnceo: Okay that would legitimately be one of the best things ever.
23:47.31bnceojust to lay your phone on the base and let it charge
23:47.38bnceocaues it's getting powered from the power cable
23:47.53bnceosomeone give me the number to HP!
23:47.57Jack87hehe what about attaching it to the side of the computer :) that be fun
23:48.03halfhaloPower cable of doom?
23:48.03bnceothat too
23:48.09PatrickCand using it for USB too
23:48.18Cerealklrhttp://www8.hp.com/in/en/contact-hp/office-locations.html
23:48.21Cerealklrproblem == solved
23:48.32bnceohttp://www.engadget.com/photos/hp-x2301-micro-thin-monitor/
23:49.07PatrickCdrools
23:49.10bnceoSo serious pre2 activation question here
23:49.17Jack87bnceo, while you are at it tell them to have a usb dongle attachment for the veer rather then a funky cord... Adora make our voice herd  please :)
23:49.35PatrickCbnceo: yeah
23:49.36bnceoI already activated the pre2 here on AT&T from a friend's sim card. But it's out now and just using it as wifi
23:49.44*** part/#webos-internals ka6sox-sick (~ka6sox@nasadmin/ka6sox)
23:49.52bnceoanyways, before I go to Peru on vacation, I want to doctor it
23:49.56bnceoand wipe it clean
23:49.59PatrickCand..
23:50.11oilusb cord? touchstone!
23:50.24bnceoI will then turn off and turn back on when I get to Peru. Here is where I will buy a GSM Sim Card
23:50.27PatrickCand use the touchstone as the USB!!
23:50.45bnceonow, will me flashing it now prevent peru sim card to see entire app catalog
23:50.54PatrickCbnceo: I meta-doctored to bypass activation, and activated over wifi
23:50.56bnceoor since I already activated the first time on AT&T here, he will
23:51.05PatrickCstuck a friends SIM in it, and it worked fine
23:51.26bnceobypass activation, but not profile creation, right?
23:51.36PatrickCI bypassed profile creation
23:51.43bnceosee, I don't want to do that
23:51.44PatrickCand logged in over wifi
23:52.10bnceoI want my cousin to start fresh, minus the US catalog access
23:52.23bnceoto create a profile and all that jazz
23:52.23PatrickCthen make a new profile afaik
23:52.58bnceoIC. interesting
23:53.29bnceoso yeah PatrickC. like that monitor
23:53.32bnceoI'm impressed.
23:53.38PatrickCI love that monitor
23:53.42Loudergoodthe only catch is that he will have US catalog access with a new profile
23:53.54bnceothat is fine Loudergood. that is what I want
23:53.59Loudergoodgood
23:54.03PatrickCit just needs a touchstone that can be the USB transfer too :D
23:54.13bnceoomg. I know pat. I know
23:54.27bnceothe new monitors with that base need a touchstone style charging area
23:54.54Jack87says stick a touch stone on it and call it good
23:55.12bnceothat works
23:55.17bnceobut something just seameless
23:55.22PatrickCJack87: that doesn't solve the TS being the usb transfer
23:55.25Jack87been fun chatting guys. im out
23:55.25bnceoone less cable
23:55.36Loudergoodsamba server ;)
23:55.39PatrickCcya
23:55.42Cerealklradios!
23:55.58Jack87have a good evening guys
23:56.15bnceoyeah, gotta get going as well
23:56.18bnceoback latars
23:56.24bnceofor webos roundup prolly
23:56.24PatrickCcyas

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