**** BEGIN LOGGING AT Mon Sep 05 02:59:57 2011 Sep 05 02:59:57 Pre 3 does not run 3.0, and has never meant to do so. Sep 05 03:09:06 hey, I've found the issue, it's not that fuse is including the wrong paths, it's that the .pc files in glib have the wrong prefix Sep 05 03:09:31 rwhitby: where in the glib makefiles should I set that prefix? most of the actual operations are from included .mk files, I'm not sure which one to change Sep 05 03:18:25 M25: I'm not familiar with the glib makefiles Sep 05 03:19:03 he has to get a better connection Sep 05 03:19:25 glib is just pulled in from optware Sep 05 03:29:21 ahha! the prefix isn't written by any of the makefiles! it's pre-assigned in the .ipk files that are downloaded Sep 05 03:30:20 anyone here willing to claim responsibility for the glib ipk? Sep 05 03:45:34 M25: looks like the glib comes from optware, which is designed to sit in /opt Sep 05 03:45:45 M25: so I wouldn't use any stuff from it Sep 05 03:46:04 ... but sshfs depends on glib... you want me to compile it from source instead? Sep 05 03:46:16 M25: I'd set a pkgconfig path instead Sep 05 03:46:45 are those erroneous .pc files being staged somewhere? Sep 05 03:46:53 cause they should not be if they are referring to /opt Sep 05 03:47:05 yeah, they need to be, sshfs takes its lib includes from the .pc files Sep 05 03:47:28 are those erroneous .pc files being staged somewhere? Sep 05 03:47:33 they're being staged with the rest of the files in the lib directory, yeah Sep 05 03:47:59 I can cut them out, I'm not sure it'll help any Sep 05 03:48:43 hello, i'm getting an error when trying to build my metadoctor for a ubuntu partition. would anyone be able to assist me? Sep 05 03:48:54 M25: yeah, incorrect .pc files should *NOT* be being staged Sep 05 03:49:04 gotcha, working on it now Sep 05 03:50:43 M25: does sshfs have another way to specify the locations other than pkgconfig ? Sep 05 03:51:09 I get "please download the correct version of the weOS doctor .jar file and move it to ... Error 1" do I need to rename it? Sep 05 03:51:12 yeah, the -I and -L flags, which are already in use, removing the errant .pc files removed some of the problem, it's still not able to link properly Sep 05 03:54:22 http://imgur.com/vZMnK is the output I get. I really thought I followed the meta doctor walkthrough perfectly Sep 05 03:55:32 bizarre, it's not finding the files that are right there in the directory it's looking fore Sep 05 03:55:36 kyle3om: pleae tell me how I can make that message clearer. Sep 05 03:56:18 ""Please download the correct version of the webOS Doctor .jar file and then rename and move it to ...." Sep 05 03:56:47 but does that mean the version I have is incorrect or I just need to rename it? Sep 05 03:56:51 kyle3om: seriously, I want to know. I've made it absolutely as clear as I can, and I want to know how I can make it clearer so I don't get people asking this same question every day. Sep 05 03:58:21 the wiki page even says: "Note : if you receive an error message when running the make file, (e.g 'Please download the correct version of the webOS Doctor .jar file and then move it to downloads/webosdoctorp220manta-wr-2.2.0.jar'), and you are sure you have the correct doctor you need to rename your doctor file, so it matches the name in the error message (e.g. sudo mv webosdoctorp220mantawr.jar webosdoctorp220manta-wr-2.2.0.jar)" Sep 05 03:59:12 rwhitby: http://pastebin.com/MtPNmcfZ Sep 05 03:59:18 that's the error I continue to get on compiling sshfs Sep 05 03:59:39 libfuse.la is in the lib directory, right where it should be Sep 05 03:59:50 .la is not a library file Sep 05 04:00:08 does libfuse.so exist in staging/armv7/usr/lib ? Sep 05 04:00:59 .la is a pkgconfig library file, I don't get any .so files when I compile fuse... although that may be the issue Sep 05 04:01:18 ohh. sorry. I just read the "If the build fails" section and didn't solution their. didnt think to check the header to that section. sorry Sep 05 04:01:59 kyle3om: ok, please edit the wiki page so that the next person does not do the same thing. Sep 05 04:02:05 let me know when you have done your edit. Sep 05 04:03:28 rwhitby: ahHA! libfuse, y u no make .so file like in my older compilation.... Sep 05 04:03:50 ok. will take a bit. have to make an acnt first Sep 05 04:13:55 rwhitby: I actually think you/someone may have deleted step 8 in the Linux directions. in the "Error Conditions" section it references "the file rename in step 8 above" but there is no step 8 Sep 05 04:21:33 rwhitby: ok I have copied the note from Step 2: Running the webos Doctor" and put it in the "Error conditions" section. Also I removed that bit about the "step 8" as their is no step 8. Sep 05 04:22:38 rwhitby: fuse is now satisfied, despite a hidden .libs folder hiding the actual .so files... now I'm running into the problem of without the glib .pc files, the linker can't find the functions it needs... trying a workaround Sep 05 04:25:44 rwhitby: that's effing bizarre... when I put the 'bad' glib .pc files back... it works... completely Sep 05 04:25:52 it's built Sep 05 04:27:12 rwhitby: how do I submit these precious makefiles into the git repo for testing, approval, and eventual inclusion into preware? Sep 05 04:27:44 also, I had to modify glib's makefile to get some includes copied over, turns out the default staging setup misses some of them. Same with FUSE, although that's one I added outright. Sep 05 04:28:06 kyle3om: thanks Sep 05 04:28:46 M25: put a tarball or patches somewhere I can get them Sep 05 04:29:08 <|Jason8|> Sweet mother of God. Sep 05 04:31:34 rwhitby: it'll be up on my public server in 10, I'll give you a url Sep 05 04:31:46 M25: ok Sep 05 04:32:21 doing some tests first, just to make sure it builds from scratch, you'll need to run make && make stage on both the glib and fuse directories in toolchain, then the same on sshfs Sep 05 04:40:48 good thing I checked, I forgot to copy the actual end-products Sep 05 04:41:03 rwhitby: should my make script copy the sshfs binary to any particular place? Sep 05 04:41:55 M25: what's the packaging and install plan? Sep 05 04:42:33 it appears to just be one binary, sshfs Sep 05 04:44:09 righto, putting it in bin Sep 05 04:48:32 rwhitby: I've gotta say, this is the strangest, yet most straightforward way of packaging software, one script that does everything for each package, and a staging directory where everything's supposed to go when it's done, and be pulled from when needed Sep 05 04:48:40 never seen anything like it. Sep 05 04:51:18 rwhitby: m25.mooo.com/build.tar.gz Sep 05 04:56:53 rwhitby: any and all feedback would be appreciated, I can msg you my email if you'd like Sep 05 05:00:00 what's the unaltered size that lvdisplay /dev/mapper/store-media should show? Sep 05 05:03:04 M25: please /msg me the name and email address you would like me to use as the author of those changes when I commit them to the git repo Sep 05 05:04:17 I'm so proud! I've been an iPhone developer for 2 summers, and now for several months at a full time corporation, this is the first time I'm actually getting credit in any app store anywhere :P Sep 05 05:09:35 ok I seem to have lost the 4GB partition that was ext3 for the ubuntu chroot and the directions linked from the wiki aren't helping to recover it. Anyone have experience with this? Sep 05 05:14:11 M25: I was able to build sshfs here Sep 05 05:14:24 rwhitby: WOO!!!! :D Sep 05 05:14:52 nice Sep 05 05:14:53 M25: Can you please add usage instructions to http://www.webos-internals.org/wiki/Application:SSHFS Sep 05 05:15:03 on it Sep 05 05:15:06 then I will work out how to package it for Preware Sep 05 05:15:24 I'll definitely use it Sep 05 05:16:49 M25: I expect we'll put it in /opt/sbin/sshfs rather than /usr/bin Sep 05 05:17:19 I need to do an optware package for rsync too ... Sep 05 05:17:31 that's fine, as long as it's on $PATH for ease of use Sep 05 05:29:45 M25: the built sshfs binary seems to work for me Sep 05 05:30:02 :partay: Sep 05 05:30:39 doing an md5sum of a 24MB file to test it Sep 05 05:30:58 need to switch OS's, be back in a bit Sep 05 05:31:02 I do get "fuse: warning: library too old, some operations may not not work" as a warning Sep 05 05:33:30 k, back Sep 05 05:37:22 md5sum matched Sep 05 05:37:25 I do get "fuse: warning: library too old, some operations may not not work" as a warning Sep 05 05:39:08 huh, if you like you can up the fuse version, I used the latest stable I found on sourceforge Sep 05 05:58:02 rwhitby: the wiki page is made btw Sep 05 05:58:12 M25: thanks Sep 05 05:58:39 so what's the prognosis on getting this into preware? Sep 05 05:58:52 M25: good. just a matter of time now. Sep 05 06:01:27 M25: what's the new wiki page for? Sep 05 06:02:21 sshfs Sep 05 06:02:28 ah Sep 05 06:03:05 has anyone had their touchpad stop charging on the touchstone? I saw some forum threads about it, but wanted to get first-hand experiences from people I know :) Sep 05 06:07:44 on that note, anyone got a solution for propping up the touchpad when using a Bluetooth keyboard with it? Sep 05 06:08:13 M25: the case is what I use Sep 05 06:08:17 official* Sep 05 06:08:29 there's an official case? Sep 05 06:08:38 eys Sep 05 06:08:40 yes* Sep 05 06:09:14 M25: http://www.amazon.com/HP-TouchPad-Custom-Fit-Case/dp/B0055QYJKG Sep 05 06:10:40 nice, but I'm looking for something that wouldn't stay on the touchpad all the time Sep 05 06:11:41 touchstone? Sep 05 06:12:11 and its very easy to take the case on/off Sep 05 06:12:13 I had thought about that, which is why I asked, how is the touchstone at holding the pad if placed on, say, a mattress Sep 05 06:12:41 I think it would do fine.. Sep 05 06:12:45 * PatrickC_TP takes a picture of his Sep 05 06:13:15 actually, looking at that, I could probably 3d print something just like it Sep 05 06:13:19 touchstone works even with the case on Sep 05 06:14:10 good to know... I'm not looking to spend more than $20 on whatever solution I get though, I'm willing to have it look less than professional Sep 05 06:14:45 I'm making a quick model in SketchUp that should do the job, based on the touchstone Sep 05 06:14:48 /me upload pic to dropbox Sep 05 06:14:52 box.net* Sep 05 06:15:20 does the touchstone work with the touchpad horizontal as well as vertical? Sep 05 06:15:29 yes Sep 05 06:15:47 yes Sep 05 06:16:01 yes, but only in one direction Sep 05 06:16:15 home button down vertically and speakers down horizontally Sep 05 06:16:49 that makes sense Sep 05 06:17:36 M25: https://www.box.net/shared/3o4t3c8inkbqec0fyhyx. Sep 05 06:17:44 argh.., https://www.box.net/shared/3o4t3c8inkbqec0fyhyx Sep 05 06:18:38 they both worked Sep 05 06:18:58 PatrickC_TO: that's a hell of a lot of terminals, are those all xterms? Sep 05 06:19:03 ohreally... Sep 05 06:19:09 that's wIRC :) Sep 05 06:19:16 gotcha Sep 05 06:19:28 webchat works fine for me, I'm never in more than one room at once on this thing Sep 05 06:19:39 I'm normally in 2 rooms at a time Sep 05 06:19:45 but I like wirc because of the notifications Sep 05 06:20:00 and just because oil and PuffTheMagic made it :) Sep 05 06:20:15 oh, dwc- too :P Sep 05 06:22:00 PatrickC_TO: would it be odd if I asked you to take some baseline measurements of the touchstone? I can 3d print an equivalent one for much cheaper Sep 05 06:22:35 just the thickness, width, and height of the main back of the unit, the depth of the lip at the bottom, and the length/angle of the hinging leg Sep 05 06:23:23 lemme look for a tape measure Sep 05 06:24:36 11cm wide, 14.5cm tall, and the hinge on the back is 10cm Sep 05 06:24:48 (cm was easier to do then in) Sep 05 06:25:31 how far down from the top is the start of the hinge? Sep 05 06:26:00 approx. 3.5cm Sep 05 06:26:40 sweet. All I need now is thickness of the plastic, and how far the lip at the bottom sticks out Sep 05 06:27:03 await a minute Sep 05 06:27:18 oh! Nevermind Sep 05 06:27:23 it folds, that'll do it Sep 05 06:27:30 thickness is .5cm, and the width at the bottom is 1cm Sep 05 06:27:32 oh, ok Sep 05 06:28:29 are you going to build a stand to the specs of the touchstone? lol Sep 05 06:28:56 I'm going to print one Sep 05 06:29:11 I live about 10 blocks from MIT, they have a 3d printer you can rent time on Sep 05 06:29:24 ah Sep 05 06:29:26 prints in ABS plastic, same stuff as lego Sep 05 06:29:51 * ka6sox makes his own printer...from another printer. Sep 05 06:29:51 I'm mocking up the design now, I can send you it if you want Sep 05 06:29:58 ka6sox: reprap? Sep 05 06:30:12 prusa mendel Sep 05 06:30:26 ka6sox: haven't heard of that one Sep 05 06:30:36 oh! Wait a sec, first gen or second gen? Sep 05 06:31:05 2ond Gen Sep 05 06:31:21 nice, what's the size of the print area? Sep 05 06:31:36 200mm X 200mm Sep 05 06:32:00 huh... That's big enough to fit the touchstone Sep 05 06:32:03 sounds fancy Sep 05 06:34:28 http://i52.tinypic.com/11wfvh3.jpg Sep 05 06:34:39 thats what it will look like when I'm done Sep 05 06:35:18 lol cool Sep 05 06:35:28 wow... Sep 05 06:43:43 well, got a static model... Now to see if I can make a hinge Sep 05 06:53:06 Just been told hybrid apps are supported in the app catalog by HP now - is that correct? Sep 05 06:53:56 haydn, did you ask HP? Sep 05 07:01:31 M25: changed fuse to use the source and patches from opensource.palm.com Sep 05 07:01:55 halfhalo: wIRC is a hybrid app Sep 05 07:01:57 that fix the warning? Sep 05 07:03:31 * haydn != halfhalo ;P Sep 05 07:06:14 Has anyone noticed the sale on london's craigslist for a photo of a touchpad @ £130! Sep 05 07:14:14 M25: does sshfs have to run as root, or can a normal user run it? Sep 05 07:14:50 not sure, fuse has some weird permissions requirements depending on how its installed Sep 05 07:15:52 rwhitby: a normal user can run it Sep 05 07:17:45 Hi Sep 05 07:17:48 I've tested Uberkernel and Warthog kernel on my Veer 2.1.1 but none seem to support cifs. Any plans on that? Sep 05 07:18:22 it could be done as a module perhaps Sep 05 07:18:29 but no plans that I know of atm Sep 05 07:18:36 patches are always welcome ;) Sep 05 07:18:48 rwhitby: what's the protocol for an app going from testing to regular repos Sep 05 07:19:03 M25: people testing it with no problems Sep 05 07:19:27 and us being happy that it's packaged properly, e.g. for upgrade, remove, etc. Sep 05 07:19:36 sshfs should be in the testing feed now Sep 05 07:19:57 Olodin: we need to go through and add CIFS support to all our kernels. Sep 05 07:20:58 * rwhitby bbl Sep 05 07:21:08 +rwhitby: that sounds good! I've read somewhere that cifs is available in touchpad Uberkernel already Sep 05 07:22:20 where's the makefile for Uberkernel? the link to the git repo in http://forums.precentral.net/webos-internals/242728-webos-internals-uber-kernel.html gives me an error Sep 05 07:22:45 this one: http://git.webos-internals.org/?p=preware/build.git;a=blob;f=kernels/uber-kernel-pre/Makefile Sep 05 07:23:03 rwhitby: downloading and testing now Sep 05 07:25:07 Olodin, that link is from a long time ago... we transitioned from gitweb to cgit Sep 05 07:25:08 http://git.webos-internals.org/preware/build/tree/kernels Sep 05 07:25:10 try that one Sep 05 07:25:19 then just look at whatever kernel you are interested in Sep 05 07:26:08 thanks, I'll have a look Sep 05 07:30:08 rwhitby: it works, but its not in a location that the default $PATH scans Sep 05 07:30:52 I think because it's listed as a regular app, not as an optware package Sep 05 08:38:03 After deinstalling I re-installed 'add launcher tabs' and they don't show up. Sep 05 08:43:25 ah, now Sep 05 09:04:20 rwhitby, is there an easier way of overwriting tokens other then doctoring. (I want to write a user friendly instructional documentation for the demo unit fix) Sep 05 09:24:16 Jack87: there is not Sep 05 09:24:27 at least not a way that is safe for end users to do Sep 05 09:24:50 M25: to list it as an optware app, we'd need to add the packages to optware first Sep 05 09:24:55 copy that... I was looking at http://www.webos-internals.org/wiki/Bootie_Themes but i think i like doctor better Sep 05 09:25:39 if you can spit out a meta-meta script I'll write up instructions based on that. Sep 05 09:25:45 too many things in that to get wrong, and a single typo could trash your bootloader Sep 05 09:26:08 which on a pixi, veer or touchpad would be a brick at the moment Sep 05 09:27:11 rwhitby, do you mean for a meta meta script or the Bootie_Themes method? Sep 05 09:27:46 bootie themes method Sep 05 09:28:15 yay bootie themes Sep 05 09:28:19 * Jack87 thought thats what you ment Sep 05 09:28:33 i had grand plans to have mukltiple layers, alpha blend animations together for bootie Sep 05 09:28:41 but it was hampered by the 64KB memory limit on omaps Sep 05 09:28:41 * Jack87 is wondering when geist will get a TP Sep 05 09:29:09 geist: were you involved in the touchscreen driver at all? Sep 05 09:29:21 for which product? Sep 05 09:29:33 only barely, early on, for the pre Sep 05 09:32:59 the touchpad touchscreen driver seems to be very much in userspace, with very raw data coming from the kenrel Sep 05 09:35:23 M25: the idea would be to put a webOS UI on sshfs, so the path wouldn't matter Sep 05 09:36:06 * rwhitby considers mountah Sep 05 09:49:00 hoedy Sep 05 09:49:28 I received today mine touchpad, and silly me put my real country on hp app catalog when it asked about it Sep 05 09:49:44 I should have put it to USA, so I could buy paid apps Sep 05 09:50:06 is there any patch to try correct this? Sep 05 09:50:34 from palm-central forums I found "the first run app", that should be in preware catalog Sep 05 09:50:40 but I cannot find it.. :/ Sep 05 09:51:14 you're probably reading a forum thread for phones Sep 05 09:51:26 doctor the touchpad, start again, select new country. Sep 05 09:51:51 do you have a US credit/debit card? if not, you won't be able to buy paid apps from the US app catalog Sep 05 09:51:53 its not receiving eearlier choice from backups or something? Sep 05 09:52:19 rwhitby: no, I have just finnish one Sep 05 09:52:39 then setting it to US app catalog is of no use to you Sep 05 09:52:50 but with giftcards I could get some apps? Sep 05 09:53:02 now, when I hit paid apps tab, there is nothing Sep 05 09:53:13 * Jack87 cant download files from password protected sites/php (like online classes) with touchpad pain in the ass! Sep 05 09:55:32 tabasko: you must have a credit card registered to use promo codes Sep 05 09:56:24 I have creditcard, but not US-one Sep 05 09:56:46 you must have a US credit card registered to access paid apps in the US app catalog Sep 05 09:57:02 okay Sep 05 09:57:18 Ill have to live with free apps + homebrew Sep 05 10:01:22 why is "hulu fix" not in the patches feed? Sep 05 10:01:44 same as Add Launcher pages? Sep 05 10:04:47 Jack87: it's not a patch. it's the same as Add Launcher pages Sep 05 10:05:04 gotcha Sep 05 10:14:15 Hello Sep 05 10:14:36 * RichT23 has been a bad bad boy Sep 05 10:14:46 Anyone know how to get css fixed positioning to not suck on webos? Sep 05 10:28:43 TDL: more likely to get an answer in #webos where the JS/CSS devs hang out Sep 05 10:29:46 thanks sir Sep 05 10:30:12 [06:09] * RichT23 has been a bad bad boy Sep 05 10:30:14 wut Sep 05 10:31:02 izza: i ordered TWO veers yesterday Sep 05 10:31:15 they arnt on sale in the UK Sep 05 10:31:38 thorght ill ether sell one here or give the other to my mum =) Sep 05 10:32:03 i theory i could cover the costs of both by selling one here Sep 05 10:32:21 Heh, eBay. Sep 05 10:32:26 RichT23: and you should do so Sep 05 10:33:54 I like faking out older people by using Skype on my Touchpad, and just holding it to my head. Sep 05 10:34:40 I could not have such fun with the Veer, sadly. Sep 05 10:35:49 I really wish they had used the pixi backing material for the touchpad Sep 05 10:36:21 Rubberized? Sep 05 10:37:13 * izza has not seen one in person, so does not know what material you refer to Sep 05 10:37:30 rwhitby: Ill see how much i like the Veer Sep 05 10:37:42 I realy wanted a Pre3 Sep 05 10:38:02 Only one problem with my Pre 3. Sep 05 10:38:16 It's only 8GB. My Pre 2 is 16GB. It's not gonna fit. Sep 05 10:38:39 Ya its crazzy they they didnt have SD card slots Sep 05 10:39:18 i love(d) the 650 and its sim and sdcad slot Sep 05 10:39:27 just sat there at the top Sep 05 10:39:36 i still have the 650 of course Sep 05 10:39:47 and still love it =) Sep 05 10:39:53 and the 680 Sep 05 10:40:05 and am still using my Centro Sep 05 10:40:12 so much faster Sep 05 11:03:50 yeah pixi has a rubberized backing Sep 05 11:04:22 also fully removable/replacable for inductive charging Sep 05 11:04:31 (and sim card) **** BEGIN LOGGING AT Mon Sep 05 11:28:15 2011 Sep 05 12:04:01 sconix: just found a bug in Mode Switcher (Pre3)... "Edit Default Mode" → "Settings" → "Screen" → "Wallpaper" → "Select" makes the wallpaper look like this: http://i.imgur.com/Xlt6d.png Sep 05 12:04:27 oups, only partially uploaded... re-uploading it Sep 05 12:07:42 sconix: full screenshot: http://eliasprobst.eu/~elias/stuff/Unknown_2011-05-09_135726.png Sep 05 12:17:28 eliasp: thanks for reporting, will fix for next release Sep 05 12:18:12 sconix: great, thx Sep 05 12:50:34 hi guys, im trying to build teh standard webos opensource kernel Sep 05 12:50:59 I got ther kernel from opensource.palm.com, and applied the patches there no problem Sep 05 12:51:12 I build the msm_defconfig and then run make Sep 05 12:51:15 but i keep getting Sep 05 12:51:42 arch/arm/mach-msm/pm.c:195: error: 'MAX_NR_CLKS' Sep 05 12:52:03 any ideas? Sep 05 12:52:54 i am trying to mount my nas on the TP..running uberkernel, uberkernel is supporting cifs isnt it? Sep 05 12:53:11 however i get : mount: mounting //192.168.1.122/video on /media/internal/nas failed: No such device Sep 05 12:53:23 does this mean the kernel doesnt support cifs afterall? Sep 05 12:53:39 -t cifs added to mount at all? Sep 05 12:53:44 yes Sep 05 12:54:19 YeahRight: you need latest Uberkernel from testing feed Sep 05 12:54:46 ah..i installed through preware indeed Sep 05 12:54:51 so that one wont work yet? Sep 05 12:55:30 YeahRight: cifs support seems to be there since 3.0.2-36 Sep 05 12:55:46 YeahRight: if you have not configured any manual feed, it won't work Sep 05 12:56:09 no i didnt do that yet..i dont know which version i got installed Sep 05 12:56:15 should i uninstall the preware uberkernel one first before using a test feed? Sep 05 12:56:26 YeahRight: yes Sep 05 12:56:47 ok..thanks for the answers..appreciate it :-) Sep 05 12:57:22 seems preware installs 3.0.2-22 Sep 05 12:57:51 would you recommand any specific kernel? since i will start using a testfeed anyway there isnt a specific need for using uberkernel Sep 05 12:58:56 will uninstalling uberkernel influence my openssh setup somehow? Sep 05 13:01:29 do u have to repay for a purchase and deleted app and is there a way to gift an app to someone? Sep 05 13:02:02 Olodin still here maybe? Sep 05 13:02:20 bb-q: no, no (unless you are the developer of the app) Sep 05 13:02:37 thats gay Sep 05 13:02:39 YeahRight: sorry. openssh shouldn't be affected Sep 05 13:03:09 I don't think app purchasing and gifting has anything to do with sexual orientation ... Sep 05 13:03:21 * rwhitby bbt Sep 05 13:06:41 YeahRight: I have no touchpad and cannot suggest any specific kernel. If you need cifs, maybe you could stick with Uberkernel and give some testreport Sep 05 13:06:43 thx Olodin .. how about a specific kernel to recommand? what's the general opinion here about the "best" kernel? Sep 05 13:07:09 i thought i saw more kernels support cifs Sep 05 13:08:11 warthog seems to do so Sep 05 13:21:38 sconix: just updated to MS 2.4.1 and wondered why after the device reboot the default mode wasn't enabled... then I started MS and set it to "Activated"... I was greeted by this: http://eliasprobst.eu/~elias/stuff/modeswitcher_2011-05-09_151527.png Sep 05 13:22:27 sconix: ping me if you need any debug information (Pre3) Sep 05 13:33:11 test Sep 05 13:35:56 i was wondering if a new version of preware maybe could maybe list whether or not apps are meant to run natively on the touchpad? Sep 05 13:37:22 hmmm I don't think so Sep 05 13:37:26 but don't quote me on that Sep 05 13:38:17 hmmmmm. The issue is whether the apps that are just for the touchpad have a flag to let preware know... I'm unaware of one. Sep 05 13:45:16 the HP app store does list it i think..that maybe suggests such a flag sould exist? Sep 05 13:45:18 would Sep 05 13:48:26 kun je bij die duitse winkel wel met nl cc of paypal betalen? Sep 05 13:48:46 sorry..wrong channel Sep 05 13:54:35 is there a way to save the data of 'Mode Switcher' (2.4.1, Pre3, webOS 2.2.x) using Save+Restore? there's a ModeSwitcher listed under "Supported Applications", but I assume this is Mode Switcher 1.x Sep 05 14:53:36 eliasp_: stupid typo left in the code, will release 2.4.2 soon Sep 05 14:54:10 sconix: great, thx a lot... any idea about Save&Restore and MS 2.x? Sep 05 15:02:31 eliasp_: just pushed 2.4.2, fixes wallpaper and the service error Sep 05 15:02:46 eliasp_: no need for save&restore, the config is stored in palm profiel and you can always export your modes Sep 05 15:02:47 sconix: great, updating now Sep 05 15:02:53 eliasp_: it takes a while to show up Sep 05 15:02:56 15-30 minutes Sep 05 15:02:59 sconix: ah, ok Sep 05 15:03:11 you need to re-select the wallpapers in your modes for it to get fixed Sep 05 15:03:29 after the update Sep 05 15:04:04 just had it set in 1 modifier and only for testing... hadn't really used the wallpaper setting Sep 05 15:05:24 the current fix is still a bit hack since you need to re-select the wallapepr for it to work. I will fix it properly for MS 3.x Sep 05 15:06:12 oh, there's a MS 3.x on the way? MS 2.x seemed just perfect, but it looks like you found a way to improve it even more ;) Sep 05 15:06:40 http://wee.e-lnx.org/tmp/ms-enyo-0.png Sep 05 15:06:46 its re-write in enyo :) Sep 05 15:06:49 there's the tablet interface Sep 05 15:07:26 ah, ok... trying to get a TP 32 tomorrow... a German retailer will have tomorrow 1.3k units for sale Sep 05 15:07:36 the main change is that the setting profiles are separte from modes so you can even re-use them in multiple modes Sep 05 15:07:46 also you can see the current situation seen by mode switcher: http://wee.e-lnx.org/tmp/ms-enyo-9.png Sep 05 15:08:17 yay, really sexy this Enyo interface :) Sep 05 15:08:24 thx for this nice sneak preview ;) Sep 05 15:08:42 Ms 3.x will be finally in the shape I originally intented it to be :) Sep 05 15:08:46 got to go now, will test MS 2.4.2 later, it didn't show up in the feeds yet Sep 05 15:08:48 great Sep 05 15:09:01 let me know if there are problems in 2.4.2 Sep 05 15:09:12 I'll do, thx for the updates/fixes Sep 05 15:15:10 hello all Sep 05 15:16:32 Has the equivelent of the PalmDatabase.db been found on webos 2 yet? Sep 05 15:16:41 and if so is it actually accessable? Sep 05 15:26:20 any one? Sep 05 15:48:02 hey guys, I'm trying to sideload kindle books on the touchpad. It's reading a database somewhere to get the list of books instead of looking in the folder that has them all. i've been digging through the source of the kindle app, and I think I understand the database structure that it's using so i can write a script to manually add some books, but i can't find the database or how to access it... can anyone give me some poin Sep 05 15:50:30 m0ngr31: interesting, I've been meaning to check into that also. I have been able to sideload books by downloading books I don't need, then taking the book I want and converting it in calibre to .mobi (which unencrypted .azw and .mobi are the same thing) , then copying it to the device in place of (with the same filename as) the "disposable" book Sep 05 15:50:41 m0ngr31: so I know that the kindle app will open arbitrary ebook files Sep 05 15:50:59 but I haven't gotten to putting new books into the database yet Sep 05 15:53:47 destinal: yeah, i've done a bunch of kindle 3 hacking back when i first got mine. i wrote some python and bash scripts that would find the info from your books and assign them a real ASIN number and give them a fake one if they weren't sold in the amazon store. it worked great for syncing your sideloaded books using whispersync across your devices Sep 05 15:54:25 m0ngr31: nice, I didn't even realize that worked Sep 05 15:54:35 i really like the functionality of whispersync, so i'd want the ASIN numbers to match and not be garbage ones so it would sync across my devices Sep 05 15:55:29 destinal: yeah, as long as amazon thinks it's not a sample and has a legit-looking ASIN number it'll sync progress across your different devices Sep 05 15:56:19 ah so you sideload it to all your kindle devices individually but it keeps track of where you are in the book on all of them? Sep 05 15:56:28 exactly Sep 05 15:57:01 and I'd like to have that work on the touchpad as well... but i can't figure out how to inject things into the database it's using. Sep 05 15:57:11 yeah that is pretty cool. my other reader is a nook2 but I could always load up the kindle app :) Sep 05 15:57:44 yeah whispersync is awesome Sep 05 15:58:12 m0ngr31: so probably it's a sqlite database on the device, I just haven't gone looking, yet Sep 05 15:58:55 there is some information in these: /var/db/main/objects.db and /var/db/main/indexes.db Sep 05 15:59:27 i've been looking in impostah and found all the entries for books, but i have no idea about how to add info to the database Sep 05 16:09:57 sigh, firefox / chatzilla decided to lose its mind Sep 05 16:24:14 has any one been able to backup texts on WebOS 2 yet? Sep 05 16:24:43 nat_davies: the palm profile can back them up :) Sep 05 16:25:24 I know but I'm running webos 2 on a pre- and need to downgrade so they are all going to be lost. Sep 05 16:25:37 so need to get them off the device. Sep 05 16:26:52 is it possible to uninstall something without using the hp software manager? it wants to update 2 things i installed, however the updates keep failing and in fact i just want to uninstall those things again but the option isnt there anymore Sep 05 16:32:25 YeahRight: device with keyboard? the square key + tap on the launcher Sep 05 16:32:46 or, try swipe-to-delete in the software manager Sep 05 16:34:36 does webos has an equivelent of the PalmDatabase.db on 1.4.5 etc? Sep 05 16:34:44 webos 2** Sep 05 16:45:35 nat_davies, check on PreCentral, I think someone did backup the messaging stuff Sep 05 16:47:31 it did work on Save/Restore for webos 1.4.5.. but now it doesn't give the option to backup the data. Sep 05 17:15:45 I was interested in exploring a patch to allow for connection to Ad-Hoc networks via the TouchPad. I found the wifi.js file, however, I'm having a hard time finding the source for the WiFiService that it calls out to. Any ideas where the source is for that? Sep 05 17:16:01 Any other help or hints would also be appreciated. Sep 05 17:17:22 sdct989:No source is available for WifiServce afaik. Sep 05 17:18:34 That's a bummer, is there no way to make changes to those components then? Sep 05 17:18:40 sdct989: http://opensource.palm.com/3.0.2/index.html Thats all the source available Sep 05 17:19:17 wrea: Yeah I was looking at that earlier, but really its only the open source packages that they made changes to Sep 05 17:19:43 wrea: I'm guessing that this is some sort of custom C code components that they made to back the JavaScript? Sep 05 17:19:45 Yeah. They're only going to make available what they have to Sep 05 17:20:04 Yeah Sep 05 17:21:16 wrea: Do you know if anyone has made any patches for C code objects on WebOS devices at all? Sep 05 17:23:14 Not sure. It wouldnt be out of the realm of possibility, I would think Sep 05 17:23:18 I know I've seen several articles online about swapping kernels, so it looks like people are doing stuff at the Linux layer Sep 05 17:29:18 hey guys, how do I get an onboard terminal or an ssh server working? much of the documentation refers to a package called Terminal, but I cant find it. and I can't figure out how to get openssh to run :/ Sep 05 17:31:40 *correction it seems to be running, but the authentication fails. the only way I know to resolve the problem I'm having w/ ssh is to copy an rsa key to the server (ie the touchpad) Sep 05 17:35:33 dec1227: yeah installing a rsa key is required. For just an on screen termial app you can use xecutah, xserver & xterm Sep 05 17:40:28 haydnh: none of those show up in a preware search. do i need to add a feed? Sep 05 17:44:12 peanus Sep 05 17:46:52 haydnh: i don't have web access on the tp atm, but I did search for xterm last night and couldn't find it... what robobot[0] said... Sep 05 17:53:44 dec1227, robobot[0]: For the time being xterm/xserver/xecutah are in the testing feeds. Note that as such all testing feed rules apply if choose to add them. Sep 05 17:54:19 iow, dont come crying if your touchpad explodes Sep 05 17:54:32 indeed Sep 05 17:55:18 although offhand if your device does explode for real, please do tell us becaues that's crazy ;) Sep 05 17:55:23 *kablooey* hehe Sep 05 17:55:39 heh, actually i think the testing feed rules obligate you to tell us what you did to cause that so we can debug it xD :P Sep 05 17:56:02 dtzWill: thanks! Sep 05 17:57:23 cool, it works. thx haydnh and dtzWill Sep 05 17:57:40 now to find a use for it. Sep 05 18:00:24 002281892 Sep 05 18:00:24 002238950 Sep 05 18:00:24 002338214 Sep 05 18:00:24 000660368 Sep 05 18:00:24 000276370 Sep 05 18:00:26 000700761 Sep 05 18:00:29 002281973 Sep 05 18:00:57 hello Sep 05 18:43:28 Jack87|Away: ping? Sep 05 19:07:44 hi Sep 05 19:08:17 i have just got my touchpad Sep 05 19:08:42 and insatlled on my computer webosquickinstall Sep 05 19:08:55 now i tried to install preware but it said downloading and then installing Sep 05 19:09:02 but it appears its stuck under installing Sep 05 19:09:19 minutes and no response Sep 05 19:09:53 Kill it, and try again. I've had to do that once or twice. Sep 05 19:10:02 killed it twice Sep 05 19:10:09 its already the 3rd time Sep 05 19:10:22 Have you killed it, and checked to see if there's a launcher? Sep 05 19:10:28 yes Sep 05 19:10:34 disconnected the usb went to downloads Sep 05 19:10:42 saw only hp catalog Sep 05 19:11:13 i used task manager to kill it Sep 05 19:11:18 because it wouldn't respond Sep 05 19:11:25 Well... time to an hero. ;P Sep 05 19:11:41 hero?! Sep 05 19:12:12 think i might restart Sep 05 19:12:25 Try grabbing Preware from the HP App Catalog. Sep 05 19:12:36 ok thanks Sep 05 19:12:41 one more quesstion Sep 05 19:12:58 it appears when i press ejact device from usb Sep 05 19:13:02 and then disconnect it Sep 05 19:13:17 it continually asks me to unmount before disconnecting Sep 05 19:13:29 It still bitches, saying "Ouch!"? Sep 05 19:13:35 ooops nvm this time it worked Sep 05 19:13:46 weird little thing Sep 05 19:14:30 So long as you're not writing to the device, or transferring anything, you should be fine even if it complains. Sep 05 19:16:34 preware homebrew documention is what i should download Sep 05 19:48:31 is there a way to spoof the web user agent with impostah? Sep 05 19:53:29 Hi everyone, did anyone ever get: "qemu: uncaught target signal 11 (Segmentation fault) - core dumped" while building a cross-compile package ? Sep 05 19:56:44 izza: grabbing the *documentation* for preware in the HP app catalog is not going to fix Sep 05 19:57:39 dwc: Wasn't aware it was just docs... I installed from there, and I had Preware running afterwards. Sep 05 20:01:42 yazgoo, yes, I've seen that from qemu bugs and hw problems; which version of qemu are you using? Sep 05 20:02:33 qemu-arm -version Sep 05 20:02:33 qemu-arm version 0.14.50 (Debian 0.14.50-2011.03-1-0ubuntu2), Copyright (c) 2003-20 Sep 05 20:02:36 08 Fabrice Bellard Sep 05 20:03:13 which package build causes the qemu failure? Sep 05 20:04:05 recently I've had luck with downgrading qemu to 0.13.0 (built my own qemu-arm) Sep 05 20:04:30 common/glib-2.0 Sep 05 20:06:47 yazgoo, yeah, that's the package which caused me to build my own qemu-arm Sep 05 20:07:32 but recently here, someone found that sb2 in ubuntu includes its own qemu. he configured to use that version, and IIRC glib built for him Sep 05 20:08:30 Ok, cool, I'll install 0.13.0 then. Thanks :) Sep 05 20:09:48 hi there. Sep 05 20:10:09 I am interested in testing the linphone on my pre2. Is it still available for testing? Sep 05 20:17:32 dropped my frankenpre. now when i power the phone on, im given nothing but a backlight black screen. any ideas? Sep 05 20:23:35 So, I just got a nice burst of sound out of the Ubuntu Chroot, and then the touchpad reset. Sep 05 20:25:28 i've been having issues with the ubuntu chroot and memory usage, govnah will show about 900mb in use. exit the chroot - > unresponsive TP.. have to login through novacom and issue a reboot command Sep 05 20:26:02 what are you running on yours? Sep 05 20:26:23 on my ubuntu chroot? Just lxde and chromium Sep 05 20:26:45 wanted to try gnome but my ext3fs partiition wasn't big enough Sep 05 20:28:34 anyone know who made the wifi chipset in the touchpad? doing wlan security analysis from my touchpad instead of my bulky laptop would be super classy and easier to carry around :D Sep 05 20:28:49 I'm trying to figure out how to boot into a nice netbook version of gnome/unity but keep getting errors or the side launcher panel not auto hiding. Sep 05 20:29:32 yeah that does sound more ideal than lxde.. lxde remind me of dull android... and it'S dull interface Sep 05 20:30:05 netbook-launcher-efl works well. Sep 05 20:30:31 but I had the top and bottom bars from unity at one point before I crashed the TP last night and had to Dr. Sep 05 20:35:18 A port of wicd to the TP would be amazing. Sep 05 20:35:37 wirc* you mean? Sep 05 20:35:46 forget wicd, im 'd love aircrack-ng and kismet :D Sep 05 20:35:55 depending if the wifi chipset is supported Sep 05 20:36:10 I love kismet, but I'm thinking more for the average user. Sep 05 20:36:38 ehh,, i could just see the precentral forums now for support. No one reads anything as it is Sep 05 20:37:35 kismet and aircrack, the average user has no use for anyways. Sep 05 20:38:47 Well, right, that's why I think wicd would be nice. Sep 05 20:39:22 Makes me scratch my head as to why HP didn't implement a dropdown menu to select a network. Sep 05 20:39:23 that is mostly python Sep 05 20:39:59 i see your point Sep 05 20:40:52 anyone know the command to run different versions of gnome? Sep 05 20:41:03 is it gnome-session --session=unity-2d? Sep 05 20:42:03 ok so after some digging, the touchpad uses the Atheros AR6003X, now let's see what i need to do and what i might have to add to the kernel for packet injection Sep 05 20:48:12 ghostinator: No monitor mode on the touchpad Sep 05 20:49:06 no way to implement it at all? even if i recompile kernel with the correct support? Sep 05 20:49:51 that should be easy enough Sep 05 20:50:08 ive done it for my laptop several times Sep 05 20:50:36 monitor mode as in using the tp as an external monitor? Sep 05 20:50:41 jacques: 0.13.0 and 0.15.0 did not work for me. Sep 05 20:50:43 The ath6kl driver doesnt support monitor mode. So until it does, nada. Sep 05 20:51:43 New mac80211 Atheros drivers have native injection and monitoring support, Let me see what i can find Sep 05 20:52:48 I even went in asked in #ath6kl and someone confirmed it for me Sep 05 20:53:32 hmm.. i hope your wrong haha Sep 05 20:54:25 Well, if we ever do get support for it I have libpcap and libnl packages and a half done kismet makefile Sep 05 20:54:55 No biggie, just get a rework station, and replace it with a pin-compatible chip with monitor support. ;P Sep 05 20:55:07 lol Sep 05 20:55:13 lol Sep 05 20:55:22 sounds pratical ;) Sep 05 20:55:31 Of course. lol Sep 05 20:55:41 Or get a usb wireless card that supports it Sep 05 20:55:50 There we go. Sep 05 20:56:19 im sure we can find someway to get it power. little battery box that has 5volts.. should work Sep 05 20:56:31 Yeah Sep 05 20:57:12 I'd just solder to a test point. Sep 05 20:57:19 Surely there's 5v to be had. Sep 05 20:58:06 hm, well i do have an extra usb wlan stick that supports monitor mode and packet injection. I just need to get a y cable Sep 05 20:58:56 can the touchpad work as a USB host, as well as client? Sep 05 20:59:14 Well, I know a USB keyboard works. Sep 05 21:00:25 izza: really? Wonder what else does... Mass storage? Sep 05 21:01:00 Worth a shit. Sep 05 21:01:02 *shot Sep 05 21:01:30 * izza glares at his Qwerty layout, and shakes head Sep 05 21:01:49 if that works, I feel sorry for those who bought the 32GB version Sep 05 21:02:30 Still worth having the 32GB on board for the extra $50. Sep 05 21:03:01 im replacing a screen on a busted pre Sep 05 21:03:09 can i use the screen without the plastic overlays that go on it? Sep 05 21:03:19 im assuming that is there for water protection or such Sep 05 21:03:30 possibly for angled viewing, but im not sure Sep 05 21:03:48 5V power is pretty easy to do... all those battery-powered usb charger things Sep 05 21:04:14 zefyx: as long as they're not touch sensors, it should be ok Sep 05 21:04:17 I'd just make a Y-cable, and power it off your PC. Sep 05 21:04:30 but that's not as portable Sep 05 21:04:43 Well, for testing. Sep 05 21:05:14 Has anyone opened their TP yet? Sep 05 21:05:21 Here, I mean. Sep 05 21:05:31 i dont see how they could be Sep 05 21:05:36 they have no flat wire or anything leading to them Sep 05 21:05:58 ifixit has, says you're guaranteed to break the screen clips when you do Sep 05 21:06:17 PatrickC, whats up? Sep 05 21:06:27 they came off when removing the screen Sep 05 21:06:35 its a wubi question. I'll PM Sep 05 21:06:39 Well that sucks. Sep 05 21:08:24 screen clips are intact =p Sep 05 21:10:11 zefyx: nice Sep 05 21:18:27 can someone tell me why SDLterminal doesnt install? the logo just keeps on spinning and it never finishes Sep 05 21:18:34 grr Sep 05 21:18:38 the connectors on the screen ripped Sep 05 21:20:36 HeadLight: its not designed for touchpad Sep 05 21:20:39 jdkfnnf Sep 05 21:20:44 * izza really wishes Pre apps were apart from Touchpad apps in Preware Sep 05 21:20:53 YeahRight: its not designed for touchpad Sep 05 21:21:30 you'll want to use xorg and xterm from the testing repos I think Sep 05 21:21:34 screen replacement on a pre is so damn irriating. Sep 05 21:21:58 xecutah, xserver and xterm Sep 05 21:23:07 M25 : i see..so i can only get an xterm when the TP is connected to my pc? Sep 05 21:23:45 somehow my openssh server isnt running anymore..i must have changed something through preware Sep 05 21:23:58 no, you can run xterm on the touchpad itself, in its own xorg session Sep 05 21:24:29 oh really? sounds cool..how would i do this? (its all rather new to me) Sep 05 21:24:35 i notice with openssh on my touchpad, i have to go into novacom and run "start mobi.optware.openssh" to get it to run everytime before i try to connect Sep 05 21:24:44 Yeahright: download those 3 from the testing feeds, run xecutah, click xserver to open an xserver card, then click xterm in the xecutah card to open an xterm in the xserver card Sep 05 21:25:15 those 3 refer to? Sep 05 21:25:33 my previous post above, xecutah, xserver and xterm Sep 05 21:26:01 ok..sorry if it seems obvious :-) Sep 05 21:26:12 Info on testing feeds here: http://www.webos-internals.org/wiki/Testing_Feeds Sep 05 21:26:19 thank you! Sep 05 21:26:52 ghostinator : so when you reboot you loose openssh each time? Sep 05 21:27:06 indeed so Sep 05 21:27:25 it shouldnt be like that.. Sep 05 21:27:29 i've redoctored about 3 times so i don't know whats the cause Sep 05 21:27:37 what folder has the list of services to start at boot? Sep 05 21:28:04 i installed the bourne shell yesterday and after that i lost my openssh, but after uninstalling bourne again and rebooting openssh was back again Sep 05 21:28:12 and today its gone again somehow.. Sep 05 21:28:48 i never played with bourne but once every reboot i have to manually start the service Sep 05 21:29:29 You could create a init script to start it at boot Sep 05 21:30:01 you type "start mobi.optware.openssh" at the novaterm terminal each time? Sep 05 21:30:05 yep Sep 05 21:30:13 thats not workable.. Sep 05 21:30:21 You could create a init script to start it at boot Sep 05 21:30:23 the idea is not to have to connect the TP by cable.. Sep 05 21:30:28 there should be one Sep 05 21:30:44 exactly! let me open internalz and see whats up Sep 05 21:30:49 check your /var/log/messages for startup failures Sep 05 21:30:49 haydnh : i'm not linux master either..;-) maybe if you could guide us a bit about what to do exactly? Sep 05 21:31:04 /var/palm/event.d Sep 05 21:31:06 but shouldnt the preare installation take care of that? Sep 05 21:31:10 preware Sep 05 21:31:14 it did on my pre- Sep 05 21:31:22 you might try changing the "start on stopped finish Sep 05 21:31:52 where? Sep 05 21:32:03 /var/palm/event.d/mobi.optware.openssh Sep 05 21:32:05 hmm.. oddly enough.. there is a mobi.optware.openssh in that folder that is set to that. Sep 05 21:33:17 yea, try changing it to start on started org.webosinternals.optware Sep 05 21:33:47 to "started on stopped finish"? Sep 05 21:34:07 no, to "start on started org.webosinternals.optware" Sep 05 21:34:37 lemme check Sep 05 21:34:50 already set to start Sep 05 21:37:22 does that help it startup at boot? Sep 05 21:38:05 let me start it from scratch, currently no Sep 05 21:38:25 I'll uninstall it, reboot, verify there aren't any files lying around. install, create the key. reboot and check Sep 05 21:38:46 another simple email patch Sep 05 21:38:47 http://forums.precentral.net/hp-touchpad-apps/297301-patch-email-app-dont-move-scroll-position-folder-picker-move.html#post3134425 Sep 05 21:39:08 i do know though, nbench does not like being run through openssh or novaterm/com. gets errors everytime Sep 05 21:39:18 dwc- : i have "start on stopped finish" atm Sep 05 21:39:31 i should change that to "start on started org.webosinternals.optware" ? Sep 05 21:39:39 yeahright: try it and see if it helps Sep 05 21:40:12 can i read somewhere about these start options and their differences? Sep 05 21:41:25 upstart.ubuntu.com Sep 05 21:41:38 thanks Sep 05 21:41:44 lemme boot into ubuntu real quick, gotta install an irc client too.. i'll be back shortly Sep 05 21:45:41 i'm real sorry for the noob question but can you tell me how to create an empty line in nano editor? i can edit but cant creat ne wlines somehow..(using nano in novaterm) Sep 05 21:47:09 Ewwww nano Sep 05 21:47:16 lol..i know..:-) Sep 05 21:47:22 what's wrong with the enter key? Sep 05 21:47:29 well it doesnt work.. Sep 05 21:47:35 bah, use vi Sep 05 21:47:47 it goes to the next line but no new line is created Sep 05 21:49:43 back Sep 05 21:50:32 ghostinator: let me know if the upstart changes fix the race condition on openssh Sep 05 21:51:34 race condition? Sep 05 21:51:46 wait what? I might of missed something between rebooting from windows to ubunut Sep 05 21:51:49 ubuntu*] Sep 05 21:53:03 ubunut sounds better tbh Sep 05 21:53:32 haha Sep 05 21:55:22 actually, why do HP only ship .debs for the sdk, they should at least include rpm's as well... lazy sods... Sep 05 21:56:57 ok i changed to "start on started org.webosinternals.optware" Sep 05 21:57:51 rebooting now Sep 05 21:58:24 rebooting now, then renistalling openssh.. I love the verbose boot of unix's f15c kernel.. everyone is always like "is it suppose to do that?!?!" Sep 05 21:58:48 haydnh : when i connect the TP in usb mode i see my full 32 GB, however if i connect through openssh..it tells me 512MB space..is there a way to see the other space as well? Sep 05 21:59:06 ghostinator : why did you reinstall? Sep 05 21:59:26 that was the game plan i mentioned earlier Sep 05 22:00:06 and i guess im uncertain about exactly where to change what. from what i coudl tell it was set right. i have all the time in the world anyways right now Sep 05 22:00:35 right Sep 05 22:01:09 changing that start option might have fixed it.. Sep 05 22:01:13 i have openssh again now Sep 05 22:01:22 i had to reboot anyways due to the f15c update Sep 05 22:01:23 thanks dwc- Sep 05 22:01:52 well i didn't have to... but i got impatient Sep 05 22:02:13 how about the space issue? Sep 05 22:02:50 if i want to copy files through openssh i would like the files to fill the 32 GB space and not some part of the filesystem where space is valuable Sep 05 22:04:07 anyone know how the internal db works for apps like alarm? Sep 05 22:04:18 I change the datastructure (say by appending items to the end), will it just work? Sep 05 22:04:32 or does some sqlite magic have to be run on the underling db? Sep 05 22:05:14 between I and change it was supposed to be something like "want to" Sep 05 22:05:28 anything i can use on a pre to show the ram amount? Sep 05 22:05:41 i have a bunch of pre plus and pre minus boards. i have one installed. trying to see if its the right one Sep 05 22:06:20 zefyx, log in via novaterm Sep 05 22:06:22 free Sep 05 22:06:24 ex on my touchpad Sep 05 22:06:26 # free Sep 05 22:06:27 total used free shared buffers cached Sep 05 22:06:27 Mem: 941452 Sep 05 22:06:32 ty Sep 05 22:06:52 which is a strange amount now that I think about this Sep 05 22:06:57 shouldn't there be 1GB of ram? Sep 05 22:07:38 thats 1 Sep 05 22:08:11 I guess it is Sep 05 22:08:15 i'm betting the rest is shared to gpu Sep 05 22:08:20 my 4GB laptop also shows something like that Sep 05 22:08:22 how can i prevent the TP to stop failing a file transfer through openssh when it dims the screen? i already jave set WIFI to always on but it seems that doesnt help Sep 05 22:08:31 run nodoze Sep 05 22:08:37 thats what i do Sep 05 22:08:41 i tried that Sep 05 22:08:46 didnt work i think Sep 05 22:08:53 even with keep the screen on option? Sep 05 22:08:59 thats the only way it'd work for me Sep 05 22:09:13 not sure..thats a specific option in nodoze? might not have tried that Sep 05 22:09:58 probably a wifi power management thing? Sep 05 22:11:19 prob be but it annoys the hell out of me ;-) Sep 05 22:11:57 grr.. Sep 05 22:12:05 cant find anything online about replacing the pre slider Sep 05 22:12:34 i guess i'll replace the entire mechanism Sep 05 22:15:23 yeah i gave up on my pre.. last one i got from sprint, the clearcoat over the screen had orange peel and was blurring my screen then the entire slider mechanism broke.. this was like number 7.. i said forget it.. my contract expired with them so i don't care Sep 05 22:15:42 been using google voice and talkatone and gv mobile on my ipod touch since.. free calls and texts all day and night :D Sep 05 22:16:11 only if i could get something similar for the touchpad.. i'd pay whomever did it Sep 05 22:17:53 no one likes quiters Sep 05 22:18:42 i do if it saves me $70 a month. no one calls me anyways, only texts from girls so i can deal haha Sep 05 22:19:25 lol true Sep 05 22:23:55 Err is precentral down or really slow atm?!? Sep 05 22:26:39 Getting a 504 error here Sep 05 22:26:56 forget openssh, i get connection refused, verified the service is started.. i'll deal with it later when i have more patience Sep 05 22:27:19 precentral works for me Sep 05 22:27:38 Front page does, forums don't Sep 05 22:28:14 works fine for me Sep 05 22:28:44 checking my nbench and webosmark benchmark thread now :D Sep 05 22:29:26 for nodoze to work reboot is necessary? Sep 05 22:29:35 cause also with scren on it doesnt work just now.. Sep 05 22:30:10 hmm.. not sure whats up, a reboot never hurts but it works for me Sep 05 22:30:32 forum back now Sep 05 22:31:00 rebooting now.. Sep 05 22:35:24 switched to touchpad Sep 05 22:37:16 so currently there is no way to see CPU temp on the touchpad? just battery right? Sep 05 22:37:18 nodoze really doesnt work here Sep 05 22:37:24 screen just dimmed again :-( Sep 05 22:37:48 leave it open as the active card Sep 05 22:37:55 Govnah shows temp Sep 05 22:38:05 it says battery though Sep 05 22:38:13 you do that yourself too> Sep 05 22:38:17 leave it opne all the time> Sep 05 22:38:19 ? Sep 05 22:38:35 when I'm using openssh yeah Sep 05 22:38:38 ah Sep 05 22:38:48 i assumed it acted like a flag Sep 05 22:38:52 maybe that was the issue.. Sep 05 22:39:46 on my pre - it didn't have to be the active card but on the touchpad I think it does Sep 05 22:40:12 are the homebrew apps OS? can I contribute to them? is there a worklist? Sep 05 22:50:04 I think HP just released a needed versik Sep 05 22:50:16 newer version of webos Sep 05 22:50:25 can anyone confirm. Sep 05 22:50:43 for what? Sep 05 22:51:05 newer than 3.0.2 Sep 05 22:51:34 just checked, said I was uo to date with 3.0.2 Sep 05 22:51:36 my overclock is only @ 1.1 Sep 05 22:51:41 same here..no update Sep 05 22:51:46 how do I check Sep 05 22:51:48 ty Sep 05 22:52:02 update manager I believe Sep 05 22:52:15 system updates Sep 05 22:52:17 thx Sep 05 22:55:04 can anyone advise as to why my to only shows me @ 1.188ghz on gonna? Sep 05 22:55:22 should I be able to increase manually? Sep 05 22:55:44 you mean TP? Sep 05 22:55:48 are you using govnah? Sep 05 22:56:17 yes Sep 05 22:56:22 ah...you're using your tp now aren't you Sep 05 22:56:32 and the "to" and "gonna" are auto-correct Sep 05 22:56:35 yes Sep 05 22:56:42 lol Sep 05 22:56:43 did you download a new kernel? Sep 05 22:56:45 yep Sep 05 22:57:18 I believe so I followed all steps at xda Sep 05 22:57:20 did you choose a differnet profile? Sep 05 22:57:33 xda? lol we dont support xda :) Sep 05 22:57:50 o.O you're using xda? Sep 05 22:57:57 isn't that word banned in here? ;-) Sep 05 22:58:00 you would do yourself a favor to follow steps written by the authors Sep 05 22:58:17 LarrySteeze, i dont think so.. it is banned at #novaports Sep 05 22:58:19 sounds good to me. Sep 05 22:58:21 ttownlarry: which kernel did you download? Sep 05 22:58:32 eagle 15 Sep 05 22:58:34 Jack87: I have never heard of that channel Sep 05 22:58:38 or something like that Sep 05 22:58:42 LarrySteeze, what channel? Sep 05 22:58:46 ;) Sep 05 22:58:48 exactly o.o Sep 05 22:59:00 Jack87: any specific reason you chose that kernel? Sep 05 22:59:04 ttownlarry, make sure you select a different profile within govnah Sep 05 22:59:20 LarrySteeze, not me.... :) Sep 05 22:59:26 just overclock guide I was following Sep 05 23:00:06 ttownlarry, choose a different profile inside govnah Sep 05 23:00:08 if you could direct me to the proper guide I would be grateful- Sep 05 23:00:29 * Jack87 is betting ttownlarry is using "Palm Default" profile Sep 05 23:00:55 I imagine it's true Jack Sep 05 23:00:56 but Sep 05 23:00:59 yes I am Sep 05 23:01:05 I want to make sure this kernel is the best one for ttownlarry Sep 05 23:01:39 ttownlarry: what are you trying to do with your kernel? Sep 05 23:01:46 LarrySteeze, i would think its not as its an experimental kernel and he is a bit unsure of whats going on. I would recommended using uberkernel for him Sep 05 23:02:17 overclock to about 1.5 Sep 05 23:02:23 seems safe enough Sep 05 23:02:49 ttownlarry, ^ read my last message that was aimed at LarrySteeze ;-) Sep 05 23:02:58 unless 1.9 isokay Sep 05 23:03:02 jack87: that's what I was getting at Sep 05 23:03:21 the only profile I Sep 05 23:03:30 see is Palm Sep 05 23:03:34 LarrySteeze, sorrt for jumping the gun :-D Sep 05 23:04:19 ttownlarry, you can either make a custom one. or.... uninstall that kernel. reboot. install uberkernel and reboot and use the preset profile for uberkernel Sep 05 23:04:49 ttownlarry: I recommend uninstalling your kernel, rebooting, and installing uberkernel Sep 05 23:05:03 uninstall which kernal Sep 05 23:05:13 then after it's installed and rebooted again, select ondemandtcl Sep 05 23:05:21 * Jack87 does a palm to face Sep 05 23:05:58 uninstall eagle15 Sep 05 23:06:17 ok will do. Thanks folks Sep 05 23:06:25 do you know how to uninstall programs from within preware? Sep 05 23:07:05 yes...I saw an option for "remove Sep 05 23:07:44 perfect Sep 05 23:07:52 ttownlarry, be sure to reboot after you remove Sep 05 23:07:59 and then install uberkernel and reboot again Sep 05 23:08:13 coming from android and the other site what is the best site to learn more about my HP TP? Sep 05 23:08:15 err Sep 05 23:08:18 after that you will see a preset profile for uberkernel Sep 05 23:08:30 perfect will do. Sep 05 23:08:39 ttownlarry: http://www.webos-internals.org/ Sep 05 23:08:57 ttownlarry: how much experience do you have in building kernels? any? Sep 05 23:09:18 ttownlarry, there is no best site.. but i would recommended webos-internals.org as thats where most of the homebrew is from. precentral.net is a nice place to browse around to Sep 05 23:09:50 building none. Sep 05 23:10:13 just nodding etc Sep 05 23:10:25 Ty jack and larry Sep 05 23:10:32 modding Sep 05 23:10:46 dam,can't type or spell Sep 05 23:10:48 no problem Sep 05 23:10:55 ttownlarry, good luck enjoy Sep 05 23:11:09 will do best to all of you Sep 05 23:11:14 ttownlarry, one more tip.. turning off auto correct is helpful :) Sep 05 23:11:29 actually Sep 05 23:11:36 I'd recommend just modifying your library Sep 05 23:11:39 oh kewl...did not know that Sep 05 23:11:59 I modify it each time it screws me up :P Sep 05 23:12:09 lol Sep 05 23:13:21 * Jack87 should get into the habit of modifying the dictionary Sep 05 23:15:29 * haydnh can't be bothered to think tonight Sep 05 23:21:16 God I hate the TP sellers on e-bay! Sep 05 23:21:51 hey guys anyone here know about impostah or using luna://com.palm.db/get commands on the smsmessaging database? Sep 05 23:24:09 Offered £275 for a 32GB TP + touchstone and case and the guy refused... that's still a good profit :( Sep 05 23:24:54 He counter offered £300... too much? Or should I just finally buy the damn thing? Sep 05 23:32:20 Ugh... can't decide whether to buy this TP or not... Sep 05 23:37:51 how much is it? Sep 05 23:38:56 £300 delivered for 32GB + touchstone + case Sep 05 23:39:07 oh and screen protectors that I'll bin Sep 05 23:39:07 * PatrickC_TP is in the US.. so.. Sep 05 23:39:19 lemme look to see the equivalent Sep 05 23:39:32 like $480 Sep 05 23:40:00 umm... thats a little much imo.. but I don't live there.. Sep 05 23:40:14 here in the US you can get them (when in stock) for $149 Sep 05 23:41:16 ebay... Sep 05 23:41:45 0.621 USD = 1 GBP as of 23:36:22 according to work Sep 05 23:41:51 GMT Sep 05 23:42:16 so...if I have £300 and walk into a bank Sep 05 23:42:25 will they give me 300 pounds of sterling? Sep 05 23:42:57 yeah this is ebay, the 32GB was £115 new, touchstone about £65, case £45 from Palm eurostore Sep 05 23:43:32 http://www.ebay.com/itm/Limited-Edition-Drawing-HP-Touchpad-16GB-Red-/130571115811?pt=US_Tablets&hash=item1e66a51d23 Sep 05 23:44:12 $20?? that's cheap! Try this that I saw on craigslist: http://london.craigslist.co.uk/sys/2576532604.html Sep 05 23:44:18 £130 for a photo... errr... Sep 05 23:45:09 lol Sep 05 23:45:57 Actually, Palm eurostore prices = £225, so £75 for delivery and e-bay inflation isn't too bad I suppose... Sep 05 23:47:51 london, paris, close, right? Sep 05 23:47:54 just have to take the train Sep 05 23:50:54 Yeah, pretty close Sep 05 23:52:05 Only takes 35 minutes on the train from London to Paris... it takes me longer to drive to the other side of London with my car! Sep 05 23:52:25 probably costs a lot more though =) Sep 05 23:52:45 Doubt it, UK fuel prices are extornionate and I only get 20mpg Sep 05 23:52:59 35 minutes? really? wow Sep 05 23:53:10 how much is a roundtrip? Sep 05 23:53:22 around £170 last I looked Sep 05 23:53:32 lee: petrol in the UK is ~$8 USD / US gallon Sep 05 23:54:08 wow. here its like $2.50 UDS/US gallon Sep 05 23:54:19 2.50? really? Sep 05 23:54:29 wait.., no... 3.5o Sep 05 23:54:33 £22 each way for overnight, £58 each way for any duration Sep 05 23:54:33 * dwc- pays ~4 for premium (so ~3.80 for regular) Sep 05 23:54:42 wrong key haha Sep 05 23:54:50 per car that is Sep 05 23:54:51 well, I know it's about £1.20/litre, dunno about those weirdo measurements =) Sep 05 23:55:00 lee: haha Sep 05 23:55:35 * PatrickC_TP knows his weirdo measurements better then your even more weirdo measurements :) Sep 05 23:56:00 hmm, £170... how much is it on ryanair to fly Sep 05 23:56:11 probably less, right? Sep 05 23:56:12 Tax makes up about 80% of the UK petrol price... insane! Sep 05 23:56:41 probably, but you'd have to loosen your definition of 'paris', I suspect Sep 05 23:56:44 Maybe I should create a find your cheapest petrol station app. :) Sep 05 23:58:27 hm, it's going to cost me $900 USD to fly to the UK Sep 05 23:58:54 but it'd cost me another 272ish to train to paris Sep 05 23:59:29 dwc, with a car it's £58 each way London -> Paris for any duration Sep 05 23:59:42 http://www.eurotunnel.com/uk/tickets/ Sep 06 00:00:05 dwc-: check flying to paris, then going onto the UK Sep 06 00:03:58 who in here uses the default text editor in ubuntu? I'm wondering if its better then Sublime Text 2? Sep 06 00:04:19 ~1k Sep 06 00:05:06 You still can't beat vi Sep 06 00:05:24 I never used vi.. Sep 06 00:05:45 vi ftl Sep 06 00:06:06 SoulShadow: what do you use? Sep 06 00:06:07 err Sep 06 00:06:10 by default text editor PatrickC_TP is meaning gedit Sep 06 00:06:14 you have never used vi? Sep 06 00:06:23 i can't stand vi Sep 06 00:06:26 i just use gedit Sep 06 00:06:26 lol Sep 06 00:06:31 I managed to get a TouchPad the other week, anybody know if there's a functioning terminal app available for it? Sep 06 00:06:31 Jack87: yes :) Sep 06 00:06:31 PatrickC_TP, VI is a shell bassed editor Sep 06 00:06:33 forgot the name Sep 06 00:06:44 tell me you use komodo then Sep 06 00:06:46 lee: xterm Sep 06 00:06:55 there's nothing wrong with komodo Sep 06 00:06:55 LarrySteeze: I don't use IDE's a lot Sep 06 00:06:57 Awesome for programmers, all keyboard shortcuts, so "dd" is delete a line, "5dd" delete 5 lines, "itest[esc]" insert "test", "3itest[esc]" insert "test" 3 times etc etc Sep 06 00:07:14 PatrickC_TP: yeah I was afraid of that, I really need to run xserver just to get a terminal? Sep 06 00:07:17 bit hard to type Esc on a touchpad though Sep 06 00:07:23 lee: yes Sep 06 00:07:38 as far as I know no other terminal works on the touchpad Sep 06 00:07:45 oh well, so be it Sep 06 00:08:01 got to get into a terminal to faff around with ad-hoc networks Sep 06 00:08:02 * haydnh still doesn't have a TP Sep 06 00:08:03 haydnh: see /msg Sep 06 00:09:17 rwhitby: which is the right flag to add to a user in chanserv to make them automatically considered invited in a channel? Sep 06 00:09:42 ot I know but someone has to know this one offhand :) Sep 06 00:10:42 destinal_: +i Sep 06 00:20:35 Anyone know where the preware xterm key codes are, can't find them for some reason! Sep 06 00:26:27 Anyone? Sep 06 00:32:37 rwhitby: thanks +I (capital I) was the permanent way, got it now Sep 06 00:34:12 wtf! I still can't find it! Sep 06 00:43:06 haydnh: why do you need the keycodes? Sep 06 00:44:51 because I keep forgetting what the shortcuts for pipe, tab etc are ;P Sep 06 00:46:05 the xecutah help menu should *really* link to the key codes Sep 06 00:47:31 Anyone know what the pipe one is? Sep 06 00:47:35 | Sep 06 00:47:52 gesture+i is tab... Sep 06 00:48:00 omg Sep 06 00:48:12 * bhuey can't believe how many users are on this channel Sep 06 00:52:12 WebOS is def on the rise :) Sep 06 01:01:33 http://www.ustream.tv/channel/ka6soxs-show <- touchpad teardown live Sep 06 01:19:29 rwhitby, whos doing it? Sep 06 01:19:48 I fucked some clips taking mine apart :) Sep 06 01:19:50 to fix the home button Sep 06 01:20:11 ah k6 Sep 06 01:23:21 rhcp[linux]: ka6sox-away is Sep 06 01:23:25 yea Sep 06 01:23:27 i saw :) Sep 06 01:23:30 is it being recorded? Sep 06 01:23:34 I Missed most of it :P Sep 06 01:23:42 he walked through how to nondestructively take the clips off Sep 06 01:23:51 lol Sep 06 01:23:53 nice joke :P Sep 06 01:24:06 I hope my buddy can get it back correct. he said he can Sep 06 01:24:06 ie so you can glue them back on Sep 06 01:24:13 yea thats what he will do i think Sep 06 01:24:21 mine is all loose in upper right hand corner Sep 06 01:24:30 and the middle button is still not working (right) Sep 06 01:24:33 rhcp[linux]: #webos-teardown Sep 06 01:24:37 Duct tape. :P Sep 06 01:24:49 ill wait till there is a recorded version :) Sep 06 01:24:54 would love to watch Sep 06 01:25:18 IDEA! Sep 06 01:25:35 Just abuse your battery. In time, it will swell, spreading open the casing for you! :P Sep 06 01:25:39 destinal_, is this the bricked unit sent? by jon Sep 06 01:25:59 is the show over? Sep 06 01:26:23 no, ka6sox-away had to go get a screw driver :) Sep 06 01:26:32 guess not Sep 06 02:40:38 is this the channel where we can talk about male underwear stuffing? Sep 06 02:41:31 i would love to buy a guys underwear that he has stuffed in his a$$ Sep 06 02:42:31 the browner the better Sep 06 02:42:55 where is a mod when ya need one... Sep 06 02:43:22 Hi, Can someone tell me how I can delete govnah profiles? Sep 06 02:43:33 I've got govna 1.0.5 and I don't seem to be able to delete profiles Sep 06 02:43:51 swiping them to the side doesn't do it? Sep 06 02:44:48 wow I feel dumb now, thanks Sep 06 02:44:54 I was holding and dragging it before Sep 06 02:45:03 which just reordered them Sep 06 02:45:25 thanks RMind! Sep 06 02:45:30 anyone on here happen to be an expert on pulseaudio? Sep 06 02:52:22 not really, why? Sep 06 02:53:04 Its been awhile for me with pulseaudio. I used to package it back in the early days Sep 06 02:54:55 wrea: any ideas on how you could set up the config to stream pulseaudio sounds from the touchpad to another pulse server Sep 06 02:55:03 specifically, my home media center Sep 06 02:55:52 also, dtzWill, how's the xrandr stuff going? Sep 06 02:56:31 look at dlna/upnp... I have Platinum DLNA SDK cross compiled and working on my pre 3, need to write some apps using it now Sep 06 02:56:31 I think there was a howto for that on the website Sep 06 02:57:28 about time Sep 06 02:57:31 :) Sep 06 02:57:40 M25, http://pulseaudio.org/wiki/NetworkSetup Sep 06 02:57:55 seeing the +o|kick|-o thing always makes me think of someone hulking out Sep 06 02:59:00 Both servers need the relevant plugins. If the touchpad doesn't have them all you need to do it make a package for them and have them install to the usr/lib dir **** ENDING LOGGING AT Tue Sep 06 02:59:56 2011