IRC log for #webos-internals on 20090910

00:00.11zsocPuffTheMagic, the camera service sort of handles video, it's in the code, but they prolly had the same issue with sinking preview and target file at the same time
00:01.27Azalynwhat exactly is the situation regarding C apps on the palm pre? the webos-internals wiki seems to indicate that various apps have been ported already..
00:01.32PuffTheMagicthey support video as far as giving you a view finder and have access to a camera
00:01.42Azalynbut officially palm says it only does html/css/javascript
00:01.54PuffTheMagiczsoc: if a regular camcorder and record and give a preview so can the pre
00:02.09PuffTheMagiczsoc: the camera on my lapop can record and give me a preview too
00:02.16chrisaNo one has a C app working in Luna outside of a service, Azalyn
00:02.18zsocPuffTheMagic, that's an incredibly good point.
00:02.30PuffTheMagicAzalyn: what are you tlaking about
00:02.36PuffTheMagicAzalyn: what have we "ported"
00:03.08PuffTheMagicAzalyn: we have written services and plugins
00:03.13PuffTheMagicservices in C and Java
00:03.25PuffTheMagicwhich extend functionality into the mojo framework
00:03.27PuffTheMagicover dbus
00:03.31PuffTheMagicand plugins
00:03.37PuffTheMagicwhich are embedded into html
00:03.47PuffTheMagicbut we didnt "port" anything
00:04.11Azalynwell, i'm not familiar with the way the development works, which is why i asked. seeing things like doom and the nes emulator seemed to imply that those were native C apps running on the pre.
00:04.32chrisaThey are, but via killing off the native ui and using the framebuffer directly
00:04.33PuffTheMagicAzalyn: the pre is a linux box at heart
00:04.37chrisarunning in a debian chroot, so not ported
00:04.46EvanDotProAzalyn: they are running on the pre, just not through luna.
00:04.53PuffTheMagicAzalyn: if you want to leave the luna environment you can run anything you want
00:05.18Azalynso luna is what the pre uses for display? like what X is on desktops?
00:05.20PuffTheMagicAzalyn: you could run debian or gentoo or ubuntu if you wanted
00:05.48PuffTheMagicAzalyn: no really
00:05.59PuffTheMagicX is an interface between sw and hw
00:05.59zsocAzalyn, don't try to wrap your head around it, Apparently what luna/mojo does it pretty much magic to us non-genius folk :P
00:06.09PuffTheMagicAzalyn: luna is more like gnome/kde
00:06.13PuffTheMagicthan it is like X
00:06.35PuffTheMagicgnome could use direcfb or X
00:06.39PuffTheMagicluna uses directfb
00:06.44PuffTheMagicno X
00:07.02zsocAlthough that would be interesting, if you could load luna over X
00:07.15PuffTheMagiczsoc: if you had the source
00:07.27PuffTheMagiczsoc: and wrote an X driver for or the pre hw
00:07.34zsocRight, I assumed that would be necessary :P
00:07.34PuffTheMagicor used the fb driver in X
00:07.37PuffTheMagicthen u could run X
00:07.50zsocreverse engineers luna
00:07.56PuffTheMagicgood luck
00:07.59zsoclol
00:08.03PuffTheMagici'd rather run qt4/kde4
00:08.03PuffTheMagic:D
00:08.06zsocheh
00:08.10PuffTheMagicin fact, i might make that happen
00:08.23EvanDotProPuffTheMagic: Theoretically, we could create a service that somehow relays pixel information through to mojo, then redraw the pixels using canvas, but that's assuming the Pre's canvas implementation is good enough, and also it would perform HORRIBLY, so it would be no good for NES, Doom, etc... just a thought.
00:08.42PuffTheMagicEvanDotPro: no not a service
00:08.44PuffTheMagica plugin maybe
00:08.50EvanDotProPlugin, yeah.
00:09.00bougymanif you stop luna and start X from debian it works fine, doesn't it?
00:09.05PuffTheMagicEvanDotPro: palm already has a graphics lib
00:09.09PuffTheMagiccall Pirahana
00:09.14PuffTheMagicthat uses glib
00:09.17PuffTheMagicor wx
00:09.25PuffTheMagicor what ever exists on the system
00:09.33PuffTheMagicto do 2d stuff
00:09.34Azalynhm, so is this just a current situation due to lack of info, or is luna really designed in a way that will never allow a native C app to display within webos?
00:09.39PuffTheMagicbut they didnt give us the headers
00:09.45PuffTheMagicso we cant really use it
00:09.49PuffTheMagiclibpirahana
00:09.49Azalynwill we always have to kill luna to get native stuff working?
00:09.50bougymanthe problem with X on the Pre for most users is the lack of mouse driver.
00:10.04PuffTheMagicAzalyn: no, not if you use a plugin
00:10.16bougymani don't care about that, ratpoison/stumpwm work fine on it.
00:10.21Azalynhm
00:10.23bougymanand they don't need the rodent.
00:10.28chrisaA C app is not going to directly integrate with Luna at this time, whether support will be added is something no one knows
00:10.46PuffTheMagicbut a C/C++ plugin already can
00:10.54Azalynwould a plugin have any performance issues, like EvanDotPro mentioned?
00:10.57PuffTheMagicso if you can convert an app to a plugin framework it wworks fine
00:11.02PuffTheMagicthats how terminal works
00:11.10EvanDotProAzalyn: yeah, it would perform pretty bad I would assume.
00:11.15PuffTheMagicAzalyn: depends on how you do it
00:11.36PuffTheMagicAzalyn: are you using palms libpirahana or direcfb or are you drawing to the pixbuf pixel by pixel
00:11.40PuffTheMagicit all depends
00:11.46PuffTheMagicplugins have potential
00:11.54Decimation__i fell asleep :/
00:11.58PuffTheMagicbut the graphics interface in them needs work
00:12.06zsocYeah, how _does_ Terminal work anyway?
00:12.13zsocDecimation__, no one asked you ;)
00:12.17Azalynchrisa: so they'd have to explicitly allow this.. i just figured maybe luna had some undocumented api, that could be used or something.. i don't know.
00:12.22PuffTheMagiczsoc: there is a plugin for terminal
00:12.31PuffTheMagicwhich is like xterm wrapped up in a ns/gecko plugin
00:12.31*** join/#webos-internals tlz (n=dp@c-71-59-201-68.hsd1.wa.comcast.net)
00:12.38PuffTheMagicwhich draws to a pixbuff
00:12.51PuffTheMagicand listens for events from the browser
00:12.53chrisaterminal passes commands over the bus that are captured via a plugin service using a bunch of old mozilla/yahoo code to run commands and pass the buffers back
00:12.54PuffTheMagicthen there is the mojo part
00:12.58PuffTheMagicwhich embeds the plugin
00:13.10PuffTheMagicchrisa: no we dont use a bus here
00:13.10zsocThat's actually ridiculous.
00:13.23PuffTheMagicplugin != service
00:13.26PuffTheMagicservices us dbus
00:13.29PuffTheMagicplugins "could"
00:13.32PuffTheMagicbut dont need to
00:13.34zsocYeah Puff, correct those devs, then they'll come back ;)
00:13.39EvanDotProPuffTheMagic: ohh, the terminal uses a pixel buffer, not just JS?
00:13.46*** join/#webos-internals JamesBaud (n=email@adsl-69-227-19-159.dsl.scrm01.pacbell.net)
00:13.51Azalynaccording to this.. it seems all the kernel stuff is open, except for those three binary modules. http://www.webos-internals.org/wiki/Custom_Kernels#Download.2C_patch.2C_configure.2C_and_build_the_kernel.
00:13.59EvanDotProchecks out terminal in git.
00:14.00chrisaI was under the impression it was a service, not specifically a plugin. Considering how people use 'brick' and 'root' in here I never know
00:14.05PuffTheMagicEvanDotPro: yeah termpluin draws directly to a pixbuf that represend some area of the card
00:14.14PuffTheMagicchrisa: :D
00:14.30EvanDotProchrisa: haha
00:15.00PuffTheMagicchrisa: naa termplugin is a real browser plugin, just about everting else we have done non-mojo based is a service though
00:15.05EvanDotProPuffTheMagic: well that's interesting... sounds like pretty much what I was saying about passing pixel data through.
00:15.09Azalynam i correct in assuming that if someone implements free/libre versions of those three drivers, that we could have a full free software system on it?
00:15.21PuffTheMagicEvanDotPro: someone is trying to make a direcfb wrapper for the plugin stuff
00:15.35PuffTheMagicso directfb apps would work easily
00:15.39PuffTheMagicwith out changes
00:15.55PuffTheMagicand i beleive the pixbuf is glib/gdk
00:15.55JamesBauddoes anyone know how the icons on the launcher pages are stored?
00:16.03PuffTheMagicsince there is no other graphics libs on the pre
00:16.04JamesBaudlike, the order they are in
00:16.17PuffTheMagicso if you can fiture out how to reverse enginerr the libpirahana headers
00:16.25PuffTheMagicwe could use glib for 2d also
00:16.33PuffTheMagics/fiture/figure/
00:17.24Azalyni'm also wondering if there's an irc client on webos. :|
00:17.36EvanDotProPuffTheMagic: hmmm interesting.
00:17.40JamesBaudi want to rearrange the icons on my launcher pages, i think it will take me about 20mins to do what i want, there has to be a easier way!?
00:17.53PuffTheMagicAzalyn: im about to start an irc service
00:18.11PuffTheMagicAzalyn: and oil and i have already designed/planned/discussed the mojo gui for it
00:18.14zsocirssi *does* work
00:18.16PuffTheMagicstay tuned
00:18.24PuffTheMagiczsoc: irssi is crap
00:18.30PuffTheMagichides from the irssi fanboys
00:19.08Azalynwell, if that terminal app works.. i'm guessing irssi could run..
00:19.11*** join/#webos-internals PreGame (n=PreGame@unaffiliated/pregame)
00:19.11*** mode/#webos-internals [+v PreGame] by ChanServ
00:19.13Azalynbut yeah.. heh
00:19.35chrisaoh ok, so people just built over the NPAPI terminal plugin for webkit
00:19.50PuffTheMagicchrisa: what do you mean built over?
00:20.09chrisawell, I don't want to say port since that's a misnomer
00:20.57Azalynby the way, how is the keyboard? people seem conflicted over it.
00:21.13PuffTheMagicchrisa: we took a generic NPAPI plugin template and added the missing mojo functions to it
00:21.18PuffTheMagicthen added terminal functionality
00:21.57*** join/#webos-internals greg_roll (i=7381029d@gateway/web/freenode/x-wziqkecadkigwpyx)
00:22.21tlzPuffTheMagic: do you happen to know where the code for the lock screen is?
00:22.31tlzi wanna see if there's a way to remove that emergency call button
00:22.32tlzlol
00:22.53PuffTheMagicyeah is in the applications folder
00:22.57PuffTheMagicpalm/applications
00:23.00PuffTheMagicscreenandlock
00:23.02PuffTheMagicsomething like that
00:23.05zsoctlz, that would be illegal according to the FCC.
00:23.25tlzdamnit
00:23.40tlzive dialled 911 like 3 times today
00:23.47zsoctlz, you could probably further lock it, or have it be like a "switch", or have it ask you "Are you sure" or have it bring up a dialer that only accepts "911" as an entry
00:23.49ajamesthe top switch silencing the camera noise is technically illegal :P
00:23.55zsocajames, no it isn't
00:24.02ajamesisn't it?
00:24.02zsocajames, that's a bill, and it'll never get passed
00:24.07ajamesah
00:24.09zsocajames, in Japan it's illegal :P
00:24.09ajamesi hope not
00:24.50zsocThere's also a bill in congress right now that would force every home to keep 3 years worth of internet data on file, logs of every packet. It's so unfeasible it's laughable at best. Congress is full of great things.
00:25.10thatdudezsoc: wtf!
00:25.43zsocthatdude, unfortunately, they figure "no harm no foul" if a bill floats around that's ridiculous. But it makes America look like clowns. just imho i suppose.
00:26.02tlzso would the fcc be pissed if i removed the button completely
00:26.03tlzlol
00:26.13zsocAnd sorry, apparently it was 2 years, not 3.
00:26.59zsoctlz, the point is not that they could find out. But if you happen to pull out your phone on a train with a bigshot government guy next to you, it could get messy :)  prolly not on topic anyway.
00:27.04chrisaPeople propose bunk bills all the time
00:27.08chrisaBut they'll not pass
00:27.37tlzlol
00:33.33zsocand my debian chroot is now up to 2G
00:37.31zsocor will be if resize2fs ever finishes
00:40.04*** join/#webos-internals Ingenium13 (n=josh@c-71-199-97-226.hsd1.pa.comcast.net)
00:41.27tlzhmmm
00:41.36jetterowhere is that file full of emoticons?
00:42.04zsocyeah, i want to make a patch that rm's it
00:42.21zsocwhy does it catch ^_^? the image doesn't even look like it
00:42.40zsocalso, if you're typing IN ALL CAPS. The auto correct, corrects in lowercase letters. That's a bug I'd say.
00:43.44zsocDoes anyone know how compositing is handled on the Pre? Should I assume it's Indirect Rendering?
00:46.31*** join/#webos-internals dug (n=Adium@adsl-75-60-67-108.dsl.pltn13.sbcglobal.net)
00:47.11*** join/#webos-internals dug (n=Adium@adsl-75-60-67-108.dsl.pltn13.sbcglobal.net)
00:48.23rwhitbyCan anyone see any reason why I should not purchase a "bad esn" Pre from Ebay ?  Is there any stigma attached (like it being stolen or something)?
00:49.49oilhas no clue
00:49.54rawdrcould be stolen.... suppose you could ask the seller why the esn is bad
00:50.24tlzhmm
00:50.34zsocdoesn't blame rwhitby for being cautious
00:51.17rawdrOther "bad esn" devices are ones where the previous owner didn't pay their bill and don't want to. Sprint won't release the phone til they do
00:51.17EvanDotProrwhitby: either stolen or an insurance claim.
00:51.27ajamesfell off a truck
00:51.40EvanDotProrwhitby: or "found" if you distinguish that from stolen....
00:52.07zsocrawdr, actually, the esn gets released once it's written off
00:52.17rwhitbyhmm - all of those things sound like something that one might not want to be associated with ...
00:52.27zsoclisten to raw, atleast the first part of his answer was right
00:52.35rawdrwhen does it get written off?
00:52.38zsocinsists bad esns have nothing to do with theft or insurance claims
00:53.02EvanDotProzsoc: really? why do you say that?
00:53.24zsocEvanDotPro, because that's the correct answer?
00:53.37rwhitbyzsoc: I'm considering not only the actual facts of bad esn's but also the general stigma that people not in the industry may associated (perhaps incorrectly) with bad esn devices.
00:53.51rwhitbyI don't want to need to be in a position of justifying something to someone ...
00:53.59zsocrwhitby, so buy a not bad esn device that just happens to have a bad esn unbeknownst to anyone?
00:54.35zsocnevermind, i keep forgetting you have to consider these things when you're important.
00:54.47EvanDotProzsoc: haha, well i believe you, but i was wondering how come sprint wouldn't blacklist an esn on a phone that was claimed to the insurance or reported stolen
00:54.48rwhitbyzsoc: that's a very good point - how does one verify that an esn is good or bad before purchase?
00:55.10zsocEvanDotPro, because the esns aren't tracked
00:55.11rawdryou can call sprint and ask
00:55.21zsocrwhitby, you call sprint, say "hey i want to buy a phone with this esn, is it free for activation"
00:56.16rwhitbyzsoc: ok, so it's well known that phones with good esn's are traded openly and freely, and sprint has no problem activating one of those?
00:56.25EvanDotProzsoc: interesting, i did not know that.
00:56.53rawdryeah
00:57.20rawdryou can call anytime and do an esn swap, no questions asked
00:57.41rawdrunless it's blacklisted
00:57.46zsocrwhitby, yes, very well known, and Sprint is better about it than other american wireless carriers
01:00.11rwhitbyzsoc: and is there any problem with a phone esn remaining inactive for a very long time?  is that flagged in any way?
01:00.21rwhitby(a good esn that is)
01:00.42rwhitbyI presume ESNs are not tied to carriers but to hardware manufacturers?
01:00.53EguyCarriers
01:01.10zsocrwhitby, the answer to the first question is no, the answer to the second question is both, techincally, but only the carrier in actuality
01:01.11rawdrdoubtful they would care to notice.... for instance I could buy two phones and have one as a backup, sitting in my drawer for years
01:01.17rwhitbyso the ESN programmed into a device is a number which is allocated to a specific carrier?
01:01.20EguyThe ESN is like the IMEI
01:01.24zsocenjoys the rolereversal of rod asking him questions
01:01.25Eguyof CDMA
01:01.58rwhitbyright - IMEI is tied to the hardware manufacturer, not a specific carrier - it is mapped to a carrier by a sim card in GSM
01:02.08zsocer, actually most CDMA phones have MEIDs, which is an IMEI, more or less. ESN is rather an antiquated term
01:02.10rwhitbyand I presume an ESN is mapped to a carrier by activation in CDMA land
01:02.22EguyYes
01:02.34Eguythanks for the correction
01:02.50Eguythere is the ESN, MEID, and MSID
01:02.53Eguyfor CDMA
01:02.54rwhitbybut the actual ESN number is allocated by the hardware manufacturer, and can be used on any carrier (assuming the carrier is willing to activate it)?
01:03.01EguyYes sir
01:03.47zsocUh, no.
01:03.51EguyNo?
01:04.07Eguyyou can use a Sprint phone on VZW if they will take the ESN
01:04.17rwhitbySo a Palm Pre ESN will come from a different number range depending on whether it will be distributed through Sprint or BellMo?
01:04.45rwhitbyOr is the ESN just imprinted in the phone with no knowledge of which carrier it will be activated on?
01:04.47zsocEguy, No you can't
01:04.53*** join/#webos-internals nebula1 (n=nebula@75.147.41.4)
01:04.54EvanDotProzsoc: i have 4 verizon phones activated on alltel (long before the merger)
01:05.05Eguyyes you can zsoc
01:05.08EguyI have done it
01:05.13zsocOnly if they are reprogrammed
01:05.25EguyYeah
01:05.37Eguybut they will still work
01:05.55zsocWell it's similar to unlocking, which is in the realm of "fishy" that rod is trying to avoid
01:06.03EguyMEID = new version of ESN btw for you un-cdma folk
01:06.09*** join/#webos-internals sevensoft (n=sevensof@c-24-0-220-35.hsd1.de.comcast.net)
01:06.21EguyThey ran out of ESN numbers
01:06.58*** join/#webos-internals kesne (n=Kesne@pool-173-50-235-167.ptldor.fios.verizon.net)
01:07.17zsocThe only 2 CDMA carriers left in America or Sprint and Verizon, and neither will activate the other's phone, regardless of whether it'll work or not.
01:07.48Eguynot knowingly ;)
01:08.03EguyI have used a Sprint 700wx on VZW and it worked fine
01:08.11rawdrI wouldn't say you have any allegiance to the carrier regarding the actual phone, so I wouldn't call it fishy
01:08.54EvanDotProzsoc: the master dealer web interface for sprint doesn't absolutely reject "bad" ESN's last time i checked about 7 or 8 months ago (friend is a dealer), it just warns them but lets them continue.
01:08.55zsocClearly the device is provided, by the manufacture, for a specific carrier. Most phones are even _branded_. How would you say there is no allegiance there?
01:09.38rawdrBecause you buy the phone, it's yours. Even if there's a contract it's only tied to your account
01:09.55zsocEvanDotPro, define 'master dealer web interface'? because if it's p2k we're getting into proprietary territory.
01:10.27zsocrawdr, dealers are paid under the assumption that you keep your hardware on your account, atleast for an extent of time
01:11.10zsocrawdr, i'm not saying there's anything wrong with trying to convert it, i'm just saying it doesn't happen very often. and for rod's sake im playing devil's advocate
01:11.11rawdrIt doesn't make any difference to them what hardware you use so long as you pay your bill. Which is why they allow you to swap ESNs
01:11.40rwhitbyzsoc: so how do I purchase a device which sprint, the dealers, the police ;-), and palm are all happy for me to have, and there is no implied "payment owing" to anyone?
01:11.46zsocrawdr, to them, right, but you have an additional contract with the store you purchase the phone from. and actually, you have different 'rights' whether you purchase from a store or from sprint sales directly, contract is different
01:12.07zsocrwhitby, like i said before, i don't see any implied problems at all, no matter what you do, but it's about perspective i suppose.
01:12.22rawdrWhat contract? You just agree to pay $X for a piece of equipment
01:12.27EvanDotProzsoc: honestly, i don't know what it is... it's just whatever web interface the retailers use to activate phones / plans / etc... my friend runs a little independant cell retail store in a strip mall.
01:12.58EvanDotProzsoc: he calls it master dealer something, so i was just regurgitating his terminology, lol.
01:13.13Eguyrawdr: yes, for a period of time 1/2 years
01:13.42zsocheh. technically you can add bad esns in p2k, but it's strickly prohibited under any circumstances, and they are tracked and filtered out into reports by LP
01:14.12rawdrEguy: huh? a 6 month contract?
01:14.18rwhitbyso what's the cost of an off-contract Pre ?
01:14.19Azalynall i've understood from all of this is that cdma is a pain in the ass. :|
01:14.30EguyNo 1 year or 2 year contract
01:14.42rawdrthat's just for your sprint account, not the phone
01:14.45Eguyrwhitby: $550 for Sprint
01:14.46zsocrawdr, if you cancel your account 60 days from setting it up, you have to bring your equipment back to the dealer, or send it back to sprint, according to the contract you sign or agree to
01:14.46rawdrit seems to me anyway
01:14.49Azalynin canada they say 300 bucks for the no-contract pre.
01:15.01zsocrwhitby, define cost.
01:15.16*** join/#webos-internals hemna (n=waboring@66.60.188.8)
01:15.22rawdrbut if I keep the account, on any or no phone and keep paying the bill, the hardware is mine. it seems to me anyway
01:15.31zsocrawdr, that's correct, yes
01:15.35Eguyyes
01:15.41Eguyyou don't have to return it
01:15.45rwhitbyzsoc: the amount of money I can pay to an official dealer who is authorised by Sprint or BellMo to sell a Pre, and not have any ongoing cost associated with owning that inactivated hardware.
01:15.52Eguyyou don't get a rebate though
01:15.56Azalynhm, or so i thought...
01:16.04EvanDotProzsoc: insurance fraud aside, could i claim my pre stolen and pay the $100 deductible for my new one, and mail my "stolen" one to rod? very hypothetical since that's obviously insusrance fraud... just asking.
01:16.10zsocrawdr, technically the hardware is yours anyway, they will never, ever, ever fight you for it. ever. contracts are meaningless anyway.
01:16.13rawdryou do get the rebate - that's why you're in contract
01:16.33Eguyrwhitby: it's still $550 for a Pre with no strings attached ;)
01:16.36zsocrwhitby, different in different dealers, also different dealers have different costs for themselves, as they purchase different amounts from sprint (and yes, sprint, not palm)
01:16.42Eguy(the Sprint one that is)
01:16.58*** join/#webos-internals Sargun (n=Sargun@atarack/Staff/Sargun)
01:16.58*** mode/#webos-internals [+v Sargun] by ChanServ
01:17.06zsocEvanDotPro, yes, and that's actually a federal crime in american, because sprint's insurance is _literally_ insurance. you can't sell it without being a licensed insurance agent in some states
01:17.18rwhitbyEguy: I think I need to have one of those "no strings attached" type of Pre.
01:17.28tlzlol
01:17.34ajamesif palm sold discounted equipment to devs, i'd probably get a second pre just for development
01:17.38EguyAlthough I my uncle got a Pre from palm directly for $550
01:17.51EvanDotProzsoc: lol i know, that's why i emphasized the hypothetical part.
01:17.52zsoc$550 is probably near cost for most dealers, so i could see that.
01:18.09Eguyheh now it is $149 with 2 year contract
01:18.26Azalynajames: so you have one? what do you think of the keyboard? heh. i asked here earlier but i'm not sure if anyone saw the question.
01:18.28zsocegaudet, as of this morning :)
01:18.33zsocer, eguy, even
01:18.38zsocstop having your names be so close
01:18.48Eguyhah
01:19.04EguyI have been Eguy for many many many many years ;)
01:19.42EguyI am curious what the Pixi will cost since it is designed for teens
01:19.51chrisa... teens?
01:20.00rwhitbySo, what is the best means of getting the most cost-effective "no strings attached" Pre hardware?
01:20.22Eguywell chrisa: It is a lot like the Centro
01:20.28Eguya low cost smartphone
01:20.34egaudetstop being 2-letter lazy!
01:20.35chrisaYou're mistaking mass market as "teenagers"
01:20.39zsocchrisa, ... adolescents?
01:20.43egaudet:P
01:20.55EguySo teens happen to like that part of the market
01:21.16rwhitbythere's a big market for high-end feature phones / low end smartphones outside of the teen market.
01:21.17zsocrwhitby, maybe check into canadian unactivated prices.. i know nothing about it and it could be cheaper
01:21.35EguyProbably, I think I have been in LA too long
01:21.53Eguyevery teenager has the top of the line BB/iPhone
01:21.58chrisaThe project I've spent a year on isn't a teen phone
01:22.15zsocchrisa, you didn't design the hardware tho :P
01:22.31rwhitbyzsoc: you mean form factor, right?
01:22.48Eguyyes
01:22.48zsocright, sorry, form factor, forgot what type of people i'm talking to, generally i have to laymen everything
01:23.07Eguywhat type of people are we zsoc?
01:23.28zsocegaudet, intelligent, arrogant, developers? :>
01:23.39Eguyfail again
01:23.52egaudetping me one more time zsoc!
01:23.54rwhitbyEguy: people who know enough to access an IRC channel.  that's the only assumption you can make ;-)
01:23.57chrisaThere is a huge market for non-topend smart phones
01:24.04bpadalinochrisa, how does it feel to work on something that so many people really like ?
01:24.10zsocegaudet, crap i'm so sorry, i feel like a doofus :(
01:24.18rwhitbychrisa: yep, it's the fastest growing segment isn't it?
01:24.36egaudetlol it's cool, make me feel special for a moment when the xchat starts blinking
01:24.41chrisabpadalino: It would feel better if our stock went up instead of down when we announce products
01:24.42Eguychrisa: It is the first non apple phone not entriely bashed to pieces on Engadget ;)
01:24.48zsocchrisa, i agree there, i believe the pixi will be good for people who want smartphones without the nonsense. right now really the HTC Snap is the only good low end sprint offering. or the 8330.
01:25.18chrisaI wasn't around for the centro, but look at how many units moved for what people seemed to think was a mostly mediocre phone
01:25.21bpadalinochrisa, i think the market was upset there isn't a GSM one to open your distribution up to the rest of the world ..
01:25.38Eguychrisa: Not true, the Centro worked unlike the 700p
01:25.41*** part/#webos-internals nebula1 (n=nebula@75.147.41.4)
01:25.50chrisaI know nothing of the treo lines, though I do own a pro
01:26.02zsoccentro was pretty terrible, but a lot of people loved it. heck, i loved it and i didn't even use one
01:26.18EguyI liked mine, it lasted me 2 years
01:26.27Eguyand still works
01:26.48bpadalinochrisa, also - i think the market sees the intimate relationship with sprint as a bad thing since it's not as big as att or verizon .. limiting your market exposure
01:27.02zsoci've actually seen a centro that was literally melted. the whole top half, 1/4 of the screen, and part of the boards. still worked some how
01:27.04chrisaThe most important thing to note is that I am ridiculously clumsy and both the pre and pixie have survived falls onto concrete for me
01:27.24chrisawell, maybe not riduculously, but clumsy at the most amusing times for everyone else
01:27.48rawdrthe pre is a slippery mofo
01:27.48zsocbpadalino, Sprint wouldn't be smaller than those companies if ATT didn't buy Cingular/CellOne and Verizon didn't buy Alltel
01:27.50bpadalinochrisa, can you put a driver hook into the hidd to make the button push act like a back gesture instead?  i promise i won't tell anyone about it
01:28.04tlzheh
01:28.28zsocdestinal_, yello joe
01:29.13chrisabpadalino: only if you convince geist to give me omap boards he's not using anymore
01:29.32chrisaLets be honest, probably not even then
01:29.37bpadalino:(
01:29.54bpadalinoi didn't realize geist was a omap board hoarder!
01:29.58*** join/#webos-internals tharrs- (n=none@pool-96-243-152-106.tampfl.fios.verizon.net)
01:30.16destinal_bpadalino: make which button act like what?
01:30.20bpadalinoall my test equipment at work is off to calibration .. all i have is a spectrum analyzer :(
01:30.32bpadalinodestinal_: button push (center) act like back gesture ...
01:30.41chrisaI do power work and I don't have my own scope or meter, if it makes you feel better
01:30.50chrisaI may ask to expense some soon though...
01:30.51destinal_bpadalino: we'll get there
01:30.54bpadalinochrisa, a little bit
01:31.12bpadalinochrisa, i was working on some IQ calibration stuff earlier so spectrum analyzer was all i needed
01:31.22destinal_hidd and plugins are only mysterious for the moment
01:31.36tlzi think we all should put our heads together and figure out how to get rid of that emergency call button
01:31.38chrisaI only usually need to watch i2c/w1 lines
01:31.40bpadalinodoes the hidd serve a socket ?
01:31.48chrisatlz: Can't you just edit it out of the js?
01:31.56bpadalinoi actually hate working with w1 .. it's kind of ridiculous
01:31.56zsoctlz, again, we like the FCC here. they are listening i'm sure anyway
01:31.56chrisaI swear there was a mod for this already in the past
01:32.01tlzlol
01:32.04bpadalinospi or i2c are a little better
01:32.10destinal_bpadalino: the plugin and hidd communicate with each other over a socket
01:32.15tlzchrisa, ive been searching, but i cant find anything to edit
01:32.16chrisabpadalino: w1 is fun when you have to bitbang the line
01:32.26destinal_bpadalino: err maybe that's hidd and luna
01:32.31chrisaand get microsecond timing accuracy
01:32.34bpadalinochrisa, i work with FPGA's all day so everything is bitbanging
01:32.34destinal_or maybe both
01:32.41bpadalinoand my timing is impeccable !
01:33.08bpadalinobut to do it with a micro .. that's got to be rough
01:33.24destinal_w1?
01:33.28bpadalinoone-wire
01:33.32bpadalinousually for battery interfaces
01:33.38destinal_ah
01:33.55chrisamaxim seems to have a monopoly on the translators, and they're pricey
01:34.13bpadalinowhich is surprising - since everything else maxim makes is cheap
01:35.01bpadalinoi want to make a modem board one of these days with a max19713 AFE (dual 45Msps ADC/DAC, some low-speed ADC/DAC for power monitoring and vctcxo correction, etc) .. it's like $10
01:35.04bpadalinosuper cheap part
01:35.12bpadalinovery fully featured
01:35.52tlzhmmm
01:36.04bpadalinochrisa, how do you like the rubberized feel of the pixi ?
01:36.31chrisaI've always had an inductive back, so I honestly don't know
01:36.34tlzi found a thing in pincode.css, for .emergency-button-div {
01:36.43tlzshould i add a visible: false; in there somewhere lol
01:36.52zsoctlz, I'm still suggesting you don't do this
01:37.06tlzok
01:37.12*** join/#webos-internals acydlord (n=acydlord@174-17-71-190.phnx.qwest.net)
01:37.17destinal_chrisa: well, it's nice that the touchstone stuff isn't pre only
01:37.32destinal_I guess it wouldn't make much sense if it were
01:37.40bpadalinoi have to say, the touchstone is really pretty great for charging .. i hate plugging devices in .. though i would have probably been just as happy with a magjack ala apple laptop fame
01:38.06destinal_seriously prefers the touchstone backplate for the pre to the stock one, by far
01:38.36bpadalinome too destinal
01:38.37bpadalinoby far
01:38.50zsocI might just buy the back, don't own a touchstone
01:39.24destinal_zsoc: it's worth it to just get the kit
01:39.26bpadalinochrisa, so are you the one who deals with powerd then since you're doing power measurements ?
01:39.51bpadalinousing sense resistors to figure out how much current each piece is drawing ?
01:40.24zsocSo my pre hangs when i run resize2fs for 1500M, although 1G worked fine. just on a file in /media/internal, nothing else, any ideas?
01:41.51bpadalinoour board designers never put in the current sensing resistors for each of the power supplies .. so we end up having to hack the boards up and put current probes around wires
01:42.04chrisano, powerd is the os team
01:42.47bpadalinoah
01:43.02bpadalinowhat types of scopes do you generally use at work ?
01:43.13chrisaI didn't do measurements for this project, I just did charging
01:43.30chrisaand I don't know a whole lot about scopes, just how to use the couple I've used
01:43.32*** join/#webos-internals _acyd_ (n=acydlord@174-17-61-167.phnx.qwest.net)
01:43.34zsocI want to know who's decision it was to use upstart, i need to hug him
01:43.52bpadalinoah .. i had a nice setup until cal took it away ..
01:44.31bpadalinoMSO8104A scope, E4438C waveform generator and ... i can't even remember the model number of the spectrum analyzer .. just another agilent one
01:48.38*** join/#webos-internals Rick_home (n=chatzill@wsip-24-249-130-185.ks.ks.cox.net)
01:49.10zsocbpadalino, way to kill the channel ;)
01:49.15bpadalinoyeah sorry
01:49.25bpadalinoi am such a jerk :(
01:49.46*** mode/#webos-internals [+v Rick_home] by ChanServ
01:49.58rwhitbybpadalino: keep it coming.
01:50.16bpadalinokeep what coming? killing the channel ?
01:50.19Rick_homewhat did he do?
01:50.23Rick_homeHi guys.
01:50.30bpadalinoor more numbers of equipment i use on a regular basis ?
01:50.47rwhitbyI only have a HP16550 here
01:51.17zsocrwhitby, shame on you. IRC is about idle chatter, not idle chatters :>
01:51.17bpadalinoah! my spectrum analyzer is an E4407 .. the 26GHz one ..
01:51.26bpadalinosince i am working on a project that works up in the 5GHz area
01:51.51*** join/#webos-internals Gadfly1 (n=Gadfly@148.100.199.36)
01:51.52PuffTheMagicyou guys think the pre camera could do iris scanning with opencv?
01:52.13bpadalinohehe, HP16550 looks nice!
01:52.19bpadalino2M-deep channels
01:52.26rwhitbyis there any sort of pre-paid pay as you go plan with no monthly fee that can be used with a legit inactivated Pre?
01:52.41rwhitbylike just buying a GSM sim card at the airport ...
01:52.46PuffTheMagicno
01:52.47zsocPuffTheMagic, what are the requirements for iris scanning? just compare those to the manufactors specs.
01:52.53zsocrwhitby, i know it's crazy, but america is strange.
01:53.05bpadalinoCDMA carriers are pretty much jerks
01:53.16PuffTheMagiczsoc: im pretty sure 3mp is more than enough
01:53.44PuffTheMagici just wonder how that extended depth of field works
01:53.56zsocrwhitby, in fact, no prepaid carrier in america has legitimate data even, still all 2.5g, just portals and wap
01:53.57freakoutPuffTheMagic: leprechauns
01:54.17freakout(I learned about photo tech from Discworld)
01:54.24zsocrwhitby, although you can get prepaid phones for free, when buying like $20 of airtime, so they basically give away crap
01:54.30PuffTheMagicfreakout: r u saying you wouldnt want an iris scanner instead of the lame keypad to unlock your pre?
01:54.40rwhitbyzsoc: those carriers really have you guys by the short and curlies, don't they?
01:54.43freakoutPuffTheMagic: oh god no
01:54.54freakoutI just like cracking lame jokes :P
01:54.59PuffTheMagicfreakout: what about fase recognition
01:55.02zsocfreakout, you are the son of a woman who stands on the mountain of an angry god in a thunderstorm, shaking his fists and calling down profainity upon him while wearing gold jewlery.
01:55.10PuffTheMagics/fase/face/
01:55.16freakout~botsnack
01:55.16infobot:), freakout
01:55.34zsocrwhitby, if by short and curlies, you mean the hair on our collaborative testicles, then yes.
01:55.37freakoutwonders what emoticon he'd get for typing "~botsMack"
01:55.47PuffTheMagiclol
01:55.47freakoutPuffTheMagic: that would extremely cool
01:56.14freakoutzsoc: good to see another fan in here :D
01:56.31zsocfreakout, even if my memory is crap, lol. played the mud for awhile even D:
01:56.54*** join/#webos-internals Templarian (n=Templari@141.218.13.161)
01:56.54*** mode/#webos-internals [+v Templarian] by ChanServ
01:56.54zsocfreakout, and techincally, i think they were imps, not leprachons ;)
01:57.16freakoutfacepalms. How could he forget that?
01:59.05Templarianwill belive this is what is discussed when he is not here from now on.
01:59.25zsocrwhitby, even worse, all of the prepaid/no contract carriers are generally owned by the contract carriers. and the few mvnos that aren't are either localized to area or getting bought up fast
01:59.53HattCzechrwhitby: so... where did i leave off?
02:00.00oilwith it not working
02:00.04oilxD
02:00.12HattCzechlol! good call, oil
02:00.31HattCzechi'm still confused on why it works for me, but not for rod
02:00.35zsocTemplarian, you did walk in at quit a time eh ;)
02:00.41HattCzechand i'm hoping it's not a mac thing
02:01.42rwhitbyHattCzech: can you reply to my email with the output from running the xml through your script (and include your script just in case) ?
02:01.55HattCzechsure
02:01.58rwhitbyuse the xml I sent, so we can make sure we are both running the same thing.
02:02.12HattCzechk
02:02.12rwhitbyHattCzech: we will make it work.
02:04.44*** join/#webos-internals chron (n=chron@66.212.197.70)
02:05.40*** join/#webos-internals tharris- (n=none@pool-96-243-152-106.tampfl.fios.verizon.net)
02:05.40*** mode/#webos-internals [+v tharris-] by ChanServ
02:05.45*** part/#webos-internals valexa (n=valexa@nextdesign.iasi.rdsnet.ro)
02:14.08zsocOpensource communities are very interesting. Personally I feel like it's one of the closest things on earth we have to Utopia. Is that too philisophical? I've been involved in 3 or 4, and it seems to be the most interesting avenue to learn, help, and get to know unique people.
02:14.10*** join/#webos-internals eno__ (n=eno@adsl-70-137-174-5.dsl.snfc21.sbcglobal.net)
02:16.12freakoutzsoc: They bathe more frequently in Utopia.
02:16.18bpadalinohah
02:16.20freakouthides before room attacks
02:16.47bpadalinoi actually just got out of the shower
02:17.00zsocso did freakout
02:17.02zsoci know these things
02:17.10freakoutbpadalino: pics or it didn't happen :P
02:17.11bpadalinoheh
02:17.26bpadalinoaw man :(
02:17.37bpadalinoi hate being called on shens
02:17.44freakoutlol
02:18.38rwhitbyHattCzech: did you send that yet?
02:19.04HattCzechnot yet
02:19.45zsocSo I don't believe my question before ever got answered. Is it safe to assume the compositing on the pre is done with Indirect Rendering?
02:20.54HattCzechthe xml is outdated, so i'm attaching a new one
02:23.03ajameszsoc: it's not x11 so probably not
02:23.10ajamesit seems to all be software rendered
02:23.36zsocReally? Software rendered compositing? On this little bucket of bolts? Impressive.
02:25.32HattCzechrwhitby: sent
02:25.51ajamespretty sure
02:26.01ajamesi'd love to be shown otherwise though
02:26.19freakoutzsoc: the software rendering explains the choppiness at some points
02:26.42freakoutlooks forward to Palm actually using Pre's graphics hardware
02:26.51ajameslooking in /dev and /sys i don't see anything resembling a drm
02:26.52tharris-i just want the new patch =p
02:27.34ajamesplus, and i hate to say this: the iphone's graphics are quite a bit smoother
02:27.35rwhitbyHattCzech: I think I found the problem
02:27.40HattCzechah?
02:27.43ajamesand it's nearly the same proc
02:28.14ajamescan't wait for gallium3d on the pre
02:29.02HattCzechwhat did you find?
02:36.29*** join/#webos-internals acydlord (n=acydlord@174-17-70-14.phnx.qwest.net)
02:37.10rwhitbyHattCzech: self.data was not being reinitialised at the start of each tag, and it also wasn't being appended if the characters method got called multiple times.
02:37.42HattCzechahhh
02:38.45HattCzechso that would mean you wouldn't have to worry about the newline stuff if it got called multiple times
02:39.07rwhitbyHattCzech: yep, nothing to do with what we were focusing on.
02:39.18*** join/#webos-internals joeerror (n=jared@c-98-224-21-117.hsd1.ca.comcast.net)
02:39.25HattCzechawesome
02:39.48joeerrorHi all
02:40.00*** join/#webos-internals alkos333 (n=alkos333@c-98-227-217-190.hsd1.il.comcast.net)
02:40.08HattCzechso you working on a way to store it from multiple calls?
02:42.54joeerrorSo, I'm trying to install a VNC client and there was some problems with gcc, during the configure it's telling me "checking for C compiler default output... configure: error: C compiler cannot create executables" I'm having a hard time finding information on how to get past this.
02:42.56*** join/#webos-internals heisenman_afk (n=heisenma@adsl-76-254-33-188.dsl.pltn13.sbcglobal.net)
02:43.01rwhitbyHattCzech: check the feed now
02:43.17heisenman_afkhey all
02:43.25rwhitbyheisenman_afk: g'day
02:43.39heisenmanany updates on your fund?
02:43.50rwhitbyheisenman: $75 so far
02:44.00heisenmanI finally read the thread in detail; need to respond to the first reply.
02:44.01EguyOn your way!
02:44.14heisenmanI WAS a little hasty/shady in the way I put that up...
02:45.41*** join/#webos-internals zsoc (n=nghr@unaffiliated/zsoc)
02:45.43destinal_~botsack
02:45.47destinal_~botsnack
02:45.47infobotdestinal_: aw, gee
02:46.20HattCzechyay! description!
02:46.21tharris-sup dest
02:46.40rwhitbyHattCzech: now you just need to change the description to say "Just install it using Preware" ... ;-)
02:46.42Eguydestinal came out of hiding
02:46.43destinal_tharris-: sup
02:46.55HattCzechlol, i did actually have that at first
02:47.02HattCzechbut that would be an additional step ;)
02:52.20rwhitbyHattCzech: is everything else you've seen in the feed data now fixed too?
02:53.42HattCzechlooks like it
02:55.46HattCzechso did you undo the replace \r\n thing?
02:55.55destinal_tharris-: anything interesting going on?
02:56.50*** join/#webos-internals corq (n=corq@140.150.121.70.cfl.res.rr.com)
03:00.03rwhitbyhttp://cgi.ebay.com/Palm-Pre-HOMEBREW-JAILBREAK-GUIDE-for-3rd-Party-Apps_W0QQitemZ250492900878QQcmdZViewItemQQptZCell_Phones?hash=item3a528a560e&_trksid=p3286.c0.m14
03:00.13*** join/#webos-internals JackieRipper (n=jackieri@cpe-24-29-49-70.nycap.res.rr.com)
03:00.21freakoutrwhitby: lol
03:00.24freakoutThat's creative
03:00.42freakoutYour work, I take it? :P
03:01.20Eguyrwhitby: Still trying to make money? :P
03:01.33rwhitbyfreakout: not mine, now.
03:01.38rwhitbys/now/no/
03:01.56rwhitbyI wonder if they will send me a freebie though ..
03:02.08Eguyhahaha
03:02.20Eguybid on it, the auction is for the pre right?
03:02.22Eguy;)
03:02.50freakoutrwhitby: considering how much it probably cribs from the wiki...
03:03.07freakout...you could probably make a claim for royalties ;)
03:04.05Eguyhahaha
03:04.19Eguythere is some screenshot infringment going on in there
03:04.24Eguyoil: sue!
03:05.07freakoutoil, rwhitby: I recommend this guy
03:05.08freakouthttp://www.youtube.com/watch?v=3cD9x1xTSjw
03:05.34rwhitbyhttp://cgi.ebay.com/Palm-Pre-Sprint-Nextel_W0QQitemZ250496245220QQcmdZViewItemQQptZCell_Phones?hash=item3a52bd5de4&_trksid=p3286.c0.m14#ht_500wt_1182 - $125 clear for activation  - is that legit?
03:06.17Eguynot a chance rwhitby
03:06.33rwhitby"We got this phone on adding a family plan but do not need it. Brand new in the box clear for activation."
03:06.37freakoutrwhitby: if it was, you might have had a rival in the bidding :P
03:06.39*** part/#webos-internals joeerror (n=jared@c-98-224-21-117.hsd1.ca.comcast.net)
03:07.01EguyThat's a scam if I have ever seen one
03:08.18freakoutseller has reasonable rep...
03:08.23*** join/#webos-internals _acyd_ (n=acydlord@174-17-57-130.phnx.qwest.net)
03:08.50freakout"Weird but great - many thanks   Jul-11-09 01:33"
03:08.51freakoutlol
03:08.58Eguyhahahha
03:09.49oilscreenshot infringement?
03:10.33oiloh
03:10.35oildown at the bottom
03:10.36oillol
03:10.55oilmy xbox friends probably get a lot of random friend requests
03:10.55oillol
03:11.02oil"saw your name in this screenshot"
03:11.17freakoutrwhitby: take a look at that seller's other items
03:11.28freakoutA wide selection of penis bones!
03:11.33freakout(no, seriously)
03:11.36oilrwhitby: what about that dude in your thread who said he had one he would sell you?
03:11.42Eguylol
03:12.10rwhitbyWiki is CC-BY-SA - so anything with text or screenshots from the wiki is also then CC-BY-SA, right?
03:13.12chrisaRemind me why there isn't just an ipkg for the term app, was it the post/pre scripts?
03:14.00Eguyreally thinks rwhitby is a donation whore espeically with the signature ;)
03:14.15rwhitbythere is an ipkg for terminal, and an ipkg for the plugin (which is arch specific)
03:14.28chrisaI must have missed the urls, I'll look again
03:14.31rwhitbychrisa: the plugin needs a postinst to symlink the .so file into the right dir
03:14.35rwhitbychrisa: they are in Preware
03:15.01chrisaI haven't gotten around to mucking with preware
03:15.46rwhitbyis failing on marketing then ...
03:15.46bpadalinochrisa, have you tried the terminal app at least ?
03:15.46chrisanope
03:15.51bpadalinosad panda :(
03:15.56Eguyfrown
03:16.12Eguyit is mighty good
03:16.13chrisaI don't actually need a terminal on my phone, I spend enough time screwing with os bits already
03:16.19oillol
03:16.58rwhitbychrisa: how about virtual keyboard?
03:18.09chrisaNot really necessary on pixi
03:18.19Eguytrue
03:18.22*** join/#webos-internals schulman (n=schulman@csnat-18.cs.umd.edu)
03:18.35schulmanHello all
03:18.40bpadalinochrisa, pre or pixi - which one wins
03:18.55schulmanIs there a favored way to get access to the file system from a javascript app?
03:19.10bpadalinowhat do you want to access in the filesystem ?
03:19.12schulmanAre folks just running a webserver on the pre and calling server side scripts?
03:19.52schulmanI just want to output strings from a javascript program into a file
03:20.02schulmanUsing Mojo.Log is messy
03:20.06Eguypray is the best
03:20.12schulmanthe whole grepping /var/log/messages is ugly
03:20.17Eguyoops can't say anything about that device
03:20.49schulmanbut then again, so is running a web server just so you can call a script that appends your string to a file
03:20.58bpadalinopray is another device ?
03:21.12Eguynah :P
03:21.49bpadalinoschulman: you can always tail -f the mojo log and pipe it to grep in a terminal to single out your messages
03:22.38schulmanbpadalino: yeah, but then I can not do that automatically from the application
03:22.59schulmanbpadalino: actually, what is "Terminal" using to access linux from a javascript program?
03:23.17bpadalinoit's an NPAPI plugin written in C/C++
03:23.36schulmanoh nice
03:23.40schulmanthat is a great solution
03:24.43rwhitbyschulman: see git.webos-internals.org for our plugins and services
03:25.04schulmanrwhitby: ok let me take a look
03:26.09*** join/#webos-internals acydlord (n=acydlord@174-17-56-182.phnx.qwest.net)
03:26.27SekerDoes anyone know if the new update addresses the lag in answering a call?
03:26.37EvanDotProSeker: supposedly it does.
03:27.30schulmanbpadalino: I think a fun solution would be to just call echo >> filename using the termplugin
03:27.53SekerEvanDotPro:  Where'd you learn this?  Not questioning you personally, I just want to know before I return this phone.
03:28.11*** join/#webos-internals SSilver2k2 (n=silver@c-76-26-183-209.hsd1.fl.comcast.net)
03:28.11bpadalinothat could work .. no one has run the terminal plugin headless before ..
03:28.37SekerI'll ride it out if the update handles it.
03:29.07EvanDotProSeker: the threads on precentral... multiple people have reported less lag, but i still say "supposedly" due to the placebo effect.
03:29.08rwhitbybpadalino: I believe the security provisions in termplugin prevent that, since it would be a root escalation vulnerability if a random webOS application could do that.
03:29.40bpadalinorwhitby: so it can't be run headless ?
03:29.44SekerEvanDotPro:  I hope you're right.  I'm getting very frustrated calling people back.
03:29.57rwhitbybpadalino: check with destinal_ - I'm not fully up on it.
03:30.01bpadalinogotcha
03:30.03schulmanrwhitby: so how does it authenticate that the terminal application is talking to it?
03:30.10destinal_bpadalino: it only accepts key event input from luna directly
03:30.11EvanDotProSeker: yeah, i've had the same issues... you're not alone.
03:30.20bpadalinodestinal_: ah neat
03:36.20*** join/#webos-internals infobot (i=ibot@rikers.org)
03:36.20*** topic/#webos-internals is Discussion about webOS internals (not webOS SDK usage - use #webos for that). Honor all licenses, carrier agreements and Palm code copyrights when speaking here. Twitter: @webosinternals Logs: http://logs.nslu2-linux.org/ Wiki: http://www.webos-internals.org/ Pastebin: http://webos.pastebin.com/ Announcements: http://groups.google.com/group/webos-internals-announce
03:36.20*** mode/#webos-internals [+v infobot] by ChanServ
03:36.29bpadalinodestinal_: from the plugin perspective, can the javascript call methods inside the plugin - or do you just get the keypresses and those types of events ?
03:36.43DraXmeh sockets are only cool if you can handle binary data. :)
03:37.08destinal_schulman: it's best to step back
03:37.09bpadalinowhy wouldn't you be able to handle binary data ?
03:37.19destinal_think about this from an architectural design perspective
03:37.27DraXbpadalino: javascript strings don't support \x00
03:37.47bpadalinobase64 encoded binary data ?
03:37.51schulmanDraX: you can pass one byte at a time :)
03:38.00destinal_Palm designed this whole services framework to abstract away the heavy lifting of binary protocols and sockets etc
03:38.16destinal_Like they didn't try to write a whole instant messaging program in javascript
03:38.16DraXyou can base64 encode it, but the performance hit is pretty nasty
03:38.39schulmanright
03:38.41destinal_they wrote a service to speak the protocol and talk to a mojo app
03:38.54schulmanyes
03:39.03destinal_so if you want to do advanced things
03:39.03DraXand writing a struct module ontop of base64 encoded binary sounds nightmarish
03:39.12destinal_write a service to do the _specific_ function you want
03:39.18destinal_then a plugin to call that service
03:39.24destinal_err a mojo app to call that service
03:39.31schulmanright
03:39.34destinal_(no sleep - brain no work)
03:39.36DraXindeed
03:39.37schulmanyou mean a service on dbus?
03:39.40schulmansorry
03:39.43schulmana service that speaks dbus?
03:39.49bpadalinodrax, why would you need the struct on top of it ?
03:40.03destinal_schulman: a system service, yeah  -- they use lunaservices api which is based on dbus
03:40.08DraXbpadalino: so you can actually parse a binary protocol
03:40.36schulmandestinal_: so if I want to write to a file I need to write a luna script that writes to a file
03:40.45schulmandestinal_: and register it somehow to their service scheme
03:40.49bpadalinoyou can't unpack base64 into int32's ?
03:41.03oilfilemgr service
03:41.05chrisaIs preware only hosted on that forum thread?
03:41.09DraXyou could, and then you'd need to unpack those into the actual struct mapping
03:41.14DraXand also deal with alignment issues
03:41.31bpadalinoalignment issue is easy - everything is an int32
03:41.34oilpreware is only hosted in the feed
03:41.49DraXbpadalino: int32 into string sounds like fun :P
03:41.55schulmanbpadalino: even chars?
03:42.17destinal_chrisa: http://www.webos-internals.org/wiki/Preware
03:42.19bpadalinoschulman: sure - why not ? pad with whitespace
03:42.37destinal_schulman: still, take a step back
03:42.39schulman4 - 1 storage
03:42.43destinal_schulman: why do you want to write to a file?
03:42.52destinal_don't put the means before the ends
03:43.03schulmanit takes 4 bytes to store 1
03:43.09bpadalinodon't be silly
03:43.23destinal_rather than, I want to write to a file for X,  just figure out what X is
03:43.23bpadalinothe outlier is when you have a string that mod 4 > 0
03:43.28destinal_what does the app need to do?
03:43.43*** join/#webos-internals muchtall (n=muchtall@75-146-189-25-Minnesota.hfc.comcastbusiness.net)
03:43.44destinal_as in functionality to the user and to the network stack, not backend stuff
03:43.45bpadalinoappend whitespace and only accept that no whitespace should be at the end of a string
03:44.04bpadalinoi dunno - i'm no javascript expert .. it doesn't sound too terrible to me
03:44.38rwhitbyoil: I'm in contact with kennyidaho about his spare Pre ...
03:44.40destinal_bpadalino: but why do you actually want this?
03:44.55bpadalinodestinal_: doing binary protocols over sockets i guess ?
03:45.06bpadalinoi just wanted to supply a raw socket to JS ..
03:45.10destinal_bpadalino: if you're doing binary protocols in javascript you're going the wrong direction
03:45.21destinal_do a service
03:45.24bpadalinoit wasn't my idea - it was drax's!
03:45.37DraX:D
03:45.49bpadalinoi just thought it would be interesting to supply a socket to JS so it could open/close/read/write/etc ..
03:46.02bpadalinohe informs me it can't handle binary data since null isn't supported
03:46.08destinal_interesting as a curiosity but pointless and wasteful in any kind of real world app
03:46.09schulmandestinal_: I am writing some research code that is going to log lots of radio debug data in file names based on when I run the program
03:46.11bpadalinoetc, etc - it all gets escalated
03:46.29schulmanso it is easy for me to start and stop logging
03:46.45chrisaprecentral takes a while for the first update
03:46.47bpadalinodestinal_: the binary protocol, or providing a socket to js ?
03:47.01schulmanthe Mojo.Log solution is a pain because I would have to manually run the grepping from /var/log/messages
03:47.31destinal_schulman: you can write to stdout and run luna in the foreground
03:47.33schulmanunless I write some script that runs in the background and waits for some Mojo.Log message that indicates I am starting the app and writes everything from then on to a file
03:47.54destinal_schulman: we do that for debugging for termplugin
03:48.28schulmandestinal_: sorry write what to stdout?
03:48.41chrisarwhitby: how long until I give up on this precentral repo update?
03:49.22rwhitbychrisa: 5-10 seconds
03:49.36rwhitby(less than that for me on the emulator - it's like 1 second)
03:49.42rwhitbybut that's what oil reports
03:50.12destinal_rwhitby: you can get javascript writing to stdout in luna as well, right?  either alert() or Mojo.Log or something?
03:51.03rwhitbychrisa: if it got past Updating into Loading, then it means the service is running fine - in Loading it's just a transfer of a big chunk of text from a static file in /var/usr/lib/ipkg/lists across dbus to the javascript.
03:51.13destinal_schulman: if you ssh to the pre, and "initctl stop LunaSysMgr; LunaSysMgr"   it will stop Luna and start it again in the foreground instead of background
03:51.33destinal_and certain log messages normally only written to a logfile will appear on your console
03:51.33schulmanI see, so you will see all messages that go to stdout
03:51.37schulmanright
03:51.37destinal_right
03:52.12schulmanagain, the appears to be something missing here
03:52.26chrisaThere, I have the terminal installed now
03:52.28chrisaI hope you're happy
03:52.31oillol
03:52.38rwhitbychrisa: luna://org.webosinternals.ipkgservice/rawlist '{"feed":"precentral"}' is what it is calling at that point.
03:52.49destinal_chrisa:  :-D
03:53.07schulmanI guess the answer is to just write lunaservices
03:53.11rwhitbychrisa: I'm happer that you have Preware working on a Pixi ;-)
03:53.12schulmanif javascript does not do what you need
03:53.21chrisasorry, this is on my pre
03:53.23schulmansomeone has a Pixi?
03:53.26rwhitbydoh!
03:53.36chrisaI could load it on pixie if it makes your day that much
03:54.01destinal_schulman: chrisa makes pix(i|ie) live
03:54.18rwhitbychrisa: it would, yes :-)  I can't see any reason why it's won't work.
03:54.29chrisapreware should track dependencies. internalz not pulling down filemgr is silly
03:54.40oilis working on it
03:54.42rwhitbychrisa: yeah, we're working on that.
03:54.51oilit wasn't even possible till what, yesterday?
03:54.57chrisa"error installing"
03:54.58chrisaCryptic
03:55.01bpadalinothe ipkg-service i am pretty sure just crashed again with the same OOM problem i saw beforehand
03:55.07oilapp-menu > ipkglog
03:55.24schulmanI see
03:55.25rwhitbychrisa: we need to work out how to restart java-serviceboot so that the postinst works for the service, and then the app gets installed afterwards.   like changing the tyres on a moving car.
03:55.45rwhitbyoil: can we make ipkglog pop up automatically on an error?
03:55.50oilprobably
03:55.56chrisahmm, is filemgr a valid package?
03:56.48rwhitbychrisa: it's a service, with a postinst
03:56.50chrisaMight I add, that in the installed packages list it would make sense for a swipe to the right to delete a package?
03:56.58chrisaConsistency with the rest of the os
03:57.15rwhitbychrisa: indeed.  would you expect confirmation or not?
03:57.37chrisaprobably just the same delete / cancel you see everywhere else
03:57.38destinal_you can swipe right and have  a delete button, right?  I think that's a common way in webos?
03:57.44bpadalinoheh, "This is bad": 2009-09-10T03:50:46.590116Z [35903] castle user.err LunaSysMgr: {LunaSysMgrJS} com.palm.app.email: Error: This Is Bad: notifications cannot maintain registerForNotifications subscription. I'll retry later. #<Hash:{'returnValue': false, 'errorCode': -1, 'errorText': 'Launch helper exited with unknown return code 0'}>, file:///usr/palm/applications/com.palm.app.email/index.html:0
03:57.50rwhitby(i.e. "do you really want to delete that app that has your preferences saved in a db which you will loose")
03:57.57oilyeah we could do swipe to delete
03:58.33destinal_rwhitby: that's a little wordy.  I'd expect just swipe, red delete button, press it, done
03:58.42chrisa^
03:58.47rwhitbychrisa: we've got the design on how to handle dependencies properly - will be implemented before 1.0.0
03:58.51rwhitbydestinal_: agreed
03:59.10rwhitbydestinal_: just giving the reason why confirm might be good
03:59.10chrisaI should build an irssi ipkg
03:59.18oilthere is a weird thing where swiping and not clicking and swiping another
03:59.22oilactually deletes the first
03:59.27rwhitbychrisa: let me introduce you to optware ...
03:59.50rwhitbychrisa: 1300+ linux command line app, already compiled for the Pre
04:00.10chrisaI know of it, I'd rather just build something myself since I have the tools
04:00.16chrisarather than mucking with a second db
04:00.44rwhitbychrisa: we're looking at how to integrate optware better into the same db
04:00.46thatdudeNight everyone.
04:01.13rwhitbychrisa: we can put a git repo up on git.webos-internals.org for you if you like ;-)  just send me an ssh key ....
04:01.51rwhitbybbiab
04:02.50destinal_looks forward to NaNplayer going up on precentral sometime soon
04:02.59bpadalinorwhitby: http://pastie.textmate.org/private/g6mwrjmewnea0hz9u5vlq - terminal doesn't open up properly for some reason
04:03.32destinal_bpadalino: if those methods don't exist, the plugin must not be instantiating
04:03.39bpadalinointeresting
04:03.52destinal_check to make sure it's in /usr/lib/BrowserPlugins
04:04.18bpadalinoit's gone!
04:04.24bpadalinoVERY interesting!
04:05.08destinal_we should probably do a verbose check for instantiation and fail gracefully in Terminal
04:05.17bpadalinoit still shows up as being an installed ipkg
04:05.21Rick_homeok  I give up
04:05.30Rick_homeuninstalling sdk ,  re booting and re-installing
04:05.34Rick_homedamned thing.
04:05.39Rick_homeemulator is completely hosed.
04:05.40schulmanbpadalino: I had to install the plugin first, then terminal
04:05.48schulmanotherwise I had the same problem
04:05.54bpadalinoschulman: my terminal was working fine
04:05.58bpadalinoand had been for a very long time
04:06.02schulmanoh, odd
04:06.06bpadalinoindeed
04:06.14Rick_homeapp funs fine on my pre,  straight mojo,  nothing add,  and will not launch on emulator.  :-(
04:07.45*** join/#webos-internals muchtall (n=muchtall@75-146-189-25-Minnesota.hfc.comcastbusiness.net)
04:08.01destinal_Rick_home: are they using the same frameworks version?
04:08.24Rick_homeyes   1.1   sdk 62
04:08.28bpadalinowow that was amazingly weird
04:08.46bpadalinonow i am kind of paranoid .. how did a file in /var get deleted ..
04:08.49Rick_homeit was working,  then  without updating ANYTHING the emulator just quit working properly
04:08.59destinal_Rick_home: you don't have to reinstall sdk to get a new emulator btw
04:08.59Rick_homevery annoying.
04:09.05Rick_homeI don't.
04:09.08destinal_Rick_home:  just  palm-install --reset
04:09.09Rick_homewell,  too late now.
04:09.14Rick_homecrap
04:09.15destinal_err palm-emulator --reset
04:09.22Rick_homewell,   too late now.
04:10.20*** join/#webos-internals schulman_ (n=schulman@216-164-55-64.c3-0.ses-ubr3.lnh-ses.md.cable.rcn.com)
04:10.24*** join/#webos-internals Rubin (n=rubin@cronor.simplanet.org)
04:10.40destinal_Rick_home: if you want to send me an example I'll mess with it on pre and emulator
04:11.03destinal_that sounds both interesting and bizarre
04:11.18Rick_homek
04:11.36Rick_homepredestinal?
04:12.35psykoz$70 unlimited everything for sprint
04:12.45psykozman that's hella cheap
04:13.38destinal_that sounds like the price I got for 450mins + unlim data,sms
04:15.16destinal_Rick_home: that one works, yeah
04:16.46psykozdestinal_, That's supposedly going to be Sprint's announcement tomorrow
04:17.14destinal_psykoz: if so...  man, I joined too early
04:17.22psykozoh
04:17.28psykozsprint's awesome about changing your plan
04:17.43psykozContract just covers you maintain service with them
04:17.50destinal_ah cool
04:18.07psykozI've numerous times had to change things
04:18.46Xygsprints announcment has been made already
04:18.57bpadalinowhich one ?
04:19.16Xygthe pricing plan psykoz was referring to earlier
04:19.42psykozthey have not officially announced it yet
04:20.18Rick_homedestinal_:   I just discovered that I had two IPK's and several PSD's in my src folder.  :-(
04:20.20destinal_ah, unlimited mobile to mobile voice right, not to PSTN?
04:20.24Rick_homethe IPK exceeded 4 meg
04:20.34destinal_Rick_home: aha
04:20.37Rick_homeI have now cleaned my src folder and will see if that fixes the problem....
04:20.46*** join/#webos-internals daybreak1199 (n=glowstic@99-171-191-144.lightspeed.sndgca.sbcglobal.net)
04:20.56Rick_homeand I uninstalled the sdk for no reason.  :-(
04:21.16Rick_homePeeved.   I'm peeved.
04:21.21psykozWell I don't know how they would confirm it mobile to mobile, unless they're keeping up with NANPA + ported number lists, "mobile to mobile" means mobile to any carrier
04:21.39psykozSo I just can't see how they'll differentiate between someone being an AT&T land line user vs an AT&T Cell phone user
04:22.00psykozIt sounds more like bad writing than anything to say "mobile to mobile" they probably meant "Anytime Minutes"
04:22.00oc80zwhats good
04:22.01destinal_probably they have some advanced peering stuff which can tell
04:22.03oc80zrwhitby ltns
04:22.11destinal_but we'll see
04:22.56rwhitbyok, who here can take an ESN and check it's status?
04:23.02*** join/#webos-internals eno (n=eno@nslu2-linux/eno)
04:23.02*** mode/#webos-internals [+v eno] by ChanServ
04:23.10rwhitbyoc80z: g'day
04:23.22tlzrwhitby
04:23.24tlzi can tomorrow
04:23.33EvanDotProdestinal_: i have an api that can take any US number and tell you line type, carrier, etc... and it's up to date with nanpa too. :)
04:23.43oc80zer
04:23.52oc80zi have a scanner
04:23.54oc80zright here.
04:24.03EvanDotProwell, when i say up to date... within a few hours-ish.
04:24.07oc80zif u need it scanned for #'s
04:24.08oc80zor w/e
04:24.14HattCzechEvanDotPro: where?
04:24.15oc80z(alpha characters)
04:24.23*** join/#webos-internals pg13_ (n=pg13@fansubbers.com)
04:24.42*** join/#webos-internals AnOutsider (n=AnOutsid@c-68-39-119-149.hsd1.pa.comcast.net)
04:25.01AnOutsiderevening folks
04:25.02EvanDotProHattCzech: see PM
04:25.05AnOutsidermorning for folk like rwhitby
04:25.13rwhitbyg'day AnOutsider - afternoon here.
04:25.21AnOutsidersame thing ;)
04:25.45*** join/#webos-internals Sargun (n=Sargun@atarack/Staff/Sargun)
04:25.45*** mode/#webos-internals [+v Sargun] by ChanServ
04:25.47destinal_rwhitby: shame about lack of wifi on pixi, it looks like an awesome device other than that
04:26.00destinal_and of course a lot of people don't need that
04:26.01AnOutsiderand girly
04:26.12AnOutsiderI couldnt imagine no wifi *shudder*
04:26.18AnOutsidertoo often reception sucks in buildings
04:26.23destinal_right, anyone here probably cares a lot about it
04:26.44destinal_but people just switching to smartphones, maybe
04:26.54AnOutsiderya
04:27.32destinal_can't wait to see the first wifi dongle soldering hack for pixi ;)
04:27.42destinal_won't be me, I'm happy with pre
04:28.24chrisaoh right, I said I'd put preware on mine
04:29.02destinal_chrisa: does pixi have a usb otg chipset?
04:29.05daybreak1199how about an airpcap usb to micro usb hack for the pre...anyone have an airpcap besides me?
04:29.12destinal_not that I've done anything more than getting power out of my pre's otg
04:29.15Rick_homewifi via usb --  but pixi is a usb SLAVE device, so it's going to be non-trivial
04:29.51destinal_Rick_home: there's usb internal on these devices, so just depends on if there are any pads to steal
04:30.00Rick_homeahhhh
04:30.04Rick_homewell
04:30.19Rick_homesoldering at that scale, even with a binocular microscope is not for the timid.
04:30.42destinal_also if usb otg chipset's used, you could use an external dongle if you want
04:31.08destinal_but again, I haven't gotten my pre to even enumerate otg devices yet though if configured properly it will at least power them
04:31.13Rick_homedestinal_:   I did palmemulator --reset  and it didn't reset the emulator
04:31.23Rick_homeI got the exact same stuff as before.
04:31.31Rick_homehow do I get a FRESH emulator
04:32.13destinal_Rick_home: if I run palm-emulator --reset  the first thing to pop up is "installing virtual machine"
04:32.26chrisaand it is running on pixie
04:32.29destinal_it definitely starts from scratch
04:32.45rwhitbychrisa: now, if you can get us a youtube of Preware running on the pixie ... ;-)
04:32.47destinal_chrisa: preware or terminal?  I imagine terminal will be unhappy at pixi height
04:32.51Rick_homePalmSDK Variable not set
04:33.19destinal_foresight fail on my part
04:33.28psykozPalm needs to hurry up with some 1.2
04:33.55destinal_although running my emulator at pixi height I need to *scroll* the dialer!
04:33.55destinal_:P
04:34.05rwhitbydestinal_: I asked chrisa to check Preware, so I expect that.
04:34.09destinal_maybe part of why 1.2 is being delayed
04:34.33*** part/#webos-internals schulman (n=schulman@216-164-55-64.c3-0.ses-ubr3.lnh-ses.md.cable.rcn.com)
04:35.01rwhitbyRick_home: when I updated the emulator on my mac, I used the palm script to uninstall, then reinstalled.
04:35.54destinal_Rick_home: not set? really odd
04:36.14Rick_homerwhitby:   it's very odd
04:36.19Rick_homemy computer decided to flake out
04:37.27rwhitbychrisa: does Preware layout work fine on Pixie?
04:38.48oilthe main page scrolls
04:38.58oilim sure it does that is
04:39.40destinal_the main page does scroll
04:39.52destinal_I'm running a pixie-height emu at the moment :)
04:42.02Rick_homeREBOOTING  Be back in a big
04:42.38destinal_actually terminal looks fine on pixi-height emu, yay
04:42.47destinal_is surprised
04:43.34psykozHrmm, I've occasionally opened terminal up while notifications are stacked halfway up my screen and it scaled okay :)
04:43.43*** join/#webos-internals atlanta (i=48bdc111@gateway/web/freenode/x-uveiytslapozdthk)
04:43.47atlantahey guys
04:43.54rwhitbyoil: shall we do a new release for chrisa on Pixi so it doesn't scroll ?
04:44.27atlantaok i just had to come and vent before i went to bed
04:44.35PuffTheMagicrwhitby: the "new"/"alternate" main screen dont scroll :D
04:44.38atlantapalm dev wiki SUCKS
04:44.41PuffTheMagicjust make that default
04:44.50PuffTheMagicatlanta: that one is depricated
04:44.57PuffTheMagicerrr
04:44.57atlantai used the  exact code for submenus and  it doesnt even register right
04:45.00PuffTheMagicpalm or webos?
04:45.02destinal_rwhitby: hmm, actually it doesn't scroll now
04:45.13atlantaPuffTheMagic: what should i use for best refrence
04:45.14destinal_not sure why it did earlier
04:45.32*** join/#webos-internals Jack87 (n=Jack87@24.10.241.201)
04:45.36destinal_ah I think because I had a tiny notification icon up
04:45.36atlantaPuffTheMagic: why does palm even have code on there that doesn't work
04:45.37PuffTheMagicatlanta: i thought you were talking about the old webos-internals wiki
04:45.42atlantaoh no no
04:45.45atlantathe palm site
04:45.47PuffTheMagicatlanta: just look at the source
04:45.51PuffTheMagicthats the best reference
04:45.58jauderhoupgrading to snow leopard. wish me luck and see you on the other side
04:46.02PuffTheMagicthe grame work files
04:46.08rwhitbyjauderho: good luck
04:46.10destinal_rwhitby: it's fine, fits exactly perfect
04:46.10PuffTheMagics/grame/frame/
04:46.16atlantaPuffTheMagic: yea thats what i was doing and it doing some crazy javascript refrence i gotta just trace stuff back
04:46.30destinal_rwhitby: as long as you have no notification icons on the bottom of your screen to draw the larger black box around the screen
04:46.31atlantaoh ok good idea
04:46.35atlantaframework files
04:46.39atlantaill check those out thanks PuffTheMagic
04:47.45Jack87how much battery life do i need for webos dr to work
04:47.46destinal_wonders if he can have a freakishly large screen on his emu.. (height anyway)
04:47.59chrisaJack87: it pulls power via the usb connection
04:48.15chrisaand I don't think it starts until the battery has 25% or so anyway
04:48.20Jack87thanks chrisa... it just wanted to continue to charge a bit before it starts
04:48.28Jack87ok so 25% it is
04:48.30destinal_Jack87: it has a built in check for that
04:48.32PuffTheMagicJack87: geist mentioned its about 25-30
04:48.42PuffTheMagicJack87: you can boot into recovery mode
04:48.48PuffTheMagicand run the charging command
04:48.53PuffTheMagicand see the actual percentage
04:49.06Jack87remind me how puff i totally forgot i did it when first had the pre
04:49.26PuffTheMagicu know how to get into recovery/bootie mode right?
04:49.34Jack87its loading  the dr so i am good
04:49.42*** join/#webos-internals Rick_home (n=chatzill@wsip-24-249-130-185.ks.ks.cox.net)
04:49.42Jack87no thats what i am asking you to remind me.. i totally forgot
04:49.47PuffTheMagicthe dr will charge it
04:49.50Jack87boot with volume butt
04:49.54*** mode/#webos-internals [+v Rick_home] by ChanServ
04:49.55PuffTheMagicyeah
04:50.08PuffTheMagicthen in novacom you can do 'charging enable 500ma'
04:50.12PuffTheMagicor something like that
04:50.30chrisaThere really is no reason to
04:50.43destinal_nice
04:50.43Jack87well i am good now :)
04:50.45chrisaThe tool will do it if necessary, and you shouldn't be running commands in bootie when you don't know the parameters / what they do
04:50.57destinal_has a freakishly long screen screen now in emulator
04:51.01destinal_320x800
04:51.06Jack87the thing is when you start doctor and it is charging your pre... andn you dont want it to because you havena spare battery how do you stop it.. haha
04:51.21destinal_works great except for palm's vbox x,y detection addon
04:51.22chrisaCharging is a safe time to pull the plug / swap the battery
04:51.35Jack87thanks chriss
04:51.42chrisaThe tool doesn't actually write anything to disk until after the ramdisk comes up completely
04:52.36PuffTheMagicdestinal_: latest sysfsbatteryservice pushed with working subscription code
04:52.44Jack87im going to give the leaked 1.2 a test run... think it be ok chris?
04:52.50destinal_PuffTheMagic: nice job
04:53.11PuffTheMagicdestinal_: now i can do upsatrt service :D
04:53.13PuffTheMagicthat will be cool
04:53.14chrisaI don't endorse incomplete / leaked images at all
04:53.22chrisarwhitby: where does preware log to?
04:53.25PuffTheMagicdestinal_: i have to find docs for old upstart
04:53.31PuffTheMagiccause 0.3.x aint on their site
04:53.39PuffTheMagicand i need to know what events i can emeit
04:53.40PuffTheMagicemit
04:54.02destinal_the preware app list is really nice with a twice-pixie-height screen :)
04:54.21PuffTheMagiclol
04:54.59destinal_I guess this bodes well for playing with the x86 image on a pc.  too bad the width appears to be hard coded
04:55.10Jack87well i guess endorsing it is one thing. but a test run to get a feel for and learn from is a bit different.
04:55.19Jack87i tried waiting i really did lol
04:56.18Jack87i want to see if i can pick and choose and mix and match features from other versions
04:57.16destinal_there's a bug in how the vbox input plugin gets x,y coordinates
04:57.29destinal_it assumes a 320x480 screen size
04:58.03destinal_so actual bottom is considered to always be 480 from top, which is not necessarily true at all
04:58.06Jack87such as adding back... Pinch to expand emails
04:58.24Jack87any idea why they took it out chris? and does it still exist in the pixi?
04:59.00destinal_Jack87: its the same OS, not like they'll be changing features for one device vs another
04:59.31Jack87you never know destinal
04:59.45chrisaI do
05:00.18Jack87hehe figured you were the right person to ask
05:00.20destinal_Jack87: occam's razor
05:00.35chrisaWe're not going to gimp one device so people buy a different one
05:00.44oillol
05:00.46destinal_plus it's a maintainability nightmare
05:01.11oildont companies do that all the time?
05:01.28oilgimp something to get you to buy the more expensive one?
05:01.36destinal_lol
05:01.38Jack87well only reason i would question it is because sprints list of features for pre 1.2 did not include facebook app
05:01.45Jack87and pixi has it in its os
05:01.56oilwhat makes you think the pixi launches with 1.2?
05:01.58destinal_Jack87: 1.2 = 1.2
05:01.59chrisaAsk yourself when pixie is being released
05:02.02oillol
05:02.03Jack87but than again sprint 1.2 was supposed to be released yesterday so its not best to rely on it
05:02.06oil2.0 as far as we know
05:02.16oilwell
05:02.29oilas far as everyone in here but chris knows xD
05:02.31Jack87thats why i ask
05:02.32Jack87haha
05:02.39Jack87i dont know
05:02.50Jack87for all i know at pixi launch it will have email pinch?
05:03.02oilemail pinch is the thing in the list>?
05:03.26Jack87no...
05:03.39PuffTheMagici dont get all the pixi fuss... its smaller an dhas no wifi
05:03.42Jack87but they did remove it in 1.2.. atleast for the unfinished 1.2
05:03.50geist99
05:03.56oilwhat is the email pinch?
05:03.57Jack87ya but girls will like it.. i think its a pertty cool device
05:04.09XygI think Jack means being able to pinch to expand emails in preview
05:04.11Jack87go into your email oil and expand pinch
05:04.13destinal_geist: 9-9-9
05:04.20oilthats the most retarded feature ever
05:04.23oilim glad they dropped it
05:04.23geist99
05:04.28Xygand yes, I'm glad they dropped it too
05:04.34Jack87haha i never use it but its not th point
05:04.35geistdestinal_: oh yeah, still 2 more hours left in 9/9/9
05:04.39oilit snot?
05:04.40Eguygeeeeeesh there are a lot of angry adolescents on the P|C forums today
05:04.44oilthey shouldnt remove useless features?
05:04.56Jack87i want to see if i can mod my own web os by picking and choosing features from other versions
05:05.07oillol
05:05.17geistpimp your webos
05:05.27oilits already got spinners
05:05.30geistwe put in more pinch so you can pinch your email when you email
05:05.32Jack87they removed usful new card feature for browser links.. luckily its back in 1.2
05:05.44destinal_geist: lol
05:05.46oilit was probably an accident
05:05.56Jack87geist has the idea
05:05.59Jack87!:)
05:06.02destinal_sup dawg
05:07.18*** join/#webos-internals Gadfly (n=Gadfly@197-218-pool1.P-POOL.MARIST.EDU)
05:07.37destinal_geist: 400px height feels too short now..  just subconsciously wrong since I'm used to 480.   luna on a 320x800px screen is fun though
05:07.53oillol
05:08.05geistyeah, but it's a testament to web based layout
05:08.12geistit's pretty easy to deal with multiple screen sizes
05:08.15Jack87geist
05:08.16destinal_yeah it works great
05:08.32Jack87so when logging into my phone after dr recoveryi put in password wrong twice
05:08.36Jack87it asked my secret question
05:08.50Jack87but than i remembered my password and it wouldnt let me go back to enter it made me reset it
05:08.58oillol
05:09.04oilthats what you get for forgetting
05:09.10Jack87i know huh
05:09.10oilyou have to create a new one to forget
05:09.10rwhitbychrisa: re: preware logging - the ipkg stdout and stderr come across dbus (dbus-util --capture to see them) and the ipkg log menu item shows them
05:09.20Jack87it should let me use back gesture i would think
05:09.48destinal_rwhitby: really?  that's a change, right?
05:09.56Jack87maybe thats something to consider chris/geist?
05:10.14geisti'll get right on it
05:10.36destinal_Jack87: geist and chris are kernel guys.  don't bother them with your high level javascript-implemented mumbo jumbo
05:10.40destinal_:P
05:10.52Jack87lol
05:10.59rwhitbydestinal_: it's done that since ipkgservice 0.8.0 I think
05:12.06destinal_Jack87: that's like complaining to Linus torvalds about your Ubuntu install
05:12.09|Jason8|Raph|So guys, when can I run WebOS on my HTC touch Pro?  :P
05:12.27oillol
05:12.56destinal_|Jason8|Raph|: uh, when you hack it to work there?  ;)
05:13.05|Jason8|Raph|lol.
05:13.26|Jason8|Raph|Wonder how hard it'd be... some of the linux drivers are already made.
05:13.34|Jason8|Raph|since android is running on it.
05:13.38geistwell, not that i'm advocating anything, but the pixi is based on roughtly the same chip
05:13.38destinal_|Jason8|Raph|: probably, hardhack
05:13.41geistmsm based
05:13.45destinal_oh, right, forgot pixi
05:13.55Xyg"Palm rejected my app because I used undocumented and unsupported API's.  I'm super mad!"
05:13.57destinal_that changes things a lot
05:14.13oilXyg: nanplayer guy needs a tissue
05:14.20XygIndeed he does
05:14.38rwhitbyhe should have just put it in preware to start with ....
05:14.46oilyou dont see the drpodder guy getting all butthurt
05:14.48Eguyyup
05:14.49freakoutPalm's own music app uses the same API. I don't get the issue if it works properly.
05:14.55oilhe knows he wont be able to submit it until they open that stuff up
05:15.01EguyIt's just slowwwwwwwww as hell
05:15.06Seker"Palm rejected MY app because I wrote it for the Nintendo DS!  MONOPOLISTIC BASTARDS!"
05:15.07Eguylike the calendar
05:15.08Jack87xyg what app was that
05:15.12destinal_freakout: because their functionality probably requires com.palm namespace now
05:15.16rwhitbyfreakout: it's about the ability to change undocumented APIs before they become officially supported.
05:15.24Jack87xyg is  nanplayer guy
05:15.25Jack87?
05:15.30EguyNein
05:15.35Xygjack87, see the Precentral forums.  It's the NaNplayer fellow
05:15.44freakoutI've emailed Chuq about this one, seeking clarification on Palm's policy here.
05:15.53freakoutAnd asking whether or not they intend to document it and open it up.
05:15.54HattCzechhaha, that's why i haven't submitted mine
05:16.02HattCzechusing the com.palm namespace isn't a good idea :)
05:16.09destinal_freakout: I think their policy is pretty clear, don't use anything not in the official docs or you may not get in
05:16.20freakoutdestinal_ : sounds fair enough
05:16.28freakoutBut I'd still like to hear it from Palm themselves
05:16.28Jack87oh you are quoting him
05:16.40XygIt's a good summary :)
05:16.59HattCzechi'd like palm to open up some of their services :)
05:17.08HattCzechinstead of telling us we can't use them
05:17.20destinal_HattCzech: I've heard rumors that there'll be more granular control of bus access, but just rumors
05:17.40Jack87wow werid
05:17.42HattCzechthink they'll let me pick up on the SMS bus? :D hahah
05:17.44destinal_having to have com.palm to get private bus is not ideal, ACL's would be better
05:18.02HattCzechACLs?
05:18.04Jack87ok... so last time i did web os dr i had to reenter all my settings for exchange google and facebook
05:18.10destinal_HattCzech: access control list
05:18.12Jack87this time it is automatically doing it
05:18.23Jack87did palmchange something in their whole backing up process
05:18.32HattCzechwhere palm would control what has access?
05:18.41Jack87its onlly been like a week and a half
05:18.46destinal_Jack87: they've always had this.
05:18.49destinal_welcome to the cloud
05:19.05Jack87i had to manually renter everything last time destinal
05:19.15Jack87like 10 days ago
05:19.20destinal_Jack87: then something went wrong last time
05:19.24destinal_I never have had to
05:19.31Jack87got it
05:19.36Jack87thanks for clearification
05:19.50Jack87oh nice
05:19.59PuffTheMagici/ve restored twice
05:20.04PuffTheMagicalways restored my data
05:20.11PuffTheMagicfor the most part
05:20.18HattCzechdestinal_: are you saying palm should have ACLs and allow access to specific people/companies?
05:20.41Jack87so i had two exchange accounts set up before mylast webos dr and when i had to manually reenter everything i skipped the other one was too lazy to look up server address... this time around it included that other exchange account
05:20.43destinal1HattCzech: no, to allow a user to authorize apps for certain functions
05:20.51destinal1android does a lot of this
05:20.59HattCzechahhhh, gotcha... blackberry does too
05:21.05HattCzechyeah, that would be nice
05:21.06destinal1or at least (in the least granular case) allow private bus to an app.
05:21.56Jack87chris and glist... are you on the clock?
05:22.38HattCzechnight all
05:22.50Jack87bye hatt
05:24.37Zuchmir2PuffTheMagic: what's the url for the updated batteryservice src?
05:24.50Jack87wow i am really liking this copy and paste in browser
05:24.59PuffTheMagicZuchmir2: http://git.preyourmind.org/?p=us.ryanhope.sysfsbatteryservice
05:25.09Jack87auto zoom is pretty to
05:26.38Jack87i cant seem to get one sentence just whole paragraphs
05:27.32Zuchmir2ok, looking, you say subscription is now working?
05:27.44PuffTheMagicyeah
05:27.48PuffTheMagicfor any of the methods
05:27.55PuffTheMagicpass it subscribe:true
05:27.59Zuchmir2cool, don't see the update in the feed
05:28.07PuffTheMagicno release yet ;)
05:28.14Zuchmir2ok
05:28.15PuffTheMagici just go it working
05:28.19PuffTheMagicthen watched a show
05:28.51PuffTheMagicZuchmir2: i figured you would point all this stuff wrong
05:28.57PuffTheMagicthat i'd need to fix before another release :D
05:29.37Zuchmir2ok, np
05:30.46*** join/#webos-internals AgentSmith_ (n=AgentSmi@c-71-56-237-125.hsd1.co.comcast.net)
05:33.34PuffTheMagicZuchmir2: so re: g_convert
05:33.45PuffTheMagicwithout it the service breaks
05:33.54PuffTheMagiccauses the json payload is not utf-8
05:34.00PuffTheMagicwhen you access that id field
05:34.15PuffTheMagicand i do a transform it should work for all fields
05:34.18*** join/#webos-internals _acyd_ (n=acydlord@174.17.67.87)
05:34.21PuffTheMagicsince i can cat the files manually
05:34.29PuffTheMagicand everthing works fine
05:34.43PuffTheMagicno special treatment for a certain file
05:39.41*** join/#webos-internals kesne (n=Kesne@pool-173-50-235-167.ptldor.fios.verizon.net)
05:41.35Zuchmir2if the only one that needs convertion is id, i would treat it secial
05:41.48Zuchmir2because it's not really a string
05:44.54PuffTheMagiceverything can be a string
05:45.58Zuchmir2but id looks to me like binary
05:48.01Jack87who wrote all the scripts in optware install and quilt
05:48.24Jack87for installation
05:48.27Jack87was it rod?
05:49.24EguyNo
05:49.29EguyI believe Puff ddi
05:49.30Eguydid
05:49.40Jack87very well done puff me likie
05:50.16Jack87it looks like he used mytether model of using shell scripts
05:50.44*** join/#webos-internals Rubin (n=rubin@cronor.simplanet.org)
05:50.53Jack87im going to try to fix the broken wifi tethering in 1.2 wish me luck
05:52.09freakoutwishes Jack87 luck
05:52.36Jack87eh oh... when i ssh.. it doesnt like my password. how can i reset it?
05:53.43Eguypasswd
05:53.48Eguyunsername
05:54.07Jack87both
05:56.20Jack87passwd reset my root password as a telnet login
05:56.35Jack87how do i reset the optware ssh password?
05:56.59Eguypasswd user name
05:57.55Jack87awsesomeo
05:58.14Zuchmir2PuffTheMagic: can you please put your makefile in there, it's an overkill to have to run scripts to generate a makefile for a small project like this
05:59.11Jack87question on the wiki why does it recomand to set up sftp in the lower links
05:59.28Jack87the script for optware sets it up
06:02.47Zuchmir2PuffTheMagic: some mods http://pastebin.com/d43f11a72
06:08.40AnOutsiderhmm
06:08.56AnOutsiderI installed git, am I supposed to just clone the repo from http://git.webos-internals.org/ ?
06:09.06AnOutsidertrying to grab these packaging classes
06:12.00Zuchmir2PuffTheMagic: some more mods http://pastebin.com/d49dd801e
06:22.15tmztare the newly released (or unreleased) images only for cortex?
06:26.14geisttmzt: hmm?
06:26.21geistarmv7 you mean?
06:26.44Jack87i think i broke my wifi sad
06:27.01Jack87so they changed the drivers in 1.2 is i understand correctly?
06:27.23Jack87any reasoning for it?
06:27.28geisthmm?
06:28.09Jack87geist any insight?
06:28.19geistmaybe if you asked a real question
06:28.41Jack87were the wifi drivers changed? and what for?
06:28.53geistin what, on what?
06:28.56geistin what way?
06:29.17Jack87in 1.2 were the wifi drivers changed to prevent ad hoc
06:29.24geistbeats me
06:29.30geistwe haven't relased 1.2 yet anyway
06:30.10geistso some little voice is telling you that ad-hod doesn't work in 1.2?
06:30.19oillol
06:30.21geisti can ask, if i remember
06:30.21Jack87yup
06:30.43Jack87thanks
06:30.48geistbut i dont know offhand. wifi and bluetooth is handled by another group, we just give em the kernel to link against
06:31.06geisti try to stay far away. plausible deniability
06:31.30freakouttaking lessons from the CIA, geist? :P
06:31.38Jack87understood well if you get insight it be great
06:31.42geistheh, 10 years in the business teaches you that
06:32.18rwhitbyI have a term for that : S.E.P.
06:32.49Jack87sep?
06:34.02rwhitbySomeone Else's Problem
06:34.24freakoutheh. convenient
06:34.44geistit's a protection mechanism in larger companies
06:34.54geistsince you dont have the brain cycles to handle everything at once
06:35.02geistand pattern i once tended to fall into
06:35.30geistit's better to just not know, so you dont get worked up about how screwed up it inevitably is :)
06:36.03freakoutTrue that. I employed the same method myself when I was working for the city council
06:36.12freakout...as did the rest of the organisation.
06:36.22freakoutNo wonder the taxpayers hated us so much. :)
06:37.35DraXanyone know what js engine is actually in webos?
06:37.49tmztgeist: yes
06:37.57tmztfor Pixi support
06:38.08geist...
06:38.19tmztDraX: I think they are using v8
06:38.29geistDraX: yes
06:38.41DraXany idea what version of v8?
06:38.51geistisn't there only one version?
06:39.07DraXit's being developed pretty constantly
06:39.22geistthen it's some version
06:39.31geistprobably some snapshot + patches
06:39.33tmztwould that version string be in about somewhere?
06:39.33DraXlike the new regex engine is fairly recent
06:39.37geistdidn't we drop the source?
06:39.48tmztfor 1.2?
06:39.54geistfor v8
06:40.04geistlook. 1.2 DOES NOT EXIST as far as i'm concerned
06:40.08geistso dont ask me about it
06:40.16geistwhen it shows up it'll show up, okay?
06:40.54tmztah, ok
06:40.59DraXerm
06:41.04tmztwasn't following that closely
06:41.06DraXi see Javascriptcore in the opensource.palm packages
06:41.11DraXbut that's not v8
06:41.13freakoutlol @ geist
06:41.32freakoutgeist: So 1.2 tomorrow? :P
06:41.36DraXi'm not even sure that's SFE
06:41.36tmztso 1.1 sources
06:41.43geistfreakout: absolutely
06:41.53freakoutblogs madly
06:41.57geisthah
06:42.07tmztI know Pixi is on palm.com (for Sprint) and that's really all I know
06:42.10freakout"Palm Confirms 1.2 Tomorrow, With Free Unicorns"
06:42.14geistyay
06:42.25geistwe can finally get em out of the halls
06:42.27geistthey stink
06:42.42geisteven their rainbow poop
06:43.12freakoutReally? Those damn salespeople down at the stables have been lying to me!
06:43.15DraXyeah the javascript engine on opensource.palm.com for 1.1.0 is _way_ old
06:43.26geistthen, that's what we shipped
06:43.26DraXand not v8
06:43.34geistit's definitely v8
06:43.55DraXthat's not v8
06:44.03geistso maybe that's anotherone, maybe it uses a more traditional one for some other purpose?
06:44.10geisti frankly have no idea how any of that crap works
06:44.30geistbut being kind of the resident ARM guy, i didn't help them debug a pile of v8 problems a year ago for nuthin
06:45.19DraXwell if y'all are using v8 you didn't release the source on opensource.
06:45.43DraXwhich you're not obligated to do
06:45.47DraXsince it's bsdish
06:45.50geistah
06:46.11tmztDraX: what's the goal?
06:46.20geistperhaps. though i'm pretty sure whatever bugfixes we did someone pushed them back to the open sauce
06:46.31DraXtmzt: mainly curiousity
06:46.31geistthere were some initial EABI problems that took some fixin
06:47.23tmztI wonder if android uses v8 for it's browser implementation
06:47.38tmztsince they would have had the same problem I would think
06:47.54geisti dont think they did for 1.0
06:47.57geistmaybe by now
06:48.05DraXyeah they did the arm port of v8 for android though
06:48.08geisti remember asking my android buddies about it, and they were going to look for it
06:48.19geistDraX: that's not what i heard
06:48.37DraXgeist: what did you hear?
06:48.40geiststory i heard was the v8 stuff for arm was not really for android, but for the chrome stuff
06:48.44geistdifferent team within the company
06:48.52geistgoogle is HUGE
06:48.53tmztright
06:48.55DraXmaybe from chromeos
06:49.02tmztbut android browser is webkit
06:49.13geistof course, and i'm sure they've integrated it by now
06:49.17Jack87chrome os tmzt
06:49.19tmztand if they didn't use v8 it's jsc
06:49.21geistbut it definitely wasn't a 1.0 thing for android
06:49.42tmztJack87: what does that have to do with it
06:50.46tmztJack87:
06:50.56geistwhat's love got to do with it?
06:51.06DraXhmm, i wonder if the new regex engine is in the v8 in webos
06:51.27DraXgeist: did you have to fight with the regex -> asm compiler?
06:51.34tmztJack87: android also uses webkit
06:51.39geistpoints out that he is a kernel guy
06:51.48freakoutMmmmmm, popcorn.
06:51.53DraXyes but you said you'd helped with the arm weirdness in v8
06:51.56tmztthrough jnI
06:52.16geistruh roh, if i answer are you gonna blog that palm is definitely doing XXX or YYY?
06:52.43DraXgeist: no, i'm just curious
06:52.45freakoutblocks ears
06:53.02geisti dunno
06:53.07DraXok
06:53.25DraXthanks for bothering to answer at all :)
06:53.27geistwe got some new arm guys around that have generally been fielding that stuff
06:55.01freakoutgeist, what about those game guys?
06:55.06freakout(promise not to quote!)
06:55.09geistnice one
06:55.15geistnot gonna bite
06:55.20freakoutlol
06:55.24DraXi do server-side js stuff for $WORK, so i'm curious about other JS usage out there in general
06:55.38*** join/#webos-internals Eguy (n=Eguy@cpe-76-172-219-51.socal.res.rr.com)
06:55.44geisti need to try my hand at it one of these days. never hacked a line of it ever
06:55.56geistJS that is. games sure. i'm even on mobygames!
06:56.16DraXit's a cool language if you don't get offended by some of its nasty bits
06:56.35geistthat's what i hear. if you know what parts to avoid it's not so bad
06:56.51freakoutgeist: mobygames under "geist"? there's a few
06:57.12DraXand it's a cool language to dig into, because then you can do some pretty crazy stuff
06:57.24geisthttp://www.mobygames.com/developer/sheet/view/developerId,320852/
06:57.31geistsadly the game wasn't really that good
06:57.37freakoutlol
06:57.37geistbut i think the engine looked okay
06:57.42freakoutI was wondering how to say that diplomatically
06:58.05freakoutThe sequel looks better.
06:58.05geistit made enough money though, sinc ehte movie was so good
06:58.18geistit was 1.0 on the game engine too
06:58.26geisti did a lot of the ps3 port
06:58.32freakoutouch?
06:58.37freakoutPS3 horror stories abound
06:58.45*** join/#webos-internals jauderho (n=jauderho@c-67-180-237-183.hsd1.ca.comcast.net)
06:58.52geistnah, it was fun. most programmers are wusses
06:58.59geistcompared to the xbox, it's an actual challenge
06:59.00EguyThe price was a horror story
06:59.04freakout*cough* Valve *cough*
06:59.24geistxbox is super easy to hack on if you come from the PC world
06:59.33geistsince it's just windows + dx essentially
07:00.16geistthe other interesting tidbit that most folks dont realize is the xbox is actually a lot better hardware than ps3
07:00.25geisteven though the ps3 came out a year later, it has an underpowered gpu
07:00.26freakoutOh brother
07:00.30freakoutDon't say that on game blogs
07:00.47freakoutThe PS3 hardware is just under-exploited meme has taken full force
07:01.04geistyeah, the gpu on the xbox kicks the crap out of the ps3 one
07:01.17geistyou can mitigate it somewhat by preprocessing as much as you can on the cell processor
07:01.26geistthat can help a lot for a lot of geometry based stuff
07:01.37geistbut it doesn't help at all with pure pixel shader throughput
07:01.39Eguygeist: of course, it is ATI...It can't be good ;)
07:01.44freakoutSo what's your take on Naughty Dog's "We couldn't do Uncharted 2 on Xbox" claims then?
07:01.55freakouthogwash? I figured it was.
07:02.17EguyMy xbox gets laggy when there is a lot going on....probably overheating
07:02.20geistso generally speaking the ps3 specific games tend to be high on lots of geometry
07:02.26geistsimpler shaders
07:02.30geistit can deal with that pretty well
07:02.46geistbut when it comes to generic engines, which the bulk of the games are, you end up limiting the ps3
07:02.52geistsince the xobx is super easy to program for
07:02.58geistvery straightforward to hack
07:03.08freakoutI've read in several places that if you're doing cross-platform stuff you're better off with the PS3 as the lead platform
07:03.19geistright, since it's more limited
07:03.19freakoutSince you have to do so much extra work if you start on the 360
07:03.33geistright, that was what my task was for the ironman game
07:03.41geistwe eventually settled on 60fps for xbox, 30 for ps3
07:03.44Jack87psp hacking is easy and fun :)
07:03.55geistwe were lucky we had already had a target for 60fps for xbox
07:04.22geistand limited ps3 to 720p
07:04.45geiston the flipside, when you dev for xbox you limit your game resources to 8GB, since it only has a dvd player
07:04.54Jack87freakout why wouldnt it be easier to have pc as the lead platform?
07:05.08freakoutis not a game developer, Jack87 ;)
07:05.17freakoutis just a voracious reader and asker-of-questions
07:05.17geistotoh, the bluray reader can do 50GB, but the troughput isnt any faster
07:05.30Eguyhttp://www.neowin.net/news/main/09/09/07/girls-lost-in-drain-rescued-due-to-facebook-status-update srsly?
07:05.47oiljack is pc gamer so thats all he cares about
07:05.55Jack87indeed
07:06.07Jack87sad you retired pcs oil.. but whatever works best for you :)
07:06.17freakoutgeist: I also recall reading that PS3's extra blu-ray space gets used mainly in duplicating data, to speed up reading
07:06.19jauderhothat is sad
07:06.30geistfreakout: yeah, tat's a common strategy
07:06.31freakoutEguy: that's so hopeless, ain't it?
07:06.44geistyou aggressively preprocess your game so that all the data comes off in one stripe
07:06.55EguyKids these days.... makes me want to cry
07:06.56geistand compress the crap out of it, since you have enough cpu to decode it in real time
07:07.01EguyI feel all old right now
07:07.35freakoutEguy: i figure they were maybe just too embarrassed at their own stupidity to call emergency
07:07.53geistthough one of the nice things about ps3 is it always has a HD, whereas you can't rely on it existing on xbox
07:08.00geiststupid msft
07:08.02freakoutindeed
07:08.13freakoutNot to mention the *ridiculous* pricing on their HDDs
07:08.31EguyI got the 120gig xbox drive on closeout
07:08.35Eguylike the hddvd drive
07:08.36Eguyhaha
07:08.48freakoutIMO, they were way to aggressive in cost-cutting after the original Xbox costs blew up in their face
07:08.58freakoutand the RROD issues were their comeuppance.
07:09.21freakoutAnd Peter Moore's, too. Poor guy
07:09.28freakoutEguy: how much?
07:09.41EguyI don't remember
07:10.28freakoutthinks Eguy has too much money if he can't remember how much he spends on things :P
07:10.37EguyI am loaded man
07:10.41freakoutthinks Eguy should provide him an interest-free loan
07:10.47EguyI just bought 10 pre's for rwhitby
07:10.50freakoutlol
07:13.24tmztfree: I just hope the msm chip will have the ati gpu, but I think it's same as g1/hero/etc.
07:13.31tmztfreakout:
07:13.42tmztthe new
07:15.07freakouttmzt: huh?
07:15.50EguyI think he is talking about the Pixi
07:15.57tmzthave you seen the new webos device?
07:16.03tmztyeah
07:16.04freakoutohhh
07:17.07freakoutgeist, chrisa: http://www.palminfocenter.com/news/6718/inside-the-pixi-processor/
07:17.18freakoutDoes that match with reality?
07:17.25freakout(not that i expect you to be able to reveal...)
07:17.27EguyThey won't be able to comment
07:17.49rwhitbyhmm - is it 7227 or 7627 - I think I saw the latter on some forums
07:17.59freakoutEguy: I figured that. But one day I might get lucky and catch them whilst they're drunk
07:18.05EguyLOL
07:18.29geistrwhitby: doesn't matter. all the 7x27s are essentially the same as far as the apps processor is concerned
07:18.40EguyOooh
07:19.13geistin case it isn't clear, the 7xxx cpus from QC are all integrated apps processor + radio processor
07:19.26geistso it's a single chip phone, essentially
07:19.29freakoutrwhitby: you're right, it's 7627. i'll hate to correct that
07:19.47freakout*have
07:20.29freakouts/hate/have
07:20.42freakoutfails at infobot polling
07:21.09oilinfobot is mia
07:21.16oiloh, there he is
07:21.19oilhes got v?
07:21.30oillol
07:22.58freakoutQualcomm's site has nothing on the 7627. odd
07:23.37geistlike i said 7x27 is the same as far as apps are concerned. some radio difference
07:24.10geisti think, at least
07:24.11freakoutGraphics acceleration?
07:24.44geistwell, no more info
07:24.49rwhitbyoil: infobot is very important - he gets +v
07:24.58geistif QC hasn't documented, then ig uess they dont want you to know
07:25.00geistpity
07:25.04freakouthaha
07:25.04EguyHe isn't really a he
07:25.13freakoutis already emailing Qualcomm anyway
07:30.16tmzt76 would be cdma
07:30.37freakoutwould that be the only difference?
07:31.01freakout(taking geist's previous statement into account)
07:31.30Eguyfreakout is in probing mode today lol
07:31.48freakoutstill feels burned by Precentral's Pixi exclusive
07:31.53tmztI think so
07:31.55freakoutwant *revenge*! :P
07:32.08geistfreakout SMASH
07:32.13tmztthrea source in surpra already for the gsm one at least
07:32.26freakoutlol
07:32.32tmztthere's
07:32.48freakouthmmmm
07:32.54tmztcan't type
07:33.10freakoutneither can my cat, tmzt. still love him ;)
07:33.27freakoutin a purely platonic manly way...
07:33.38geistaww, makes me sad. I had to give up my cat last weekend
07:33.44tmztaurora
07:33.55freakoutgeist: sucks. how come?
07:34.00geistshe's happy at my sisters house, but i'm still sad she's not here
07:34.02Eguyhates cats
07:34.12tmztauroracode.org
07:34.12geistwell, thinking of moving, and it's hard to find a place that takes pets
07:34.19freakoutis not surprised, the cats hate Eguy too :P
07:34.20geistand i keep going on these long business trips
07:34.36tmztor other way around
07:34.45freakouttmzt: cheers
07:35.04tmztcan never remember
07:35.11freakoutgeist: s
07:35.20freakouts'pose it's not fair to 'em to leave 'em alone.
07:36.03freakoutMine hates it.
07:36.17freakoutYou can tell how pleased he is when I come home, but he tries to hide it
07:36.30geistyeah
07:36.41tmzt8mpix would be better cde or dsp thanothge msm chips I think
07:36.52freakoutIt's like "Oh, you're back? Fine, whatever. I just *happen* to be around wherever you are for days afterward. Don't get any ideas that I like you or anything."
07:36.57tmztvfe
07:37.04tmztvideofront end
07:39.16freakoutOo, a wiki.
07:41.04freakoutWith android and apple repos?
07:41.20freakoutbut no palm. Unless I'm looking at the wrong chips
07:41.43rwhitbyfreakout: maybe you can do a story about the NaNPlayer guy - take the different tack from PreCentral and say how the guy has violated his SDK EULA by using undocumented APIs ...
07:42.01tmztnothing here yet but wow
07:42.03tmzthttps://www.codeaurora.org/index.php?xwinp
07:42.10freakoutrwhitby: ARGH
07:42.14freakoutdid they do a story already?
07:42.42rwhitbyfreakout: Title it "Taking My Marbles home cause those big Palm bullies won't let me play in their playground.  Sob Sob"
07:42.48freakoutlol
07:43.09freakoutThe guy has been very nice in my talks with him
07:43.25rwhitbyyeah, I'm sure he's a nice guy.
07:43.28freakoutI don't want to be flat-out *mean*
07:43.49rwhitbybut he's got to be joking if he thinks he can use undocumented features and then be upset if his app is not accepted as a result.
07:44.16rwhitbythat'd be like us submitting Preware to Palm and kicking up a big press stink when it is rejected.
07:44.18freakouthere you go, a sneak preview of tomorrow's article:
07:44.26freakout"Before we grab the pitchforks and flaming torches and descend upon Sunnyvale, however, it should be noted that there are technical consequences that arise from the use of undocumented APIs. For instance, it's logical to assume that being undocumented means that the API has not been fully developed and is still subject to change, potentially breaking NaNplayer with any future updates and leading to unhappy customers. "
07:45.01freakoutalso against the EULA, eh?
07:47.10rwhitbydon't believe me on that - check it out
07:47.18oilmakes post about palm rejecting preware
07:47.20freakoutheh, i trust you
07:47.33*** join/#webos-internals jeffgus (n=jeffgus@2002:ad33:b504:0:0:0:0:1)
07:47.34rwhitbyI wouldn't - I make stuff up all the time.
07:47.38freakoutlol
07:47.48freakoutLike your bum link yesterday about the MSM7227? :P
07:48.19freakoutlike i said earlier, I've asked Chuq to explain the situation for me
07:48.48freakoutassuming he responds to my emails for a change, there should be some nice soothing words for all parties
07:49.12freakoutat Palm Infocenter, we like to holds hands and sing kum-ba-yag
07:49.32freakouts/kum-ba-yag/kum-ba-yah
07:50.20rwhitbyheh - I'm going to a scout leader meeting tonight and all ...
07:50.42oilfreakout infobot fail x2
07:50.44freakoutenjoy, rwhitby
07:50.48freakout~botsnack
07:50.48infobotfreakout: :)
07:50.54freakoutMaybe that'll fix it?
07:51.10freakouts/fix/fart
07:51.19freakoutstupid infobot!
07:51.22freakout~botsmack
07:51.23infobotOWW!
07:51.29oillol
07:51.34oili didnt know there was a smack option
07:51.35*** join/#webos-internals EvanDotPro_ (i=Evan@ip72-201-115-158.ph.ph.cox.net)
07:51.42freakoutlol. neither did I till just now
07:51.51oili think you need a trailing /
07:51.59freakouthmmm. Test.
07:52.14freakouts/test/sanctum/
07:52.24freakoutfreaking hell.
07:52.25oilor he just doesnt like you
07:53.31freakoutThat is a possibility. I can be a dick. (ask an ex...)
07:54.37oiland you smacked him
07:54.57freakoutinfobot likes it rough
07:54.57infobotACTION runs and gives it rough a big bear-hug.
07:55.15freakoutlol
07:55.26freakoutinfobot likes Rosie O'Donnell
07:55.27infobotACTION runs and gives Rosie O'Donnell a big bear-hug.
07:55.47freakoutinfobot likes a flamboyantly gay man, who is nude and dripping with honey
07:55.48infobotACTION runs and gives a flamboyantly gay man, who is nude and dripping with honey a big bear-hug.
07:56.24oillol
07:56.37rwhitbyfreakout: trailing / (don't you know sed) and you need to get the case right
07:56.56rwhitbyyou've failed the syntax on all tries ;-)
07:57.11freakoutrwhitby: You sound like the girls I ask out. ;)
07:57.24freakouthas been schooled
07:57.28rwhitbyI hope not ... for their sake.
07:57.34freakoutSomeone please look at this
07:57.36freakouthttps://www.codeaurora.org/wiki/QLBEP
07:57.47freakoutthe "apple" branch.
07:57.54freakoutThat is not for a phone, so far as I know.
07:58.17freakoutpossibly crazy question, but Secret Tablet?
07:58.36rwhitbystarts the counter until someone posts "what's the Optware Bootstrap app (which says in the description that it has no functionality yet, and I just released it to see who would be the first to post a PreCentral thread asking about it) all about?"
07:58.47*** join/#webos-internals stefan_schmidt (n=stefan@w1555.wlan.rz.tu-bs.de)
08:00.34*** join/#webos-internals dkirker1 (n=dkirker1@c-67-161-29-162.hsd1.ca.comcast.net)
08:03.16Jack87i sighn up rod want me to post
08:05.03tmztthere'a abothe problem with that, why linux?
08:06.01freakoutGood question.
08:09.55*** join/#webos-internals acydlord_aao (n=xopher@174-17-67-87.phnx.qwest.net)
08:11.45tmztuh might be an android thing
08:12.06tmztflavor of cupcake
08:12.16freakoutapple cupcake? yummy ;)
08:12.50tmztcan't find where it said qsd
08:19.01freakoutokeydoke, bbl. I'm off to rock-climbing
08:23.58Jack87so has palm been doing OTA to leaked 1.2 reverting back o 1.1? or is that just  a fear
08:25.23*** join/#webos-internals EvanDotPro (i=Evan@ip72-201-115-158.ph.ph.cox.net)
08:25.23*** mode/#webos-internals [+v EvanDotPro] by ChanServ
08:26.02*** join/#webos-internals Jack1987 (n=Jack87@24.10.241.201)
08:37.04rwhitbyJack87: it would be doing a service to their customers if they did, cause you don't know what a real 1.2 OTA update will do to a phone that has an unfinished pre-1.2 on it ...
08:42.31Jack87im sure it would be a service
08:42.39Jack87but thats not what i asked
08:42.44Jack87hum
08:42.58rwhitbyyeah, dunno if they have or not.
08:43.17rwhitbyI expect it would have been tech-blogged if it has happened.
08:43.55Jack87people have disablled OTA in fear of it but i have not seen anything actually happen i wonder... i guess ill leave mine be and find out
08:43.57acydlord_aaoi think it's just a version check. If sane no update, if not push OTA
08:44.19Jack87that make sense acylord
08:44.52rwhitbyI wonder how many people will forget to turn updates back on, and then get hacked by a security vulnerability which is fixed ...
08:45.03acydlord_aaodunno if it's if version>=1.1 stop or a if version =/=1.1 push
08:45.22Jack87probably none rod
08:45.50acydlord_aaoim sure there will be an alarmist post on precentral to remind them
08:46.03rwhitbyacydlord_aao: yeah, we can count on that ;-)
08:46.23Jack87yup:)
08:46.38acydlord_aaoOMFG THE WORLD IS GOING TO EXPLODE AND THE RAPTURE WILL HAPPEN IF YOU DONT RE-ENABLE UPDATES
08:46.44acydlord_aao<PROTECTED>
08:47.09Jack87he died
08:47.22Jack87plane crash i think
08:47.27Jack87or heart thing
08:47.30Jack87one of the two
08:47.37acydlord_aaocoke overdose
08:47.41acydlord_aaoafter a plane crash
08:47.49Jack87oh
08:48.14Jack87i like luna mangaer!
08:48.35Jack87which one of you bright folks were behind that one?
08:48.58acydlord_aaonot i
08:49.07acydlord_aaodefinitely not robo-steve
08:51.03acydlord_aaoi see the optware bootstrap made it into preware
08:51.54Jack87well made it to the feed that is
08:52.41rwhitbyJack87: oil for the front-end, me for the service.
08:52.49rwhitby(for luna manager)
08:55.17Jack87good job guys me likie a lot
08:56.08Jack87for the record the whole 2 of you who dont care.. the flash light app does indeed work in leaked 1.2... i mention it because it was said somewhere that it did not
08:57.31*** join/#webos-internals EvanDotPro_ (i=Evan@ip72-201-115-158.ph.ph.cox.net)
08:59.34rwhitbyah, cool.  I just had a brainwave on how to easily repackage optware apps for preware :-)
08:59.50rwhitbybbl
09:07.56*** join/#webos-internals DdAaDd (i=DdAaDd@85-250-236-244.bb.netvision.net.il)
09:07.59DdAaDdHi.
09:08.52DdAaDdWhen I'm Using a specific CSS file which I added to the Resource/xx_xx folder he also use his primary Css file with the Css file that in the Resource/xx_xx...
09:09.22DdAaDdHow to Set it to be used only the Resource/xx_xx Css file when I'm on this language (selected)?
09:34.58*** join/#webos-internals Jack87 (n=Jack87@24.10.241.201)
09:35.25Jack87how can i find list of network devices on my pre in linux side
09:35.31Jack87eth0
09:35.34Jack87eth1?
09:35.37Jack87how do i get that list
09:42.29*** join/#webos-internals DeCiBeL (n=decibel@ip98-184-140-94.tu.ok.cox.net)
09:44.56*** join/#webos-internals pg13 (i=iandy@fansubbers.com)
09:45.39*** join/#webos-internals jason_ (n=user@98.148.80.25)
09:46.53*** join/#webos-internals en0x (i=en0x@195.26.24.3)
09:47.40*** join/#webos-internals acydlord1aao (n=xopher@174-17-67-87.phnx.qwest.net)
09:49.11*** join/#webos-internals Seker (n=no@76-218-108-14.lightspeed.sntcca.sbcglobal.net)
09:50.30*** join/#webos-internals dustifer (n=dp@c-71-59-201-68.hsd1.wa.comcast.net)
09:57.17Jack87ifconfig?
10:05.06*** join/#webos-internals dvarnes (n=davidv@203-206-128-239.perm.iinet.net.au)
10:08.05*** join/#webos-internals FreeTim (n=freetim@pool-98-118-13-237.bstnma.east.verizon.net)
10:42.30jetteroJackieRipper: ifconfig works.  I also like ip addr show
10:42.36jetterooops
10:42.47jetteroJack87, not JackieRipper ... must be he left... yeah, like a hour ago
11:35.42*** join/#webos-internals greg_roll (i=3cf2679e@gateway/web/freenode/x-wsqohiquieorphtn)
11:37.09*** join/#webos-internals stefan_schmidt (n=stefan@w1555.wlan.rz.tu-bs.de)
12:18.41greg_rollhello would anyone here happen to have a copy of json_utils.h ?
12:19.41*** join/#webos-internals muchtall (n=muchtall@70-99-118-66.apigroupinc.com)
12:24.07*** join/#webos-internals sugardave (n=sugardav@cpe-66-69-220-182.austin.res.rr.com)
12:25.08*** join/#webos-internals mikeos (n=mikeos@unaffiliated/mikeos)
12:35.04*** join/#webos-internals jcrawford (n=jcrawfor@unaffiliated/idle0ne)
12:43.47*** join/#webos-internals alkos333 (n=alkos333@c-98-227-217-190.hsd1.il.comcast.net)
12:52.08*** join/#webos-internals mikewx (n=mikew@mail1.ifbf.org)
13:02.01*** join/#webos-internals flpalm (n=Adium@rrcs-71-43-242-42.se.biz.rr.com)
13:08.03*** join/#webos-internals FreeTim (n=freetim@204.251.204.200)
13:08.30*** join/#webos-internals xcomp_ (n=ibukun@exodus.xcomputerman.net)
13:21.54*** join/#webos-internals EvanDotPro (i=Evan@ip72-201-115-158.ph.ph.cox.net)
13:21.54*** mode/#webos-internals [+v EvanDotPro] by ChanServ
13:22.14*** join/#webos-internals Ingenium13 (n=josh@CMU-292144.WV.CC.CMU.EDU)
13:24.36bpadalino|workjust read a very interesting article on capacitive touchscreens ..
13:27.46*** join/#webos-internals mikeos (n=mikeos@unaffiliated/mikeos)
13:29.48*** join/#webos-internals Rick_work (n=rboatrig@wsip-70-184-238-31.ks.ks.cox.net)
13:30.08*** mode/#webos-internals [+v Rick_work] by ChanServ
13:50.51*** join/#webos-internals eno__ (n=eno@adsl-70-137-130-132.dsl.snfc21.sbcglobal.net)
13:58.51*** join/#webos-internals ameng1 (n=fm@221.220.208.7)
14:16.15*** join/#webos-internals sugardave (n=sugardav@cpe-66-69-220-182.austin.res.rr.com)
14:36.29*** join/#webos-internals destinal (n=eduprey@65.90.132.114)
14:36.49*** mode/#webos-internals [+v destinal] by ChanServ
14:37.05*** join/#webos-internals djk1 (n=djk@ool-4573a369.dyn.optonline.net)
14:42.43AnOutsideryawn
14:42.44AnOutsiderback to work
14:48.39*** join/#webos-internals lizardo (n=lizardo@irc.angui.sh)
15:07.15freakoutbpadalino|work : share link?
15:09.39*** join/#webos-internals drnull (n=drnull@va-67-76-175-144.sta.embarqhsd.net)
15:11.54*** join/#webos-internals Ingenium13 (n=josh@c-71-199-97-226.hsd1.pa.comcast.net)
15:12.47*** join/#webos-internals dug1 (n=Adium@24.130.185.86)
15:23.12bpadalino|workfreakout, http://embedded.com/design/testissue/219500393?printable=true
15:23.16bpadalino|worksorry for the delay
15:31.17freakoutbpadalino|work : I can never forgive you :P
15:32.46*** join/#webos-internals DeusInnomen (n=DeusInno@173-111-51-106.pools.spcsdns.net)
15:33.03*** part/#webos-internals DeusInnomen (n=DeusInno@173-111-51-106.pools.spcsdns.net)
15:38.43*** join/#webos-internals Rob (n=chatzill@c-76-115-227-233.hsd1.or.comcast.net)
15:42.19*** join/#webos-internals ameng1 (n=flmsxs@221.220.220.43)
15:50.25*** join/#webos-internals chron (n=chron@d-66-212-197-70.cpe.metrocast.net)
16:04.56*** join/#webos-internals egaudet_work (n=emoney_3@rhubarb.cspi.com)
16:24.03*** join/#webos-internals AZero (n=user@76-193-146-161.lightspeed.kscymo.sbcglobal.net)
16:35.17*** join/#webos-internals FreeTim (n=freetim@fw01.cmbrmaks.akamai.com)
17:01.13AnOutsider_AFKis there somewhere to edit the preware config to add new feeds?
17:01.18AnOutsider_AFKneed to test my theme ipks
17:03.40gkatsevAnOutsider_AFK: you can install them via webos quickinstall
17:04.28AnOutsider_AFKyeah, that didn't work, but I thought I remembered rwhitby mentioning something about the app doing things diff
17:06.16AnOutsider_AFKanyone familiar with ipks see anythign obviously wrong with this ipk? http://bit.ly/mgvY6
17:10.27egaudet_workipks just get extracted I think
17:11.04AnOutsider_AFKany idea where to exactly? if I have to write a postint to move the files where they should be, I'll need to find that
17:11.36AnOutsider_AFKrwhitby mentioned the virtualkeyboard ipk has an example of this. Anyone know where I can grab the vkeyboard ipk?
17:12.59Rick_workAnOutsider_AFK   preware.org
17:13.10AnOutsider_AFKweirdness
17:14.11*** join/#webos-internals AnOutsider_AFK (n=AnOutsid@c-68-39-119-149.hsd1.pa.comcast.net)
17:16.32AnOutsidergod I hate Comcass
17:18.06gkatsevbut @comcastcares
17:18.35*** join/#webos-internals drunknbass_work (n=aaron@pool-71-107-253-243.lsanca.dsl-w.verizon.net)
17:24.55*** join/#webos-internals AnOutsider___ (n=AnOutsid@c-68-39-119-149.hsd1.pa.comcast.net)
17:31.50*** join/#webos-internals Gadfly (n=Gadfly@148.100.207.63)
17:38.37AnOutsider___well then
17:39.10Eguyhah comcast sucks
17:39.15AnOutsidermajorly
17:39.24AnOutsiderand I'm even on their expensive "business class" connection
17:39.27EguyLuckly I don't have them
17:39.59gkatsevAnOutsider: tweet about it, and youll get more help than if you call them... (unfortunately)
17:40.17gkatsevor fortunately, i dont know which it is
17:41.02EguyI would call that unfortunately
17:42.23gkatsevEguy: yeah, but it also means that you can get better service if you tweet to them on twitter so, you if you tweet you get benefits as opposed to the rest of peoples
17:43.18*** join/#webos-internals FreeTim (n=freetim@204.251.204.200)
17:43.49EguyKinda rediuclous though
17:43.56Eguyrediculous
17:43.58gkatsevyes
17:45.51Eguyhttp://farm4.static.flickr.com/3044/2671279406_556dde3d34.jpg actually that is even more rediculous
17:46.36gkatsevlol
17:47.04*** join/#webos-internals nets (n=zn3t@pool-74-99-47-195.chrlwv.east.verizon.net)
17:48.15EguyFernando @ Sep 10th 2009 1:11PM  Oh Palm you Nazi's you suck you control all your crap and never give us anything, the phone is mine and I want everything, derka derka!
17:48.27EguyAhhhhh the joys of 14 year olds on Engadget :)
17:48.41*** join/#webos-internals netz (n=zn3t@pool-74-99-47-195.chrlwv.east.verizon.net)
17:49.09*** join/#webos-internals Ingenium13 (n=josh@CMU-292144.WV.CC.CMU.EDU)
17:56.27*** join/#webos-internals Jack87 (n=Jack87@24.10.241.201)
18:02.53destinalNice, the forthcoming nokia N900 is supposedly an OMAP3430 also
18:03.06destinal(same as pre)
18:04.22AnOutsiderEguy: is that in response to NaNPlayer rejection?
18:06.54*** join/#webos-internals eno (n=eno@nslu2-linux/eno)
18:06.54*** mode/#webos-internals [+v eno] by ChanServ
18:16.34punzadahas his pre up and loaded and configured from stock
18:16.44punzadanow time to break it by logging into the shell and doing things I shouldn't
18:17.28punzadaand god going from resistive touchscreen to capacitive is fantastic >>
18:26.06lmorchardEh, doing things you shouldn't includes taking a bath with your pre, but not logging into a shell
18:26.32punzadalol ;p
18:26.38punzadafair enough
18:27.08punzadahonestly i've been using linux basically daily for around three years now, chances of me actually doing something wrong is quite slim
18:27.36punzadaI'm wanting it to get to 100% charged though and its sitting at 97%
18:27.52chrisaAre you talking about the ui display?
18:27.59lmorchardThere's also always the webOS Doctor, which will let you recover from pretty much anything you can do to it
18:28.05punzadayeah
18:28.21chrisaThe ui battery % lies intentionally, you're probably actually around 93-94%
18:28.44punzadahmm, lies and says its more then it is, I dont like that, if its going to lie tell me I have less then i do >>
18:29.33chrisaoh, wait. I did say that wrong
18:29.47punzadaoh, it does report less then you should have?
18:30.12punzadaoh nm anyway, says 100% now
18:30.12punzadanice
18:30.18chrisaIt basically comes down to reporting 0% when it has 4-5% left
18:30.28punzadaah, I see
18:30.37chrisaSo it can shut down properly, and doesn't get to a dangerous voltage level requiring taper charging
18:30.41chrisauser experience blabla
18:30.47punzadanods
18:30.55AZerowhat is taper charging mean?
18:30.56punzadathat i understand, the reverse confused me ;p
18:31.16AZerodoes*
18:31.25chrisaWhen a battery is below a certain voltage (3.1-3.2v or so for batteries like these) it's not safe to charge at a full current threshold
18:31.35chrisaSo you trickle charge at a low current until it is
18:31.44chrisaI misspoke before, trickle is for low, taper is for high / topping of
18:31.45AZeroit will damage the battery?
18:31.57chrisaSupposedly, I've never tried
18:32.04AZeroyou should try it and tell me =)
18:32.10chrisaThere are plenty of industry requirements (CTIA) requiring you handle it properly
18:32.13chrisaand certifications for charging
18:34.12*** join/#webos-internals Templarian (n=Templari@141.218.15.211)
18:34.12*** mode/#webos-internals [+v Templarian] by ChanServ
18:35.23punzadathis phone makes me wish I didn't friend and add people on aim that I dont' particularly like that much
18:35.31punzadalol
18:35.40chrisaThe aim contact thing does get annoying actually
18:37.00punzadaotherwise I'm loving this for right now though, I'm used to a battery sucking smart phone so I'm sure that wont bother me any
18:38.25*** join/#webos-internals Templarian (n=Templari@141.218.15.211)
18:38.25*** mode/#webos-internals [+v Templarian] by ChanServ
18:45.50*** join/#webos-internals Hyperian (n=Hyperian@x130-65-157-141.engr.sjsu.edu)
19:01.32*** join/#webos-internals stefan_schmidt (n=stefan@p5B035CDD.dip.t-dialin.net)
19:04.14*** join/#webos-internals Sargun (n=Sargun@atarack/Staff/Sargun)
19:04.14*** mode/#webos-internals [+v Sargun] by ChanServ
19:04.31punzadadamn, those lil ear buds the pre comes with sound great
19:05.00gkatsevpunzada: yeah, but uncomfortable as hell
19:05.12punzadayeah i could see them not being for everyone
19:05.18punzadathey're fairly obtuse
19:06.09gkatsevi got a pair of ultimate ears metrofi 220vi, really comfortable and sound amazing and the cable is sturdy and isnt prone to tangling. want to try the earplug hack on them
19:06.22punzadaearplug hack?
19:06.53gkatsevhttp://lifehacker.com/5347245/make-comfortable-noise+isolating-earbuds-for-less-than-a-dollar
19:07.36punzadaah, nifty
19:07.54punzadalifehacker is on my rss feeds how did I miss that, lol.
19:07.56gkatsevcuz my ears a fairly small
19:07.59gkatsevlol
19:08.14gkatsevlifehacker is one of the feeds i have that i read or at least skim ALL posts
19:14.30punzadai like how it does the screen lock >>
19:15.36*** join/#webos-internals tlz (n=dp@c-71-59-201-68.hsd1.wa.comcast.net)
19:24.06*** join/#webos-internals mikewx (n=mikew@mail1.ifbf.org)
19:37.02*** join/#webos-internals valexa (n=valexa@nextdesign.iasi.rdsnet.ro)
19:47.12*** join/#webos-internals djk (n=djk@ool-4573a369.dyn.optonline.net)
19:49.30punzadadoes video need to be in the mp4 container on the pre?
19:57.34*** join/#webos-internals Abyssul (n=Abyssul@cpe-075-176-175-108.sc.res.rr.com)
19:58.01Jack87hi guys
19:58.03Jack87whats new
20:00.20punzadatrying to figure out proper mencoder/ffmpeg conversion options for my media
20:00.21punzadalol
20:06.50AbyssulWhat folder contains the quick launch bar?
20:22.03*** join/#webos-internals dug (n=Adium@adsl-75-60-67-108.dsl.pltn13.sbcglobal.net)
20:23.34ashi__colopunzada: here's what worked with my for mencoder:  http://ashi.livejournal.com/159532.html
20:23.45ashi__colofor watching with the built-in pre video player
20:24.26punzadaty ;p
20:24.57ashi__colos/with my/for me
20:25.59punzadai downloaded handbreak for a nice gui solution to see how well that works, nice to have something command line though more my style
20:26.22punzadahandbrake*
20:27.02chrisaI've had mixed success with handbrake
20:27.12chrisaBut I've only tried a handful of times
20:27.13ashi__coloi actually tried handbrake on ubuntu, and it kept crashing.
20:27.56punzadajust finished conversion, we'll see how it goes
20:28.08punzadaat this point i just want to see another video pop up besides the default one
20:28.11punzadalol
20:28.13ashi__colo:)
20:29.33punzadavideo is crisp, subtitles look good, \o/
20:30.20ashi__coloyay.
20:34.33punzadahmm, would be nice if more containers were supported out of the box, palm should get working on that ;p
20:36.09ajameshopefully i'll have ogm support done soon
20:36.46ajamesat the gstreamer level anyway
20:36.59ajamesi'm not sure if the upper layers will cooperate
20:41.16punzadano flac support native eh?
20:41.18punzadaboo
20:41.28punzadasilly palm
20:43.03ajamesthat's probably next after ogg vorbis
20:43.18ajames90% of my music is either vorbis or flac :)
20:45.36punzadanice ;p
20:49.21rwhitbymorning
20:51.33punzadag'evening :P
20:55.44*** join/#webos-internals Ingenium13 (n=josh@CMU-292144.WV.CC.CMU.EDU)
21:00.10punzadahmm, I seem to be in some type of loop in enabling the webos quick install, if i try to download doctor within the installer it cant download it and if i manually download and place it in the folder it says its installed but on restart asks for it again >>
21:05.02punzadanm
21:05.04punzadaread the thread
21:05.05punzada;p
21:07.23Decimation__hmm
21:07.38Decimation__fritos on precentral figured out how to send audio/video via mms.
21:08.39egaudet_workhe is not going to post each one as a separate .patch because then he has to maintain possibly like 100 different combinations DeCiBeL
21:08.42egaudet_workerr Decimation__
21:08.49punzadahmm same issue still.
21:09.08Decimation__ahh
21:09.18Decimation__well, he should post each one for people who want to edit it manually
21:09.23egaudet_workWhat he should do is add enabe/disable to each one in the preferences of the messaging app
21:09.35Decimation__people who know enough to do so, so they can only have what they want
21:12.15rwhitbywhat's the thread?
21:13.07*** join/#webos-internals AnOutsider (n=AnOutsid@c-68-39-119-149.hsd1.pa.comcast.net)
21:13.22FreeTimpunzada: the doctor is big, over 200 MB it takes a while to download
21:13.30*** join/#webos-internals HattCzech (n=chatzill@cpe-66-69-208-155.austin.res.rr.com)
21:13.46punzadait cant download from the installer
21:13.48punzadait 404's
21:13.55punzadaso i already ahve it downloaded seperately
21:13.58rwhitbypalm changed the name
21:14.05rwhitbyjason hasn't updated to match yet
21:14.10punzadaoh
21:14.17punzadawell i've renamed to
21:14.24punzadawebosdoctor.jar as suggested in the thread
21:14.26punzadaand it still finds it
21:14.43punzadaand it still just deletes it, any idea where it installs to and what the file needs to be named under linux?
21:15.07rwhitbyit doesn't say in the 100+page webos doctor thread?
21:16.00punzadanot that i can find brb afk
21:16.13rwhitby(I don't know the answer, I run wosqi on a mac)
21:18.03egaudet_workcommute home
21:24.25stefan_schmidtajames: Nice that you are working on it. adding ogg vorbis support for the installed gstreamer was on top of my list once the Pre GSM is available
21:25.16stefan_schmidtajames: I would wonder if the upper layers make problems here. They should rely on gstreamer infos only.
21:26.08stefan_schmidtajames: please let me know if you have success.
21:26.27stefan_schmidtgoes to bed now
21:36.32*** join/#webos-internals djk1 (n=djk@ool-4573a369.dyn.optonline.net)
21:59.11*** join/#webos-internals jcrawford (n=jcrawfor@pool-173-76-100-168.bstnma.fios.verizon.net)
22:00.28*** join/#webos-internals Ingenium13 (n=josh@c-71-199-97-226.hsd1.pa.comcast.net)
22:02.18*** join/#webos-internals Orion_PK (n=OrioNPK@c-75-72-37-51.hsd1.mn.comcast.net)
22:04.23gkatsevlooks like im sticking to my mp3 player, podshifter.com does a good job but my mp3 does a better job, too bad, wouldve liked to only have one device
22:07.47gkatsev-> home
22:08.57*** join/#webos-internals doodums (n=thadood@mharder-2.memphis.edu)
22:13.08*** join/#webos-internals acydlord (n=acydlord@174-17-67-87.phnx.qwest.net)
22:18.31*** join/#webos-internals xalbo (n=eimi@128.252.20.177)
22:20.38*** join/#webos-internals valexa (n=valexa@nextdesign.iasi.rdsnet.ro)
22:21.28AnOutsiderpodshifter.. interesting
22:21.38AnOutsiderin what cases is it needed to listen faster?
22:24.32*** join/#webos-internals doodums (n=thadood@mharder-2.memphis.edu)
22:26.27*** join/#webos-internals Sargun (n=Sargun@atarack/Staff/Sargun)
22:26.27*** mode/#webos-internals [+v Sargun] by ChanServ
22:33.03*** join/#webos-internals examance1 (n=examance@ip68-99-24-207.om.om.cox.net)
22:36.05*** join/#webos-internals Gadfly (n=Gadfly@251-214-pool1.P-POOL.MARIST.EDU)
22:37.44*** join/#webos-internals tharris- (n=none@pool-96-243-152-106.tampfl.fios.verizon.net)
22:37.44*** mode/#webos-internals [+v tharris-] by ChanServ
22:40.26*** join/#webos-internals greg_roll (i=7381030c@gateway/web/freenode/x-aoykypqwlziollfg)
22:51.53rwhitbyanyone here who can check an ESN to see whether it is good or bad?
22:52.11*** join/#webos-internals hemna (n=waboring@66.60.188.8)
23:02.59gkatsevAnOutsider: i like listening to podcasts and audiobook at 150% playback speed. i get through em faster
23:06.01AnOutsiderah makes sense
23:06.23AnOutsiderso who wants boot screen ipks! woo!
23:06.24AnOutsiderlol
23:07.34tharris-hehe i would
23:08.48AnOutsiderheh
23:08.57AnOutsiderlemme enable downloading on the site for the ipls
23:09.00AnOutsideripks even, gimme a min
23:13.29AnOutsiderhttp://www.prethemer.com/Pirate-boot-logo14.html try that on for size
23:15.05gkatsevhehe, evil panda
23:15.52AnOutsiderthey will replace your boot logo with no backup tho, so to get the original back: http://www.prethemer.com/Palm_Default-boot-logo3.html
23:16.14AnOutsidermucho gracias to rwhitby for help with the packaging. Maybe we can start getting these into preware
23:19.38gkatsevcan you make a doctor who themed one?
23:19.54gkatsevfood, brb
23:20.45AnOutsiderI didnt make those, just the site haha. Asked a couple designers on precentral to use theirs in testing
23:22.58*** join/#webos-internals crazycarrot (i=401c9883@gateway/web/freenode/x-fcwkvugnwkqgfqgu)
23:25.58*** join/#webos-internals zsoc (n=nghr@unaffiliated/zsoc)
23:26.42rwhitbysince good alpha testers are likely to be in this channel: http://forums.precentral.net/showthread.php?p=1885037#post1885037
23:27.05gkatsevheh
23:27.53zsocwhat makes a 'good' alpha tester? :P
23:28.07rwhitbysomeone who can give intelligent bug reports
23:28.29zsocI see. I've already installed probably 30 packages from opt-ware, but with no "extensive" testing or bug reporting.
23:32.06*** join/#webos-internals FreeTim (n=freetim@96.237.131.170)
23:33.10rwhitbyJackieRipper: ping
23:35.12gkatsevgdial pro graduated to app catalog? cool
23:40.20freakoutrwhitby: I'd like to but doubt I fit your definition of "good".
23:40.44freakoutAlso: I was a bit torqued when Palm gave PreCentral an exclusive on the Pixi.
23:40.50rwhitbyzsoc: actually, you'll be a great alpha tester for testing the interoperability of the old bootstrap script and the new Optware Bootstrap package.
23:40.52Jack87flpalm is not in here anymore but congradulations to him for making it to the app catalog
23:41.01freakoutNow today I find that rather than respond to emails, they instead post on the Precentral forums.
23:41.19freakoutWTF
23:43.42AnOutsiderpalm posted on the forums?
23:43.49rwhitbyyep, chuq posted
23:43.53freakoutChuq did, anyway, responding to that nanplayer thing
23:43.58freakoutI emailed him hours beforehand
23:44.13rwhitbyhttp://forums.precentral.net/palm-pre/202285-palm-rejects-nanplayer-advanced-music-player-app-catalog-9.html#post1884445
23:44.24rwhitbyfreakout: at least you now know where you stand ;-)
23:44.40freakoutrwhitby: yes. Waaaaaaaaaaaaaaay in the back.
23:44.46rwhitbyfreakout: if it's any consolation, he doesn't respond to my emails either.
23:44.46freakoutI'd like to know what we did wrong...
23:45.01zsocfreakout, be small :)
23:45.10freakoutBloke is meant to be a "Community Manager"
23:45.15zsocrwhitby, er, define how i could be a great alpha tester for something i didn't understand before i wiki'd it? :P
23:45.25freakoutGenerally I would consider responding to the community part of the job description.
23:45.31freakoutMaybe I'm just crazy?
23:45.39AnOutsiderhmm reading the post... seems it makes more sense to make a wide annoucnement than answer each person individually
23:45.51AnOutsidertho i guess he couldve responded and said "here's the response *link*"
23:45.54zsocIt's ok, we love you tim
23:46.38freakoutAnOutsider: not to sound self-important, but i'd hope I get a little more attention, being a writer for one of the oldest palm fansites on the 'net
23:46.40rwhitbyAnOutsider: freakout is from palminfocenter - what he's saying is that Palm is playing favourites amongst tech blogging sites.
23:47.15freakoutzsoc: :)
23:48.11AnOutsiderahh
23:48.16AnOutsiderforgive me for not being in the loop ;)
23:48.23freakoutActually, even *some* attention would be nice nowadays.
23:48.26freakoutAnyway I'll stop whinging
23:48.32AnOutsiderhaha its cool man
23:48.36AnOutsiderin light of that knowledge i understand
23:48.37freakoutbut goddamn if it isn't annoying.
23:48.45*** join/#webos-internals raeb (n=quassel@c-67-176-112-120.hsd1.co.comcast.net)
23:48.56freakoutAnOutsider: :)
23:49.53Jack87sprint anouncement on the 5 o clock news
23:49.57Jack87about moible to mobile
23:50.08raebyay for mobile to mobile
23:50.12raebhow does it determine if its a mobile fone
23:50.17raeblike
23:50.25raebmy google vooice # can receive text msges
23:50.30raebdoes that count as a mobile fone?
23:51.08raeband if so, if i do all my calls thru google voice, will i have unlimited minutes no matta who im calling in the us
23:51.52zsocraeb, probably. it's basically already like that as it is with tmobile fav 5 or even sprint offers an unadvertised 5 number deal
23:52.05gkatsevraeb: "AMA Applied when directly dialing/receiving standard voice calls between domestic wireless numbers as determined when the call is placed using independant third-part and Sprint databases"
23:52.25raebah ha!
23:52.39gkatsevzsoc: tmobile fav 5 is to any 5 numbers, so, its a bit different
23:52.40rwhitbyfreakout: we give you love on http://www.webos-internals.org/wiki/Press_Room
23:52.45gkatsevraeb: from anymobile.sprint.com
23:53.43gkatsevcareful, its a flash site... unfortunately...
23:55.09freakoutrwhitby: heh. feelin' the love. Palm just boggle me though.
23:55.48rwhitbyegaudet: the guys from PreLoad are going to check out the virtual keyboard state of the art patch handling code in the postinst and prerm git files.
23:56.21egaudetI'm going to be reverting the current ones
23:57.48egaudetThe ones in the virtual-keyboard.git have that fancy md5sum stuff so they should work well with not touching any file that it isn't sure about during install and uninstall, but I don't like that because then it basically shuts the user out of those files

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