**** BEGIN LOGGING AT Wed Oct 26 02:59:57 2011 Oct 26 03:02:11 hewball, can you give us Diffs? Oct 26 03:02:32 much easier to figure out who is on First than reading 8 pages of stuff :D Oct 26 03:03:28 true Oct 26 03:04:04 Guest20099: yours comes to a screeching halt? mine would become unusable at about 12:10am and reboot sometime after that Oct 26 03:04:13 I might try building avahi for kicks Oct 26 03:04:19 turning off/on backups fixed it for me though Oct 26 03:04:38 it seemed to be something server-side related Oct 26 03:04:42 Been a while since I last packaged it up Oct 26 03:05:51 dwc: I did that but it keeps hanging on the backup about 3/4 of the way...never completes...then hangs up and requires a battery pull Oct 26 03:05:56 http://pastie.org/2759850 diff of internal playing and a2dp playing Oct 26 03:06:21 are you familiar with strace/top? Oct 26 03:06:50 much better Oct 26 03:07:15 dwc: I am familiar with top... Oct 26 03:07:50 dwc: but that will likely point to the backup process..right? Oct 26 03:07:57 has anyone tried updating the Muffle System Logging? Oct 26 03:08:02 I'm expecting it to... Oct 26 03:08:13 keep getting an error on the touchpad Oct 26 03:08:24 leave top running when you turn off the backups Oct 26 03:08:46 and make sure the i-forget-the-name accounts.backup.js or something like that? Oct 26 03:09:01 make sure it terminates after you turn off the backups Oct 26 03:09:02 hewball, thats pretty straight forward then. Oct 26 03:09:13 before you turn backups back on Oct 26 03:09:35 dwc: turning off the backups does not resolve the issue....a reboot is required... Oct 26 03:09:56 turning off the backups seems to be what triggers the deletion Oct 26 03:10:09 at least, that's what strace output suggested to me at the time Oct 26 03:10:34 ka6sox: looks as if its just pulseaudio config needed now, and some way to switch inputs in pulseaudio Oct 26 03:11:42 dwc: hmmm...I will run some experiments tomorrow...when I get some time....thanks for the tips.... Oct 26 03:12:24 I don't know what caused it to stop working, but attaching to a backup process was doing a lot of stuff on the server side and using up a lot of memory on the client side, which is what would eventually cause my phone reboots Oct 26 03:13:36 dwc: the problem is that the backup never completes....and that is what brings everything to a halt....its a though it backing up too much data or the server is not responding.. Oct 26 03:14:15 yes, backups not completing was the symptom on my phone too Oct 26 03:14:51 dwc: I wonder if there is a backup space limit.... Oct 26 03:14:51 my personal suspicion (didn't trace through code to check) was that it was looking at what was on the server (perhaps to try to only send diffs?) Oct 26 03:15:04 and as it iterated through those, ran out of memory on the client side for some reason Oct 26 03:15:24 when I turned off the backups, and let it delete everything off the server Oct 26 03:15:34 that operation succeeded fine Oct 26 03:15:47 and then when I turned backups back on, the backups started working again, and I haven't had a problem with it since Oct 26 03:16:34 hewball, what version of webOS are you targetting this for? Oct 26 03:16:49 this is on touchpad, 3.0.4 atm Oct 26 03:16:50 dwc: good theory...maybe the data is corrupt on the server side Oct 26 03:16:58 if its TP iirc Alsa is used so you can switch it thered. Oct 26 03:17:45 dwc: the delete seems to complete.. Oct 26 03:17:50 i used alsamixer to make sure card was working Oct 26 03:18:13 and unmute it Oct 26 03:18:57 check for the running js process, and make sure it's done Oct 26 03:19:16 so it should have changed states in the Sink from suspended to running Oct 26 03:20:42 i wasnt using pulse to play it, just aplay in cli Oct 26 03:20:52 ah, okay Oct 26 03:20:53 i havnt changed any pulseaudio config yet Oct 26 03:21:01 kk Oct 26 03:21:03 thats now what i need to work out Oct 26 03:21:43 but its looking promising :D Oct 26 03:21:53 are you using an external module for the USB sound device or is it compiled in? Oct 26 03:22:21 compiled in new kernel Oct 26 03:22:44 okay, so USB_AUDIO=y Oct 26 03:22:54 yeah there was that and more Oct 26 03:23:00 and then another module (the one that matches the actual device) Oct 26 03:23:36 kk Oct 26 03:24:25 +CONFIG_SND_HWDEP=y Oct 26 03:24:25 +CONFIG_SND_RAWMIDI=y Oct 26 03:24:25 +CONFIG_SND_USB=y Oct 26 03:24:25 +CONFIG_SND_USB_AUDIO=y Oct 26 03:24:25 +# CONFIG_SND_USB_UA101 is not set Oct 26 03:24:27 +# CONFIG_SND_USB_CAIAQ is not set Oct 26 03:24:41 thats the diff between the f15c.config and my custom Oct 26 03:25:11 kk.... Oct 26 03:25:14 if those are modular, should probably go in as a module to save memory Oct 26 03:25:27 for all the rest of us without external usb sound cards Oct 26 03:25:33 i dont think it allowed me to, cant remember Oct 26 03:25:37 hewball, when you have it all working send the diff of that as a patch we can integrate. Oct 26 03:26:37 compcache is a module, and we load and unload it (or at least we did) Oct 26 03:27:13 USB Audio/MIDI driver allows as module, usbaudio didnt Oct 26 03:27:44 that is usually just a connector Oct 26 03:27:47 that sounds right Oct 26 03:27:57 then the "drivers" for the various cards attach to that. Oct 26 03:28:22 bbiaf Oct 26 03:28:29 makes sense Oct 26 03:28:49 SND_USB_AUDIO should be allowable as a module afaik Oct 26 03:28:49 the headset in using is a USB HID device so its standard Oct 26 03:30:00 bbl Oct 26 03:30:46 hewball, isnt that for the source side (mic)? Oct 26 03:30:51 the HID Oct 26 03:31:03 i dont think so Oct 26 03:32:57 i thought there was a HID standard for output input and controls Oct 26 03:34:33 I played with OSS a while back...and now PocketSphinx but only dealt with Alsa on that now. Oct 26 03:35:23 since PocketSphinx uses the PCM. Oct 26 03:35:58 yeah, i learnt about the USB HID, as the ipad supports that for output too, pretty much what im trying to replicate on the touchpad Oct 26 03:36:14 kk Oct 26 03:36:24 no volume controll support but, output Oct 26 03:37:24 I'm playing with normalization and compression now...not getting the results I want yet. Oct 26 04:18:49 How does one go about packaging a theme into a .ipk Oct 26 04:24:33 I believe the Theme Manager wiki page has info on that Oct 26 04:34:28 pre3 has been shipped woot !! Oct 26 04:36:38 hi Oct 26 04:36:50 can I run my pixi on two networks? Oct 26 04:37:00 dual NAM style? Oct 26 04:37:17 pageplus for voice, vzw for data? Oct 26 04:46:17 depends whether you are a qualcomm modem firmware developer or not Oct 26 04:46:53 lol Oct 26 04:48:13 uh Oct 26 04:48:44 so there's notjing already established for dual NAM setups? Oct 26 04:49:07 siestacat, what carrier does that? Oct 26 04:49:34 ka6sox : huh? Oct 26 04:50:00 others have gotten pageplus/verizon dual nam setups working with other phones Oct 26 04:50:14 okay this phone is not setup to do that, that I know of. Oct 26 04:50:22 see rwhitby's comment Oct 26 04:50:27 I saw Oct 26 04:50:30 crap Oct 26 04:50:52 was hoping to take advantage of vzws free 5gb of tether for free Oct 26 04:51:13 ask them how to do it then ;) Oct 26 04:51:40 I don't have verizon Oct 26 04:51:55 cdma.... Glad telstra got rid of that Oct 26 04:52:10 why would vzw let non-customers tether 5gb for free? Oct 26 04:52:29 I would become a customer with some prepaid crap Oct 26 04:52:32 on second nam Oct 26 04:52:50 trying to avoid buying a mifi for my touchpad Oct 26 04:52:52 as a potential customer, they should talk to you. Oct 26 04:52:56 wait, so on prepaid they would just give you 5gb? that doesn't make sense too me Oct 26 04:53:06 unless they don't consider what you are suggesting to be kosher Oct 26 04:53:23 they give 5gb of tether to any pixi/pre owner Oct 26 04:53:45 whether you have a contract with them or not? Oct 26 04:54:12 I'd need a plan Oct 26 04:54:15 not a contract Oct 26 04:54:31 okay then you would already be a customer and this convo is moot. Oct 26 04:55:01 anyone know the cheapest way to tether anything to my touchpad for mobile broadband? Oct 26 04:55:07 this? http://blog.palm.com/palm/2010/04/no-fooling-with-these-april-savings-tips-1.html? Oct 26 04:56:02 back Oct 26 04:56:26 dwc-: yep that Oct 26 04:56:31 still works Oct 26 04:56:39 guess you should ask them about it then Oct 26 05:10:20 anyone know cheapest mifi type device I can use for my touchpad? Oct 26 05:10:56 siestacat: please see the topic of this channel. #touchpad would be an appropriate place for questions like that Oct 26 05:12:01 alright, though it would also be used for my #pixi, another #webos device Oct 26 05:16:27 pixi + freetether. Oct 26 05:17:12 hello Oct 26 05:18:34 okay time to pack and drive...can't avoid it any longer :( Oct 26 05:19:34 siestacat: yes, there are many things that are done on webOS devices that are off topic in a development channel about webOS internals. Oct 26 05:23:52 anyone know how to calibrate the accelerometer in the touchpad? Oct 26 05:27:56 rko, not without significant expense. Oct 26 05:32:54 hmmm Oct 26 05:33:07 well, you could check the values in the tokens Oct 26 05:33:55 how do I get to the command prompt to view the tokens? Oct 26 05:33:56 * ka6sox thinks of calibrating against external reference...forgot to look @ tokens. Oct 26 05:35:20 rko: I suggest a significant amount more of self-directed research, since getting to the command line will be the least of your concerns if you want to change the acceleration calibration tokens. Oct 26 06:14:07 hewball, looks like i got avahi compiled Oct 26 06:14:53 awsome Oct 26 06:15:53 disabled libdaemon since that is the only thing that isnt on the tp stock Oct 26 06:56:09 damn.... Oct 26 06:56:21 why didnt i try that earlier Oct 26 06:58:26 /etc/pulseaudio/system.pa changed to line load-module module-alsa-sink device=hw:0 sink_name=pcm_output mmap=1 tsched=1 channels=2 to use hw:1 restarted pulseaudio and it works Oct 26 06:58:36 no problems making this work now Oct 26 07:02:15 :) Oct 26 07:03:04 its not nice, but it works Oct 26 07:03:22 im sure there is a nicer way to do it Oct 26 07:06:12 http://pulseaudio.org/wiki/CLI ? Oct 26 07:09:20 yeah pacmd gives me No PulseAudio daemon running, or not running as session daemon. Oct 26 07:11:50 Cant use pacmd when in system wide daemon then :\ Oct 26 07:11:53 Thats a bummer Oct 26 07:12:06 yeps Oct 26 07:14:10 http://www.pulseaudio.org/wiki/WhatIsWrongWithSystemMode Oct 26 07:17:08 so maybe what i did it correct then, change the output card and then restart, maybe do it via a hotplug script or similar Oct 26 07:17:41 Yeah Oct 26 07:28:48 hewball, pactl ? Oct 26 07:29:14 wrea: what about it? Oct 26 07:29:34 Works with system mode an looks like it works similarly to pacmd Oct 26 07:30:15 it does work yeah, thats how i got list out :D Oct 26 07:31:05 move-sink-input ID SINK that might work Oct 26 07:31:18 just saw that too Oct 26 07:33:57 yeah that must be what a2dp is doing Oct 26 07:34:08 running that to change sink input Oct 26 07:37:56 Would make the most sense Oct 26 07:38:53 Hmm, palm hasn't released the new source for pulse or sndfile Oct 26 07:42:33 pulse has updated source to 0.9.22 with the 2.2.x source, but libsndfile isnt updated along with it Oct 26 07:43:13 Pulse chokes because it needs >= 1.0.20 Oct 26 08:35:03 wrea: from #pulseaudio really need the module-udev-detect to do it correctly Oct 26 10:36:38 how to remove preware Oct 26 10:37:44 koi to bataey yaar Oct 26 11:42:58 hi, I'm about to try to install ubuntuchroot on my touchpad and I just want to make sure I'm correctly following the instructions for Meta Doctor. I've installed MetaDoctor on my PC (Ubuntu) and downloaded the latest WebOS Doctor file for the touchpad, this is where it all gets a little fuzzy... Oct 26 11:45:19 what do I do from here and where do I find the Makefile? Oct 26 11:57:01 OK, I've found the makefile and I'm running WebOS doctor. All I wanted to do was edit create the partition so I've uncommented that and added touchpad as the device and wifi as the carrier, Oct 26 14:29:58 Is there a better way other than a child_proc.exec("reboot") to restart a touchpad? Oct 26 14:39:19 https://github.com/webos-internals/patches/blob/webos-3.0.2/notifications/notifications-advanced-reset-options.patch Oct 26 14:39:33 suggests there might be a shutdown/reboot service call Oct 26 14:40:59 dwc-: thanks! I'll check it out Oct 26 15:15:15 thanks all for your support, i don't know why and how, but now with 2 different profile, touch to share work, i leave the pre3 on my touchpad and wualà, touch to share, i have try in the same way for 2 days and nothing, now work :D really good Oct 26 15:23:48 so, last night, i installed touchplayer, which does not show up anywhere on my touchpad .. and now preware won't start, getting the "completely stuck" at "reading saved package list". previously, it used to occasionally be slightly slow at that spot, now it is apparently stuck (unless slightly slow has moved from minutes into tens of minutes) Oct 26 15:34:11 * EricBlade shrugs. now it went through Oct 26 15:34:22 about 20 minutes or so Oct 26 15:37:39 Usual advice I've seen for that is to reboot the TP. WebOS 3.0.4 bug apparently. Oct 26 16:00:07 have my TP connected tp my pc, have webos quick install v.4.3.1 running so I can install preware but i cant find it in the list. where is it? Oct 26 16:00:28 in the apps tab, just earch for "Preware" Oct 26 16:01:01 did that...not there Oct 26 16:02:05 dumb question...if it is already installed on TP will it still show up in list or not? Oct 26 16:02:05 hmm, do you have anything like twitpic where you could post a screenshot? Oct 26 16:02:11 it will not Oct 26 16:02:30 AH! thank you :-) Oct 26 16:03:10 np :) Oct 26 16:03:54 so any apps that are installed from wosqi will not be kisted if there are already installed. right? Oct 26 16:04:08 right, that includes patches Oct 26 16:04:17 thanks again Oct 26 16:04:19 you can see them if you go to "manage device" (I believe that's right) Oct 26 16:04:30 no prob, happy homebrewing Oct 26 16:04:53 cya Oct 26 16:28:36 i'm having trouble with arm-none-linux-gnueabi-gcc with macports. i'm using lion, should i just go get it from CodeSourcery and build myself? Oct 26 16:47:19 hewball, Yeah, I need libdaemon afterall :P Oct 26 17:05:36 Anyone else occasionally get a "cannot send message. try again" for sms sending? Oct 26 17:05:45 Trying to sift through the logs and find a lead Oct 26 17:37:53 Crix-: doesn't the palm sdk for os x include an arm toolchain? Oct 26 17:39:34 i just figured that out, added to path and i'm better now Oct 26 17:43:21 cool Oct 26 18:22:08 wi21 Oct 26 18:22:10 Fuck. Oct 26 18:22:12 Sorry. Oct 26 18:31:50 that's a bit short for a password, don't you think? Oct 26 18:41:08 lol. Oct 26 18:41:13 anyone in? Oct 26 18:41:29 Quiet game! Oct 26 18:43:27 don't care about games that much. What I do care about is figuring out how to override my pre+ as to access enyo apps from a webOS 2 device. Anyone willing to help? Oct 26 18:52:36 install the maps app Oct 26 18:53:34 I have, but there's nothing new in the app catalog Oct 26 18:55:51 that doesn't automatically give you access to Enyo apps, the apps are still pretty much all flagged as being for 2.2+ Oct 26 18:56:31 there's been some talk of some apps updated for older devices with Enyo popping up soon though Oct 26 18:56:48 as soon as i flag down a device, i'll figure out a way to get mine going Oct 26 18:57:31 I'll have to keep an eye out then, or try extracting apps from the Pre3 doctor. Oct 26 18:58:28 Frost: That's not a password. Oct 26 18:58:38 That's failed attempt at /win 21 Oct 26 18:58:40 klausa: good for you ;) Oct 26 19:04:48 What's the point of the Sprint meta doctor for 2.1 if the Verizon 2.1 pre2 doctor works as well? Oct 26 19:13:55 curious how there's no channel for SDK usage. Oct 26 19:15:28 why on the touchpad there're not any 3d game demo ?? for example i can not try need for speed Oct 26 19:16:59 well, since #cyanogenmod-touchpad doesn't know.. is there a reason why I'm getting "failed to connect to server" in novacom on linux? Oct 26 19:18:48 nvm, fixed that.. now it can't find my device. Oct 26 19:20:42 but it's clearly being seen by the system.. Oct 26 19:20:48 [73478.788675] scsi 8:0:0:0: Direct-Access HP webOS-device 0327 PQ: 0 ANSI: 2 Oct 26 19:26:19 acfrazier: it might be related to your libusb version Oct 26 19:26:44 what distro and what libusb version are you using? Oct 26 19:27:30 Arch64, and according to this.. version 1.0.8-1 Oct 26 19:27:50 I do have the lib32 version installed, since it appears novacom is 32-bit Oct 26 19:29:04 and the 64-bit is also isntalled, same 1.0.8-1 version Oct 26 19:29:46 did it work before, and have you tried this: http://www.webos-internals.org/wiki/Accessing_Linux_archlinux Oct 26 19:32:06 ah, sweet. Oct 26 19:32:09 works with that AUR package. Oct 26 19:32:29 the wiki is a great place :) Oct 26 19:35:37 been almost 5 years since I last used Arch Oct 26 19:35:58 same here Oct 26 21:09:08 hewball, I got avahi compiled. Just need to work on some packaging things like an upstart script Oct 27 00:10:14 how can i add a ssl certificate manually ? because i'm tring to add an imap account with ssl but the certificate is not correct, and i can not touch it, so i'm receiving an error, can i add it in some way ?? i have a touchpad Oct 27 00:10:53 you must have .pem file, copy it over to your touchpad and install it manually Oct 27 00:10:58 Pain in the ass. Oct 27 00:11:14 how can i take the pem file ??? Oct 27 00:11:51 you know if there a way to download the pem file from a ssl imap server ? Oct 27 00:14:59 there's a bug on the photo application (i don't know if also is in other app) if i send a photo from there, the signature of the email is the default one not the custom, i have to choose the other emaila ccount and come back to have the correct signature Oct 27 00:24:33 Darkmagister: openssl s_client will show it to you Oct 27 00:24:44 http://feedproxy.google.com/~r/bhorowitz/~3/4k7xTblHr0I/#rssowlmlink Oct 27 00:24:51 Whoops, sorry. Oct 27 00:24:58 dwc- ok, let me try Oct 27 00:25:56 because i've never used it so i don't know how it's work Oct 27 00:35:05 gethostbyname failure Oct 27 00:35:05 connect:errno=0 Oct 27 00:35:22 using openssl s_client -connect host:465 Oct 27 00:44:05 then your dns is broke Oct 27 00:47:36 mmm now it's work, and i was able to retreive the certificate, now work :D thanks for the help Oct 27 00:50:12 ok same thing in the pre3 Oct 27 00:51:35 you know if i have to take the pem file on the data partition or if i can remove it ? Oct 27 00:52:25 I dunno what you did with it to make it work, so that's hard to answer Oct 27 01:07:18 i only copy to media internal the pem file open the certificate app, add it trust it and finish Oct 27 01:07:49 now i have to go to sleep see you all tomorrow with more questions :D bye and thanks Oct 27 01:26:57 Hrm. Oct 27 01:27:07 novaterm into my own device, fine Oct 27 01:27:17 noveterm into my wife's, "unable to find device" Oct 27 01:38:39 Oh, wait. I never put hers into developer mode. Oct 27 01:38:46 *slaps forehead* Oct 27 01:39:48 speaking of novaterm, is anyone working on a proper terminal ipk or patching SDLTerminal for touchpad? Oct 27 01:43:18 xecutah + xterm works pretty well Oct 27 01:46:38 what is this? Oct 27 02:06:17 anyone else getting ipkg 'unreversed patch' errors upon trying to upgrade (or remove) the dropped packet patch? Oct 27 02:16:06 Okay, gotta say, bless you Palm for using JSON for your database and providing command line tools for querying. Oct 27 02:17:19 * mberg just recovered some docs writepadhd appeared to eat with one luna-send command and two lines of ruby. Oct 27 02:30:05 neat Oct 27 02:30:44 anyone else getting ipkg 'unreversed patch' errors upon trying to upgrade (or remove) the dropped packet patch? Oct 27 02:31:35 This is actually sufficient to dump the docs: luna-send -n 1 -a com.avnerarbel.writepadhdr luna://com.palm.db/find '{"query":{"from":"enyo.writepadhddb:1"}}' Oct 27 02:31:56 * mberg hasn't tried applying that patch. Oct 27 02:44:32 hi all Oct 27 02:45:52 anyone can gimme a logical explanation why my pree dosent catch phone calls Oct 27 02:51:50 sunspots Oct 27 02:58:54 any way i can figure out the imei of my phone Oct 27 02:59:04 esn* wihtout looking at the sticker **** ENDING LOGGING AT Thu Oct 27 02:59:58 2011