**** BEGIN LOGGING AT Thu Aug 11 02:59:56 2011 Aug 11 03:25:49 cryptk, hope everything thing is all right with you Aug 11 03:26:02 PuffTheMagic, it is now Aug 11 03:26:07 lungs are fluid free ;) Aug 11 03:26:17 but I am gonna be on meds for the next 2 weeks Aug 11 03:26:25 at least I am at home Aug 11 03:58:41 crap, totally messed up my Saved Package List earlier Aug 11 03:58:52 didn't save it :-/ Aug 11 04:06:17 summatusmentis: good thing your nightly save/restore run still has yesterday's copy Aug 11 04:10:00 I did properly save/restore Aug 11 04:10:18 I didn't realize the "update" button meant "save my package list" Aug 11 04:10:47 so just restore the saved copy again Aug 11 04:13:28 my wife successfully is using save/restore now...learned it all by herself. Aug 11 04:31:31 ka6sox, do you have a solution for getting the "xapps" listed in Xecutah after they're installed? Aug 11 04:32:46 flare576, ya, I do...but not implemented yet Aug 11 04:33:00 current one is a hack...don't wanna publish that. Aug 11 04:33:25 flare576, do you have the SDK? Aug 11 04:34:19 ka6sox, no, I should really get that, but all of the stuff I've been playing with has actually been on the TP itself :) lol Aug 11 04:35:06 ya, and for that its Tide.... Aug 11 04:35:11 I'll tell you what I was thinking, in case it sparks an idea: shared DB table; when an xapp gets installed, it inserts a row into the table, and Xecutah reads from that table to populate its list. Aug 11 04:35:52 not sure if cross-app tables are allowed or not, but since there's synergy, I figured there had to be some allowances. Aug 11 04:35:55 that doesn't prevent rogue apps from raising havoc. Aug 11 04:36:43 no, I suppose not... but wouldn't it have to have been manually downloaded to write into that table? Aug 11 04:37:12 ya, in reality it could be done that way. Aug 11 04:37:22 but apps would need to "register" themselves? Aug 11 04:38:03 the table write would really be the "registration" for xecutah to recognize them Aug 11 04:38:49 I don't know how to "share" db's Aug 11 04:38:57 I know it must be able to happen. Aug 11 04:39:33 nor do I, but yeah, it's gotta be possible. Aug 11 04:40:02 Mr. rwhitby, do you have any insight into this potential madness? Aug 11 04:40:41 I think he has only heard bits and pieces of this.... Aug 11 04:40:58 its gonna take a few more tweaks to make it work right. Aug 11 04:42:13 I'm sure; I'm just trying to get my hands dirty with SOMETHING related to this stuff every night, even if it's only 30min/1 hour of screwing around in chroot Aug 11 04:43:15 install the sdk.. Aug 11 04:43:23 Wow... Eclipse loaded... took 5 minutes and I thought it was dead, but it loaded Aug 11 04:43:24 install git. Aug 11 04:44:00 then clone xecutah and xterm and start lookign there. Aug 11 04:44:12 that is how I'm learning it. Aug 11 04:44:19 ka6sox, making time to get on my PC isn't quite as easy as the TouchPad unfortunately, but I'll get that done this weekend if I can Aug 11 04:45:18 I tried to wade through the xecutah code to see if I could figure out how it calls the other apps... I think I understand how it works. I still can't figure out how to make the chroot shell script do something like start LXDE automatically, though Aug 11 04:45:33 okay install git on the tp :D Aug 11 04:46:01 there isn't a script called startLXDE? Aug 11 04:46:35 that's what I call once chroot is loaded Aug 11 04:47:06 but I can't figure out how to actually write it into the app to do it automatically. Aug 11 04:47:52 git is now installed inside the ubuntu-chroot :) Aug 11 04:48:41 sweet. Aug 11 04:48:56 get the latest xserver too. Aug 11 04:49:07 that will help as more keys are available. Aug 11 04:49:46 I saw a screen shot with more keys... but I don't know how to actually see them Aug 11 04:50:26 ya, I don't use the OSK...BT Keyboard when I'm doing Dev. Aug 11 04:50:57 same... is it a key combination do use them? Better question... where's the documentation? Aug 11 04:51:22 the xserver doesn't have doco Aug 11 04:51:47 its kind of like a background support thing Aug 11 04:52:19 well that makes me a sad panda... when I bring up the on-screen, it doesn't have the new keys, and I don't know the shortcuts... Aug 11 04:52:27 I must be doing something wrong.... Aug 11 04:52:44 interesting...I saw it earlier. Aug 11 04:52:55 flare576: nah it supports more of the existing vkb stuff is what the latest update does Aug 11 04:52:55 but like I say...I don't use it. Aug 11 04:52:59 for example, uh, shift. Aug 11 04:53:12 flare576: is the screenie you're talking about http://imgur.com/0LyhK ? Aug 11 04:53:14 doc? Aug 11 04:53:17 doco Aug 11 04:53:29 if so, that was just matchbox-keyboard running as an X app Aug 11 04:53:37 which should still work just fine, we just don't do that for people atm. Aug 11 04:54:57 hmmm Aug 11 04:55:10 atm the touchpad's keyboard support has no hidden/special key combinations Aug 11 04:55:24 so there is no support for control, etc, since those keys don't exist on the device. Aug 11 04:55:40 and 'esc' doesn't work on the bluetooth keyboards b/c luna eats the esc event and the xserver never sees it. Aug 11 04:56:10 gotcha... so, quick question then; how do you get so much screen real estate? is there a secret to making xserver not reserve space for the OSK? Aug 11 04:56:59 flare576: i can send you a special xsdl binary that doens't do so, but atm there's no way to do this in the testing release. Aug 11 04:57:46 this _is_ in the testing feed for a reason, bear with me/us on these things :). got some polishing to do, and some features to add ^.^ Aug 11 04:58:08 Oh jeeze, don't take this as being pissed! :P Aug 11 04:58:35 dtzWill, I don't know what "xsdl" means... so you probably shouldn't send it to me lol Aug 11 04:58:56 flare576: agreed, and I hope to tackle that kind of thing this coming weekend, but no promises :) Aug 11 04:59:25 flare576: unfortunately AFAIK there's no way for me to detect if there is a bluetooth keyboard attached, so gonna have to hash out how to make it play nice. Aug 11 04:59:46 dtzWill, they are dbus events Aug 11 04:59:52 but i aim to make the keyboard dismissable (and summonable) and dynamically resize the x session to accomodate that Aug 11 04:59:58 when it attaches there is an event generated. Aug 11 05:00:06 (and notification on connection) Aug 11 05:00:20 unfortunately i don't think there's a good way to see the size of the vkb either, which is unfortunate. Aug 11 05:00:44 ka6sox: oh really? well yay for being wrong. what kind of event/notification? Aug 11 05:01:32 when the keyboard attaches I see a "notification" across the top of the screen. Aug 11 05:01:50 but is that accessible to PDK/SDL Aug 11 05:01:51 kind of like when you attach the USB cables. Aug 11 05:02:03 and it has to generate some sort of event; when I do NOT have it attached, and I'm in a text field, and then attach it, the OSK goes away Aug 11 05:02:21 rwhitby, unknown... Aug 11 05:02:33 have to look @ what is being sent. Aug 11 05:02:35 flare576: right, but what if it's already attache when you start X? etc Aug 11 05:02:43 the apps must need to know about it... Aug 11 05:02:51 ah, current state you mean... Aug 11 05:02:53 but yeah maybe we can find some hack to query the bluetooth system etc Aug 11 05:02:55 or maybe Luna eats that too. Aug 11 05:03:05 Luna is a pig. Aug 11 05:04:14 ka6sox, rwhitby: there's an open ticket for how to determine if the OSK is active (in particular if the bluetooth keyboard is attached) Aug 11 05:04:25 so i'd imagine if it was a standard thing someone'd told me by now :( Aug 11 05:05:11 I have not looked @ what happens...I just see the notifications Aug 11 05:05:52 and when I asked earlier about event detection and notifications I saw a reference to dbus activity causing that. Aug 11 05:06:06 agreed, we just gotta take that information to something the x server can use Aug 11 05:06:18 make a keyboard-status service that listens and keeps track of that state ;) Aug 11 05:08:02 ka6sox, I'll install the SDK tomorrow I think. Eclipse on the touchpad is mind blowing, but holy cats do I miss having a mouse. Aug 11 05:08:27 flare576, and the mouse is specifically DISABLED in the TP kernel. Aug 11 05:09:07 I wonder why... have you guys tried flipping that on and pairing a BT mouse to see what happens? Aug 11 05:09:20 hee hee Aug 11 05:09:22 http://cheezburger.com/View/5074902016 Aug 11 05:09:45 lol! ... *ouch* Aug 11 05:09:59 man server rooms can be ugly Aug 11 05:10:38 and [hot|freezing] Aug 11 05:11:05 true Aug 11 05:11:06 yah i have two, one warm one cold ;] Aug 11 05:11:33 i entered my cold one in a contest Aug 11 05:12:12 you could do the old sauna->pool transition, but with server rooms! Aug 11 05:12:52 haha, not quiet, but the warm one does have extra blowers, so you can hop out of the shower and dry off in the lab Aug 11 05:13:33 Palms docs for installing the SDK on Ubuntu Linux don't include natty... Aug 11 05:14:13 hey you guys wanna vote for my lab? Aug 11 05:17:40 heh, I read the rest of the instructions for SDK on Ubuntu.... I'm not going to run a device with Linux->WebOS->Linux->Virtual Box->WebOS Aug 11 05:19:30 goodnight all, I salute you o7 Aug 11 06:36:04 Robi_, what lab is that? Aug 11 11:19:21 hello all Aug 11 11:20:09 morning Aug 11 11:21:31 who know about switching profile with Impostah ????? Aug 11 11:21:55 Not I Aug 11 11:22:26 ok thanks Aug 11 11:23:05 but wait for a bit and someone may be able to help you. Aug 11 11:25:14 ok , but no one is online now :( Aug 11 11:25:36 what timezone are you in? Aug 11 11:27:29 UTC/GMT +1 hour Aug 11 11:27:47 13:25 PM Aug 11 11:28:01 okay... Aug 11 11:28:26 in us it is between 04:25 and 07:35 so east coast should be up soon. Aug 11 11:29:25 ok i understood . The secrets of Impostah ... Aug 11 12:08:46 guys , who know how to use Impostah for login with another Profile ? Aug 11 12:08:51 thank you Aug 11 12:29:37 so what happens if you update to the latest Uberkernel, then rather than letting the frankenpre2 reboot normally, you shut down, replace the battery with one with a full charge, and then reboot? Aug 11 12:32:54 Guinness, nothing different will happen Aug 11 12:33:06 the pre just needs to reboot after a new kernel install, it doesn't matter how Aug 11 12:33:12 I ask because in my case the phone just keeps rebooting with tiny linuxcommands scrolling by to fast and too small to read... Aug 11 12:33:32 sounds like your phone is not happy with the kernel Aug 11 12:33:37 are you sure you installed UberKernel? Aug 11 12:33:43 yeah Aug 11 12:33:51 I don't remember that one doing console on bootup Aug 11 12:34:29 already did a while back, then just saw updates for that and for Govnah in Preware this morning, so I installed both updates Aug 11 12:35:25 I believe I have the kernel test feed enabled, though Aug 11 12:35:31 lemme isntall it and give it a whirl Aug 11 12:35:43 cool thanks Aug 11 12:36:45 looks like it does do console on bootup now Aug 11 12:36:57 but it boots up all the way on mine Aug 11 12:37:04 well, luna is starting now at least Aug 11 12:37:34 so yours does the console, then reboots again to the static logo then console again? Aug 11 12:38:05 yeah, it seems to get to different phases after reboots Aug 11 12:38:20 that's pretty odd for UberKernel to not boot... it's default settings are pretty much the exact same as the stock kernel, by design Aug 11 12:38:43 do you know how to memboot? Aug 11 12:38:58 I've seen the little hp logo at least once after the terminal screen, but then it reboots, shows the internals logo again and then terminal again Aug 11 12:39:17 no Aug 11 12:39:43 what version of WebOS are you using? Aug 11 12:39:53 2.1.0 Aug 11 12:40:32 do you have novacom? Aug 11 12:40:59 and are you on windows or linux? Aug 11 12:41:21 I run WinXP, and believe I used WebOS QuickInstall to install novacom Aug 11 12:41:44 do you have a folder named \program files\palm\sdk\bin Aug 11 12:41:51 and is there a file in there named novacom Aug 11 12:42:46 no, I have C:\Program Files\Palm, Inc\novacom\x86 Aug 11 12:43:01 but in there is a file named novacom right? Aug 11 12:43:37 there are several with different extensions Aug 11 12:43:42 also in C:\Program Files\Palm, Inc\terminal Aug 11 12:44:11 novacom.jar Aug 11 12:44:24 is there one that is just novacom with no extension, or novacom.exe Aug 11 12:44:26 also .cat and .inf Aug 11 12:44:56 there's a novacomd.exe in the x86 dir Aug 11 12:45:50 ok, open a command line Aug 11 12:46:19 then run these commands Aug 11 12:46:31 should I connect the pre first? Aug 11 12:46:33 cd "C:\Program Files\Palm, Inc\novacom\x86" Aug 11 12:46:35 not yet Aug 11 12:46:44 run that cd line, then run this one Aug 11 12:46:50 novacomd.exe --help Aug 11 12:47:03 we need to find out if that is the right file or not... the d is throwing me off Aug 11 12:47:27 if the --help command gives you some output about the different options, then we should be good to go to memboot your pre Aug 11 12:48:06 yeah it gives me -b -t -c -e -s switch info Aug 11 12:48:38 it also says NOTE: Please use service panel or sc command to start Novacomd service! Aug 11 12:48:48 that's not it then Aug 11 12:49:00 run dir Aug 11 12:49:16 and look in there to see if there are any other novacom files Aug 11 12:49:32 it looks like you may have the novacom service, but not novacom Aug 11 12:49:40 it should be in the same folder as a file named novaterm Aug 11 12:50:35 oh damn it's in the parent dir Aug 11 12:50:59 ok Aug 11 12:51:06 so is it just novacom with no extension? Aug 11 12:51:17 or is it .exe? Aug 11 12:51:43 .exe - sorry if I'm slow. I keep getting interrupted Aug 11 12:51:47 np Aug 11 12:51:50 ok, run this Aug 11 12:51:54 novacom.exe --help Aug 11 12:52:02 it should also give you a bunch of options Aug 11 12:52:04 but different ones Aug 11 12:52:23 the first two should be for address and port Aug 11 12:52:26 if it's the right file Aug 11 12:52:57 yep it does Aug 11 12:53:46 great Aug 11 12:53:54 you know how to put the phone into recovery mode? Aug 11 12:54:13 volume up & power? Aug 11 12:55:44 pull battery, hold vol up, plug in USB, keep holding vol up until you see a USB logo Aug 11 12:56:15 err pull battery, hold vol up, put in battery, plug in usb Aug 11 12:56:28 wait until you see the USB logo, then you can let go of vol up Aug 11 12:57:01 yeah that worked, but now winxp is looking for an omap360 driver Aug 11 12:57:16 that's fine Aug 11 12:57:19 ignore the driver thing Aug 11 12:57:35 ok, so phone is in recovery mode, and you still have that terminal open right? Aug 11 12:57:43 yep Aug 11 12:57:55 download this file http://www.cryptkcoding.com/uImage-2.1.0-stock Aug 11 12:58:08 put it in the same folder as the novacom file Aug 11 12:58:19 makes the next command easier if it is in the same place Aug 11 12:58:46 after you have that file downloaded and in the same folder as the novacom file, run this command Aug 11 12:58:55 novacom boot mem:// < uImage-2.1.0-stock Aug 11 12:59:19 although that isn't really the stock kernel, it's our recovery kernel... which in theory should be identical Aug 11 12:59:41 after you run that command, you should see your phone start to boot Aug 11 12:59:53 it said unable to find device Aug 11 13:00:07 novacom -l Aug 11 13:00:24 does that return anything? Aug 11 13:00:33 no Aug 11 13:00:46 you know how to open up the services panel in control panel? Aug 11 13:00:55 yeah Aug 11 13:01:12 ok, go into the Services panel, find the novacom service, right click and restart it Aug 11 13:01:27 windows is weird, sometimes it doesn't pick up the device Aug 11 13:01:47 sometimes restarting the service fixes it, sometimes using a different USB port fixes it, sometimes you have to reboot your whole darn computer Aug 11 13:01:59 heh Aug 11 13:02:26 didn't work, I'll try a diff port Aug 11 13:02:43 if a different USB port doesn't do it, you may have to reboot the whole thing Aug 11 13:02:46 windows likes reboots Aug 11 13:03:01 it does whatever it can to make you give it reboots as often as possible Aug 11 13:04:10 ok that seems to have worked Aug 11 13:04:42 booting now but has terminal screen again Aug 11 13:04:51 ok, so novacom -l is showing a device? Aug 11 13:04:57 yeah Aug 11 13:05:00 ok Aug 11 13:05:08 and the boot command worked Aug 11 13:05:18 ok, lets see if it boots up Aug 11 13:06:27 seems to be hung on the terminal screen, but it's too damn small for me to read the last line Aug 11 13:06:52 hang on... mine won't boot on that kernel... Aug 11 13:07:31 lemme grab another one and test it before I have you boot it Aug 11 13:07:43 cool thanks Aug 11 13:08:06 oops, I know why Aug 11 13:08:19 I accidentally gave you the kernel for a Pre on 2.1.0... not a Pre2, lol Aug 11 13:08:24 put it back in recovery mode Aug 11 13:08:28 that'll do it Aug 11 13:08:37 haha yep Aug 11 13:08:50 good to see I'm not the only one with a problem with the latest UK on pre2 Aug 11 13:09:23 ok I'm back Aug 11 13:10:33 http://www.cryptkcoding.com/uImage-2.1.0-pre2-recovery Aug 11 13:10:36 grab that one Aug 11 13:10:39 and memboot it Aug 11 13:11:49 just remember, this is a one time kernel boot Aug 11 13:11:56 if you reboot, you are back on UK Aug 11 13:12:06 so while it is booted this time, go into preware and remove UK Aug 11 13:12:12 that will put you back to stock Aug 11 13:12:22 and then you will be safe to reboot Aug 11 13:12:48 membooting is basically a way to boot a kernel other than the one you have installed Aug 11 13:13:20 this seems to be working Aug 11 13:13:31 you saved me man Aug 11 13:14:20 my father died 2 days ago, and I have to go tell his 96 year old mother in the nursing home in an hour... really didn't have time for this phone crisis Aug 11 13:14:25 thank you! Aug 11 13:14:35 knowing how to memboot is pretty much a requirement for using homebrew kernels Aug 11 13:14:44 there is always a change they won't work right... even with UberKernel Aug 11 13:14:48 sorry to hear about your dad Aug 11 13:15:01 did you remove UK? Aug 11 13:15:06 yeah, and I knew of it and would have figured it out eventually... I needed fast help today Aug 11 13:15:14 it's still booting Aug 11 13:15:26 I know how to do the rest, though Aug 11 13:15:30 I am gonna leave UK installed for a while and see if I have issues Aug 11 13:15:50 it's possible that you guys have weak pre's... but UK should run at stock setting by default Aug 11 13:16:39 would it matter that I had configured and was running a custom profile in Govnah before this update? Aug 11 13:16:47 nope Aug 11 13:17:01 if UK fails to boot, it will boot the next time with no profile applied Aug 11 13:17:15 so even if you give it a profile that won't boot, you should only see at most one failed bootup Aug 11 13:17:27 then it will rety booting at stock settings Aug 11 13:18:30 well I wish I had time to help troubleshoot, but I obviously don't and won't for a while Aug 11 13:18:39 yeah it was the first time I've ever had UK issues. I usually run it stock because my pre2 is fast enough Aug 11 13:18:43 I will check back when I have some time, though Aug 11 13:18:54 thanks again for your help with this! Aug 11 13:19:24 and it was an NYC dev day pre2 so I wouldn't be surprised if it can't be pushed as hard Aug 11 13:19:51 I also have an issue with heavy disk activity causing it to reboot when I'm using the chroot Aug 11 13:25:54 just had a luna reboot when flicking a card Aug 11 13:25:59 looks like there are issues with UK Aug 11 13:26:09 I will let the appropriate people know when they come online Aug 11 14:07:54 hmmm... is it normal that starting org.webosinternals.govnah-compcache on webos 2 removes all apparent swap? Aug 11 14:41:44 well, looks like those insmods are the culprits... guess I can replace em with modprobes Aug 11 14:44:50 I wonder if that's a widespread bug Aug 11 14:45:47 if ever a govnah expert de-idles maybe you can tell me :) Aug 11 15:06:14 who works on the interface for preware? Aug 11 15:06:23 is oil still doing that? Aug 11 15:07:41 oil mostly Aug 11 15:07:47 I think Aug 11 15:08:18 alrighty, i'll bother him when he's around Aug 11 15:14:16 Hi Guys Aug 11 15:14:31 Is there a way to have an app start up right after boot? Aug 11 15:15:04 Say, I'd like to write something that looks like exibition Aug 11 15:15:19 mandark_: there might actually if you look at the activity manager and services Aug 11 15:15:29 there *may* be a "startup" trigger or something Aug 11 15:15:36 okay Aug 11 15:15:48 but if you want to go homebrew, there are ways for sure Aug 11 15:15:58 but I'm unfamiliar with them Aug 11 15:17:37 Doesn't look like there's a way of making it run in the start up Aug 11 15:18:01 I don't mind if I have to root the device to get the app running Aug 11 15:19:06 I'm just doing it for prototyping Aug 11 15:19:20 ah, in that case someone else probably knows Aug 11 15:19:26 modeswitcher does it I thnk Aug 11 15:19:53 modeswitcher? cool, I'll see if the source exits in Git repo Aug 11 15:27:33 there is a luna config Aug 11 15:27:40 that has a list of shit that starts automatically Aug 11 15:27:42 in /etc Aug 11 15:27:59 have your ipk postinst patch that file Aug 11 15:28:15 Is there? Let me SSH Aug 11 15:29:51 Curses... sitting behind proxy at work, will have to try at home Aug 11 15:30:05 Checking the emulator... Aug 11 15:33:11 :/etc/palm/luna.conf looks interesting Aug 11 15:34:01 [LaunchAtBoot] Aug 11 15:34:04 FTW! Aug 11 15:34:13 Thanks PuffTheMagic Aug 11 15:38:18 Btw, what's the best way of tapping d-bus communications? Aug 11 15:39:23 I'd like to know reverse engineer the mobile hotspot app (failing that, I'd go back to using tethered ) Aug 11 15:44:45 tetherd? Aug 11 15:44:51 you mean freeTether? Aug 11 15:45:07 freeTether FTW! Aug 11 15:45:42 mandark_: do you think you are going to make better tether app? Aug 11 15:46:22 * PatrickC is lost Aug 11 15:46:29 Nope Aug 11 15:46:37 better then freeTether? you hit a button and, BAM, you are tethering Aug 11 15:46:41 I'm not making a tethered app Aug 11 15:46:52 so what exactly is your goal? Aug 11 15:46:54 I just want to programatically turn it on Aug 11 15:47:06 its not that simple Aug 11 15:47:14 which is why i made freeTether Aug 11 15:48:35 What about the built in one? Surely it has a daemon running somewhere? Aug 11 15:49:03 what about it, the daemon has no settings Aug 11 15:49:17 so you would have to configure it your self Aug 11 15:49:24 which is what an app is for Aug 11 15:49:34 its not like there is just an on off switch Aug 11 15:49:50 and it magically works Aug 11 15:50:01 Okay Aug 11 15:50:14 Sorry, i was viewing things a bit simplistically Aug 11 15:50:17 why dont you be more specific in explaining what you want Aug 11 15:50:34 i could prob add launch args to freeTether Aug 11 15:50:43 so another app could control it Aug 11 15:51:24 Okay, I'm prototyping a simple multifunctional device concept Aug 11 15:52:38 And I'm writing a small GUI to show it off Aug 11 15:53:01 One thing I'd like to do is have the device act as a mifi Aug 11 15:53:57 If you add launch args, it would still show the GUI, wouldn't it? Aug 11 15:54:17 Maybe also add a -nogui option? Aug 11 15:54:21 correct, i have not yet added headless mode Aug 11 15:54:36 I could hack up the code for you and you can merge it? Aug 11 15:54:37 and even if i did that, it would still have to keep an icon i the notification area Aug 11 15:54:49 I'm literally 1.5 days old in webOS world Aug 11 15:55:04 But looks like a hackable OS :D Aug 11 15:55:16 well you have your work cut out for you Aug 11 15:55:57 hi can you use the Foundations.Futures in an enyo application? Aug 11 15:56:30 The other question is, I see that you are using luna_xxx methods... is it because your app predates PDK? Aug 11 15:58:00 PDK is for making games or plugins, freeTether uses a C service which uses an undocumented, unofficial, reverse engineered api Aug 11 15:58:14 okay Aug 11 15:58:56 I assume it works fine in webOS 2.2? I' using a HP Veer for my prototyping Aug 11 16:00:02 ehhh, actually, freeTether works pretty poorly on the veer for some reason, lots of complaints about it, but I have no veer to do dev testing on so i havent fixed it yet Aug 11 16:00:14 i've only tested on pixi, pre-,pre+,pre2 Aug 11 16:00:21 okay Aug 11 16:00:34 Maybe I can help in that case :) Aug 11 16:01:28 Interestingly, palm seems to have shipped the code for almost al of the apps on device, so you can see what service calls they are making, apart from the mobile hotspot app :-/ Aug 11 16:02:28 yup. their cool like that. Aug 11 16:02:54 we know all the calls they use, the problem with the mobile hotspot app is it does not work on all carriers and it does some voodoo that allows carriers to track usage Aug 11 16:03:53 Ahh, okay Aug 11 16:04:53 there are prob some thing we dont know about that the official app can do, but we know most of it Aug 11 16:05:03 you also dont need to use any of the services Aug 11 16:05:09 So, how do you generally go about knowing what the calls are? Aug 11 16:05:27 so you even need to stay in webos/luna for what you are doing? Aug 11 16:05:34 When you don't have the javascript code that is Aug 11 16:06:17 introspecting dbus Aug 11 16:06:54 To be honest, I don't need to stay inside webOS/luna... could do it in any platfrom, but the form factor of Veer is interesting Aug 11 16:07:08 And it's linux at the end of the day Aug 11 16:07:12 right Aug 11 16:07:16 so if u dont need to use the phone Aug 11 16:07:23 u could just treat it as a linux box Aug 11 16:07:25 and install X11 Aug 11 16:07:37 and use qt or evas or anything to roll your own gui Aug 11 16:07:47 then u just need to use nat and dnsmasq Aug 11 16:07:56 to turn your phone into a AP Aug 11 16:08:05 and load the ap kmod Aug 11 16:08:09 Lol, yes, but I'd like to get something up and running in the next couple of weeks Aug 11 16:08:33 well its dead easy to install an ubuntu chroot Aug 11 16:08:36 And, just the hotspot isn't the only thing I'm thinking of Aug 11 16:09:09 I'd like to be able to make and receive calls and messages using the phone from another tablet/laptop Aug 11 16:09:26 I've done it on platforms like Symbian Aug 11 16:09:39 Time to do it on a different platform Aug 11 16:09:48 so you are trying to reimplement what hp/palm webos already does Aug 11 16:09:53 yes Aug 11 16:10:02 why? Aug 11 16:10:25 Cause this should not be limited to HP platrorms only? Aug 11 16:11:18 its not Aug 11 16:11:26 you can make calls via bt connection Aug 11 16:11:28 from any device Aug 11 16:11:31 technically Aug 11 16:11:42 using the same api that cars can make calls Aug 11 16:11:50 Yes, but messages? Aug 11 16:12:05 also over bluetooth Aug 11 16:12:09 if u have a new enough device Aug 11 16:12:11 like the veer Aug 11 16:12:46 But the messaging API is undocumented? Aug 11 16:13:25 MAP is an official standard Aug 11 16:14:33 Veer implements the MAP bluetooth profile? Aug 11 16:14:38 yup Aug 11 16:14:48 i think anything with webos 2.2 and up Aug 11 16:14:50 Yikes! I dodn't know that! Aug 11 16:15:07 go into device info -> more info Aug 11 16:15:13 you can get a list of supported profiles Aug 11 16:16:23 HFP/HSP. A2DP, PBAP, AVRCP, OPP, SPP, HID Aug 11 16:17:02 you said you have 2.1 on your veer? Aug 11 16:18:26 hang on... Aug 11 16:18:36 2.1.2 Aug 11 16:18:52 2.1.2 Aug 11 16:19:35 weird, veer is supposed to be able to do that with the touchpad Aug 11 16:19:40 3.0 def have MAP enabled Aug 11 16:19:51 Well, difference between marketing and reality :) Aug 11 16:20:06 i thought it was reported to work as well Aug 11 16:20:57 Maybe it usues a custom profile? Aug 11 16:21:18 doubt it Aug 11 16:21:29 it might just be disabled Aug 11 16:21:58 Hmm Aug 11 16:22:03 ATT magic Aug 11 16:22:20 att does that Aug 11 16:22:27 notice you also dont have BNEP Aug 11 16:22:40 No BNEP Aug 11 16:23:36 do you have the novacom tools installed? Aug 11 16:25:57 By the way, have you managed to play with node.js on the phone? Aug 11 16:26:17 just on the TP Aug 11 16:26:34 I'm thinking of writing a webserver that listenes for various commands and does some housekeeping Aug 11 16:27:04 Did you have to do anything special to open a listening port or something? I belive that node instances are jailed? Aug 11 16:27:05 * ket smacks self for going pixi -> droid based off free upgrade Aug 11 16:30:20 which droid phone? Aug 11 16:30:35 evo shift 4g Aug 11 16:30:53 and ur already missing the pixi? Aug 11 16:31:13 : somewhat, not really Aug 11 16:31:43 the evo android phones seem to be pretty good ones Aug 11 16:32:01 kinda Aug 11 16:32:13 just a totally different feel to the os though compared to webos Aug 11 16:32:22 nowhere near as simple Aug 11 16:32:26 at least to me Aug 11 16:33:18 mandark_: do you have novacom installed on your pc? Aug 11 16:33:19 but the terminal pplicationsi'm using now are "fuky" Aug 11 16:33:28 can you novaterm or ssh into the linux side of your phone yet? Aug 11 16:33:32 *applications/ / Aug 11 16:33:56 Hey Foods, any known issues with UK-75 for the Pre2? Aug 11 16:34:03 I'm seeing kernel panics at boot, had to memboot and uninstall. (Sprint Unlocked-FrankenPre2) Aug 11 16:34:37 (fooking autocorrect :p) Aug 11 16:34:50 bsiegel: i had probs on it on my cdma pre2 (vzw) so i am sticking with f104a Aug 11 16:35:05 I don't have any issues with my gsm pre2 Aug 11 16:35:20 then again, my pre2 survived the F14 kernel, so.. Aug 11 16:35:30 i did find that i can run the metadoctor script in cygwin though, heh Aug 11 16:35:50 UK-73 that was briefly available seemed okay. Aug 11 16:35:52 seems to have worked, since i wanted to start with a fresh doctor Aug 11 16:36:08 PuffTheMagic: yes I do Aug 11 16:36:27 mandark_: run this command then and tell me what it returns Aug 11 16:36:27 reinforcement learning is an area of machine learning in computer science, concerned with how an agent ought to take actions in an environment so as to maximize some notion of cumulative reward Aug 11 16:36:50 WTF?! Aug 11 16:36:59 lol Aug 11 16:37:02 that's a hell of a command Aug 11 16:37:41 I don't have connection to device right now because of ((*&&*( proxy at work, will try at home Aug 11 16:37:46 Will it work on the emulator though? Aug 11 16:38:33 kevets: would you know if F104a has ondemandtcl? Aug 11 16:39:16 yes i believe it does... in usb mode now but ill cehck in a sec Aug 11 16:39:31 will ondemandtcl give decent battery life? Aug 11 16:39:41 i had been thinking screenstatev3 would do best Aug 11 16:40:29 ondemand gives me decent battery life Aug 11 16:40:47 if your screen is on, and you aren't using the phone, it throttles down Aug 11 16:40:59 oops Aug 11 16:41:09 mandark_: luna-send -n 1 palm://com.palm.systemservice/getPreferences {\"keys\":[\"btprofiledisable\"]} Aug 11 16:41:16 ondemandtcl has so far provided incredible battery life for me, and no lag when first coming out of sleep like with screenstate. Aug 11 16:41:28 mandark_: ahh forgot you are in emu Aug 11 16:41:41 bsiegel: same here Aug 11 16:42:20 nice... ill give that a try. Aug 11 16:42:39 a lot of those settings im not totally sure which is recommended Aug 11 16:42:59 defaults are recommended Aug 11 16:43:25 the only thing I tweak is my compache (only do this if needed I think) and the cpu speeds Aug 11 16:43:45 ok yeah f104a default is ondemandtcl Aug 11 16:44:19 f104a is nice. but UK seems to be the one for me Aug 11 16:44:59 PuffTheMagic: What was that rather interesting command supposed to do? Aug 11 16:45:15 i'll definitely give it a try once it seems stable on cdma. maybe next build Aug 11 16:45:24 PuffTheMagic: the one about reinforcement learining that is Aug 11 16:45:38 that was for a presentation im working on Aug 11 16:45:40 nothing about webos Aug 11 16:45:40 kevets: yeah I had the same issue Aug 11 16:45:45 that was a clipboard failture Aug 11 16:45:48 failure Aug 11 16:45:56 wouldn't f104a and uk basically be the same if using the ondemandtcl governor? Aug 11 16:46:04 Lol Aug 11 16:46:06 Hahaha Aug 11 16:49:00 pff... @webosinternals again with the flamey tone Aug 11 16:49:13 bsiegel: probably. i think the uberkernel is supposed to be the best features from the test kernels once they are deemed stable enough. i could be wrong Aug 11 16:49:30 phoque: where? Aug 11 16:49:39 phoque: he is an expert troll Aug 11 16:49:57 phoque: indeed. the whole patch mojo apps on the TP? Aug 11 16:49:57 at least when it comes to twitter Aug 11 16:49:59 Loudergood_, seems just like it Aug 11 16:50:19 * PatrickC backs away from this one.. Aug 11 16:50:36 I don't want to make rwhitby-tp mad, I've done that before. not good.. lol Aug 11 16:50:45 rwatkins, yeah Aug 11 16:50:59 nice... yeah f104a ondemandtcl drops way down... to like -47mA power draw when idling Aug 11 16:51:02 ya. patches themselves are a legal grey area as well. Aug 11 16:51:06 on wifi Aug 11 16:51:16 rwatkins: how? Aug 11 16:51:29 i patch the whole app, every line of the app in the patch itself .. cant be legal. Aug 11 16:51:49 lol Aug 11 16:51:50 ah Aug 11 16:51:53 I think i'm going to add to the wiki a table that compares kernels by features. People who know more than me can fill in the numerous blanks I'm sure I will leave. Aug 11 16:51:57 so then its make the argument that distributing 1 of 50 files as violating copyright if the patch doenst. Aug 11 16:53:19 so ... at what point is a patch too big to be legal, or a single file small enough to be legal. not clear. Aug 11 16:53:37 rwatkins, yeah Aug 11 16:54:20 I believe it depends on what the result of the patch is Aug 11 16:54:29 i believe it depends on what the judge says. Aug 11 16:55:02 Quick question - regarding incompatible patches, is there a way to prevent preware from uninstalling the patches or deleting the .rej files? Aug 11 16:55:38 I'd like to edit them manually and potentially consolidate them if possible, but it would be easier if it didn't remove everything upon failure (although I certainly appreciate how clean preware tries to be) Aug 11 16:56:33 I have a feeling that I'd actually need to edit the ipk though. Maybe I'm just lazy. :P Aug 11 16:56:41 background sync, offline reading FTW! Aug 11 16:59:07 rwatkins: is that with the offline browser app? that sounds interesting Aug 11 17:00:13 was talking about Tibfibs upcoming Google Reader app. But mine, Paper Mache, does bg sync, offline cache. Aug 11 17:00:26 oh nice Aug 11 17:00:34 Muhb, you would be better off applying the patches to a rootfs on your computer, then generating a new patch from that Aug 11 17:00:46 rwatkins: but "yours" is not a google reader app ;) Aug 11 17:00:46 blah Aug 11 17:00:49 Muhb, rather than trying to do patch development on the device Aug 11 17:01:03 I kinda figured it'd be more involved than I wanted it to be, haha Aug 11 17:01:06 rwatkins: do you bg sync with db8? Aug 11 17:01:07 Muhb, just remember, whatever you come up with, it has to pass the scrutiny of the patch-portal operators Aug 11 17:01:12 I haven't dabbled in patch creation much Aug 11 17:01:21 * Muhb uses vi in a terminal on the device most of the time Aug 11 17:01:26 yes, mine is not a google reader app. :) Aug 11 17:01:36 it probably won't Aug 11 17:01:39 Muhb, thats what I do a LOT too.... Aug 11 17:01:48 via novaterm Aug 11 17:02:15 Tibfib: I sync to localStorage and webSQL. db8 was limited in size, seemed .. buggy. Aug 11 17:02:20 I'm just trying to find a way to consolidate the "Advanced System Prefs - Messaging Prefs" and the "Advanced New Card per Convo" patches Aug 11 17:02:20 Muhb, you can make it however you want, as long as the patch applies correctly to unmodified files... oh... and you aren't doing anything snarky like stealing peoples info, lol Aug 11 17:02:37 Muhb, I just thought it would be easier to do on a PC vs. a phone Aug 11 17:02:39 rwatkins: do you sync directly to webSQL in node? Aug 11 17:02:50 or do you callback to teh app? Aug 11 17:03:32 Tibfib: I do it all in the app, no service. Aug 11 17:03:34 I might just forgo the Advanced New Card per Convo functionality in that case Aug 11 17:03:48 rwatkins: oh. so just alarms every once in a while to do it? Aug 11 17:04:13 Tibfib: ya, exactly. Aug 11 17:04:15 At least for the moment Aug 11 17:04:30 rwatkins: do you ever run into the 60second issue? Aug 11 17:04:32 until I get a bit more ambitious and have more time to do patch development Aug 11 17:04:34 or does everything work smoothly? Aug 11 17:05:26 Tibfib: which issue? that the sql actions seem to hang for ages sometimes? Aug 11 17:05:48 rwatkins: IIRC, if you're app has no window and is running for > 60 seconds, it gets killed Aug 11 17:06:23 Tibfib: I create a dashboard when syncing if not already active. Aug 11 17:06:31 rwatkins: ahhhhhhh Aug 11 17:06:49 I'll probably do that Aug 11 17:06:50 Tibfib: if you kill the dashboard, then ... well .. your fault. Aug 11 17:06:55 heh Aug 11 17:07:10 sync dashboards are much less annoying in webOS 3.0 Aug 11 17:07:11 it will just pick up again with the next sync. Aug 11 17:08:35 its also fairly unlikely you can get into an inconsistent state by killing the dashboard during a sync and the app has a cleanup routine that will very likely recover any inconsistencies. Aug 11 17:08:45 darn it, not again... apparently the "Advanced System Prefs - Phone Prefs" patch, and "No Auto-Answer Upon Touchstone Removal" modify the same file Aug 11 17:08:57 I seriously need to get the SDK installed again so I can mess with these in greater detail Aug 11 17:09:32 rwatkins: also, the syncing should continue for 60 after close Aug 11 17:09:38 unless you auto close it on dashboard close Aug 11 17:09:58 Muhb, patches are plain text files, no SDK needed at all Aug 11 17:10:08 in fact I have never used the SDK to write or modify a patch file Aug 11 17:10:40 and Muhb the reason those two patches touch the same file is because the advanced one gives the same functionality as the no auto answer one Aug 11 17:10:42 But I need the original file, and I figure it'd be easiest to have the VM to test things out on Aug 11 17:10:53 ...it does? Aug 11 17:11:07 Tibfib: no, I the only time I terminate the app specifically is when doing a cross app "add article". Aug 11 17:11:07 99% of the time, if an advanced patch conflicts with another patch, it is because the advanced patch has that functionality in it Aug 11 17:11:09 * Muhb checks Aug 11 17:11:23 rwatkins: ah Aug 11 17:11:38 Muhb, look in your phone app, go to preferences Aug 11 17:11:45 there is a setting for On TS Removal Aug 11 17:11:54 Nice Aug 11 17:11:56 you can set it to Answer Call or to Do Nothing Aug 11 17:12:06 I'm impressed Aug 11 17:12:12 so chances are you are trying to consolidate patches that don't need consolidating... Aug 11 17:12:16 lol Aug 11 17:12:22 I wasn't sure, since I couldn't view the .js files Aug 11 17:13:33 Guess the problem was I hadn't actually checked to see what options the Advanced patch added yet, my bad, haha :X Aug 11 17:14:20 Muhb, before all of the advanced patches I was using nearly 100 patches... after I only have 27 installed currently Aug 11 17:14:45 and tweaks... can't forget tweaks... that uncorks even more options in the advanced patches Aug 11 17:14:57 Tweaks are amazing Aug 11 17:16:06 One of these days, every app should have an all-encompassing tweak made for it :) Aug 11 17:16:49 I'd love to do that if I have some spare time in the coming months Aug 11 17:17:18 Muhb, what do you mean by an all-encompassing tweak? Aug 11 17:18:17 A tweak that provides options for the more popular patches available for that app Aug 11 17:18:27 to consolidate their functionality Aug 11 17:43:43 well that was bizarre Aug 11 17:43:54 uberkernel just had a complete system lockup Aug 11 17:44:26 never had that happen before Aug 11 17:48:21 ok Aug 11 17:49:53 note to self, uberkernel v2.1.0-18 does NOT like the ondemand governor when running on a pre plus... probably works better on an actual pre2 Aug 11 17:54:29 Muhb, you aren't the only person having issues with the latest UK Aug 11 17:54:39 anyway, sleepy time for me... nn all Aug 11 17:55:13 cya cryptk Aug 11 17:55:36 Muhb, you might want to tweet your experience if you can. Aug 11 17:55:42 so that others can know. Aug 11 17:56:37 Pre- is only stable starting at 500MHz... all i am going to say Aug 11 17:56:55 I didn't change the speed, just the governor Aug 11 17:57:06 the gov change the speed for you Aug 11 17:57:08 although granted it's a governor that messes with the speed, lol Aug 11 17:57:11 yeah Aug 11 17:57:22 * halfhalo-work hearts his OC'ed TP. starts up faster now that he upped the boot MHz Aug 11 17:57:48 * uNiXpSyChO senses a troll ;-) Aug 11 17:58:06 only on Aug 11 17:58:29 halfhalo-work: and after ? Aug 11 17:58:30 my kernels had a higher boot already... but it's ok that you're playing with it ;-) Aug 11 17:58:32 uNiXpSyChO: how stable is the tp at 1.998GHz? Aug 11 17:58:34 * halfhalo-work freely admits he is using F15C as is basis for the tweaks he is making Aug 11 17:58:48 I want my F15E!!!! Aug 11 17:58:54 it's stable till you actually do something.... Aug 11 17:59:08 whoops...did I say that out loud? Aug 11 17:59:15 will it ever be ready? you think? Aug 11 17:59:22 ka6sox: i told ya, i'll make a Mig29 just for you Aug 11 17:59:23 ka6sox: say what? Aug 11 17:59:27 :) Aug 11 17:59:53 I bumped up the voltage for 0x22 and it hasn't crashed on me yet. mostly. Aug 11 17:59:58 uNiXpSyChO, thanks! Aug 11 18:00:20 who should I be groveling at the feet of for the Enyo Tweaks? Aug 11 18:00:28 it's gorgeous Aug 11 18:01:09 I find myself using Tide to develop *on* the device now... Aug 11 18:01:50 Lumiere: sconix iirc Aug 11 18:02:16 oh fail me Aug 11 18:02:26 I only added half of the testing feeds Aug 11 18:04:24 yay Tide! Aug 11 18:05:34 tide is awesome Aug 11 18:06:10 now I gotta go Aug 11 18:07:32 I hear the source code for Tide is really clean Aug 11 18:42:15 rwhitby: are there any limitations to the CIFS support in UberKernel? And do I need to install and setup the samba optware package? Aug 11 18:59:58 to do what :) Aug 11 19:00:14 mount a smb shared folder? Aug 11 19:09:15 Lazar_Dobrescu: Yeah. Just wondering if their are any limitations before I test. Aug 11 19:09:25 *there Aug 11 19:24:39 afaik, no. I know some people used it without issues Aug 11 19:24:51 I had some troubles though with mounting... I did have to install optware's samba Aug 11 19:25:07 but I know it can work without for some configurations Aug 11 19:26:47 on an un related note, does anyone know if we got confirmation about the effect of the HP announcement about unofficially supported webOS versions? I've seen that experimentation has shown that some phone/carriers combinations are fine, but do we have someone who reported that for example 2.1 on ATT pre+ can no longer sign into a profile? Aug 11 19:30:47 OK, thanks. I don't suppose you have a reasonably compatible copy of smb.conf? I think the samba install struggle with it for some reason. Aug 11 19:31:14 try using the one from the wiki Aug 11 19:31:20 then add folders to it if needed Aug 11 19:31:52 but that's not what I thought you were asking :) Aug 11 19:32:14 if you want to run a server on your webos device, I'm pretty sure you need to install optware's samba Aug 11 19:32:51 and then make sure the firewall lets it through Aug 11 19:44:04 HattCzech_work: you were going to bother me? Aug 11 19:44:23 indeed Aug 11 19:44:37 there's a formatting issue with preware on the touchpad Aug 11 19:44:56 when you click on a something to install that had dependencies, and it asks if you want to install or view... Aug 11 19:45:05 i thought we fixed that view? Aug 11 19:45:17 if you hit view, the top part is only the width of a phone Aug 11 19:45:35 1.7.0 is the latest, right? Aug 11 19:45:40 im not sure Aug 11 19:45:56 doesn't tell me there's an update Aug 11 19:46:03 ill try to remember to check it out this afternoon :) Aug 11 19:46:10 okay Aug 11 19:46:15 should be an easy fix though Aug 11 19:46:18 not a huge deal, but thought i'd let you know Aug 11 19:46:20 figured Aug 11 19:46:24 just a style thing Aug 11 19:48:49 well if you have time to look into it, patches are welcome :) Aug 11 19:51:36 * summatusmentis checks what version of preware he's running Aug 11 19:52:01 I've got 1.7.3 HattCzech_work Aug 11 19:52:10 but I might be running the testing feed version Aug 11 19:52:41 1.7.3 here too Aug 11 19:52:54 pretty sure its the testing version Aug 11 19:53:41 and I don't see that issue in 1.7.3 Aug 11 19:53:52 (tested on nginx) Aug 11 19:53:58 ahhh, then it is fixed... just not in public feed :) Aug 11 19:54:19 * PatrickC loves testing feed <3 Aug 11 19:54:36 i'll add the testing feeds soon Aug 11 19:54:43 trying to get my touchpad to crash again Aug 11 19:56:46 lol Aug 11 19:57:25 oil: you mean you don't spend all your time trying to crash your TP? Aug 11 19:58:01 eh? Aug 11 19:58:10 BAM! got it Aug 11 19:58:25 Tibfib: s/oil/HattCzech_work/ Aug 11 19:58:39 no Aug 11 19:59:16 oh, dont Aug 11 19:59:18 yeah, i dont Aug 11 19:59:30 but im not always successful Aug 11 23:59:38 Is there a good solution for ssh client from a touchpad? I'd really like to have one, but xterm isn't really enough, and I'm having issues installing SDLTerminal which is the only other option I've found. Aug 12 00:02:37 elfurbe, nope, those are the 2 Aug 12 00:04:00 Are there any logs I can look at to figure out why the SDLTerminal installation is just locked in continuous spinning disc? It just never finishes installing Aug 12 00:06:03 i dont know, i only use xterm on mine, but i use xterm with chroot and ssh via that ... Aug 12 00:23:12 elfurbe, if you are on TP dont bother Aug 12 00:23:16 it does not and will not work Aug 12 00:25:59 Aw Aug 12 00:26:12 I just saw ajaxterm, is that worth looking at? Aug 12 00:26:17 use Xecutah in the testing feed Aug 12 00:26:27 I've got it, I was able to spawn an xterm Aug 12 00:26:38 ^^ is best solution for now Aug 12 00:26:48 Bummer Aug 12 00:26:53 Wish this thing was more popular Aug 12 00:27:04 I'd love to have a WebOS equivalent to Prompt on iOS Aug 12 00:28:03 Well, is there at least a way to make my xterm white on black instead of black on white? :D Aug 12 00:28:06 elfurbe: I'm also surprised no-one has done an ssh client Aug 12 00:28:27 too my projects in my stack Aug 12 00:29:02 elfurbe: possibly by .Xdefaults or something Aug 12 00:30:49 Looks like you have to set the flags on the launching command Aug 12 00:30:59 Can one edit the commands Xecutah runs? Aug 12 00:31:18 it's open source, but has no facility to do so at the moment. Aug 12 00:31:25 rgr Aug 12 00:31:38 Are they compiled in do you know? Aug 12 00:31:43 I really don't want to rebuilt it :) Aug 12 00:31:49 it's javascript Aug 12 00:32:01 oh right Aug 12 00:32:05 you can also edit the xecutah.sh script in the xterm package Aug 12 00:32:30 in fact I think you'll need to do the latter, cause the former would be a security vulnerability Aug 12 00:32:46 e.g. xterm --black-on-white ; rm -rf / Aug 12 00:33:22 lol Aug 12 00:35:44 lol Aug 12 00:36:54 heh Aug 12 02:50:11 Is there a way to mount or symlink a Windows share on my TouchPad? Aug 12 02:53:37 there are ways under development, if you are savvy with custom kernels and linux command line Aug 12 02:53:48 but none are in a state for end-users yet Aug 12 02:53:54 I'm running UberKernel... Aug 12 02:54:27 I personally haven't tested any of the ways yet, so cannot comment from direct experience. Aug 12 02:54:57 What, in theory, is preventing this from working? **** ENDING LOGGING AT Fri Aug 12 02:59:59 2011