IRC log for #webos-internals on 20100117

00:02.59*** join/#webos-internals rb2k (n=rb2k@e180001221.adsl.alicedsl.de)
00:03.16rb2kis there a service that spawns services on demand yet?
00:03.27*** part/#webos-internals twik (n=twik@173-143-14-42.pools.spcsdns.net)
00:04.51rwhitbyrb2k: upstart manager service
00:07.11rb2kah ok
00:07.22rb2kso that basically listens in the background
00:07.28rb2kand whenever an app needs something native
00:07.32rb2kit can tell upstart to launch it
00:07.46rwhitbyrb2k: what use case are you envisioning?
00:07.58rb2knothing, just reading a bit into the platform :)
00:08.11rb2kwell, more poking instead of reading
00:08.19tmztPalm can do it?
00:08.21tmztPalm can do it
00:08.29tmztwith type:game
00:08.33tmztwhy a service?
00:08.56rb2khuh?
00:09.09rb2kdo you mean that the games use C stuff without a service?
00:09.11rwhitbytmzt: huh?
00:09.34tmztdBsooner: mw just uses php's upload stuff which puts it in a file on the server, so you are probably getting it overwritten
00:09.44rwhitbytype:game can only launch a single binary from an app launcher icon.  I'm not sure that's what rb2k is asking for.
00:09.50dBsooner?
00:10.03tmztyeah, you really mean a service sorry
00:10.05dBsoonertmzt: no the files don't exist
00:10.21dBsoonertmzt: i think i know what's wrong and have corrected it.
00:10.44tmzthmm, well when I looked at it that was how it worked but I decided not to use it and didn't go any furthur
00:10.57tmzt(mediawiki and it's upload)
00:11.07tmztokay, cool
00:11.52destinalrb2k: games are native binaries with SDL
00:12.41hape_dBsooner: Did you got the mail with the patches?
00:12.59rb2kah, ok
00:13.00rb2kcool
00:16.43dBsoonerhape_: I did.. I didn't get them in yet though.
00:17.44hape_thaths ok, only whant to know if they reatched you
00:24.39*** join/#webos-internals jmyadagod (n=jmya@pool-71-175-230-93.phlapa.east.verizon.net)
00:28.45*** join/#webos-internals djk (n=djk@ool-4573e23f.dyn.optonline.net)
00:29.20*** join/#webos-internals Vince42 (n=vincent@82.113.121.91)
00:31.51Vince42i am trying to log into my pre via openssh - it used to work, but i get this "server refused our key" message again and /var/log/messages moans "2010-01-17T00:27:34.232086Z [205851] palm-webos-device authpriv.warning dropbear [19097]: user 'root' has invalid shell, rejected" ... have there been changes by updating to 1.3.5.x?
00:32.33rwhitbyVince42: what shell does root have in /etc/passwd, and is that shell in /etc/shells ?
00:33.39Vince42passwd: root:something:0:0:root:/home/root:/bin/sh
00:33.55Vince42shells is empty
00:34.04rwhitbyuse openssh server on the Pre instead.
00:34.36Vince42k, will install it right away - it's that dropbear, who is not fully fledged, right?
00:35.10Vince42btw: the OpenSSH page on the wiki has been drastically shortened compared to the stuff we did in December - any idea why?
00:35.28rwhitbyVince42: cause it's all in preware now
00:36.09Vince42in the description of the openssh package?
00:36.22dBsoonerrwhitby: that patch is updated
00:36.29dBsoonerthe one you wanted... really silent I think?
00:36.30Vince42is the root password also set there? or is it no longer necessary?
00:36.39rwhitbyVince42: we use ssh keys only now
00:36.45*** join/#webos-internals starkfu (i=ae9cf3d4@gateway/web/freenode/x-tsgijvyizqhxavjv)
00:36.45*** join/#webos-internals playya (n=playya@unaffiliated/playya)
00:37.04Vince42ic - great - that eases a lot :)
00:37.04destinalVince42: dropbear is great
00:37.21Vince42destinal: but doesn't allow me to log in :P
00:37.24destinalit's just smaller, made for embedded devices
00:37.50destinalVince42: you have to set up a key or log in by novaterm and change it to allow password based logins
00:38.19rwhitbydestinal: dropbear is smaller and slower
00:38.20Vince42i have everything set up as i used to log in like that before i updated to 1.3.5.x
00:38.31*** join/#webos-internals dkirker1 (n=dkirker1@openmobl/ceo/dkirker)
00:38.41destinalrwhitby: sure, but memory is kind of at a premium and I don't need it to be fast
00:38.55Vince42hmmm ... preware tells me that i already installed openssh *gulp*
00:39.17destinalif I get a pre plus then I'll run openssh in my vast abundance of RAM
00:39.18rwhitbyVince42: 1.3.5 probably removed the user from /etc/passwd - once of the reasons why I don't recommend a separate user any more, cause to do it you need to mess with palm files that will be overwritten any time base-package gets updated
00:39.44Vince42i logged in as root - cuz you recommended that in december :P
00:39.45rwhitbydestinal: once we have upstart manager service control it, that won't be a problem
00:39.49destinalrwhitby: I've kept root across many versions, I don't use the extra user
00:40.03destinal1.3.5 included
00:40.25rwhitbydestinal: right, cause you have a strong root password.
00:40.38rwhitbyand hence are not vulnerable to the iphone worm
00:40.47*** join/#webos-internals tomsky007 (i=5d60936c@gateway/web/freenode/x-usddsbbpfcsjufli)
00:41.32destinal*nods*.  I just don't think keys are a one size fits all solution.
00:41.35rwhitbydestinal: actually, did it retain your root password from 1.2 to 1.3, or did it delete it?
00:41.52rwhitbydestinal: they are for people who don't know how to edit an upstart script
00:41.57destinalhmm, I don't know actually I think I doctored 1.3.2 and OTA'd to 1.3.5
00:42.14destinalI think it kept it from 1.2 to 1.3 though
00:42.14Vince42OpenSSH is installed already - how do i convince the pre to use openssh instead of dropbear then? or do i need to uninstall dropbear?
00:42.25rwhitbydestinal: right, I expect someone's strong root password would have been set to empty in a 1.2.1 to 1.3.1 OTA update
00:42.54rwhitbyso if we used root password auth, they would now be vulnerable,
00:43.17rwhitby(although maybe an empty password check would save them)
00:43.21destinalhmm, to empty really?
00:43.52destinalyeah that wouldn't be good.  I also don't allow connections from EVDO
00:43.57rwhitbydestinal: basically, I abhor changes to Palm files, when there is an alternative method which does not change Palm files.
00:44.13rwhitbysince eventually you will get screwed if you do that
00:44.21destinalrwhitby: but, they're all MY files.. :P
00:44.39rwhitbydestinal: only if you turn off updates
00:44.48rwhitbyif updates are on, they are Palm's files
00:45.05rwhitby(and they reinforce that by sending them back to themselves regularly)
00:45.19Vince42*slight cough*
00:45.22destinaloh, rxdx?
00:45.28destinaltotally optional
00:45.35rwhitbyturned on by default
00:45.43destinalyeah, there is that
00:46.19rwhitbyanyway, that's my rationale for the defaults for openssh and dropbear in preware.  people who know enough to argue about them also know enough to change them :-)
00:46.38rwhitbypeople who don't remain safe across OTA updates
00:46.38Vince42so, obviously both dropbear and openssh are installed already ...
00:47.03destinalrwhitby: on the one hand, you're right. on the other hand, leaving the impression that it's not flexible and a pain in the ass...
00:47.08rwhitbyVince42: uninstall both, then install OpenSSH via Preware and use the homepage link in Preware for openssh to set up keys
00:47.23Vince42k
00:47.28rwhitbydestinal: security always is a pain :-)
00:48.51rwhitbydestinal: if we can work out a way to secure set a password, and enforce a strong password, and know that it won't be removed by an OTA update, I'm all for it.
00:49.05rwhitbyat the moment, I don't know how to do that.
00:49.40destinalrwhitby: hmm.. I'll think about it.  we could use an alternate password file for optware daemons, I suppose.
00:50.19*** part/#webos-internals knowyou (n=wIRCer@99-207-16-7.pools.spcsdns.net)
00:51.00destinaland have an app to set it and check strength.  I think it should do what passwd does and warn about weakness rather than dictate to users they WILL use a strong one  (again, it's my phone, my choice)
00:52.02destinalI know you've generally been more about, well if they don't know enough they don't get a choice.  That seems un-free to me
00:52.27dBsoonerrwhitby: retweet PLEASE? :)
00:54.52*** join/#webos-internals leonardo (n=leonardo@host188-184-dynamic.36-79-r.retail.telecomitalia.it)
00:55.45rwhitbydestinal: no, I'm about giving choice between easy options that don't hurt, but allowing anyone to still go in via command line and shoot themselves.
00:56.12destinalrwhitby: but that totally eliminates the user friendly suicide options! :P
00:57.42destinalanyway I'll give it some thought on how to do it right, but remember that passwd doesn't say, no, your password strength sucks, if you want to use that you'll have to crypt() it by hand and put it in the file
00:58.20rwhitbydestinal: as long as the passwd warning is displayed to the user, and cannot be gotten around by a rogue webos app, no problems.
00:58.27*** join/#webos-internals dug1 (n=Adium@c-24-130-185-86.hsd1.ca.comcast.net)
00:59.15destinalof course we'll have to ban "apline" :P
00:59.32destinals/apl/alp/
01:00.50rwhitbydestinal: why would you remove that choice from the user?  don't you advocate them having free choice?
01:01.13rwhitbyare are you just drawing the line of helpful security slightly different to me?
01:01.21rwhitbys/are are/or are/
01:02.00Vince42rwhitby: that did it ... thanks a lot. Would it be clever to inform the user about the ambiguity of having DropBear *and* OpenSSH installed at a time?
01:02.03azakususeful bot command
01:02.10destinalrwhitby: I was joking about alpine actually
01:02.40destinalI want to enforce secure defaults but provide options
01:02.43rwhitbyVince42: for the Preware packages, there is a defined priority if you have both installed
01:02.50rwhitby(openssh takes priority)
01:03.15destinalrwhitby: it is an interesting balancing act
01:03.17rwhitbyVince42: if it doesn't that's a bug
01:03.23Vince42ah, ic ... i already wondered why dropbear was installed and was still shown to me in optware feed for installation - i kinda understand :)
01:04.01dtzWill|awaygeist: yt? what are the typicall arm registers for parameters?
01:04.08rwhitbyVince42: packages installed via ipkg-opt are in a different ipkg database from those installed via Preware.
01:04.34dtzWill|awaygeist: ah found it in log earlier from you tyvm. sorry :):)
01:04.44Vince42just out of curiosity: even if i don't need them atm - is it clever to just install all optware packages in case i will need them one fine day? or is it somehow a waste of resources?
01:05.06rwhitbyVince42: waste of resources.  you can always install them later OTA with Preware
01:05.16Vince42k
01:05.29rwhitbyespecially, e.g., Lighty Web Server.
01:05.49rwhitbywhilst by default they will be safe and secure, they will use resources.
01:06.02Vince42ah, k
01:06.16rwhitby(if any are not safe and secure by default, it's a bug)
01:07.55destinalthinks running a web server on one's phone is generally very silly.
01:07.57destinalbut again, options
01:09.49destinalI know someone was doing GPS tracking with a php script run out of cron, which, uh,  I have nothing good to say about
01:10.08destinalbut again, your linux box, rock out
01:13.06rwhitbydestinal: web server on the phone makes it easy to quickly port things like cacti for graphing your phone's network usage on various interfaces
01:13.28destinalshudders
01:13.47destinalsnmp and a web interface?
01:13.59rwhitbydestinal: I said "quickly" port
01:14.09rwhitbyi.e. just run an optware package
01:14.14destinalyeah, the flexibility is awesome
01:14.16destinaldon't get me wrong
01:15.33destinalif someone asked before I got the pre if a phone that had apps based on javascript / html /css  and in webkit would be a good idea, I would have been totally against it, which just goes to show that various layers of abstraction can be useful to some people where least expected
01:16.04destinalnot great on performance, generally, though
01:16.28zsocI agree, this phone is terrible
01:16.31zsocand I love it
01:16.45destinalzsoc: yeah, it's so internally conflicting
01:16.47destinal:)
01:17.11destinalglad we got native apps, now there's all kinds of choice
01:17.34zsoconce we get all the bridges built
01:17.39destinal*nods*
01:20.14Vince42is there a gui for knock yet?
01:22.01Vince42and does the ipkg-opt knock package include a client too?
01:23.28rwhitbyVince42: dunno
01:23.53Vince42k
01:25.33Vince42what do you guys use for editing tons of addresses - is Exchange the only way to do that? Cuz i don't want to expose all my contacts to google, facebook or whatever ...
01:26.26Rick-homeVince define "editing tons of addresses"
01:26.43destinalVince42: what's knock, like for port knocking or something else?
01:27.04Vince42destinal: yep
01:27.10destinalah
01:27.31destinalwell you could easily put a knock.sh  in a shell script in an icon if you don't need a gui
01:27.47destinalusing the packaging technique here:  http://www.webos-internals.org/wiki/Building_DOOM_with_scratchbox2
01:27.54Vince42Rick-home: well, i needed to bring all my addresses to my palm, thus i imported them from vcfs - but all my addresses have been corrupted as the umlauts were not properly converted
01:28.08Rick-homeVince42 got it.
01:28.17Vince42destinal: that's exactly what i was looking for, thx :)
01:28.21Rick-homeVince42 what program do you have them in on the desktop?
01:29.28Vince42i had them in palm desktop
01:29.45Vince42now i am completely without any app
01:30.32destinalVince42: they're not still in palm desktop?
01:30.38Vince42i tried several variants, but nothing was really "nice" - so i ended up in spending some hours in a cafe rewriting all my addresses ...
01:30.44destinalouch
01:31.09Rick-homeVince42 do you STILL have them in palm desktop?  Is that file still available?
01:31.21Vince42yes
01:31.52Rick-homethen, just use  http://www.chapura.com/echo.php
01:32.10Rick-homewhich is a bi-directional sync from palm desktop to the pre.
01:32.18Vince42tried that one: it's crappy - at least it didn't allow proper two-way sync afair
01:32.27Rick-homereally?
01:32.37Vince42something was missing with the chapura - yeah, i was greatly disappointed
01:32.52Vince42thus i threw it out again
01:33.09Rick-homeVince42 did you try it after their 2.0 release?
01:33.19Rick-homeif not, you should update, since you already have it.
01:33.23Vince42not sure - i will read the release notes now :)
01:34.33*** join/#webos-internals ryan_gahl (n=ryan@173-109-59-103.pools.spcsdns.net)
01:34.34Rick-homeit's pretty solid at this point.    the one released on Friday is really quite good.
01:34.35Vince42a little drawback with echo is, that they don't sync memos and todos ...
01:34.38*** join/#webos-internals gollyzila (i=4ca8f7d3@gateway/web/freenode/x-ojzzflelgttxhabv)
01:34.54Rick-home((cough cough)) You were asking about addresses.....
01:35.18Rick-homebut actually, they DO sync those things now.
01:35.19destinalbbl
01:35.32ryan_gahlhi all
01:36.06Vince42Rick-home: i'll give it a try - np :)
01:36.35Rick-homewhen we tested it it was utterly seemless.
01:38.57Vince42now i am excited - this will keep me busy for the rest of the night (reinstalling pd, echo, testing) - hehehehe
01:39.05Vince42and it's all your fault :P
01:39.05ryan_gahlso, I just have not been able to get this, and i know it's because I'm extra lame - I got through all the PDK install steps (great instructions, btw!)... then ran make build for ScummVM - peeked at the makefile to see where the output was, found /media/cryptofs/ dir, but it's empty in file explorer as well as via ls in terminal (but oddly when i do a file viewer search for 'scummvm' i then can see a scummvm.exe but can't do anyth
01:40.54ryan_gahlany1 :)? am i doing something wrong if I can't find the output from the make build of the scummvm package?
01:41.46*** join/#webos-internals PdxJohn (n=wIRCer@70-0-232-100.pools.spcsdns.net)
01:42.36*** join/#webos-internals destinal-wirc (n=wIRCer@68-240-5-249.pools.spcsdns.net)
01:43.24PdxJohnlooks around
01:44.06*** part/#webos-internals PdxJohn (n=wIRCer@70-0-232-100.pools.spcsdns.net)
01:45.27*** join/#webos-internals PullingJ (n=Skuzz@c-71-199-247-68.hsd1.fl.comcast.net)
01:47.09ryan_gahlwell... that's not encouraging
01:47.16ryan_gahlhm
01:47.28zsoc?
01:47.35Vince42just be patient - somebody will answer one fine day ... :P
01:47.39ryan_gahl:)
01:48.14ryan_gahlno worries, just dying to get past the oh-so-close stage
01:49.33destinal-wircrwhitby: are logs stopped or is it just my browser cache
01:51.12ryan_gahldo i need to chmod 777 the cryptofs folder before making?
01:51.16ryan_gahlperhaps?
01:51.50ryan_gahl... feeling stupid :(
01:51.50*** join/#webos-internals kollock (n=FuMan@ip72-200-194-69.ok.ok.cox.net)
01:52.30destinal-wircryan: what
01:52.50ryan_gahlhey destinal
01:53.15ryan_gahlsry - ran throught the PDK steps, everything went smooth (thanks to you guys' great directions)
01:53.27destinal-wircwhy
01:53.43ryan_gahlfinal step though, made scummvm... can't figure out where the output is (cryptofs folder reports emptiness)
01:53.52ryan_gahlwhy?
01:54.28*** part/#webos-internals Vince42 (n=vincent@82.113.121.91)
01:55.33ryan_gahlso i'm missing a fundamental understanding of this build process i guess
02:00.26*** join/#webos-internals reality9110 (n=reality9@c-76-20-254-28.hsd1.ga.comcast.net)
02:09.28*** join/#webos-internals dBsooner-Pre (n=dBsooner@unaffiliated/dbsooner)
02:09.28*** mode/#webos-internals [+v dBsooner-Pre] by ChanServ
02:09.38dBsooner-Prerwhitby.. big problem
02:22.54*** join/#webos-internals infobot (i=ibot@rikers.org)
02:22.54*** topic/#webos-internals is Discussion about webOS internals (not webOS SDK usage - use #webos for that, or wIRC - use #wirc 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/ Preware: http://install.preware.org Patches: http://webos-patches.dbsooner.com/
02:22.54*** mode/#webos-internals [+v infobot] by ChanServ
02:37.03acydlordso I have a touchstone on its way to me right now
02:37.34acydlordand i know for linux i'm gonna use libnotify and/or conky for the desktop notification push, any idea for windows?
02:46.53tmztacydlord: what are you working on?
02:47.25Towzzerdestinal
02:47.31acydlordtmzt, a service that when the pre/pixi is on the touchstone it will forward notifications to the desktop
02:47.43tmztcool
02:48.11Towzzeri love touchstone
02:49.04*** join/#webos-internals icarus_ (n=tits@unaffiliated/icarus-/x-7520418)
02:49.14acydlordi came up with the idea when i looked at my phone one day sitting on my desk and i had missed about 15 messages
02:49.47*** join/#webos-internals ryan_gahl (n=ryan@173-109-59-103.pools.spcsdns.net)
02:49.50acydlordi'm thinking on windows that snarl/growl would be a good notification method
02:49.50Towzzeryou should turn on led notifcations
02:49.51GreedyBacydlord that's a really great idea
02:49.54Towzzerthat way you know
02:50.04GreedyByeah led notifications are grand
02:50.25acydlordTowzzer, i have led notifications on but they dont do much when your focus is on the computer screen
02:50.27*** join/#webos-internals icarus_ (n=tits@unaffiliated/icarus-/x-7520418)
02:50.35Towzzerah
02:50.37acydlordlike if im coding or reading something i dont notice my phone
02:50.58acydlordi think i'll also throw something into the service to output an rss feed
02:51.18tmztinteresting
02:51.18acydlordi think people with the logitech g series keyboards would like that part
02:52.21*** join/#webos-internals Adora|Home (n=Adora|Ho@205.248.100.252)
02:53.05acydlordif i use snarl/growl on windows it would easily work in growl on mac
02:55.04*** join/#webos-internals sportman (n=sportman@ool-182f4824.dyn.optonline.net)
02:55.05*** join/#webos-internals pedro (i=45aba0d8@gateway/web/freenode/x-yflwnfkokpxybdzl)
02:55.20*** join/#webos-internals LurkerXXX_ (n=LurkerXX@99.128.16.189)
02:55.22*** part/#webos-internals pedro (i=45aba0d8@gateway/web/freenode/x-yflwnfkokpxybdzl)
02:56.45*** join/#webos-internals hawiwo (n=wIRCer@stgt-5d840ff1.pool.mediaWays.net)
02:57.28acydlordi think i'll throw a poll up to see what people's favorite notification apps are
02:57.41*** join/#webos-internals LurkerXXX_ (n=LurkerXX@adsl-99-128-16-189.dsl.bcvloh.sbcglobal.net)
02:59.14Towzzeri wish the pre had more lights
02:59.16Towzzerlike a battery led
03:00.04acydlordhands towzzer a dremmel and a bag full of diodes
03:00.27*** join/#webos-internals LurkerXXX_ (n=LurkerXX@adsl-99-128-16-189.dsl.bcvloh.sbcglobal.net)
03:02.00*** join/#webos-internals LurkerXXX_ (n=LurkerXX@adsl-99-128-16-189.dsl.bcvloh.sbcglobal.net)
03:02.03*** join/#webos-internals edektor (n=edektor@static-208-187-122-54.bbsc.net)
03:06.05*** join/#webos-internals LurkerXXX_ (n=LurkerXX@adsl-99-128-16-189.dsl.bcvloh.sbcglobal.net)
03:08.00*** join/#webos-internals PdxJohn (n=wIRCer@174-144-8-135.pools.spcsdns.net)
03:09.09PdxJohnhello?
03:09.33tmzthello
03:09.44tmztyou are in the webosinternals channel
03:09.51tmztits a technical channel
03:10.40PdxJohnyeah I had a question about preware
03:11.15Rick-homethen you're in the right place PdxJohn
03:11.24Rick-homeask
03:12.07PdxJohnI have a palm pixi and I was wondering why I don't see quake available on preware? is it only available on the pre due to gpu limitations?
03:12.23geistthat's correct
03:12.35geistwell, quake i dunno. but GL is only available on the pre
03:12.56geistnot sure if that particular package is hw accellerated or not
03:13.18Rick-homePdxJohn  it's because Palm (points to the geist over there) has not released the SDL and GL ES libraries for the pixi's processor yet.
03:13.56PdxJohnah I see, thank you, figured that much but wasn't sure
03:14.03Rick-homePdxJohn  1.3.5  had the libraries in it for the PRE, but they have not been released for the (different cpu by a different manufacturer with a different gpu) Pixi
03:14.46*** join/#webos-internals reality9110 (n=reality9@c-76-20-254-28.hsd1.ga.comcast.net)
03:15.12Rick-homeThere is some hope that this will be resolved in 1.4, but at this time, 1.4 is under NDA, so even if I did know, I couldn't tell you, and the most you'll get from geist over there is "I can neither confirm or deny."  :-)  So,  patience ==  it's not just preware tho, you can't get need-for-speed for the pixi either
03:15.13PdxJohnthanks for the help, hope to see more great stuff in the future
03:15.25Rick-homeThe folks here are working on it.  Stop in anytime.
03:15.52PdxJohnkk :)
03:16.08*** part/#webos-internals PdxJohn (n=wIRCer@174-144-8-135.pools.spcsdns.net)
03:16.22Rick-home~geist
03:17.46acydlordthe lack of an OMAP proc in the pixi makes me sad in the pants
03:19.09geist:(
03:19.22*** join/#webos-internals dkirker1 (n=dkirker1@openmobl/ceo/dkirker)
03:20.35acydlordi still wonder if they did that for pricing reasons, or for size
03:21.33tmztthe gpu is pretty nice
03:21.37geistboth
03:21.44geistQC makes integrated cpu + modem
03:21.46tmztarm11 is not so bad either and fpu/vfp rally helps
03:22.09tmztgeist: got Pixi kernel sources fixed?
03:22.15geistno idea
03:22.20geisti am unaware of any such problems
03:22.29acydlordi really want the pixi+ for wifi
03:22.50tmztmissing wifi makes no sense though
03:22.55tmztit has to be market based
03:23.05tmztdoes it have bluetooth?
03:23.14acydlordyeah it has bluetooth
03:23.31tmztgeist: the only Pixi related code in the 2.6.24 patch is the board file
03:23.45*** join/#webos-internals destrudo (i=destrudo@this.is.a.d4m4g3d.net)
03:23.53tmztyou said it might be against a git tree but it's clear supposed to be against 2.6.24 vanilla
03:24.08tmztmach-msm is otherwise empty
03:24.25acydlordi still need to get around to sacrificing the a2dp for bluez on my pre
03:24.27geisti dunno
03:24.57tmztacydlord: hmm, why do you lose a2dp?
03:25.26acydlordtmzt, from what i was reading there was a conflict with the palm a2dp libs and bluez
03:25.26geistwhere did you get the patches tmzt?
03:26.05acydlordand i never use bluetooth audio, so i'd rather have bluetooth file transfer
03:26.24tmztwhy do you need the palm libs?
03:26.31tmztgeist: opensource.palm.com
03:26.36tmzt1.3.5
03:31.48geistyeah, you're right
03:31.52geistthat patch is completely busted
03:32.00geisti see what the problem is, it's the patch for pre, not pixi
03:32.19geistwe currently have two different kernel trees, so it really needs to be seperate patches for pre and pixi
03:32.22geistit's not the same kenrel at all
03:33.42*** join/#webos-internals dkirker1 (n=dkirker1@openmobl/ceo/dkirker)
03:34.18*** join/#webos-internals Adora|Home (n=Adora|Ho@205.248.100.252)
03:34.33geistdid we ship 1.3.5 for pixi?
03:34.47destinal-awayyes but no source
03:34.50geistdid any of the kernel patches for any of the versions ever have pixi bits? is it newly broken?
03:35.00geistor did we just totally screw it up always
03:35.01destinalI think no source anyway
03:35.24geistah, okay. shooting an email internally. the patches are generated by someone else outside of our team, and they probably didn't know there were two kernel trees
03:35.37geistwhy board-chuck.c even exists in that tree i dunno
03:36.47*** join/#webos-internals gollyzila (i=4ca8f7d3@gateway/web/freenode/x-kpdfktwxrlsarxod)
03:38.23tmztyeah, that makes sense
03:38.31destinalthere's someone named chuck and there's a board named after him?
03:38.42tmztI think it's a woodchuck
03:38.52tmztwhat do I know
03:39.00destinaldon't let woodchucks near kernel trees
03:39.09destinalhttp://instantrimshot.com/
03:39.24tmztbgsound?
03:39.34tmztprobably takes a minute to load
03:39.40geistno, pixi is chuck
03:39.46geistpre is sirloin
03:39.50destinalah
03:40.08geistfor kernel stff you have to use an internal machine identifier
03:40.08tmztgeist: cool, can you tell them about the wonders of git as well?
03:40.20geistand you should register it ahead of time, so we use cuts of meat
03:40.29destinalgeist: hehe
03:40.38tmztyes but you have to register mach as well
03:40.46geistMACH_CHUCK, etc
03:40.51tmztso the secrecy isn't really there
03:40.55tmztarch I mean
03:41.01geistactually you dont
03:41.09geistthe register page doesn't require that you fill anything out really
03:41.30tmztthat's useful, so the mach-types file will be missing important parts
03:41.30timepantswhats porterhouse :O
03:41.45tmztor what's Plus?
03:41.54acydlordgeist, when do we get a mingon device? =x
03:42.38destinalporterhouse
03:43.34geistpre+ is sirloin. almost no code changes
03:43.51geistsame code runs on both
03:46.29destinalgeist: RAM and flash are pin-compatible, aren't they?
03:46.40destinalat least flash
03:47.09geistright
03:47.24tmzthmm, so ram is kernel param?
03:47.46*** join/#webos-internals WillJitsu (i=WillJits@c-75-66-3-65.hsd1.tn.comcast.net)
03:48.09geistright. there's a pin or two on the main board that says what type of device it is
03:48.22geistthe bootloader reads it, initializes ram properly and passes the version string to the kernel
03:48.29geistyou can see it on /proc/cmdline
03:48.56tmztwe can, but we have no Pre Plus :)
03:49.03tmztalso /proc/atags
03:49.18geistyeah, but we dont use atags any more than usual
03:49.19tmztif it's passed that way rather than cmdline
03:49.32WillJitsurwhitby: when will the patches you tweeted about show up in Preware?
03:49.39geistmemory banks are passed via atags, but in general the linux community seems to favor flattening args to the command line
03:50.07tmztwell guess it's not a world phone, can't see how you would use the same board for that big of a hardware change
03:50.26geistwell, also remember that pre has two boards, one for the main system and the other for modem
03:50.33geistthe interface between them is pretty small
03:50.51geistall the things that make a pre+ a + is on the main board
03:55.51*** join/#webos-internals HiQ (i=d824a3a1@gateway/web/freenode/x-ppthexqqreuyehju)
03:57.02HiQWhen you WebOSDoctor.. Is it the castlecdma_evt1_fw.tar file that handles resetting the modem and thus meid?
04:00.46destinalHiQ: no, that's the modem firmware
04:01.16destinalI think it's flashed when the version number is greater than what's currently on flash
04:01.53destinalyou can read the doctor process if you run java -jar websdoctorwhatever.jar  and see it
04:02.15*** join/#webos-internals muchtall (n=muchtall@75-146-189-25-Minnesota.hfc.comcastbusiness.net)
04:03.01*** join/#webos-internals LoWIQ (n=hiq@216.36.163.161)
04:03.09tmzthi: that's either efs or meid
04:03.30HiQSorry.. I was using a webchat. Kept getting disconnected.
04:03.33tmztHiQ: that's either efs or mfg
04:03.53destinalHiQ: MEID is stored on partition1, not sure if that's the authoritative copy that the modem uses or if it has the info also
04:04.19destinalprobably the latter
04:04.38HiQdestinal: Thank you very much.
04:04.51HiQtmzt: Thank you too.
04:04.51tmztgeist: I was using 'board' to mean the linux board file and all platform_data, of cousr gpio matrix or some other enumeration strategy coulod be used
04:05.14tmztdestinal: prbably not authoratative, msm must have it's own nand copy
04:05.31destinaltmzt: I think you're right, yeah
04:05.32tmztwow, two actual boards
04:05.42*** join/#webos-internals dkirker1 (n=dkirker1@openmobl/ceo/dkirker)
04:06.00destinaltmzt: ?
04:06.37destinalyou mean the modem and mainboard?
04:06.46tmztyes
04:06.57destinalyeah that's interesting
04:07.18destinalI'm sure it's in the teardowns online but I hadn't really looked
04:07.22tmztand just serial and usb plus wakeup
04:10.06tmztI guess we could think of Pixi as a new treo pro cdma
04:10.25tmztthat must explain the differing approaches, though packaging and cost are adequate
04:11.53destinaltmzt: I've never held one but people say build quality seems a lot better on pixi
04:12.15sdodsonBecause pixi has 0 moving parts!
04:12.22destinalyeah, that's likely it
04:12.25sdodsonwell, a few, but it doesn't have a slider
04:13.25tmztPre was somewhat a treo650 series
04:13.31tmztand Pixi treo pro
04:13.37tmztthe fit is better
04:13.45tmztthough 650 is a substantial brick
04:21.27*** join/#webos-internals _acyd_ (n=acydlord@ip72-223-98-82.ph.ph.cox.net)
04:22.13reality9110Am I lagging?
04:23.00*** join/#webos-internals lmorchard (n=lmorchar@66.103.254.157.static.a2webhosting.com)
04:32.46destinalno
04:32.52destinaljust a really quiet channel
04:40.00*** part/#webos-internals timepants (n=timepant@pool-96-233-51-188.bstnma.fios.verizon.net)
04:41.15*** join/#webos-internals Rick_work (n=rboatrig@wsip-24-249-130-185.ks.ks.cox.net)
04:45.55HiQSo any idea what file/files I'd have to remove/edit from the WebOSDoctor.jar file to make it not change the meid? I've removed the castlecdma_evt1_fw.tar and its entry in installer.xml but I've assuming its elsewhere as well.
04:51.00HiQexit
04:52.17*** mode/#webos-internals [+v Rick_work] by ChanServ
04:53.59Rick_workjeeez,  no patience
05:00.39ryan_gahlsoo, speaking of that patience stuff :)
05:01.26Rick_workryan_gahl  what ?
05:01.40ryan_gahlstill wondering if any1 is willing to help me finalize my PDK install validation by helping get scummvm running (ran make build)
05:03.40ryan_gahlbut no worries - i can sit tight - i'm just lost right now, will keep trying to selfsolve my hangups and pinging for help e'r'now&then
05:04.25Rick_workso, you installed the pdk
05:04.32Rick_workand you're trying to compile something?
05:04.54ryan_gahlyeah, installed the PDK, then ran make build on the scummvm package
05:05.00ryan_gahlas per the wiki
05:05.09Rick_workryan_gahl  the problem may be that almost everyone got killed by the irc ops,  because of recent irc spam.
05:05.25ryan_gahlah, no worries for sure
05:05.44Rick_workryan_gahl nothing up to that point generated any errors at all?
05:06.05ryan_gahlnope, install was smooth
05:06.10Rick_workand what happens now?
05:06.55ryan_gahlmake build on scummvm resulted in an arm7.built file of 0 bytes in that dir, and when i go to /svr/preware/cross-compile/rootfs/media/cryptofs, nothing's in there
05:07.30ryan_gahlbut it gets to the end of the makefile, as far as i can tell
05:07.50ryan_gahllot of warnings but to terminations
05:08.18ryan_gahlfigured the warnings are known (compile warnings about upcasting issues)
05:08.21Rick_workodd
05:08.37ryan_gahlwhat's the expected result after running make build on the scummvm package?
05:08.48ryan_gahlmaybe that'd help, just knowing what should happen
05:09.05ryan_gahli'm not l33t enough to look at this and just know :)
05:09.19Rick_workyou should have a binary folder with an executable in it.
05:09.45ryan_gahland that should be in the scummvm folder i ran make build on?
05:09.57ryan_gahlor cryptofs?
05:10.00Rick_workyep
05:10.08Rick_workno in the scummvm folder
05:10.21ryan_gahlkk, that's a big help :)
05:10.40ryan_gahlnot joking at all, btw - now i can at least validate if there is an error i'm missing
05:10.43ryan_gahlthx
05:10.50destinalhas anyone gotten to the key mapping in scummvm yet?
05:11.09destinalatlanta had said he was going to work on it a while back
05:14.21*** join/#webos-internals Eguy (n=Eguy@unaffiliated/eguy)
05:16.45rwhitbyryan_gahl: the exe will not be in root
05:16.47rwhitbyfs
05:17.20rwhitbyryan_gahl: look in packages/scummvm/build/src/... somewhere
05:18.14Eguydid postinst's move from /var since 1.3.5?
05:19.01rwhitbyEguy: ipkg offline root is now /media/cryptofs/apps
05:19.02*** join/#webos-internals dpchoung (n=dpchoung@ppp-71-136-208-186.dsl.irvnca.pacbell.net)
05:19.15Eguythat is what I figured
05:19.32*** join/#webos-internals dangerskew (i=4c61b727@gateway/web/freenode/x-fyjipjjmjvemxdrw)
05:19.38Eguydoes that mean postinst and prerm files are not needed?
05:19.48*** join/#webos-internals en0x (i=en0x@xbsd.pl)
05:20.20Toaster23I tried to work on it
05:20.28Toaster23but failed I just dont know enough to do it
05:20.43Toaster23there's more missing then just key mappings btw
05:21.43rwhitbyEguy: the offline root location has no bearing on whether install scripts are needed
05:22.29EguyI tried to remove a patch and still shows as installed
05:22.55EguyBut not in preware and files are still in the cryptofs folder
05:23.11rwhitbyhow did you try and remove it?
05:23.21Eguywebos quick install
05:23.26rwhitbywhat version
05:23.31Eguylatest
05:23.35rwhitbywhy do people never give versions?
05:23.36Eguyjust downloaded it
05:23.41rwhitbygive me a version number
05:23.42Eguyhaha 2.92
05:23.55rwhitby2.92 IS NOT THE LATEST VERSION
05:24.38rwhitbyno you know why I don't accept 'latest' as a valid answer to 'what version' ...
05:24.44rwhitbys/no/now/
05:24.45*** join/#webos-internals zodttd (n=me@user-0c90n1c.cable.mindspring.com)
05:24.54EguyOh sorry 2.96
05:25.31rwhitbywhat about 2.96
05:25.41Eguythat is what I have
05:26.22*** join/#webos-internals xcomp|mobile (n=wIRCer@99-202-71-203.pools.spcsdns.net)
05:26.26rwhitbylet's start again then, with a smart question this time
05:26.43EguyAlso if I try to reinstall the patch with either preware or quick install it says failed blah blah already patched
05:26.54rwhitbyhttp://catb.org/~esr/faqs/smart-questions.html
05:27.39Eguyooh I should teach that to infobot
05:28.01rwhitbystart with what you did, what you expected to happen, and what did happen, not assuming that I can guess any of the particulars
05:28.30EguyI tried with fresh .js files from the dr and I got the same result
05:29.27*** part/#webos-internals xcomp|mobile (n=wIRCer@99-202-71-203.pools.spcsdns.net)
05:29.38ryan_gahlrwhitby: sry, was afk there, yeah ok, completely lame of me, as i figured - it's right there in src dir of the package... had assumption 'src' was source, and was looking for a bin
05:29.42ryan_gahlack!!
05:30.17ryan_gahlthx though... so should i just copy the whole src dir to the device + a game file from the scummvm.org site?
05:31.31Toaster23yeah once you have it compiled ryan you just have to copy to the device and then run it via terminal like: ./scummvm
05:31.43*** join/#webos-internals El_Matarife (n=El_Matar@adsl-68-88-67-28.dsl.rcsntx.swbell.net)
05:32.15ryan_gahl(i'll get 'er now, thx for the help) -- windows dev if you haven't guessed
05:33.14Toaster23yeah I'm a windows dev too
05:33.20Toaster23so this linux stuff confuses me sometimes.
05:34.05ryan_gahli've been dying to get hands on with it - this group is phenominal
05:34.43ryan_gahljust a no-brainer now to migrate skillsets away from MS
05:34.57ryan_gahlLinux, IMHO, is all grown up
05:35.30ryan_gahlwell... let me rephrase that :) -- ...I'm all grown up now :)
05:36.15ryan_gahlUbuntu's the shit
05:36.16Toaster23well I wouldnt say that but windows makes things alot easier to do
05:38.48Toaster23sometimes that is
05:42.41ryan_gahli feel about linux like i did about javascript about 6 years ago
05:43.08ryan_gahllike, it's about damn time i finally dig deep and assimilate this stuff... stop hiding :)
05:43.53ryan_gahlbefore that, javascript was a utility, good for form validators -- now it's my living
05:53.21*** join/#webos-internals dug1 (n=Adium@c-24-130-185-86.hsd1.ca.comcast.net)
05:57.42sslowrwhitby: http://catb.org/~esr/faqs/smart-questions.html    thats friggin awesome! lol
06:04.59rwhitbysslow: http://www.chiark.greenend.org.uk/~sgtatham/bugs.html is also good
06:07.33sslowrwhitby: I personally like when Im told that they installed WebOs and their patches dont work! lol
06:12.02sslowrwhitby: somebody needs to post those as STICKYS on precentral.net
06:13.12sslowIm sure you guy get it wose than me
06:13.38sslow5 pm's a day confusing my patches with somebody elses
06:18.53*** join/#webos-internals Phwelo-Pre (i=62d70f57@gateway/web/freenode/x-mejijrspdkpmjytb)
06:31.40*** join/#webos-internals nslu2-log (n=nslu2-lo@limax.nslu2-linux.org)
06:48.22*** part/#webos-internals dpchoung (n=dpchoung@ppp-71-136-208-186.dsl.irvnca.pacbell.net)
06:50.05*** join/#webos-internals Eguy_ (n=Eguy@206.207.158.100)
07:01.07*** join/#webos-internals jacques (n=jacques@nslu2-linux/jacques)
07:01.07*** mode/#webos-internals [+v jacques] by ChanServ
07:06.33*** join/#webos-internals gollyzila (i=4ca8f7d3@gateway/web/freenode/x-cwiywnoadzsyinmq)
07:12.07PuffTheMagicrwhitby: ping
07:13.30*** join/#webos-internals jmyadagod (n=jmya@pool-71-175-230-93.phlapa.east.verizon.net)
07:14.10rwhitbyPuffTheMagic: gu
07:17.28PuffTheMagicrwhitby: so back a while ago we talked about a gui for the ssh server and/or ssh server setup
07:17.44PuffTheMagicrwhitby: i was thinking....
07:17.57PuffTheMagicit might be cool if a ssh server was embedded into an sdl
07:18.02PuffTheMagicso instead of always running
07:18.14PuffTheMagica user could launch the server with an icon
07:18.29PuffTheMagicand the "gui" could show connections/status
07:18.43PuffTheMagicas well and start/stop controls
07:18.48PuffTheMagicand some setup options in there
07:19.21PuffTheMagic(i guess this could be done with a ssh service and gui too)
07:20.13rwhitbynod
07:20.33jmyadagodHows it going guys?
07:20.46PuffTheMagicor maybe patch dropbear/openssl to provide lunaservice integration ;)
07:21.08rwhitbyheh, last guy in Debian who patched openssl didn't do to well at it ...
07:21.37PuffTheMagicyeah i remember that
07:22.04jmyadagodrwhitby : did u notice that preware can be downloaded before package manager again?
07:22.26rwhitbyjmyadagod: I don't understand what you're saying
07:23.14jmyadagodrwhitby :didnt u take the update option of preware before pagakge manager away?
07:23.33jmyadagodspelling sucks right now half sleep lol...sorry
07:24.28jmyadagodi had 2 of my boys acidently update preware before package manager yesterday
07:25.11jmyadagodi thought that option was taken away in previous updates?
07:25.17PuffTheMagicxcomp: ping
07:26.21jmyadagodAlso i just updated package manager right now and lost all my palm catalog apps?
07:26.47*** join/#webos-internals dug1 (n=Adium@c-24-130-185-86.hsd1.ca.comcast.net)
07:27.03jmyadagod****lost the option to download palm catalog apps in preware************
07:27.48rwhitbyjmyadagod: did you update feeds?
07:28.09rwhitbyI see 1188 apps in the three palm feeds right now
07:28.22jmyadagodyes and i lost them and then i did it again and there back hmmmm disregard it must of been a fluke......
07:29.02rwhitbyjmyadagod: Palm have been fixing the feeds recently, maybe it was a glitch
07:29.19jmyadagodrwhitby : but what about the option of updateing preware before pakage manager ...does it matter the order anymore?
07:29.58rwhitbyjmyadagod: Preware will update package manager first, assuming you're running a recent version of preware
07:30.40jmyadagodo ok i see
07:30.55rwhitbythat's intesting, my app catalog shows 1123 apps, but preware shows 1124 apps in that feed
07:31.59jmyadagodpreware gets apps first lol JK
07:32.59Toaster23app scoop is pretty neat
07:33.55gollyzilaDoesn't Preware do the same thing as App Scoop, since they both look at the same feed?
07:34.10Toaster23preware takes forever to load up though
07:37.44Kyusaku_it'd be kind of interesting to add a feature to update feeds individually
07:38.01rwhitbygollyzila: preware shows a superset of all applications, themes, patches, services plugins available for webOS.  If it runs on webOS, it's available in Preware.  1426 apps, 1062 themes, 193 patches and 36 other utilities.  That's 2717 packages for webOS.
07:38.45jmyadagodrwhitby : how does android count "patches" as apps right?
07:38.57gollyzilaLike it says itself, Preware IS the univeresal installer
07:39.23rwhitbyjmyadagod: webos is the only mobile OS for which you can patch the operating system over the air while sitting at a cafe with no other compuer.
07:39.26rwhitbycomputer.
07:39.39jmyadagodhmmm that nice......
07:39.41rwhitbyKyusaku_: yeah, I've been thinking about how to do that.  The trouble is that the underlying ipkg command that we call doesn't support it, so we'll need to trick it somehow.
07:40.11rwhitbyToaster23: it would be interesting to compare AppScoop loading time vs Preware with the same set of feeds enabled.
07:40.17jtruckscd /#webos
07:40.19jtrucksoops
07:41.23jmyadagodwould anyone like to be able to get 16% off fandango tickets?
07:41.36Kyusaku_rwhitby: I see, good to know.
07:41.48jmyadagodi have a link if anyone intrested......sorry for spam just trying to share
07:42.22Kyusaku_the problem though is AppScoop doesn't do everything Preware does
07:42.40Kyusaku_what does App Scoop pull exactly?
07:46.41Toaster23rwhitby: the main problem with Preware is that I get 404's and just general slowness from one feed I'm not sure which.
07:46.52*** join/#webos-internals knickrox1313 (n=doodadee@ool-435386a0.dyn.optonline.net)
07:47.08Toaster23Guess its not a problem with preware rather the server the feed is on
07:47.10Kyusaku_maybe one of the theme feeds
07:47.16rwhitbyToaster23: I'm just testing a Package Manager Service addition which reports which feed is having problems.
07:47.25jmyadagodhmm i had a couple 404's yesterday morning but i think i didnt have good reception
07:48.19Toaster23rwhitby that would be nice.
07:48.40Toaster23Also if a certain feed doesnt load it should just skip that one and let you know but still show you the rest of the feeds
07:49.37rwhitbyToaster23: it should still load any feeds it has been able to get
07:50.24Kyusakuwhoa someone released a QR code reader!?
07:50.33Toaster23hmm it doesnt for me atleast last time it had a 404 I had to click on update feeds and wait again so I could get in.
07:51.00*** join/#webos-internals DoMC_ (n=wIRCer@evdomip-216-53.iusacell.net)
07:51.25freakoutrwhitby: just saw your tweet RE: Palm fixing the XML feeds
07:51.35freakoutI still only see 978 Palm Catalog apps
07:51.45rwhitbyfreakout: see where?
07:51.46KyusakuOMG I gotta test this QR code reader
07:52.02freakoutrwhitby: Preware
07:52.17freakoutApplications ---> Feeds
07:52.25freakoutoh wait
07:52.29freakoutfacepalms
07:52.33freakoutupdates feeds
07:53.23Kyusakuoh wtf my Pre luna reset trying to download/install the app
07:54.16rwhitbyKyusaku: looks like app scoop pulls the web.updates feed only
07:54.24Toaster23yeah
07:54.33freakoutthere we go. 1105 Palm Catalog apps now
07:54.42freakoutstill not the same number as you though rwhitby
07:55.10freakoutnew ipkservice required maybe - will update that now...
07:55.18KyusakuI see 1095 for Palm catalog
07:55.38*** join/#webos-internals jason__ (n=user@66-215-158-53.dhcp.rvsd.ca.charter.com)
07:56.20*** join/#webos-internals phish3 (n=user@66-215-158-53.dhcp.rvsd.ca.charter.com)
07:56.21jmyadagodfreakout Kyusaku : how many do u have installed.....
07:56.48freakoutjmyadagod: lol. now that's worth thinking about...
07:56.52Toaster23I have 1403 apps
07:57.02freakouti'll turn on "installed is available"...
07:57.29gollyzilawoah, so is the QR code reader somewhat like google goggles?
07:57.38Toaster23how do you see how many palm apps?
07:57.48psykozFeeds
07:57.57psykozThen Palm App Catalog
07:57.59Toaster23oh right
07:58.41rwhitbyfreakout: yeah, installed is available has to be on
07:58.51jmyadagod1125 for me .....
07:58.57jmyadagodrwhitby : how many u got?
07:59.02rwhitby1124
07:59.30jmyadagodhow do i have more than u.....?
07:59.38rwhitbyI'm not sure how apps which have the same package id in the app catalog and homebrew would be handled.
08:00.15rwhitbylet me see what the file on the server says
08:00.24Toaster23I have 1124
08:00.26freakoutthere we go - 1125 Palm Catalog apps, 26 Web and 10 Beta. 1426 apps total
08:01.17rwhitbyah, mine says 1125 too - they must have added one while we were talking.
08:01.40rwhitbyfreakout: and 1063 themes
08:02.06rwhitby193 patches, 36 other packages (optware, plugins, services, etc)
08:02.25rwhitby2718 packages total
08:02.38freakoutyep. 1063 theme here too
08:02.41rwhitbythe file on the server says 1125 too, so it matches
08:02.42freakouthas yet to stick with a theme
08:02.43jmyadagodrwithby you know whats funny i cant download tweefree in appcatalog but i can download it it preware......
08:02.50freakoutI actually like the original quite a bit.
08:02.56Toaster23yeah I have 1124 apps, prethemer has 938
08:03.14*** join/#webos-internals eternaleye (n=quassel@pool-71-188-241-187.sttlwa.fios.verizon.net)
08:03.18jmyadagodI switch themes to match which sneakers and hat i wear that Day
08:03.34rwhitbyToaster23: do you have 'Installed is Available' set to Yes?
08:03.41Toaster23yeah
08:04.34jmyadagodHave you guys seen Sexy Heels app ? I think this is closet to a fethish/porn app we got LMAO thats a little weird
08:04.52Kyusakuhmmmm QR code reader is not bad, it kinda works.
08:07.05*** join/#webos-internals dangerskew (i=4c61b727@gateway/web/freenode/x-gqabaingcecchstk)
08:07.35Kyusakufunny too, I was just talking to some guy at Engadget show taping who was thinking about the Pre but wanted some QR code reader functionality
08:07.54gollyzilaI have a feeling this might sound dumb but here i go....... Can i backup the patches i have installed by copying them from /media/cryptofs/apps/usr/palm/applications and then copy them back in after I doctor my phone?
08:08.10Kyusakuno
08:08.43Kyusakubecause the changes they make affect files outside of that dir
08:08.43gollyzilakyusaku: was that an answer for me?
08:08.51Kyusakuyes
08:09.11gollyzilaoooohhhh that's what I thought. So no backup solution as of now?
08:09.15Kyusakupatches affect core OS files, which aren't in the apps directory
08:09.51Kyusakuit'd be nice to do some kind patch checklist install
08:10.05Kyusakuas of right now not much you can do
08:11.54gollyzilaI wish Preware could save a list of your patches and when you need to redownload them it will check if they are compatible with your firmware. Then it'll install all the compatible ones and tell you the ones it didn't install.
08:13.58Kyusakuhmmmm is there a way to send someone who is not a webOS user a link to an app? Was hoping ProjectAppetite had something but not seeing it.
08:14.04rwhitbygollyzila: have you read the Preware Features Roadmap thread?
08:14.52gollyzilaYes I do remember reading it a while back. Was I just restating what is intended for future versions of Preware?
08:15.09rwhitbyyep,  AUPT
08:15.21rwhitbyin alpha testing now
08:15.52*** join/#webos-internals Alyazir (n=chatzill@f053033235.adsl.alicedsl.de)
08:16.04rwhitbyKyusaku: there are no links to ipkgs from palm.  Just links that cause the app catalog app to download an app.
08:16.16Kyusakuoh I don't want ipkg links
08:16.37KyusakuI want like a link to the listing for people on non-webos platforms
08:16.39Alyazirhi
08:16.49rwhitbyKyusaku: we're thinking of doing something like that on preware.org
08:17.02rwhitbybasically to make preware.org look exactly like Preware on the device
08:17.12Kyusakuinstead of telling them like "go to projectapetite and search for 'this'"
08:17.12rwhitbyreading the live feeds
08:17.48gollyzilarwhitby: are those alpha testing versions of Preware on the webos-internals feeds?
08:17.57rwhitbyi need to find an awesome web programmer who will work long hours for free though ...
08:18.40rwhitbygollyzila: it's not an alpha testing version of preware (the latest pubic versions have all the required features), it's an alpha testing version of the webos-patches feed
08:19.06rwhitby(and it's not in sync with the real version, so you don't want to use it unless you're serious about the alpha testing bit)
08:19.43gollyzilarwhitby: ooooh. Is that feed open to the public for volunteer testing?
08:20.09rwhitbyall webos-internals stuff is open to the public - you just need to know where to find it
08:20.49rwhitbybut if you want to alpha-test aupt, you must be prepared to webos-doctor your phone at a moment's notice
08:21.17gollyzilarwhitby:how can I make Preware look at that alpha webos-patches feed?
08:21.20rwhitbysince you can only alpha test it by doctoring back to a previous version of webOS, installing patches, and then doing an OTA update
08:21.41rwhitbygollyzila: doctor your phone back to a webOS 1.3.1, and then I'll tell you.
08:23.11Kyusakuspeaking of the Doctor, I gotta visit it soon. Some reason in between Preware updates, Preware no longer finds the info for the older Jason R's Top Bar Megamix patch.
08:23.29Kyusakuand WOSQI doesn't see it either
08:24.32gollyzilaSo I would doctor to 1.3.1 and OTA to 1.3.5?
08:24.37rwhitbythat reminds me, I need to try the new really silent ringer switch patch
08:24.40rwhitbygollyzila: yep
08:24.48rwhitbygollyzila: only way to alpha test it
08:25.10jmyadagodrwhitby :what is he testing?
08:25.20rwhitbyjmyadagod: AUPT
08:25.37jmyadagodoh ok....
08:26.42gollyzilacool then I'll do that. My Pre is in dire need of doctoring as a matter of fact. but I think it's late for me and I'll wait till tomorrow morning. Will you be here tomorrow morning to guide me through the steps?
08:27.09KyusakuI gotta find some flyers to test this QR code reader
08:27.11jmyadagodi wish pixi could do everything pre could do i would usr my upgrade to get a pixi ...
08:29.29rwhitbygollyzila: look for egaudet to guide you
08:30.36gollyzilaI hope he's here in the morning since tomorrow is Sunday.
08:30.59rwhitbytomorrow is monday for me, work day.
08:32.10jmyadagodyea sunday 332 am here
08:32.45Toaster23http://www.nextel.com/en/support/faq/spending_limits.shtml << Does this apply to apps we buy? What about Mp3 music?
08:32.48jmyadagodrwhitby : hows that bt tethering working for u?
08:33.07Kyusakuugh dumb Pre camera
08:33.09rwhitbyjmyadagod: never use it
08:33.33KyusakuI hope next gen has an auto-focus or something
08:33.36jmyadagodToaster23 : are u refering to charging apps to account?
08:33.50Toaster23hmm no credit card
08:34.20jmyadagodi dont understand question then?
08:34.27gollyzilaoh duh, i forgot not everyone lives on the Pacific Coast. Okay, so hopefully egaudet is here Sunday morning, if not, by what others mean can i contact him? does he have an email?
08:36.20Toaster23So the spending limit only applys to things you charge to your sprint account?
08:36.37Toaster23If so that makes a whole lot more sense.
08:36.51jmyadagodyes
08:36.55Toaster23Okay
08:37.32jmyadagodpretty sure apps go thru palm not sprint
08:38.00Toaster23Yeah I have no clue what stuff would go through sprint
08:38.47Kyusakuugh as crappy as this sounds camera app needs some kind of digital zoom feature to really get the most out of this QR code app
08:39.31psykozyou can zoom in and then screen cap, then load it in QR I bet
08:39.41jmyadagodwhats a qr reader?
08:39.59jmyadagodbarcodes?
08:40.15Kyusakunot exactly "bar" codes
08:40.24jmyadagodwheres the app beta?
08:40.45Kyusakuit's a matrix code
08:40.59jmyadagodwheres the app?
08:41.03Kyusakuvery widely used in markets like Japan
08:41.38jmyadagodhmm.. and u download app from ?
08:42.44Kyusakupsykoz: the problem is the shot is so zoomed out you don't know how clear the code came out and may have to do multiple shots
08:43.27Kyusakuthis is why I'd like some kind of digital zoom  where I know a certain part of what I want to shoot comes out clear enough
08:44.04jmyadagodKyusaku : where did u recieve app from or is it yours?
08:44.07Kyusakuthe app photos shows it can find QR code from a far away shot, but I dunno
08:44.14Kyusakuit's on the web feed
08:44.23Kyusakufor Palm
08:44.49jmyadagodoh im stupid i deisable all feeds except the damn app catalog to see how many apps i had lol
08:45.25KyusakuI would love it if it can just constantly stream camera pipe data and scan until it finds something
08:45.39jmyadagoddid u see the thing on precentral about using old dvd eve to better picture?
08:45.44jmyadagodeye*
08:45.58Kyusakuthe diy macro lens, yes
08:46.31Kyusakuif this QR code app is really not happening I might have to look into it.
08:46.42Kyusakuit does work technically
08:47.12Kyusakubut so far it's only worked for me on REALLY big shots of a QR code
08:47.22jmyadagoddamn it pre just died wheres charger ahhh bedtime
08:47.27KyusakuI might just need to figure out the sweet spot
08:47.48jmyadagodim out pzzz
08:52.42*** join/#webos-internals Guest49444 (n=rf@216.106.113.82.net.de.o2.com)
08:55.37Alyazirdoes someone have an idea, when an update for greg roll's messaging app for 1.3.5 will be released?
08:55.45*** join/#webos-internals yetdog (n=Matt@c-67-160-11-172.hsd1.wa.comcast.net)
08:57.00*** join/#webos-internals edektor (n=edektor@static-208-187-122-54.bbsc.net)
08:57.23Kyusakuoh you know I just read the description on the app, it doesn't locally decode the image. LAME.
08:57.28dtzWillrwhitby: hey when you have a second; i packaged up the next release of vba with type:game :D i guess we all knew it would work but woo :).
08:59.23rwhitbydtzWill|away: bbiab, will take a look
09:01.26*** join/#webos-internals dug1 (n=Adium@c-24-130-185-86.hsd1.ca.comcast.net)
09:05.10*** join/#webos-internals tank (i=tank@85.103.62.55)
09:06.01acydlordKyusaku, as far as i am aware it requires imgmagic to decode the image
09:07.11acydlordcould be done on device but you'd probably have to install nginx or something
09:07.26acydlordanywho off to bed for me, gotta go pick up my touchstone stuff in the morn
09:07.36KyusakuI'm looking at some QR decoding libraries in C/C++
09:10.14rwhitbyacydlord: imagemagik is in optware ...
09:11.21acydlordahh, i havent looked at the full optware feed in awhile
09:11.26acydlordi'll check it out tomorrow
09:11.32acydlordnight
09:12.51*** join/#webos-internals linksocc-pre (n=wIRCer@h216.42.19.98.dynamic.ip.windstream.net)
09:14.17*** part/#webos-internals linksocc-pre (n=wIRCer@h216.42.19.98.dynamic.ip.windstream.net)
09:14.50dtzWill|awayhey is someone there? can someone test vba off of preware for me?
09:14.51dtzWill|away:/
09:15.02dtzWill|awayi just updated it, installs and works great locally :(
09:15.07dtzWill|awaybut someone just reported it broke things for them
09:15.23dtzWill|awaywondering if someone had a second they could try it ('visualboyadvance')
09:19.18Kyusakutesting feed?
09:19.42dtzWill|awayKyusaku: main preware
09:19.55Kyusakulemme load up
09:20.23dtzWill|awayKyusaku: ty. just confirms if it *runs* at all--first app in preare using type:game afaik and maybe there's something special about it that I did wrong :)
09:21.17Kyusakudo I need to load a rom or just run period
09:21.24dtzWill|awayjust run period
09:21.41dtzWill|awayonce that happens the binary is there--that all should work, it's just launching
09:21.44dtzWill|awayno longer using upstart, etc
09:21.46Kyusakuloaded fine and quick
09:22.07KyusakuI see message about adding roms to media/internal
09:22.32dtzWill|awayKyusaku: great. tyvm
09:23.09Kyusakuhmmm
09:23.21KyusakuI tossed it
09:23.27Kyusakuand locked up my device
09:23.41Kyusakugonna restart and try again
09:23.53Kyusakuwell already restarting by itself
09:24.04dtzWill|awayo_O
09:24.22dtzWillbummer. these things don't happen to me, frustrating :)
09:24.38Kyusakuhmmm works fine now
09:24.45Kyusakuodd
09:25.05dtzWillthat is odd. someone reported they had to reboot for things to work.. i can't imagine why that would be the case though
09:25.34Kyusakuno clue either but seems like it's the case in my experience
09:25.44Kyusakugonna try removing
09:25.48Kyusakuand then install again
09:26.17Kyusakucan I just delete from launcher or need to remove via preware
09:26.49dtzWillwell launcher should work afaik
09:27.22Kyusakuok lemme try this again
09:28.07dtzWillkk i'll try too--although i did this a number of times in testing. grr haha
09:28.14dtzWillnever can test enough :)
09:28.21Kyusakuvery true
09:29.06*** join/#webos-internals Alyazir_ (n=chatzill@g229060024.adsl.alicedsl.de)
09:29.21Towzzerhas anyone seen destinal
09:29.40dtzWill~seen destinal
09:29.42infobotdestinal <n=eduprey@97-112-145-155.clsp.qwest.net> was last seen on IRC in channel #webos-internals, 4h 18m 33s ago, saying: 'atlanta had said he was going to work on it a while back'.
09:29.49dtzWill(fwiw)
09:30.06Kyusakudidn't lock up on me
09:31.06dtzWillKyusaku: good. thanks, appreciate at least that for a sanity check
09:31.27Kyusakugonna try a could more scenarios
09:35.08dtzWillsomeone else reported they had to restart luna. interesting.
09:39.01Towzzerwhat are the control
09:39.02Towzzers
09:39.04Towzzerfor vba
09:39.15Kyusakubut, why after initial install is luna restart not needed
09:39.38Kyusakuvery kooky
09:41.21Kyusakureally weird, I can't recreate that intial lockup at all
09:42.11KyusakuI've tried deleting both ways amd reinstalling either after a reboot or without reboot
09:42.38Kyusakuand can't recreate the lockup
09:43.25Kyusakuthat is mega strange
09:45.50*** join/#webos-internals Jolting (i=62f86323@gateway/web/freenode/x-syiegapnyfihxpgf)
09:57.01edektor~seen edektor
09:57.02infobotedektor is currently on #webos-internals (1h 2s). Has said a total of 1 messages. Is idling for 1s, last said: '~seen edektor'.
09:57.18edektorneat!
10:01.14dtzWillKyusaku: idk :/. controls/info: http://www.webos-internals.org/wiki/Application:VBA#Controls
10:05.30*** join/#webos-internals randallagordon_ (n=randalla@c-76-115-127-7.hsd1.or.comcast.net)
10:21.17*** join/#webos-internals randallagordon (n=randalla@c-76-115-127-7.hsd1.or.comcast.net)
10:31.50Towzzeryou know that download limit
10:31.52Towzzerfor the pre
10:32.01Towzzerdoes that apply for everything or just the download manager
10:41.34*** join/#webos-internals joke (n=rf@82.113.106.222)
10:59.01hape_dtzWill: I updaet to the new vba without uninstalling the old one. Now when I get the statup visual effect when I select the Icon but nothing happens.
10:59.21hape_Should I test somthing for you before I reinstall?
10:59.33hape_German GSM V1.3.5.2
11:09.01*** join/#webos-internals NimoyDB (n=wIRCer@p5DC587E0.dip0.t-ipconnect.de)
11:15.14*** part/#webos-internals NimoyDB (n=wIRCer@p5DC587E0.dip0.t-ipconnect.de)
11:15.17*** join/#webos-internals joke (n=rf@82.113.106.222)
11:19.05*** join/#webos-internals valexa (n=valexa@nextdesign.iasi.rdsnet.ro)
11:40.02*** join/#webos-internals KEYofR (n=bkw@12.157.84.6)
11:50.31hape_dtzWill: It works after a Luna restart. Looks like Luna dident get it that the app type was changed to 'game'
12:14.31*** join/#webos-internals Suruat (n=wIRCer@38.109.136.11)
12:14.43Suruatgood morning
12:15.44*** part/#webos-internals Suruat (n=wIRCer@38.109.136.11)
12:29.29*** join/#webos-internals morphis (n=morphis@p5489C1C6.dip.t-dialin.net)
12:38.03rwhitbytesting feed versions of ipkgservice and preware not give better error and status reporting for Update Feeds
12:38.09rwhitbys/not/now/
12:38.17*** join/#webos-internals Sonic-NKT (n=nils@p548F76D2.dip.t-dialin.net)
12:39.18*** join/#webos-internals Sargun (n=Sargun@atarack/Staff/Sargun)
12:39.18*** mode/#webos-internals [+v Sargun] by ChanServ
13:31.58*** join/#webos-internals damada (n=quassel@dslb-088-066-056-127.pools.arcor-ip.net)
13:34.03KEYofRthankee
13:34.17Towzzerhey hey hey
13:34.19Towzzerdestinal!
13:35.32zefyxfinally had it.
13:35.37zefyxtrading my pixi in for a pre
13:35.46zefyxdamn vzw and their pre plus :\
13:35.56Towzzerwhy did you get a pixi first
13:38.01KEYofRwanted a phone without a clit or comes in gimmicky space-wasting two slidy pieces? just a guess off the top
13:38.26TowzzerI can never find the clit
13:38.30Towzzeron my phone or women
13:40.09*** join/#webos-internals c (i=543def4f@gateway/web/freenode/x-ixakeyvrlifvuaro)
14:04.28*** join/#webos-internals comanchero (i=543def4f@gateway/web/freenode/x-rxwklgttnbwdifeo)
14:11.53*** join/#webos-internals cmusik (n=sumik@p5B0A94E9.dip0.t-ipconnect.de)
14:25.03*** join/#webos-internals rb2k (n=rb2k@e180006042.adsl.alicedsl.de)
14:29.10*** join/#webos-internals Alyazir (n=chatzill@g225080203.adsl.alicedsl.de)
14:33.33*** join/#webos-internals FreeTim (n=FreeTim@pool-71-184-180-124.bstnma.east.verizon.net)
14:34.51*** join/#webos-internals willwill (n=willwill@unaffiliated/willwill)
14:40.08*** join/#webos-internals Rick_work (n=rboatrig@wsip-24-249-130-185.ks.ks.cox.net)
14:42.40*** join/#webos-internals coles (n=quassel@client-86-25-219-6.glw-bng-011.adsl.virginmedia.net)
14:54.41*** join/#webos-internals chron__ (n=chron@d-66-212-197-70.cpe.metrocast.net)
14:58.03*** join/#webos-internals tank (i=tank@85.103.62.55)
14:59.25*** join/#webos-internals seventyeight (n=sev@dslb-088-074-017-195.pools.arcor-ip.net)
15:09.28*** part/#webos-internals seventyeight (n=sev@dslb-088-074-017-195.pools.arcor-ip.net)
15:15.18Decimateidk if you guys noticed
15:15.30Decimatebut in the demo videos of the pre plus and stuff with 1.4 on it
15:15.35Decimatethe apps opened differently
15:16.08GuinnessXin what way?
15:16.38Decimatefirst they went into card view
15:16.47Decimatethen they went full
15:17.12Decimatehttp://www.youtube.com/watch?v=7wqPHEA2KGE
15:17.25Decimatesee the first few seconds
15:18.09tmztredirected gl and compositing? interesting
15:18.52Decimatethen in the second half they show the other phone for 3d gaming
15:19.01Decimatewhich although its still a pre plus
15:19.13Decimateit seems to be running 1.3.5 due to how the apps open
15:20.13tmztother phone?
15:20.33Decimatein the second half of the video they switch phones
15:20.44Decimatethey have one to demo gaming and one to demo video
15:20.53tmztI see
15:21.15tmztdifferent kernel maybe?
15:21.24tmztor different dspbridge setup
15:21.31tmztdid pre have SprintTV?
15:21.41Decimateyeah
15:21.56tmztdid it work?
15:22.23Decimateyeahh
15:22.24Decimatehttp://www.youtube.com/user/Palm#p/u/2/0qiLF6_odrc
15:22.31Decimateim watching all the new palm videos
15:22.37Decimateprobably gonna be verizon commercials :P
15:22.46tmztthe first Pre release I mean
15:23.15Decimateyeah, sprinttv works on my pre..
15:23.25tmztcool
15:23.34tmztknow if it's ip based or qtv?
15:23.47Decimateno idea :(
15:23.47tmztor mediaflo
15:24.04tmzttcpdump?
15:25.13*** join/#webos-internals omarv21 (i=ad7f9bcd@gateway/web/freenode/x-bfbumlsinshdjkyu)
15:34.08*** join/#webos-internals alkos333 (n=alkos333@68-30-187-7.pools.spcsdns.net)
15:38.22*** join/#webos-internals mox_ (n=mox_@pool-173-48-138-25.bstnma.fios.verizon.net)
15:41.05hape_~seen dtzWill
15:41.08infobotdtzwill is currently on #webos-internals. Has said a total of 118 messages. Is idling for 5h 39m 54s, last said: 'Kyusaku: idk :/. controls/info: http://www.webos-internals.org/wiki/Application:VBA#Controls'.
15:42.15PuffTheMagicxcomp: ping
15:42.28psykozso you know what is bad about removing the button on the Pre (and I also said this about the pixi the first time I saw it)
15:42.39psykozthe button is like so easy your grandma can use it simple
15:43.30psykozand it was the one thing I said was a nice thing Palm did to sorta mock the ease of use-a-bility of the iPhone, because it truly is so easy my grandma can use
15:44.10psykozNow you have a little bit of learning curve for newcomers to smart phones that they're going to have to either learn gestures or be told repeatedly that "touching this area is a button"
15:44.28*** join/#webos-internals mox_ (n=mox_@pool-173-48-138-25.bstnma.fios.verizon.net)
16:03.04*** join/#webos-internals valexa (n=valexa@nextdesign.iasi.rdsnet.ro)
16:05.32tmztwhat button?
16:06.13psykozThe front button
16:07.13psykozthe button shows you something exists there and it makes it even intuitive enough that my 2 year old has learned how to use the action button to get back to launcher and load his favorite app
16:14.03*** join/#webos-internals nekrox__ (n=nekro@189.148.34.80)
16:16.27*** join/#webos-internals jerms (n=jerms@nat/redhat/x-hvpimkstimuxmafl)
16:17.18jermsusing webosqi 2.9.6 on my pre (1.3.5.1) -- trying to install certain tweaks/patches errors out saying the patch is already installed...but its not, i restored the .orig files on the pre filesystem, and diff'd them against the webOS.tar from webosdoctor -- so is it that the patches themselves have not been updated for webos1.3.5.1 ?
16:19.01*** join/#webos-internals hemna (n=waboring@66.60.190.47)
16:19.28*** join/#webos-internals leonardo_ (n=leonardo@host188-184-dynamic.36-79-r.retail.telecomitalia.it)
16:25.01jermsok i have a working patch...wonder where i can send it
16:28.43*** join/#webos-internals eliasp_ (n=quassel@HSI-KBW-095-208-170-144.hsi5.kabel-badenwuerttemberg.de)
16:30.35*** join/#webos-internals muchtall (n=muchtall@75-146-189-25-Minnesota.hfc.comcastbusiness.net)
16:32.31*** join/#webos-internals destinal (n=eduprey@97-112-145-155.clsp.qwest.net)
16:32.31*** mode/#webos-internals [+v destinal] by ChanServ
16:34.29destinalrwhitby: nslu2-log still broken
16:34.49destinalor not, that was a browser cache this time
16:37.37destinalnot sure why webos doesn't seem to notice when its cache isn't current and fetch a new page
16:38.33destinalDecimate: it's been said that the pre plus will ship with 1.3.5
16:44.28*** join/#webos-internals leonardo__ (n=leonardo@host188-184-dynamic.36-79-r.retail.telecomitalia.it)
16:44.29Sonic-NKTim trying to compile some things for the pre but i always end up with an error that zlib is missing, i am running ubuntu 9.10 and zlib is definatly installed
16:44.53*** join/#webos-internals Allistairr (i=43b8924a@gateway/web/freenode/x-igpkchahqxskmabc)
16:45.06Allistairrheyo!
16:45.29Allistairranyone know the status of rdesktop?
16:46.42bpadalinoSonic-NKT: your host machine's zlib, or the pre's version of zlib is installed ?
16:47.12Sonic-NKTbpadalino: installed the devel packages
16:48.06bpadalinothat sounds like the host which probably isn't the right thing for cross compiling?
16:48.35destinalSonic-NKT: you need a libz in your scratchbox2 staging area
16:48.45*** join/#webos-internals leonardo_ (n=leonardo@host188-184-dynamic.36-79-r.retail.telecomitalia.it)
16:48.57destinalincludes and ARM lib
16:49.04Sonic-NKTseems to be but how to fix this, if i run configure outside of scratchbox everything is working fine. if i run it in scratchbox it gives me an error
16:49.23Sonic-NKThow to get it there, sorry crosscompiling is completly new to me :)
16:49.37destinalSonic-NKT: when you run in scratchbox it ignores /usr/lib and /usr/local/lib and /usr/include and /usr/local/include from the host
16:50.25destinaleasiest thing is to build and install the palm pre's library after getting it and its patch and applying its patch, all from opensource.palm.com
16:50.42destinalif you make and make install from inside sb2 it'll go in the right place
16:51.53Sonic-NKTso i get the zlib package from palm, compile and install it from sb2
16:51.57destinalyup
16:52.01*** join/#webos-internals ryan_gahl (n=ryan@173-111-234-214.pools.spcsdns.net)
16:52.15Sonic-NKTah ok thanks, will try that :)
16:53.48Sonic-NKTdo i also need the patches?
16:56.29jermsanyone have experience using the webos-internals git repo
17:01.30Sonic-NKTdestinal: just downloaded zlib, ran configure make and make install (with no errors) but it still reports zlib is missing
17:02.26Sonic-NKTdestinal: it seems like scratchbox has installed those in /usr/local/lib anyway, atleast that it was make install prints out
17:02.42destinala fake /usr/local/lib
17:02.54destinalsb2 has some directory mapping tricks
17:03.12destinalassuming you ran it with the proper -M  mappingfile
17:03.33Sonic-NKTfollowed the tutorial on webos-internals
17:04.08tmztusing pkg-config?
17:04.11Sonic-NKTrunning it with sb2 - M /srv/..../mapping-armv7
17:04.11tmztor configure
17:04.19jermswhois dBsooner
17:04.22destinalit maps  /usr/local to   /srv/preware/cross-compile/staging/armv7/usr
17:04.32destinalso your libs get to go into /srv/preware/cross-compile/staging/armv7/usr/lib
17:05.26Sonic-NKTlibz is in that folder ...
17:05.35destinalwhat about the includes
17:05.56Sonic-NKTincludes? sorry noob ;)
17:05.59destinal/usr/local/include in the sb2 or /srv/preware/cross-compile/staging/armv7/usr/include
17:06.15Sonic-NKTwill check that
17:06.20destinalyou should have a zlib.h
17:06.54Sonic-NKTwhere?
17:07.00destinalI just said
17:07.29Sonic-NKTsry, yes it is at that location
17:07.37destinalwhat are you trying to build?
17:07.46Sonic-NKTgngeo-0.7
17:13.23destinalSonic-NKT:   try this
17:13.35destinalexport LIBS="-Wl,-rpath-link=/usr/local/lib -L/usr/local/lib"
17:14.05destinalexport CFLAGS="-I/usr/local/include"
17:14.06CoolMattywhat's the best way to get my ssh key on the pre?
17:14.10Sonic-NKTin sb 2?
17:14.21destinalSonic-NKT: then run ./configure
17:14.30destinalSonic-NKT: yes
17:15.31destinalexport CFLAGS="-I/usr/local/include -I/usr/local/include/SDL"
17:15.33destinalrather
17:16.01*** join/#webos-internals gollyzila (i=4ca8f7d3@gateway/web/freenode/x-eavavaakrmavbtpg)
17:16.24destinaltheir configure doesn't seem to want to look in /usr/local, no idea why
17:16.38Sonic-NKTthanks will try it
17:17.40*** join/#webos-internals sryan (i=48bde2e5@gateway/web/freenode/x-kmdmenmdeavyigum)
17:18.06destinalSonic-NKT: err the makefiles they generate are still screwed up
17:18.59*** join/#webos-internals DoMC_ (n=wIRCer@8.14.249.9)
17:20.20Sonic-NKTright now  it tells me gcc is missing... after those export commands :)
17:20.26*** join/#webos-internals tomsky (n=wIRCer@93-96-147-108.zone4.bethere.co.uk)
17:20.28*** part/#webos-internals DoMC_ (n=wIRCer@8.14.249.9)
17:21.20destinalSonic-NKT:  that doesn't make a lot of sense.
17:22.26Sonic-NKTyes was my mistake, made in error in the one  command
17:22.36*** join/#webos-internals Templarian (n=Templari@ppp-69-214-5-27.dsl.klmzmi.ameritech.net)
17:22.37*** mode/#webos-internals [+v Templarian] by ChanServ
17:23.07Sonic-NKTok configure was fine now
17:23.17Sonic-NKTbut make wont work?
17:23.32destinalmake will fail, it's using -I/usr/include/SDL  not -I/usr/local/include/SDL    -- not a very smart configure script
17:23.46destinaland there's no  --with-sdl-prefix option in configure
17:23.49CoolMattyis work on Terminal stopped now with type:game now possible?
17:24.08destinalCoolMatty: no, I'm banging my head against a segfault bug right now
17:24.16destinalbut I haven't given up terminal
17:24.26CoolMattyyeah, mine crashes on startup
17:24.36CoolMattyand crashes luna it looks like, or at least luna restarts
17:26.02Sonic-NKTdestinal: is there a way to "easily" fix this?
17:28.40destinalCoolMatty: so, yeah, this is a segmentation fault happening in a deallocation function, I'm trying to debug it but everything seems to be functioning the same way it did before 1.3.5
17:28.45Toaster23I think the internalz app should be able to open up compiled programs.  It would be alot easier to do then terminal :P
17:28.48destinalwhich was stable with the same versions of terminal
17:28.54CoolMattyright
17:29.10CoolMattycan't wait to see a fix, glad to see it hasn't been dropped ;)
17:30.02*** join/#webos-internals MetaView (n=MetaView@p57B9156C.dip0.t-ipconnect.de)
17:30.03Toaster23Also it would be neat if terminal saved the last directory you were in or atleast have an option to do so.
17:30.09*** join/#webos-internals muchtall (n=muchtall@75-146-189-25-Minnesota.hfc.comcastbusiness.net)
17:30.33*** join/#webos-internals JackieRipper (n=jackieri@cpe-24-29-51-200.nycap.res.rr.com)
17:30.34MetaViewhi
17:31.18MetaViewspeaking about terminal: is it still the issue it looses its current dir when openeing the key help menu?
17:32.06MetaViewI need sime help to create a patch file
17:32.18*** join/#webos-internals sryan (i=48bde2e5@gateway/web/freenode/x-kbzuilqumjdrfbrd)
17:32.24destinalMetaView: yeah I believe that issue is still there
17:32.49MetaViewI made the changes to have a radiomode (2G/3G/Auto) in the device menu
17:33.11MetaViewhow can I create a patch? I've tried WinMerge, but WebOsQuickInstal still complains
17:33.21MetaViewdestinal: it's a pity
17:33.30CoolMattyisn't there a patch for that already?
17:33.46MetaViewno, nothing working in 1.3.5
17:33.52destinalSonic-NKT: you can fix all the makefiles
17:33.59MetaViewthere is something just for German Pres
17:34.06destinalSonic-NKT: or inside sb2 you can:    ln -s /usr/local/include/SDL  /usr/include/SDL
17:34.11CoolMattyoh thats right, my phone menu just has roaming or data off, no 3g/1xRTT option
17:34.15MetaViewbut real files, I made it even nicer: with a submenu
17:34.37destinalSonic-NKT: but then it's missing opengl headers and opengl will need ported to opengl-es which is very non-trivial
17:34.57destinalSonic-NKT: I think this one may be beyond both of us
17:35.06MetaViewCoolMatty: are you experinced in creating Patches?
17:35.36Sonic-NKTdestinal: oh ok... but is opengl needed?
17:36.02destinalSonic-NKT: not sure if it can build without, if so it may work
17:36.27Sonic-NKTi will give it a try :)
17:36.49Sonic-NKThaha crashed after 5 secs with GL errors :D
17:37.03destinalwell you'll need to reconfigure or change defines
17:37.12destinalas I said, it's missing things
17:39.00CoolMattyMetaView: no I'm not. If I was there would probably be double the patches that exist today >.>
17:39.26MetaViewok, who can create the patch file for me?
17:39.49dtzWillhape_: sup? :)
17:40.30gollyzilais egaudet or rwhitby here? I'd like to participate in alpha testing AUPT
17:40.55CoolMattyhey dtzWill: little "bug" with rom selection: it shows "hidden" files. that is, ones with . in front of the name.
17:41.02CoolMattybecomes an issue if you upload roms from a Mac :p
17:41.13Sonic-NKTsad that gngeo is so hard to compile, it is great for arm as it has allready several optimizations build in :(
17:41.39*** join/#webos-internals hckyplayer024 (n=hckyplay@ip68-6-117-21.sb.sd.cox.net)
17:41.56*** join/#webos-internals yetdog (n=Matt@c-67-160-11-172.hsd1.wa.comcast.net)
17:42.51*** part/#webos-internals hckyplayer024 (n=hckyplay@ip68-6-117-21.sb.sd.cox.net)
17:43.34*** join/#webos-internals hckyplayer024 (n=hckyplay@ip68-6-117-21.sb.sd.cox.net)
17:45.28dtzWill|awayCoolMatty: oh yeah it'll do that :). i suppose i should fix that
17:45.33dtzWill|awayadds to wiki.
17:52.43destinalSonic-NKT: I'm looking at the  gp2x switches
17:52.55destinalSonic-NKT: as you say, looks arm optimized
17:54.48PuffTheMagicgp2x could be sweet
17:55.32PuffTheMagicMAME GP2X and GnGeo2x
17:55.33PuffTheMagic:D
17:55.36Sonic-NKTyeah and it seems like it has several cpu cores included that are heavily ARM asm optimized. would be very cool if we could get this to compile :)
17:55.36PuffTheMagicim excited
17:56.23PuffTheMagictoo bad the phone dont have better game controls
17:56.34PuffTheMagicwhen are they gonna make a ps3 controller phone combo
17:56.46destinalPuffTheMagic: yup, need to look at bluetooth some more so we can use a zeemote
17:56.55PuffTheMagicthe joys could be the mouthpiece and earpiece
17:57.08Sonic-NKT:)
17:57.32MetaViewhow to hide a directory in the internal drive in a way it is skipped by the FileBrowser Widget?
17:57.50destinalthat is if we can buy a zeemote, are they going out of business?
17:58.07MetaViewI have code from Palm OS for Wiimote support in LJP, just in case you are interested
17:58.48MetaViewand there is a BT gamepad which works just over a VfComm connection
17:59.07PuffTheMagicfile browser widget?
17:59.25MetaViewyes, the one you have to select a file, image etc
17:59.28destinalMetaView: well, before we can do anything, we need a working stack.  I got btstack working but it didn't seem to be doing much, I wonder if it speaks the right language to talk to /dev/btuart
17:59.38destinalknows very little about bt chipsets
17:59.39MetaViewit shows all map tiles from MapTool, it's annoying
18:00.10dtzWill|awaySonic-NKT: NICE, gl with gngeo :)
18:00.17PuffTheMagicMetaView: try a directory starting in . (period)
18:00.41MetaViewI just renamed it and restarted LunaSysMgr, didn't help
18:00.43destinaldtzWill|away: well it's not working yet, but it would be nice
18:01.51PuffTheMagicdtzWill|away: GLES with evas/ecore first!!!!
18:01.56*** join/#webos-internals sportman (n=sportman@ool-182f4824.dyn.optonline.net)
18:04.29*** join/#webos-internals timboy (n=richard@yoda.peacefulescape.com)
18:04.32tmztdestinal: essentially the speak hci commands
18:04.55MetaViewPuffTheMagic: hte folder is called .MapTool and I even renamed one of the .png into .pn_  the FileBrowser still shows it.
18:05.32timboyhave a pre here that I replaced with another one and now I can't get any information from it (from homebrew apps) because I'm stuck at activation screen...
18:05.55timboyam I screwed? or can I bypass activation to get to what I need?
18:06.57PuffTheMagicidk then
18:07.08MetaViewa pity, thx
18:07.08sryanis there an equivalent of a webos doctor for iphone or android? or can you actually brick those devices with software?
18:07.10PuffTheMagicwhy not put the dir you dont want shown in a different dir
18:07.38MetaViewTo allow the user to download the files on the desktop and transfer them to the Pre
18:08.13timboywill the meta-doctor activation process remove all of my data?
18:08.25MetaViewI could download the files on the Pre, but it'
18:08.34MetaViews quite a lot and takes quite a time
18:09.31*** join/#webos-internals jeffisageek (n=dageek@174-159-251-119.pools.spcsdns.net)
18:09.57*** join/#webos-internals morphis (n=morphis@p5489C1C6.dip.t-dialin.net)
18:10.40destinaltmzt: are different chipsets interchangable in terms of just opening a uart and talking HCI or are there quirks?
18:10.55*** join/#webos-internals sryan-2 (i=48bde2e5@gateway/web/freenode/x-wvexhrsfpmohbbpq)
18:11.00destinalI mean is it unreasonable to expect an iphone chipset and the pre chipset's uarts to behave the same?
18:11.16sryan-2is there an equivalent of a webos doctor for iphone or android? or can you actually brick those devices with software?
18:11.40destinalthey both look to be serial at 115200
18:11.57tmztdestinal: mostly, why iPhone?
18:12.06tmzt3gs is bcm I think
18:12.07destinaltmzt: btstack is mostly used on iphone
18:12.18*** join/#webos-internals sportmankid (n=sportman@ool-182f4824.dyn.optonline.net)
18:12.30tmztsryan-2: try #android-root
18:12.37destinaltmzt: it's lightweight and simple so I thought it should be easy
18:13.07tmzthmm
18:13.13gollyzilaanyone know how I can alpha test AUPT?
18:13.19tmztwhat chip is pre?
18:13.35tmztthis has nothing to do with that ioctl though
18:13.40timboyanyone here know if bypassing activation on a pre will remove all data on it?
18:16.03destinaltmzt: phonewreck mentions  csr 63823
18:17.48destinaltmzt: possible pre could use BCSP instead?
18:18.19destinalinstead of H4 I mean
18:19.07*** join/#webos-internals yetdog (n=Matt@c-67-160-11-172.hsd1.wa.comcast.net)
18:23.11*** join/#webos-internals lattalatta (n=latta@c-24-147-95-129.hsd1.vt.comcast.net)
18:24.26*** join/#webos-internals timepants (n=timepant@pool-96-233-51-188.bstnma.fios.verizon.net)
18:24.33destinal<PROTECTED>
18:24.37timepants:O
18:24.48destinaltimepants: you have FIOS!  I'm jealous
18:24.53timepantshaha
18:25.05timepantsyeah i've had it for almost 2 years now
18:25.28timepantsyet I just got around to cancelling cable 3 weeks ago >.>
18:26.22destinaltmzt: I'm guessing the bluetooth chipset on the pre would still probably support h4, any with bcsp seem to support h4 as well so ar
18:27.05destinalunless I'm totally misreading this
18:31.04destinalPmBtStack -h returns some help, looks like PmBtStack -C /dev/btuart will start it
18:32.56*** join/#webos-internals hawiwo (n=hawiwo@stgt-5d840ff1.pool.mediaWays.net)
18:33.50*** join/#webos-internals the_snowdog (i=4b41c606@gateway/web/freenode/x-bpdqpjezsdkomkgi)
18:34.58MetaViewPuffTheMagic: the '.' as fiurst char works, is just you need to reboot the device, luna restart isn't enough
18:36.00*** join/#webos-internals Tibfib (n=tibfib1@adsl-64-216-106-95.dsl.tpkaks.swbell.net)
18:36.05dtzWill|awayPuffTheMagic: does the e* stuff build now in build.git? last few times i pulled i ended up pushing them to nonworking (locally) so I could get on with things (didn't have time to fix; maybe it's easy/simple, and possibly even just my end)
18:36.36morphisgeist: ping
18:36.56dtzWill|awayPuffTheMagic: e* i mean evas/ecore etc to be clearer
18:37.56dtzWill|awaybah people still have issues launching, even with type:game.
18:38.11destinaldtzWill|away: are the permissions right?
18:38.18dtzWill|awaymaybe it's the mytether, etc, idk.
18:38.24destinaldtzWill|away: yeah could be
18:38.37destinaldtzWill|away: you'd have to have them run it by hand to see what error
18:38.41dtzWill|awaydestinal: interesting question, i didn't explicitly set them, and it *does* work for some people, which is why it's most frustrating :)
18:39.04destinaldtzWill|away: if you used the game-fix script I setup, the permissions will be right
18:39.19dtzWill|awaydestinal: can you run from launcher 'by hand'? --although I haven't isolated that it's the launcher and not the binary. i'll see if i can't ask them to run it
18:39.49destinalwell you can palm-launch from the SDK connected to it or you can use luna send to call the service to launch them
18:39.56dtzWill|awaydestinal: destinal that seemed to be integrated with palm-package, etc, and i didn't see a clean way (immediately, anyway) to merge that into the build.git building system
18:39.59dtzWill|awaydestinal: kk
18:40.04PuffTheMagicdtzWill|away: idk, xcomp said he got it working but idk if he pushed it yet
18:40.14dtzWill|awayPuffTheMagic: kk
18:40.18dtzWill|awayPuffTheMagic: ty for the info
18:40.29destinalluna-send -n 1 palm://com.palm.applicationManager/launch  etc
18:40.36dtzWill|awaydestinal: thanks for all the effort/work documenting this stuff heh, sorry if I apparently am messing it up :)
18:40.38*** join/#webos-internals sryan (i=48bde2e5@gateway/web/freenode/x-uweuunhcshxjkgri)
18:40.47PuffTheMagicdestinal: im using my pre as a dhcp gateway for my laptop and ps3 though linksysrouter :D
18:41.01destinalPuffTheMagic: lol.  cool.
18:41.12*** join/#webos-internals sryan-3 (i=48bde2e5@gateway/web/freenode/x-fugfidlazjrhszzo)
18:41.13gollyzilaCan anyone give me instructions on how to alpha test AUPT? I know i have to doctor to 1.3.1, but what do i do after that
18:41.26sryan-3I keep getting this error: "an error occured: invalid session, this most likely means the server has restarted; close this dialog and then try refreshing the page." anyone know why
18:41.26PuffTheMagicdestinal: next freetether might be a "type:game"
18:41.27PuffTheMagic;)
18:41.57destinalPuffTheMagic: how did you wire up the linksys router to the pre?  or do you have something like openwrt / dd-wrt and just set up the connection and route?
18:42.01dtzWill|awaydestinal: also, it seems when upgrading from the upstart-based to type:game, at least what i did, requires a luna restart for many.  is this expected, etc?
18:42.51PuffTheMagicdestinal: its not, its connected to my laptop, static route between laptop and accesspoint, and then i briged my usb and wifi ports on my lappy
18:42.53destinalPuffTheMagic: or just use the router as an AP and turn off its own dhcp?
18:43.07destinalPuffTheMagic: aha
18:44.44dtzWill|awayPuffTheMagic: that's awesome :) <3 tethering goodness.
18:44.56dtzWill|awayPuffTheMagic: you working on freetether then? or via existing usb/bt/etc?
18:47.01destinalhahaa, PmBtStart has an amusing way of getting a random number
18:47.03destinal<PROTECTED>
18:47.45destinalkind of clever really
18:47.55dtzWill|awayhaha
18:50.40destinalaha, maybe I should be trying /dev/ttyS2
18:51.03destinalnon-high-speed UART, apparently still talked to at 115200
18:51.07PuffTheMagicdtzWill|away: :D
18:51.38*** join/#webos-internals OldCrowEW (n=wIRCer@68-245-82-153.pools.spcsdns.net)
18:51.46PuffTheMagicdestinal: thats sorta how i get my random numbers too
18:52.07destinal. . /dev/urandom is awesome
18:52.21destinaljust never saw a shell script use it directly before
18:53.12destinalit would be cool if I was just trying the wrong device
18:53.20OldCrowEWjust wanted to let everyone know I was able to connect to a cisco asa5520 w vpnc
18:53.43destinalOldCrowEW: cool
18:54.05destinala friend of mine used it to talk to a cisco concentrator of some kind as well
18:54.15destinalon pre
18:54.51OldCrowEWthe instructions are on precentral but several people reported issues. I didn't experience any at all
18:58.09destinalOldCrowEW: I wouldn't be surprised if these were people who had hosed up their kernel with mytether
18:59.48OldCrowEWha, I net.
19:00.12OldCrowEWoh pre fail. bet not net
19:02.45destinalI wish I knew of some simple way to ping the bluetooth chipset with an HCI command and have it respond
19:02.55destinalI guess I should start reading the protocol documents
19:04.19OldCrowEWthere should be a linux command for that
19:04.27OldCrowEWwhat does the google say?
19:04.44destinalOldCrowEW: it's stack dependent.  most linux uses bluez
19:04.48destinalno bluez here
19:05.06destinalI'm trying a completely new bluetooth stack, here be dragons
19:06.07destinalwhat I need is to just make the simplest possible "stack" just to test bluetooth and make sure I understand whether this stack is even portable to the pre and what changes need to be made
19:06.19OldCrowEWI would think the bluez stack should give you enough hints to get you going
19:06.40timepantsputs on his dragon slaying outfit
19:07.11destinalpeople tell me to just port bluez, but then we actually have to manage bluez
19:07.30destinalfor now something simple would be nice
19:07.38*** join/#webos-internals freakout87 (n=freakout@220-245-75-218.static.tpgi.com.au)
19:08.06*** join/#webos-internals farms (n=farms@174-22-193-188.phnx.qwest.net)
19:10.49OldCrowEWyup
19:15.19dtzWill|awaygets his dragon book
19:15.29dtzWill|awaywait that doesn't help at all :P
19:17.07dtzWill|awaydestinal: agreed that bluez is probably more trouble than it's worth :/
19:18.00destinaldtzWill: yeah, I've seen that iphone has success with keyboards, controllers, etc with btstack and it should be easily packaged and put in preware once it works
19:18.06destinalKISS principle
19:18.33destinalonce I understand more about bluetooth, maybe I can tackle a much larger project
19:18.57dtzWilldestinal: sounds absolutely fantastic. KISS ftw
19:21.05*** join/#webos-internals doodums (n=thadood@c-75-64-178-167.hsd1.tn.comcast.net)
19:21.31*** join/#webos-internals doodums (n=thadood@c-75-64-178-167.hsd1.tn.comcast.net)
19:23.02morphisdestinal: you want to implement another bluetooth stack for the pre?
19:23.29destinalmorphis: yeah, well, I'm trying to port btstack  (http://code.google.com/p/btstack/)
19:23.46destinalmorphis: the stack on the pre as shipped is proprietary / closed source and has no HID profiles
19:24.08morphisdestinal: jep I know
19:24.21morphisdestinal: but do have tried to bluez on the pre?
19:24.52destinalmorphis:  I don't really understand bluez so i was going for simplicity
19:25.23bpadalinomorphis: oh, hi .. i didn't notice you come in
19:25.23morphisah ok
19:25.40morphisbpadalino: ah you here, great :)
19:25.49bpadalinogreat indeed!
19:25.53bpadalinohow are things ?
19:25.59morphisbpadalino: it's ok cause I even do not notice that you are here :)
19:26.08bpadalinoi'm very incognito
19:26.15morphisbpadalino: great, msmcommd is going to work in the next few days
19:26.31destinalmorphis: iphone with btstack   http://www.youtube.com/watch?v=3FPHpMonoC8
19:26.38morphistoday I implemented some simple forwarding tool to run the program on my local pc an not on the pre
19:26.42bpadalinomorphis: wow - that was some quick work!
19:27.20morphisbpadalino: jepp, yesterday I noticed that I need some different ioctl's to configure the hsuart on the pre
19:27.32morphisbpadalino: before I did normal setup for a serial line
19:27.41morphisand I wonder why I receive nothing :D
19:27.47bpadalinohehe
19:28.31morphisdestinal: I think the important point for the pre is that we have some open bluetooth implementation running
19:28.48morphisif it is bluez or btsack should be much less important
19:29.16destinalbluez could be a complete replacement for stock stack  (with a lot of work)
19:29.28destinalbtstack is hid-focused
19:29.39*** join/#webos-internals Alyazir_ (n=chatzill@g225082198.adsl.alicedsl.de)
19:29.43destinalso you'd have to switch stacks
19:29.48destinalbefore use
19:30.09morphisah ok
19:31.02morphisdestinal: so there currently no other profiles available than hidd ones?
19:31.07destinalwhichever one we do, we're going to probably want to create a hidd plugin (also proprietary so we have to reverse engineer) so that we can use stock keyboards
19:31.19destinalmorphis: hidd is not what you think
19:31.45destinalmorphis: hidd takes all the built in hardware and presents it to luna with dbus
19:31.54destinalit uses a plugin architecture
19:32.36destinalso the proximity switch, power button, touchscreen, keyboard, etc etc
19:32.42destinaleach have their own plugins
19:33.05morphissorry I meant hid not hidd
19:33.09destinaloh
19:33.12morphisI know hidd
19:33.12destinalnevermind then
19:33.38morphisI even take a short look at when I am tried to discover how the touchcsreen works
19:33.58destinalmorphis: the plugins provide one function which returns a callback table
19:34.04morphisjepp
19:34.14morphisthere are several plugins in /usr/lib
19:34.16destinalstructs are kind of hard to reverse engineer
19:34.30destinallike what is in that table, exactly?  not just pointers but certainly some
19:34.40morphisdestinal: I know I am the one who does all the work on the TIL :)
19:35.30destinalmorphis: til?
19:35.38morphisTelephonyInterfaceLayer
19:35.47morphisthe part for the modem in the pre
19:35.55destinalah
19:37.09destinalcool
19:37.32destinalmorphis: so any tips on figuring out an arbitrary struct for this callback table?  :)
19:37.40bpadalinomorphis is quite a smart guy
19:37.49acydlorddestinal, thats all handled by hid processes instead of hal?
19:37.57destinalacydlord: yes
19:38.19acydlordweird, i need to take more looks through the source lol
19:38.24destinalSDL stuff works because it also talks to hidd.  I should probably look at the sdl patch
19:38.29acydlordanywho shower time for me
19:38.33*** join/#webos-internals leonardo_ (n=leonardo@host188-184-dynamic.36-79-r.retail.telecomitalia.it)
19:38.47destinaleven though we're missing the hidd headers
19:39.12destinal(palm's source code releases are often incomplete that way -- did anyone point it out to palm?)
19:40.51destinalmorphis: there are basically the a2dp, sco, and remote control (avrpc or something) profiles in the stock proprietary stack
19:41.01*** join/#webos-internals morphis (n=morphis@p5489C1C6.dip.t-dialin.net)
19:41.11destinalmorphis: there are basically the a2dp, sco, and remote control (avrpc or something) profiles in the stock proprietary stack
19:41.24destinalnot much more
19:41.26*** join/#webos-internals ryan_gahl (n=ryan@173-110-74-225.pools.spcsdns.net)
19:41.30morphisah ok
19:41.40morphisso it would be the best to get bluez running
19:42.12*** join/#webos-internals entity- (i=entity@d207-6-70-167.bchsia.telus.net)
19:42.12destinalmorphis: well, if we want a comprehensive stack, yes, but we'd have to provide a lot of luna service support
19:42.32destinalbasically handle everything it can already do now and then the rest
19:43.41destinaland i know almost nothing about bluez
19:43.57*** part/#webos-internals chron__ (n=chron@d-66-212-197-70.cpe.metrocast.net)
19:44.09destinalI was aiming at the relatively easier target of mice, keyboards, controllers
19:44.16*** join/#webos-internals chron__ (n=chron@d-66-212-197-70.cpe.metrocast.net)
19:44.17morphisok, than I am very fine with getting btstack running
19:44.40destinalthe downside is only one can talk to the UART at once, so we do indeed need a stack switcher control panel
19:45.10destinalswitch between palm stack and btstack  (maybe eventually bluez same way)
19:45.52destinalcould be done with upstart service
19:46.35destinalbut before any of that, I just want to know why I can't talk to the bluetooth uart in a meaningful way.  I have much to learn, I think
19:48.13*** part/#webos-internals bougyman (i=bougyman@pdpc/supporter/gold/bougyman)
19:53.05*** join/#webos-internals yetdog (n=Matt@c-67-160-11-172.hsd1.wa.comcast.net)
19:53.49*** join/#webos-internals |hawiwo| (n=hawiwo@stgt-5d840ff1.pool.mediaWays.net)
19:55.00*** join/#webos-internals AnOutsider|AFK (n=AnOutsid@c-174-55-172-73.hsd1.pa.comcast.net)
19:56.59morphisbpadalino: you are still want to help me with the modem stuff?
19:57.03*** join/#webos-internals nekrox (n=nekro@unaffiliated/nekrox)
19:57.22bpadalinomorphis: yeah i'd love to .. in any way i can help
19:57.34bpadalinoi don't own a GSM pre .. just a CDMA one
19:58.03bpadalinonot sure how different the modem interfaces are for them .. or if they are different at all
19:59.33*** join/#webos-internals dangerskew (n=wIRCer@173-136-125-192.pools.spcsdns.net)
20:00.19dangerskewhas anyone else noticed that the latest update to VBA actually decreased performance?
20:04.22dtzWilldangerskew: i hope not :(. particular game? across the board? how much?
20:05.09dtzWillo_O okay then
20:05.51morphisbpadalino: I think they are different in some little stuff
20:06.00morphisbut all in all they should be the same
20:06.24morphiswhat you can do: you can provide me some debug logs from you cdma pre
20:06.31bpadalinomorphis: sounds good .. just let me know what you'd like me to do, and i'll give it a shot
20:06.40morphisgreat
20:06.59morphisI will write you a mail tomorrow, or send you a link to an entry in the webos-internals wiki
20:07.10bpadalinosounds good
20:14.18PuffTheMagicthe best Pandora music channel
20:14.24PuffTheMagic"Ghostface Radio"
20:14.25PuffTheMagic:D
20:20.49*** join/#webos-internals sslow (i=43bfc40b@gateway/web/freenode/x-rfossotrefssllvj)
20:29.05*** join/#webos-internals gollyzila (i=4ca8f7d3@gateway/web/freenode/x-gqmwxbiucapyxzdm)
20:29.06*** join/#webos-internals Jolting (i=47ca40bc@gateway/web/freenode/x-qacncnignzgnzkzk)
20:36.17*** join/#webos-internals zonyl (n=zonyl@99-181-43-99.lightspeed.rcsntx.sbcglobal.net)
20:39.38gollyzilarwhitby: you here?
20:39.43*** join/#webos-internals sryan (i=48bde2e5@gateway/web/freenode/x-buosqsurzmcdzqfi)
20:39.44*** join/#webos-internals lmorchard (n=lmorchar@66.103.254.157.static.a2webhosting.com)
20:39.47gollyzilaegaudet: you here?
20:41.36*** join/#webos-internals rb2k (n=rb2k@e180006042.adsl.alicedsl.de)
20:41.55rb2kwow, you can actually set the APN in 1.3.5.1
20:42.00rb2kwas that always like that?
20:42.50*** join/#webos-internals ryan_gahl (n=ryan@173-111-38-247.pools.spcsdns.net)
20:45.11gollyzilaChannel seems very quiet
20:45.34acydlordchannel is usually quiet around this time
20:46.56gollyzilaWell I've been asking since this morning but no one ever responds. Can someone show me how to participate in alpha testing AUPT?
20:47.13JoltingWhats AUPT?
20:47.54AnOutsider|AFKAuto-Update Patch Technology
20:47.56rb2kauto update patch technology
20:48.26JoltingI got freeciv building and running on my pre. Crashes if you click around too much though and no right click
20:49.21gollyzilaI know I have to doctor to 1.3.1, but is it safe to go from1.3.5.1 to 1.3.1?
20:50.29acydlordit's not unsafe, doctoring completely removes the current image and loads the one in use onto the device
20:51.15rb2k"not unsafe"
20:51.24gollyziladouble negative
20:51.27rb2kexactly
20:51.44gollyzilaSo there should be no problems with my Palm Profile erasing anything?
20:52.05rb2kfrom what I know, it's almost impossible to brick a pre
20:52.12rb2kdon't know about paid for apps
20:52.17rb2kor contacts etc
20:52.23rb2kthat stuff will probably be gone
20:53.09JoltingI think I read somewhere that contacts imported through web services don't sync.
20:53.18gollyzilaOh. I have my contacts and calendars synced with Google.
20:53.46JoltingNot really a problem then
20:55.19acydlordi moved all my contacts to google after the fiasco with the contacts in the palm profile getting erased
20:55.41acydlordpaid apps download when you sign into your profile
20:56.12gollyzilaFull Erase and then WebOS Doctor is the best way to make sure everything is "out-of-the-box" stock?
20:56.32acydlordfull erase followed by webos doctor is redundant
20:56.46Joltinglol
20:56.48acydlordwebos doctor basically does a full erase
20:56.56destinalacydlord: no, it's not, /media/internals isn't wiped
20:56.57egaudetacydlord, no it's not redundant
20:56.58destinalby doctor
20:57.07destinal/media/internal
20:57.20acydlordevery time ive doctored /media/internal was wiped
20:57.29gollyzilaI've read and experienced that Doctor does not erase the /media/internal partition
20:57.30destinalacydlord: have you doctored after 1.3.2?
20:57.38destinalit used to do it
20:57.38egaudetgollyzila, you test aupt you will have to manually adjust your patches feeds to point to correct testing patch feed for webos version
20:57.44KyusakuFull Erase doesn't touch system files
20:57.45acydlordyeah, 1.3.2 to 1.3.5 on the pixi wiped everything
20:57.47egaudets/you test/to test/
20:57.59destinalacydlord: maybe a pixi thing, no idea
20:58.11destinalpre's don't any more
20:58.12egaudetfull erase wipes /media/internal.  doctor wipes everything else
20:58.19acydlordahh
20:58.24acydlordnoted for future reference
20:58.40acydlordi still havent had the heart to doctor my pre again
20:58.40gollyzilaegaudet: What file do i have to edit?
20:58.52egaudet/etc/ipkg/webos-patches.conf
20:58.54acydlordlast time it took nearly 2 hours to link all the profiles in my contacts
20:58.58egaudeterr
20:59.05JMyaDaGoddo u have to do full erase before doctor?
20:59.06egaudet<PROTECTED>
20:59.11KyusakuFull Erase clears media partition and profile data, WebOS Doctor wipes the OS but not the media partition
20:59.34Joltingdoctor doesn't erase cryptofs? So apps remain after doctor?
20:59.42destinalJolting: yes
20:59.53destinalgood thing too, I don't want to download xplane again :P
20:59.54JMyaDaGodi didnt do full erase on my boys i just doctored it and know his patches are stuck like there installed?
21:00.14destinalJMyaDaGod: patches are evil
21:00.24Kyusakua full erase will have patches still in the OS
21:00.47destinalJMyaDaGod: if you doctor without erase, the ipkg lib will still THINK patches are installed
21:00.48JMyaDaGodis there a way to get rid of patches thinking they are installed without a a full erase ?
21:00.49destinalin fact they are not
21:00.50KyusakuwebOS doctor should reset any patched files to default
21:00.51egaudetJMyaDaGod, you can do partial erase to get rid of the ipkg data
21:00.52Joltingor just keeps media?
21:01.01destinalJMyaDaGod: you can manually remove them from the ipkg lib
21:01.13destinalJMyaDaGod: we should really fix up ipkgservice so it can force remove
21:01.25egaudetdestinal, I don't think so
21:01.41destinalegaudet: why?  removing them by hand is a pita
21:01.43JMyaDaGodok so what are my options as of right now to make preware stop thinking they are installed?
21:01.44egaudetthe old rule of anything a user can do they will do.  It's worse to have patches installed WITHOUT the ipkg data than vice versa
21:01.59egaudetipkg -o /media/cryptofs/apps remove *patches*
21:02.12Joltingnevermind
21:02.23JMyaDaGodegaudet : type that in terminal?
21:02.29egaudetJMyaDaGod, yea
21:02.35JMyaDaGodegaudet :thanks
21:02.50gollyzilaegaudet: /media/internal/apps is not present on my phone? It is running 1.3.5.1. Will it show once I'm on 1.3.1?
21:03.11JMyaDaGodegaudet: what happens if he really has patches installed should i remove them first?
21:03.19egaudetdestinal, although we could do something smart with AUPT to "reinstall" all.  I think the long term solution is multi-package install/remove in preware
21:03.27Kyusakuyes remove them
21:03.34egaudetJMyaDaGod, yes
21:03.38egaudetrun EPR
21:03.46egaudetor manually remove the ones he's installed since the doctor
21:03.57destinalegaudet: sometimes it would be nice to have a nice gui around power-user functionality.  this is where you and rod differ from me
21:04.00JMyaDaGodegaudet :ok remove theme ....EPR than run command in terminal?
21:04.01PuffTheMagicxcomp: ping
21:04.20egaudetgollyzila, it's /media/cryptofs/apps
21:04.21egaudetsorry
21:04.39destinaljust because I CAN do something at command line doesn't mean I want to
21:04.47destinalpreware is for more than just AM
21:04.59egaudetI agree
21:05.08egaudetat the least it has to be undocumented/difficult to do though
21:05.25egaudetsomething like special code to enter in preware prefs to unlock power-user "unsafe" functionality
21:05.27destinalegaudet: no, I don't WANT it to be difficult, otherwise I wouldn't have it there
21:05.36destinalright, a simple shoot myself in foot switch
21:05.38*** join/#webos-internals zsoc (n=nghr@unaffiliated/zsoc)
21:05.38*** mode/#webos-internals [+v zsoc] by ChanServ
21:05.43egaudetdestinal, "difficult" meaning AM difficult not i know what im doing difficult
21:06.03destinalegaudet: sure, not likely to be stumbled on
21:06.05egaudetBut I think this is all solved with multi-package remove/install anyway
21:06.09destinalgo into prefs and set it to adavnced
21:06.16zonylHas anyone tried to run the Garnet VM on the Pre?  Just downloading and trying it now
21:06.34gollyzilaegaudet: Alright. I'm editing the file now just as a test before I do the real thing. What is the url of the alpha patch repository?
21:06.35*** join/#webos-internals sslow (i=43bfc40b@gateway/web/freenode/x-ppviatojplxgzive)
21:07.29egaudetsrc/gz webos-patches http://ipkg.preware.org/feeds/webos-patches/testing/1.3.5.1
21:07.40egaudetnote it's just adding testing/  after webos-patches
21:08.19*** join/#webos-internals dug (n=Adium@c-24-130-185-86.hsd1.ca.comcast.net)
21:08.34gollyzilaSo when I'm actually on 1.3.1, should I put 1.3.1 in that url?
21:09.21egaudetgollyzila, yes. When you go to 1.3.1 the ipkgservice will automatically adjust that file for you I believe
21:09.28egaudetto 1.3.1, but not have the testing in it
21:09.53egaudetso youll have to adjust it to 1.3.1 testing, then after OTA with a bunch of patches installed you have to go back in and adjust it to 1.3.5 testing
21:10.08rb2khere are the screenshots for the apn feature btw: http://blog.marc-seeger.de/2010/01/17/How_to_change_the_APN_on_the_Palm_Pre
21:10.39gollyzilaegaudet: Gottcha. And i should Full Erase and Doctor, correct?
21:11.12egaudetprobably be best yeah
21:12.33*** join/#webos-internals egaudet-wirc (n=wIRCer@c-66-31-49-55.hsd1.ma.comcast.net)
21:13.01gollyzilaAlright, Full Erase initiated. Hopefully I didn't forget anything
21:13.23destinalegaudet: my point re: difficult is difficult to get advanced / dangerous options accidentally.  if you say, I know what I'm doing, you should get more options that may or may not be safe
21:13.32destinalbut it should be only a couple of clicks to switch to said mode
21:15.23dBsooneregaudet, rwhitby: http://webos-patches.dbsooner.com/?do=browse&webosver=all&category=all
21:15.30dBsoonerSorting = DONE!
21:15.30egaudet-wircright.  difficult I just meant unsupported not documented.
21:16.32destinalegaudet-wirc: it can be documented
21:16.55*** part/#webos-internals egaudet-wirc (n=wIRCer@c-66-31-49-55.hsd1.ma.comcast.net)
21:17.09egaudeti disagree
21:17.14destinaljust like we have documents on how to do dangerous things at command line which if you do, we tell you so sorry, doctor your phone
21:17.15gollyzilacrapshakes. i forgot to delete my patches before i full erase. Now my phone is frozen. But no worries, WebOS Dr. should fix that
21:17.31egaudetcommand line is something AM stays away from anyway
21:17.44destinalegaudet: I'm totally fed up with these AM considerations
21:17.45egaudetgui ability AM ventures into anything without caring about warnings
21:17.47destinalwant to disown AM
21:17.49egaudetthey try everything
21:18.01egaudetdestinal, it's the support
21:18.04dBsoonerIf we don't look out for AM, our usage will drop by 80%
21:18.07egaudeteither we support nothing or consider AM
21:18.18destinalegaudet: big scary buttons scare them away too
21:18.24destinaland we treat it no differently
21:18.44destinalthan if they sed'd their LunaSysMgr binary and broke everything
21:18.45egaudetdestinal, people use QI to install/remove things, get an error and just click ok through and keep going with more
21:18.56egaudetall I hear is "I used QI, i got some errors but who cares it worked"
21:19.03egaudetthey do not care about anything, they just try everything
21:19.10destinalyou have this mentality that we have to CARE when people do something stupid
21:19.16destinalwe don't currently do so
21:19.19egaudetdestinal, we do because we SUPPORT it
21:19.21destinalwe won't have to do so
21:19.31destinalno change
21:19.44egaudetno support?
21:19.48egaudetthat would be wrong of us
21:19.58destinalif you shot yourself in the foot, go to a hospital
21:20.01sslowAM?
21:20.01destinalit's not a gun support issue
21:20.14egaudetdestinal, the thing is AM doesn't say "I shot myself in the foot".  They say "My leg doesn't work right now"
21:20.26rb2kegaudet, what does "AM" stand for?
21:20.30egaudetAunt Minnie
21:20.33destinalwe still say, oh, you shot yourself in the foot, go to the hospital
21:20.37destinalnot our fault
21:20.38rb2kI thought average moron, ok :)
21:20.57egaudetand if so many AM's get into bad situations, and we just ignore them all, then the word is that Preware is buggy etc...
21:20.59destinalcrippling tools is not the way
21:21.10egaudetdestinal, the point is it takes time to get to the point of "you shot yourself in the foot"
21:21.10destinalI hate lobotomizing stuff for lowest common denominator
21:21.12gollyzilaActually, the best thing to do is to go to the Doctor ;)
21:21.23egaudetyou have to spend time supporting to reach the conclusion of what they really did and why
21:21.42egaudetPlus the bottom line is that anything needed like this indicates that something else is not robust/right
21:21.52destinalpatches are NOT robust / right
21:21.54destinalnever have been
21:22.03egaudetin AUPT they will be robust
21:22.22egaudetthe issue you want to solve is the case that ipkg data stays but patch effects are gone
21:22.44destinalegaudet: but I also want it to be flexible enough to fix other things in the future
21:22.49destinalwithout having to bring up terminal
21:22.55destinaldon't limit me
21:22.56egaudetthe first issue for that is that current APT isn't good with that case and just errors on remove.  The second issue is that Preware has no way to make multi-pacakge remove/installs easy
21:23.05gollyzilaWebOS Dr. does not recognize my phone. What is that key combo to put phone into "recovery mode"?
21:23.21destinalpower in a tool is not a bad thing
21:23.35egaudetdestinal, we can add an undocumented "power-user-advanced" option to prefs, but documenting it just invites AM
21:23.49destinalnot documenting is keeping secrets and silly
21:24.10egaudetThese "power" functionality is really a workaround to bugs/missing features
21:24.11destinaljust put warnings all over it
21:24.14egaudetso I disagree that it's silly
21:24.42destinalegaudet: I want more capability in my tools, you want them to only handle the common case
21:24.46egaudetyou don't bring up synaptic package manager and say "remove this package without runing prerm" or something
21:24.48destinalthat's our argument essentially
21:24.58egaudetdestinal, no I don't want them to only handle the common case
21:25.09egaudetThe capability you are asking for is due to bugs/missing features
21:25.18egaudetnot "uncommon" case that I want to ignore
21:25.32destinalegaudet: I'd like to be able to force a remove despite a dependency for instance
21:25.39destinaldoesn't synaptic support that?
21:25.57egaudetI don't know does it?
21:26.11egaudetI use command line on my ubuntu anyway :P
21:26.25egaudetwhat reason would you remove despite a dependency?
21:26.27destinalsame here, not very convenient on a phone on the road
21:26.45destinalto reinstall services for instance
21:26.56destinalwithout reinstalling all their apps
21:27.23egaudetwhy would you reinstall a service
21:28.04destinalI doctored without full erase
21:29.25destinalthe point is, a feature is a feature, having to justify why I'd want it is silly
21:29.53destinalI just want it, I'd find it useful :)
21:30.26egaudetdestinal, just because you want it and find it useful doesn't mean it should go into an application that is used by the masses
21:30.43destinalegaudet: there should be features that not everyone will use
21:30.50destinalI don't force you to use it
21:31.06egaudetI mean I get what you are saying, there is definitely something to be said for having easy ability to do everything that ipkg offers from the GUI level.  We can't predict future failures/issues
21:31.22egaudetBut that could probably go into an "Ipkg app"
21:31.34destinalwe're about openness and capability, yet we want to rigidly define our gui to some tiny subset of capability, why?
21:31.52AnOutsider|AFK*grabs popcorn*
21:32.03destinalif they're not good enough for command line or if they don't feel like typing in a terminal, forget them?
21:32.11egaudetdestinal, Preware is not a mapping of ipkg to gui.  Preware is a homebrew installer, and homebrew packages have certain rules for instance A depends on B means A cannot be installed without B
21:32.12destinalthey can use just these few things?
21:32.28egaudeta documented application that maps ipkg functionality directly to a gui I think is perfectly reasonable
21:32.36gollyzilatoo intrigue to get up and get popcorn
21:32.47AnOutsider|AFKhad a bowl on hand
21:32.48destinalok, then we need that, but we should still add the functionality to ipkgmgr
21:32.56destinalerr ipkgservice
21:32.59egaudetyou are talking about advanced usage of ipkg to workaround bugs, not really a "feature"
21:33.00destinallike I said :)
21:33.12destinalegaudet: I'm talking about giving me power to deal with the unforseen
21:33.12egaudetdestinal, oh yea to the service
21:33.24*** join/#webos-internals playya (n=playya@unaffiliated/playya)
21:33.26destinalI can't anticipate that everything will always be perfect
21:33.49egaudetright but you know how to fix things and get yourself out of a hole.  AM only knows how to break things :P
21:34.23destinalegaudet: well, I'll give myself make a separate app to do it, it still seems silly
21:35.17egaudetThe first thing AM would have done if it was in preware would be to force remove when they get an error on some patch they think is gone, but it isn't because some other unsupported app they installed messed up some of the files, and then they get into some funky situation that we have almost no idea how to backtrack because AM will never tell us everything
21:36.29egaudetIf we don't support that and help AM, they get furstrated and stop using preware.  And then they recommend against using it for others, and then we eventually wind up in preware being an advanced-user only app
21:36.39zonylThe Garnet OS emulator starts to run on the Pre.  It cannot display though cause SDL is not available in debian chroot (AFAIK).
21:36.49destinalzonyl: why are you using chroot?
21:37.05zonyldestinal: It needs both X11 and chroot.  X11 for the prefs and stuff.
21:37.15destinaloh, then we need a port away from x11
21:37.16zonyler s/chroot/sdl/
21:37.16*** join/#webos-internals Jolting (i=47ca40bc@gateway/web/freenode/x-avvkziavweocieqk)
21:37.34zonyldestinal: the dont give out code :(
21:37.44destinaloh
21:37.56egaudetdestinal, I also think that ipkgservice should detect a doctor and reinstall advanced homebrew
21:37.57zonylIs it possible to get SDL working from within chroot?
21:38.01gollyzilaMy windows 7 comp doesn't recognize my Pre in recovery mode. How do I Doctor then?
21:38.02egaudetautomatically
21:38.02destinalzonyl: they give out an arm binary though?
21:38.12zonyldestinal: Yep. Took it from Mameo
21:38.39destinalzonyl:  I think making a chroot environment to provide binary compatibility with maemo apps would be a cool thing to have
21:38.40zonyldestinal: It wants to run and looks like it is working otherwise. Just no display
21:38.47PuffTheMagiczonyl: why you using a chroot
21:38.56zonylPuffTheMagic: It needs both X11 and SDL
21:39.09destinalbut X11 means unless we have X it won't work
21:39.09PuffTheMagiczonyl: why do u need X11?
21:39.14sryananyone know what web language is being used for the 3D models on wowarmory
21:39.15zonylPuffTheMagic: The xserver I am using doesnt support SDL
21:39.24PuffTheMagicwhy do u need an xserver?
21:39.30destinalPuffTheMagic: binary only app built for maemo
21:39.37zonylPuffTheMagic: I dont have the source code and that is the way they built the app
21:39.45PuffTheMagicwhat app?
21:39.48*** join/#webos-internals christefano (n=christef@c-98-242-219-145.hsd1.fl.comcast.net)
21:39.52zonylGarnetOS emulator
21:40.04PuffTheMagicyeah running X for that is a waste
21:40.43zonylPuffTheMagic: It would appear it is mostly SDL from the strace I am running.   Just wont show the splash and prefs at the beginning and sits (x11 part)
21:41.15zonylPuffTheMagic: Agree.  The X bit does seem lazy
21:41.53destinalzonyl: if we can figure out what symbols it needs from libx11 we could make something to satisfy them
21:42.08PuffTheMagicLD_PRELOAD trick :D
21:42.20destinalPuffTheMagic: exactly
21:42.37*** join/#webos-internals doodums (n=thadood@c-75-64-178-167.hsd1.tn.comcast.net)
21:43.10PuffTheMagicthat should be easy
21:43.10gollyzilaany help please?
21:43.34destinalgollyzila:  missed your question
21:43.37PuffTheMagiczonyl: make a .so that implements the sdl X11 call to create the initial surface and have it actually call the fb init
21:43.38destinalgollyzila: can you repeat?
21:43.53gollyzilaMy windows 7 comp doesn't recognize my Pre in recovery mode. How do I Doctor then?
21:44.26destinalgollyzila: try start, run, services.msc
21:44.34destinallook for Palm Novacom service
21:44.45zonylPuffTheMagic: Which way?  Should I get it running in CHroot or in WebOS?
21:44.47destinalstop and restart it
21:44.58destinalgollyzila: then unplug pre and plug it back in
21:46.08zonylPuffTheMagic: Its looking for libx11-gdk right off the get go.
21:46.33gollyzilai stoped it. My comp then installed a driver which it's named contained "bootie". Then i restarted Palm Novacom and WebOS doctor now recognizes my Pre. Should i disconnect and reconnect phone?
21:46.46destinalgollyzila: no that last step was optional
21:46.54destinalif it sees it, continue with doctor
21:47.03gollyzilaAlright. Thank you very much!
21:47.11destinalyou're welcome
21:47.26Joltinggollyzila: http://www.webos-internals.org/wiki/Novacom_with_Windows_7
21:47.38destinalJolting: he doesn't need that
21:48.10destinalusually with doctors not recognizing pre's you just have to restart novacom service.   now, if he didn't have the service installed, he might need that.  but obviously, he did have it
21:48.16*** join/#webos-internals timepants (n=timepant@pool-96-233-51-188.bstnma.fios.verizon.net)
21:48.22*** join/#webos-internals yetdog (n=Matt@c-67-160-11-172.hsd1.wa.comcast.net)
21:48.41gollyzilaImagine if Palm's customer service was as good as Preware's "customer service"? Man, issues would be fixed in no time.
21:48.51gollyzilaYes, I already had it installed......
21:49.18gollyzilaBUT when i started WebOS doctor a window popped up stating that it was installing Novacom. Could it have replaced it?
21:49.25zonylldd shows 49 libs (eek)
21:50.13destinalPuffTheMagic: achieving general binary compatibility with maemo would be cool, although only really needed for binary only software distribution like this one
21:50.36destinalzonyl: ouch, that might be rather challenging
21:50.58Joltingzonyl: how many are missing?
21:51.10zonyldestinal: looks like debian satisfys most of it.  Just dies on getting sdl initialized
21:51.32*** join/#webos-internals Leoryk (i=5546965b@gateway/web/freenode/x-iasznezzifpvymvz)
21:51.50destinalzonyl: did you use the debsmall on the wiki as a base?
21:51.59zonyldestinal: yep.
21:52.23sryanwhats the fastest/easiest way to get preware? WOSQI?
21:52.48destinalsryan: easiest, yup
21:53.08destinalsryan: only downside is the long doctor download  depending on your broadband speed
21:53.25destinalthen again on 12megabit it's only 3-4 mins
21:54.10zonyldestinal: I get an empty window when running yielding the following stderr: Couldn't initialize SDL: Found no sufficiently capable X11 visuals
21:54.30destinalzonyl: where did your libsdl come from?
21:54.39zonylapt ;)
21:54.43destinaloh, well yeah
21:54.48Joltinglol
21:54.49destinalthat will never work
21:54.56Joltingneeds to be patched
21:55.17zonylShould I take WebOS's and bring it into chroot?
21:55.28Leorykhi iam a writer some czech online magazine about smatphones. do you somebody info about new functions of palm pre plus? i see only + 8GB internal memory and next features are only software. My question is wil have new software  features for palm pre plus old palm pre too?
21:55.28destinalyou can copy the deb libs out of the chroot or copy a bunch of palm libs in AND mount proc I think
21:55.38destinalthere's some IPC stuff to luna, not sure if it needs proc
21:56.00destinalthat is copy only the deb libs that are missing and put them in /usr/local/lib
21:56.33destinalI would personally try escaping the chroot
21:57.10zonyldestinal: Thats what I am beginning to do.  I want to get tightvncserver running without chroot as well.  Two birds one stone thing now.
21:57.46destinalzonyl: uh, doesn't tightvncserver need a functioning X server though>
21:58.08zonyldestinal: Im not an expert on X by any stretch, but doesnt the error I copied mean the x server is telling the app it doesnt have SDL?
21:58.20destinalno, it's SDL saying it can't find X
21:58.29destinalbecause it's not a palm pre aware SDL
21:58.34gollyziladestinal: just curious, AUPT is for patches, is there a technology for homebrew apps?
21:58.47zonyldestinal: Ah. Good to know.
21:58.53gollyziladestinal:with the same functionality as AUPT
21:59.30sryanleoryk: it also has double the internal memory (RAM) +256MB, removed navigational button, improved keyboard slider mechanism, removed orange styling on keyboard
21:59.51destinalsryan: what color is the orange button then?
21:59.51zonyldestinal: tightvncserver is a xserver on its own.
22:00.01destinalzonyl: oh
22:00.02Kyusakuwhite
22:00.16destinalKyusaku: this is going to play havoc with writing instructions
22:00.26Leoryksryan: thanx, but every software thing wil be in old pre too?
22:00.31zonyldestinal: We used to use the same vnc trick to get X11 on the Zaurus back in the day.
22:01.08gollyzilaThere is no driver for the Pre's OMAP3430 processor right? cause my computer just gave me an error that it couldn't install that driver
22:01.10sryanVerizon will get mobile hotspot app officially from palm
22:01.11Kyusakudestinal: yeah I don't get why they got rid of the color, I rather liked it
22:01.34destinalKyusaku: they now need to give it a generic name like modifier key or meta key
22:01.44destinalbecause you can't tell people to hit orange
22:01.55gollyzilaor Function key
22:02.26destinalyou think Verizon thought of the orange as too closely identified with Sprint even though all the other telcos have orange buttons too?
22:02.31zonylAnyway. I started on this because I was browsing some N900 forums where folks were talking about trying to get it to run WebOS SDL games ;)
22:02.48destinalzonyl: what?
22:03.12destinalzonyl: but most of the stuff we're trying to get going is ported to maemo already
22:03.21destinaloh you mean the commercial ones
22:03.23zonyldestinal: THe n900 folks are envious of commercial games on the Pre and want to run the bins on their phone.
22:03.31destinalyeah, I see
22:03.35destinalnot a bad idea
22:04.06destinalit really shouldn't be THAT hard
22:04.13zonylI figured the same could be true for us to run mameo stuff on Pre.  The one thing I wanted was a real PalmOS emulator (not classic limited version)
22:04.22*** join/#webos-internals freakout87 (n=freakout@220-245-75-218.static.tpgi.com.au)
22:04.31destinalzonyl: well it's easier for them
22:04.43destinalthey only need SDL.  we need X / gdk
22:04.56zonyldestinal: As I am starting to see ;)
22:06.23zonyldestinal: From what I was reading they are all good to go except for the multi-touch (multiple SDL mouse events)
22:06.29destinalzonyl: have a link to their thread?
22:06.45destinalzonyl: yeah, none of the games we have so far need multiple mice
22:06.52destinalunless I'm wrong
22:07.11zonyldestinal: NFSU uses two finger pause. )
22:07.21zonyldestinal: Not earth shattering
22:07.46PuffTheMagicdamn my phone is working hard
22:08.01PuffTheMagicplaying pandora + providing wifi to my lappy and ps3
22:08.26zonyltrying to find that thread
22:09.21JoltingHas sprint ever done anything about wifi sharing?
22:09.38destinalit didn't occur to me that the fact that those commercial games were based on an amazingly portable framework would work both ways.
22:09.55gollyzilaPuffTheMagic: Holy crap!! Hopefull your phone doesnt melt
22:10.35destinalzonyl: now they just need a palm catalog emulator to buy type: game apps :)
22:10.36Joltinggollyzila: That would make a good youtube video.
22:11.14destinalzonyl: wonder what they did about libpdl
22:11.27gollyzilaJolting: Yeah. You playing MW2. You just get the nuke and your phone melts causing your PS3 to lose connection
22:11.31zonylHere is one of them talking about games: http://talk.maemo.org/showthread.php?p=460756
22:13.35*** join/#webos-internals sportman (n=sportman@ool-182f4824.dyn.optonline.net)
22:14.04JoltingPuffTheMagic: How hot does your phone get?
22:18.35destinalzonyl: the folks in #maemo at the moment hadn't heard of it
22:18.44destinalzonyl: but a few found the idea intriguing
22:19.16destinal(after one tried to explain to me that maemo and webos weren't the same like I was a noob) :P
22:21.23PuffTheMagicJolting: its surprisingly cool right now....
22:22.26destinalPuffTheMagic: does the EVDO work well enough for your apartment at the moment?
22:22.38destinalI imagine latency might make ps3 games a little frustrating
22:22.52PuffTheMagicdestinal: im not using it for games
22:23.11PuffTheMagici just did it for shits and giggles
22:23.15destinalhehe
22:23.15PuffTheMagicand to download the update
22:24.05PuffTheMagicso when i connect to my quassel server (which is in germany) over cable my lag is about 60ms
22:24.16PuffTheMagicover my phone is about 100-300ms average
22:24.43destinalnot bad
22:25.04*** join/#webos-internals edektor (n=edektor@static-208-187-122-54.bbsc.net)
22:25.33rwhitbysryan: fastest/easiest way to get Preware correctly is via the preware-bootstrap script
22:25.43destinalhas an absurd desire to run out and buy an N900, and buy games from palm's app catalog to play on it :P
22:25.44*** join/#webos-internals PullingJ (n=Skuzz@c-71-199-247-68.hsd1.fl.comcast.net)
22:26.21destinalrwhitby: but the preware-bootstrap script asks _questions_  :P
22:26.22sryanis it possible to do the bootstrap script when I don't have the terminal on the phone
22:26.23PuffTheMagichas an urge to banish destinal
22:26.48rwhitbysryan: you need a command line to run the bootstrap script
22:26.55rwhitbyif you don't know how to get a command line, use WOSQI
22:27.16destinalPuffTheMagic: you of the routing your network through a pre for giggles can scoff at running pre games on an n900 for the hell of it?  :P
22:27.49sryanyou get the the command line from the terminal application right
22:28.10destinalsryan: best thing is to grab the Palm SDK and run novaterm
22:28.18destinalfrom your PC
22:28.45destinalbut with WOSQI you don't have to bother with that
22:28.47*** join/#webos-internals chezbi (i=4aed396a@gateway/web/freenode/x-pkhyqksckchxkggf)
22:28.58PuffTheMagicdestinal: what you just suggested is traitorish
22:29.04rwhitbySo I think I found a fatal bug in Preware/ipkgservice last night.
22:29.18destinalPuffTheMagic: haha
22:29.46rwhitbyinstalling apps via preware while the app catalog is installing stuff in the background seems like it can collide on the ipkg status file.
22:30.04destinalrwhitby: race condition eh
22:30.26destinalrwhitby: no locking built into ipkg?
22:30.32rwhitbyipkg does locking
22:30.37rwhitbybut I expect Palm are not using the normal ipkg command, so no locking
22:30.42destinalbut they are
22:30.53destinalI've traced it
22:31.06destinalipkg -o /media/cryptofs/apps  install xplane blah blah
22:31.06rwhitbyfor com.palm.appInstallService ?
22:31.11destinalyup
22:31.42destinalcould it be that offline mode doesn't lock?
22:32.28rwhitbydunno, I'll be checking into it today.
22:33.34*** join/#webos-internals PdxJohn (n=wIRCer@70-0-66-64.pools.spcsdns.net)
22:33.56destinalPuffTheMagic: I won't be a traitor until maemo gets a multitouch device, how's that?  :)
22:34.48destinalwhich actually could be the pre, but who has that kind of spare time
22:35.31PdxJohncan anyone tell me why my optware feed keeps failing to update local optware package database? :(
22:35.55*** join/#webos-internals yetdog (n=Matt@c-67-160-11-172.hsd1.wa.comcast.net)
22:36.26freakout87pokes his head in
22:36.35freakout87wonders why he can't change his nick!
22:36.36destinalfreakout87: you're a blast from the past
22:36.50destinallol
22:37.12*** join/#webos-internals freakout (n=freakout@220-245-75-218.static.tpgi.com.au)
22:37.17PdxJohnno one know?
22:37.19destinalfreakout: ah, there you are
22:37.22freakoutah, that's better
22:37.34freakoutSo: my last day in town...
22:37.54freakoutfor three months, at least.
22:38.09rwhitbyPdxJohn: only if you tell us what you did, what you expected to happen, and what did happen ...
22:39.48PdxJohnI ran sh optware-bootstrap-manual.sh, all goes well until it tries to update local optware package database, then it returns a 401 error in the log
22:43.08destinalfreakout: it won't be the same without you to antagonize dieter!  :)
22:43.29destinaland/or fight with for scoops
22:44.11zsocprofessional football referees are so bad, I may stop watching the sport.
22:44.21zsocs/football/american footbal
22:45.00*** join/#webos-internals eagleeye (i=eagleeye@admins.fi)
22:45.12egaudetzsoc, the Jets suck
22:45.35PdxJohn404 error my bad, "downloading http://ipkg.nslu2-linux.org/feeds/optware/pixi/cross/unstable/packages.gz
22:45.37zsocegaudet: yes, but that was the worst reviewed call i've seen this seasons. they have _instant replay_, it clearly was a catch
22:45.58zsocegaudet: and in all fairness, they _offense_ sucks. they have the best defense in the league
22:46.03chezbithis might as well be called #NFL
22:46.18chezbihaha
22:46.29zsocchezbi: i apologize for interrupting your in depth webos discussion
22:46.36chezbilol just joking
22:47.45egaudetzsoc, yeah
22:47.52egaudetwell I won't admit to anything positive for the Jets
22:47.58egaudetI don't care how true it is :P
22:48.33zsocegaudet: lol, you used to be my favorite non-biased webosinternals-head ;)
22:48.58*** join/#webos-internals ron001-wIRC (n=wIRCer@71.22.71.107)
22:49.03egaudet:P  not when it comes to the hated Jets, nope never!
22:49.15gollyzilaegaudet: I'm on 1.3.1. but there is no /media/cryptofs directory. I'm intending to alpha test AUPT.
22:49.26timepantsdid somebody say jets
22:49.28timepantsboo jets
22:50.03egaudetgollyzila, /var/etc/ipkg/webos-patches.conf in 1.3.1    /media/cryptofs doesnt' exist until 1.3.5
22:51.04*** join/#webos-internals ali1_ (n=ascisson@cpe-70-115-219-29.satx.res.rr.com)
22:51.09chezbidoes anyone know if robitaille will include /media/cryptofs into the next internalz update?
22:51.25gollyzilaegaudet: thanks that's all i needed to know
22:51.27chezbifor the destination for copying
22:51.28PdxJohnmeh nvm, I can tell this is something I'm gonna have to crunch out myself I guess, thanks anyways
22:51.34*** part/#webos-internals PdxJohn (n=wIRCer@70-0-66-64.pools.spcsdns.net)
22:53.13gollyzilaegaudet: so once I edit that conf file, AUPT should be active?
22:53.48egaudetAUPT is simply the logic in the scripts.  Once you edit that file, update feeds in preware, then preware will be seeing patches from the test feed which include AUPT logic scripts yes
22:54.33rwhitbybbl
22:54.40ron001-wIRCanyone seen this loading Preware? "TypeError: Cannot call method 'split' of undefined"
22:55.08dBsoonerrwhitby: ping
22:55.47destinalron001-wIRC: I have
22:55.49dBsooneregaudet: Sorting of patches in the admin panel = DONE!
22:55.52destinalnot sure what caused it
22:56.08egaudetdBsooner, nic
22:56.09egaudetnice*
22:56.11gollyzilaegaudet: Sweet. So the steps i should take from here are: install patches, OTA update to 1.3.5.1,  edit conf for 1.3.5.1, Emergency Migration Helper, and my patches should have transitioned?
22:56.25dtzWillali1: hey, how's it going?
22:56.40egaudetgollyzila, you'll have to hit "update all" in preware to update all your patches as the last step
22:56.48*** join/#webos-internals sportman (n=sportman@ool-182f4824.dyn.optonline.net)
22:57.06dBsoonergollyzila: make sure you edit the conf for the TESTING feed of 1.3.5.1
22:57.09ron001-wIRCdestinal, do I need to just reinstall it with QI?
22:57.19gollyzilaegaudet: That's going to be difficult :P
22:57.33destinalron001-wIRC: I'm not sure.  you might try it but i think it was more a bad package in one of the feeds that caused it
22:57.46sportmananyone have issues with mytether?
22:57.53*** join/#webos-internals alkos333 (n=alkos333@68-30-187-7.pools.spcsdns.net)
22:58.26gollyzilaGreat, the first patch I install gives me an error. How can i copy the IPKG Log from my phone to my comp?
22:58.43CoolMattyis there a quick and handy link to the doctor URLs ?
22:58.46CoolMattyfor 1.3.5.1?
22:59.08gollyzilahttp://www.webos-internals.org/wiki/Webos_Doctor_Versions
22:59.33CoolMattyfigures :p
22:59.43CoolMattythanks
22:59.46egaudetgollyzila, just read the ipkg log
22:59.52egaudetdid you update feeds first
23:00.12dBsooneregaudet, rwhitby: Do you want the WPWP to email you on new/update patch submissions and patch acceptance/denials?
23:00.39dBsooneregaudet, rwhitby: It is at least going to email me. It's just a short, "New/Update Patch Submitted!".. Nothing fancy.
23:01.07egaudetdBsooner, no
23:01.14ron001-wIRCdestinal, I can't get the feeds to list in preware at all, and updating gives the error
23:01.18dBsooneregaudet, rwhitby: Basically it's the same email users will get when they submit a patch or when it changes status.
23:01.27zsocdtzWill: hey, where we at?
23:01.28dBsooneregaudet: you suck.
23:01.31egaudetlol
23:01.37dBsooneregaudet: you sure?
23:01.38egaudeti don't need to know as submissions arrive
23:01.51dBsoonerSure you do.
23:01.57egaudetIt won't effect at which point I log in to look at them anyway
23:02.05gollyzilayes I did. ipkg log states: ERROR: cannot satidfy the following dependencies for org.webosinternals.patch.app-catalog-show-download-count: org.webosinternals.lsdiff
23:02.27egaudetgollyzila, oh yes that is right forget I pushed that
23:02.34egaudetwell no AUPT testing until we package lsdiff sorry
23:02.37dBsoonerwell if rwhitby thinks the same as you, then I won't program that at all.
23:02.39zsoc... install diff?:>
23:02.50zsocoh, LSdiff
23:02.56dBsooneregaudet: ^^ - as it wouldn't be of real necessity to me.
23:03.01egaudetdBsooner, I figure that I'll probably log in at set times each day, and getting emailed won't effect that in any way
23:03.21dtzWillzsoc: hey
23:03.30dBsoonerYeah, that's true.. but it might get to the point where patches are rarely submitted.
23:03.31*** part/#webos-internals tomsky (n=wIRCer@93-96-147-108.zone4.bethere.co.uk)
23:03.31dtzWillzsoc: what do you mean? :)
23:03.53gollyzilaegaudet: when will you guys package lsdiff?
23:05.16egaudetI'll have to talk with rwhitby
23:05.29egaudetnot sure what the process is of getting it into optware
23:05.34zsocdtzWill: i mean what's the recent news :) i feel out of the loo
23:05.40zsocp
23:06.03*** join/#webos-internals yetdog (n=Matt@c-67-160-11-172.hsd1.wa.comcast.net)
23:06.30gollyzilaSo I should just OTA update to 1.3.5 and wait until AUPT is ready for 1.4 February?
23:06.32dtzWillzsoc: meh, newish release of vba, poking at some speed ideas, nothing compelling yet :)
23:07.00zsocdtzWill: new release broke me btw :P
23:07.44timepantsdtzWill is on a mission... a mission of utmost importance
23:08.17*** join/#webos-internals jjore (n=jjore@c-76-28-255-241.hsd1.wa.comcast.net)
23:08.23CoolMattysecond only to SNES emulation :D
23:08.40zsocpsx emulation video was pretty sexy too ;)
23:08.53CoolMattypsx would be too hard to play most games IMO :/
23:09.13zsocrpgs
23:09.19acydlordtouchstone battery cover for the pixi weirds me out
23:09.21CoolMatty"most"
23:09.35gollyzilaPSX would be easy to play if we could use PS3 controller through Bluetooth
23:09.39sportmansport
23:09.42*** join/#webos-internals random_ (i=c84d29ae@gateway/web/freenode/x-xezeewjjhzddlndd)
23:09.56sportmanbbl
23:10.13CoolMattygollyzila: well there was talk of replacing the bluetooth stack on the phone to allow such things
23:10.40gollyzilaiphone is on it's way to get ps3 controller support.
23:11.09JoltingI feel silly owning a ps3 controller without owning a ps3
23:11.22gollyzilabbl
23:12.50PuffTheMagicwhere the hell is xcomp
23:14.10zsocPuffTheMagic: making you wait
23:14.20dtzWillzsoc: it broke what?
23:15.09dtzWillzsoc: does it not run? someone reports it not saving which is weird. i'm a little glad that somone technically inclined had theirs break so i can work with them to fix it :P
23:15.11zsocdtzWill: i had a random freeze during gameplay, an alsa erra
23:15.21zsocnah my saving is fine
23:15.40zsocand the alsa error i wasn't in a place to get the error msg, it seems to be something random tho (as it's working now)
23:15.54zsocso not broken :)
23:16.19dtzWillzsoc: okay. it actually should do much better regarding sound, in particular it shouldn't freeze anymore when you pause/minimize/etc
23:16.21zsoc<3's his charmeleon
23:17.01dtzWillzsoc: okay. well darn I don't know what's wrong; everyone who I've talked to seems to have everything working just fine haha
23:17.26*** join/#webos-internals scott_____ (i=62f8712c@gateway/web/freenode/x-ebhyimteiemnnolp)
23:18.15zsocemulation != exact science
23:18.23PuffTheMagicwell i guess i am going to have to package my gentoo build efl libs untill xcomp pushes his work
23:18.36PuffTheMagici want to get a version of Terminus in Preware :D
23:18.47zsoc:>
23:20.10dtzWillzsoc: heh yeah. although mostly it just seems people with crazy setups that don't know what they're doing, or think mytether is a good idea :P
23:20.33zsocdtzWill: i would ignore the majority of them :3, or suggest things like doctor :P
23:21.51dtzWillzsoc: yeah. i just feel bad--if there's something legit wrong i want to fix it. things like it not saving for people seem.. odd.
23:22.55timepantsdtzWill, i noticed your code creates the directories if they happen to be missing somehow, do you know if they get set to the right permissions when that happens?
23:23.06CoolMattyprotip: never doctor the pre over usb1
23:23.54zsocdtzWill: not saving is odd.
23:25.11ron001-wIRCdestinal: : I reinstalled Preware from terminal. All fine now. tnx
23:25.38*** join/#webos-internals dallashigh (n=dallashi@pool-96-226-235-64.dllstx.fios.verizon.net)
23:25.57tlpVBA is awesome :)
23:26.02zsoci agree
23:26.19dtzWilltimepants: interesting question. should be made 777, but I didn't test it's doing what i thought :)
23:26.23dtzWilltlp: glad you like it
23:26.26zsocwonders if we can get kirby's tilt and tumble to work with the accellerator
23:26.40dtzWillhaha i was wondering about that earlier hahaha. xD
23:26.55dtzWillprobably WAY more effort than it's worth
23:26.56*** join/#webos-internals egaudet-wirc (n=wIRCer@c-66-31-49-55.hsd1.ma.comcast.net)
23:26.59tlpdtzWill: I was hoping it'd happen since the day I bought my Pre, but figured it was out of reach until that directfb/luna wrapper thing was finished
23:27.02tlpglad Palm surprised us
23:30.02*** join/#webos-internals icarus_ (n=tits@unaffiliated/icarus-/x-7520418)
23:30.22Robi_hmm looks like preware doesn't handle the package manager service upgrade properly when using the update all button along with other apps
23:30.31CoolMattyoh god that scared the crap out of me. all of the sudden my PC made the "usb unplugged" sound while it was doctoring my phone. luckily it was because it had just finished, I thought it had a ways to go yet haha
23:30.57*** join/#webos-internals sportman (n=sportman@ool-18b85b87.dyn.optonline.net)
23:31.13CoolMattyzsoc: and also vibration for pokemon pinball!
23:31.40*** join/#webos-internals destinal-wirc (n=wIRCer@173-134-48-97.pools.spcsdns.net)
23:31.54zsocRobi_: worked fine for me, in fact that was pretty intensely tested
23:32.06CoolMattyugh not looking forward to remerging all these contacts.
23:32.17Robi_CoolMatty: yeah sometimes I unplug teh pre from charging and minutes later the PC realizes it's gone
23:33.20Robi_zsoc: usually does yeah not sure why it didn't this time
23:33.42Robi_CoolMatty: you backup your database file ?
23:33.50*** join/#webos-internals playya (n=playya@unaffiliated/playya)
23:33.57zsocRobi_: egaudet might be interested in seeing your log
23:34.21Robi_it might be overwritten already
23:35.12destinal-wirckeeps data in cloud
23:35.12Robi_restarted preware and pkg service seems to have upgraded and upgrade went ok this time
23:35.32CoolMattyRobi_: no, and even if I wanted to I couldn't anyway
23:35.42Robi_why?
23:36.06rwhitbyegaudet: do you want anything other than lsdiff from patchutils?
23:36.10Robi_now that the batt life is so much better i'm considering upping my idle screen timer to 2-3 min vs minimum
23:36.57*** join/#webos-internals mtw (n=mtw@pool-173-49-145-219.phlapa.fios.verizon.net)
23:37.10CoolMattyI had no way of accessing the pre's system. usb mode wouldn't work, and couldn't novaterm/ssh in
23:37.31Robi_ok just doctored my old phone and it's ready to be sent back to palm
23:37.39Robi_CoolMatty: terminal?
23:37.59egaudetrwhitby, just lsdiff for now, haven't run accross a need for anything else (yet)
23:38.46CoolMattyRobi_: nope, and doesn't matter now I'm post-doctored :p
23:38.50mtwVBA get updated?
23:39.04rwhitbyegaudet: which version of patchutils were you using?
23:39.05dtzWillmtw: depends on what version you currently have :)
23:39.08CoolMattywhy is it that the firstlaunch app doesn't let you turn on wifi >.>
23:39.18Robi_CoolMatty: if you doctored to 1.3.5 the usb partitino is no wiped
23:39.23rwhitbyCoolMatty: cause you didn't use meta-doctor
23:39.26mtwdtz, do you play on porting gpsp?
23:39.28destinal-wircdtzwill: the appinfo.json with type game works fine for me
23:39.36CoolMattyrwhitby: of course I didn't ;)
23:39.49zsocmtw: i think he plans on making vba run gba well :)
23:39.54destinal-wircbut I don't think nowindow should be true
23:39.55rwhitbyegaudet: can't find lsdiff in patchtutils 0.3.1
23:40.03Sonic-NKTzsoc: accellerator would be very cool :D you know boktai? that uses a light sensor ;)
23:40.07dtzWilldestinal-wirc: wonderful. some people reported havign to restart luna to get it to work; idk. but worked perfectly for me heh. always seems to be the case xD
23:40.08mtwi doubt that'll ever happen, zsoc
23:40.11zsocSonic-NKT: yeah someone mentioned that to me, lol
23:40.15zsocmtw: ... and why is that?
23:40.25destinal-wircand nodeprecatedstyles doesn't make sense I think
23:40.32rwhitbyegaudet: scratch taht
23:40.42destinal-wircis a mojo thing
23:40.43mtwit never happened for any other platform, the insane amount of coding to make vba run well...
23:40.51Sonic-NKTzsoc: both should be possible :D wonder if someone ever will put that work into it ;)
23:41.33zsocSonic-NKT: it's a serious hack just to get _one_ rom to run
23:42.07rwhitbyegaudet: seems lsdiff is a symlink to filterdiff
23:42.25Sonic-NKTzsoc: i know and its pretty useless but it still would be awesome, about the accelerometer, there are  several gba games for that
23:42.42CoolMattythere's a lot that use the rumble pack as well
23:42.56CoolMattyactually wait
23:42.59CoolMattythat might be for the ds lawl
23:43.04CoolMattyusing gba port
23:43.04*** join/#webos-internals doodums (n=thadood@c-75-64-178-167.hsd1.tn.comcast.net)
23:43.14Sonic-NKTthere are gba and gb games with rumble i think
23:43.36Sonic-NKTi can definatly remember pinball game
23:44.53CoolMattyso what are you working on now, dtzWill, just performance improvements?
23:45.15zsocemulation is just a totally different game, we need some serious arm hackers
23:45.17*** part/#webos-internals destinal-wirc (n=wIRCer@173-134-48-97.pools.spcsdns.net)
23:45.45dtzWillCoolMatty: more or less; mostly watching tv
23:45.50dtzWillzsoc: yeah.... yes we do.
23:46.24timepantsi wonder if the dsp core would also be helpful as a coprocessor for that
23:46.34dtzWillalso i think vba optimization might be viable simply b/c our processor is so much better than say, gp2x's
23:46.49zsocvery good point
23:47.00dtzWillthat's the idea anyway
23:47.20CoolMattywhat we really need is a way to plug into the matrix to teach ourselves arm-fu
23:47.22CoolMatty>.>
23:47.51*** join/#webos-internals christefano (n=christef@c-98-242-219-145.hsd1.fl.comcast.net)
23:48.05timepantsahah arm-fu D:
23:48.36tlpdtzWill: anyway, thanks for your work on this. Super awesome. :)
23:48.46*** join/#webos-internals destinal-wirc1 (n=wIRCer@173-134-48-97.pools.spcsdns.net)
23:48.59timepantsdtzWill is pretty hardcore
23:48.59tlpI'm loving this phone more every day.
23:49.03dtzWilltlp: welcome. glad it's workig out.
23:49.05dtzWilltlp: me too :D
23:49.18destinal-wirc1anyone else noticed phone calls making wirc die?
23:49.25*** join/#webos-internals meko (i=460227b0@gateway/web/freenode/x-kpvhyybmcewjgncb)
23:49.30tlpthe process, or the connection?
23:49.33destinal-wirc1it won't reconnect auto
23:49.35tlpAFAIK, CDMA cannot do data + phone
23:49.50CoolMattydestinal-wirc1: people make phone calls on the pre? :p
23:49.56CoolMattybut no, I haven't noticed
23:49.59destinal-wirc1lol
23:50.02CoolMattybut I don't exactly get many calls to know :p
23:50.11tlphaha. My calls on Sprint are really crisp.
23:50.17tlppeople say it almost sounds like a landline
23:50.27CoolMattypeople hate it when I'm on speaker
23:50.32CoolMattyapparently their voices echo back
23:50.34*** join/#webos-internals sportmankid (n=sportman@ool-18b85b87.dyn.optonline.net)
23:50.43tlpecho cancellation might not be so great
23:50.44CoolMattyespecially bad when I do headphone mode through my car
23:51.36CoolMattydestinal-wirc1: once my phone finishes restoring and I get preware up and going again, I'll test it for you
23:51.46*** join/#webos-internals hckyplayer024 (n=hckyplay@ip68-6-117-21.sb.sd.cox.net)
23:52.01*** part/#webos-internals hckyplayer024 (n=hckyplay@ip68-6-117-21.sb.sd.cox.net)
23:52.08CoolMattyalso, there needs to be a "emergency service remover" like patch remover :/
23:52.34destinal-wirc1yeah I did the redoctor, reinstall ipkgservice, run preware and reinstall a bunch of services thing
23:52.53destinal-wirc1and all the stupid upstart games postinsts
23:53.37destinal-wirc1loathes upstarting games
23:53.48PuffTheMagicwhats the novacom syntax to put a file
23:53.49destinal-wirc1I should go fix the git repo for those
23:53.51PuffTheMagici forgets
23:53.59*** join/#webos-internals Jolting (i=47ca40bc@gateway/web/freenode/x-mddnojfdyeclidqk)
23:54.15zsocPuffTheMagic: novacom put file:///location/on/pre/filenameyouwant < localfilename
23:54.16timepantsnovacom put file:///media/internal/bees < /home/PuffTheMagic/bees
23:54.22PuffTheMagicthanks
23:54.33CoolMattyohgod bees
23:54.35zsoctimepants: yep, your manual was definitely more readable lol
23:54.35CoolMatty>.>
23:54.54timepants:o
23:55.39CoolMattythe pre plus needs dual core >.>
23:55.58timepantstegra2 ftw?
23:56.07zsocpinetrail lol
23:56.09destinal-wirc1of course, can't fix repo without  fixing build and thus forcing everyone  to get a new version for little cause
23:56.11destinal-wirc1sigh
23:56.13CoolMattyI'll tell you one thing, tegra on zunehd is omg sex
23:56.23CoolMattyfastest, smoothest UI I've seen on a portable ever.
23:56.26*** join/#webos-internals Sonic-NKT_ (n=nils@84.143.102.233)
23:57.05destinal-wirc1quake and doom are too big.  maybe the others
23:57.16CoolMattythere's others?
23:57.21CoolMattyI mean, vba's no longer upstart...
23:57.55destinal-wirc1invaders  and uh,supertux which is actually big, and that tetris one
23:58.19dtzWilldestinal-wirc1: too big?
23:58.36*** join/#webos-internals egaudet (n=egaudet@c-66-31-49-55.hsd1.ma.comcast.net)
23:58.36*** mode/#webos-internals [+v egaudet] by ChanServ
23:58.53rwhitbyegaudet: lsdiff is in the feed
23:59.04destinal-wirc1dtzwill: too big for me to feel good  about a preware update just to move from upstart to type game
23:59.14JoltingWhere can I get the sourcce to invaders?
23:59.24rwhitbygit.webos-internals.org
23:59.28destinal-wirc1everyone would be downloading wads again for a tiny json thing
23:59.45timepantsgit://git.webos-internals.org/games/Classic_Invaders.git
23:59.49rwhitbydestinal-wirc1: c'est la vie

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