**** BEGIN LOGGING AT Wed May 18 02:59:57 2011 May 18 03:00:05 Excellent :D May 18 03:00:10 so people can transport their chat histories with them across versions and devices. =] May 18 03:00:38 Cerealklr: is http://forums.precentral.net/showthread.php?p=2964317 you? May 18 03:00:44 and in the process now get to enjoy all of my chat history on a 1980x1020 monitor. =P May 18 03:00:58 nope! May 18 03:01:10 I go by the same name on the PreCentral forums May 18 03:01:19 actually, I got my inspiration May 18 03:01:26 from the Treocentral forums May 18 03:01:45 I have to admit, I was at a loss for a while. Was tackling the problem w/ the LISP CL-sqlite package May 18 03:01:49 and it refused to open the DB May 18 03:01:58 turns out there was just something funky going on in the lib. May 18 03:02:18 Cerealklr: you may want to collaborate with that guy May 18 03:02:21 I took a crack at it in python after seeing his worked May 18 03:02:32 I'll have to toss him a PM May 18 03:02:36 =] May 18 03:02:39 In fact, the biggest problem his had May 18 03:02:51 was that is scrapped all the chats from unknown contacts and all outgoing messages May 18 03:03:02 but that was pretty easy to fix with a little db introspection May 18 03:03:43 Cerealklr: if you do a solution that will work on-device, I could put it in save/restore May 18 03:04:11 Hmmn. I know python can run on-device, right? Are there any restrictions beyond the norm with that? May 18 03:04:59 no python interpreter on-device May 18 03:05:13 awh, I thought it was installable through ipkg. May 18 03:05:31 it is, but that's too heavy a dependency for save/restore May 18 03:05:35 Well, i'm sure it can be done in any other language, it just gets a little more difficult. =P May 18 03:05:39 Good point May 18 03:06:09 Well, I guess I had to learn how to develop for WebOS at some point or another -- its the whole reason I bought the phone. May 18 03:06:22 what can I rely on having access to wherever save + restore is deployed? May 18 03:06:54 everything that's on a stock device, plus zip and unzip May 18 03:07:09 hmmn May 18 03:07:16 this looks like it'll make for a fun puzzle. May 18 03:07:41 I think i'll finish the python route first, since I'm about 24hrs out from having it done anyway May 18 03:07:53 and then poke the writer of the original script May 18 03:08:02 to make sure he won't kill me for basing mine off of his May 18 03:08:12 then see what I can do to make it work May 18 03:09:02 By Stock Pre, does that include the WIDK? May 18 03:09:09 device* May 18 03:09:22 no, but anything compiled into a binary by the WIDK is ok May 18 03:09:30 ah, gotcha May 18 03:10:10 what access level will I have? i'll need RW access to /var/luna/data/dbdata/PalmDatabase.db3 May 18 03:10:22 full access May 18 03:10:32 it runs as root, so you want to be careful May 18 03:10:32 Okay. I'm sure there's a solution there then May 18 03:10:51 most of the existing scripts are written in bourne shell. May 18 03:11:03 it's just a matter of finding a stable and lightweight embeddable sqlite parser May 18 03:11:04 but I intend on converting it all to node.js sometime in the future May 18 03:11:16 won't that leave the Minus's behind? May 18 03:11:59 yep, that's why it's "sometime in the future" rather than "now" :) May 18 03:12:09 Heh, makes sense! May 18 03:13:09 Okay. It may take a while, since this'll be my first time writing anything nontrivial in (presumably) C/bash. Thanks to interpreted languages I never had to do much in the way of sh scripting May 18 03:13:19 but I'll keep you informed May 18 03:13:34 I'll probably have the post with the python solution up before Friday May 18 03:14:45 an on-host conversion using python may be ok May 18 03:15:13 run save on device, copy zip file across, run something on host, copy zip file back, run restore on device May 18 03:15:20 annnd.. the doctor is working its magic May 18 03:15:32 Mhmm May 18 03:15:40 I'm flexible, we'll see what ends up working. May 18 03:15:47 I'm just glad I can finally give back a bit May 18 03:15:49 if you can get the 2.0 save/restore to use some export format, and then convert the 1.4.5 into that same export format, that would work May 18 03:16:12 Well, i've come up with a standardized and fairly general json model for conversation data May 18 03:16:15 so get save & restore to work in 2.0, then get the 1.4.5 coversion to convert into that same save format May 18 03:16:18 i'm sure someone somewhere could improve upon it May 18 03:16:30 but it seems flexible enough to get the job done in terms of raw content May 18 03:16:45 problem though May 18 03:16:53 is that I don't have 2.0 (yet anyway) May 18 03:16:57 suppose i'll need May 18 03:17:00 to reinstall the new emulator May 18 03:17:06 yeah, use the emulator May 18 03:17:06 can preware run in the emu? May 18 03:17:10 cool May 18 03:17:12 yep, as can save/restore May 18 03:17:26 okay, sounds like a plan May 18 03:17:40 I'm going to head off for the night. May 18 03:17:43 * PatrickC was gonna suggest meta-doc.. but seems a little drastic atm May 18 03:17:44 ok, thanks. May 18 03:17:48 'nite all! May 18 03:17:52 night Cerealklr May 18 07:56:16 morning May 18 10:10:13 Hmmn. I can't seem to get the emulator reinstalled. Looks like ir requires VBox 3.2, which doesn't have a pkg for Ubuntu 11.04 and the distro-agnostic version seems to be nonfunctional due to lack of kernel-level support. I also really dislike the idea of having to downgrade VBox that much... Any suggestions? May 18 10:10:24 /s/ir/it/ May 18 10:11:33 -.- oops again May 18 10:11:38 s/ir/it/ May 18 10:49:29 Cerealklr|Class: https://zhyu.me/ubuntu/solution-for-vbox-on-2-6-38.html also I suggest you apply to early access May 18 10:51:21 Loudergood: Was under the impression you needed to have released app(s) in order to apply May 18 10:51:46 nope May 18 10:52:30 Ah, very cool then. Well, I just applied for the PDC (just need to figure out how to drag myself to CA now), so I may as well go all the way. May 18 10:52:34 Thanks a ton, by the way! May 18 13:18:09 * NuttyBunny_Pre2 looks for wIRC in the catalog... fails :( May 18 13:26:41 Hi there, I have a pre plus not activated. I cannot get to the call screen to put numbers, like the codes to get your imei number and stuf. when I push the call button it gives me only three options, emergency, cus. service, or cancel. I think it was different with my old pre plus. Is there something I can do to change this? Any help is greatly appreciated. Thank you! May 18 13:31:38 The reason for this is that I think I will need to put in some numbers to make it work with page plus. May 18 15:00:41 PuffTheMagic: Last failed attempt from: NuttyBunny_Pre2!~wircer@200.95.162.199 on May 18 13:13:15 2011. ... :) May 18 15:16:31 hey guys May 18 16:15:00 hm, during development I've installed my app as version 1.0.0 on my device May 18 16:15:17 now I wanted to create a feed and import it using Preware May 18 16:15:25 I changed the version to 0.1.0 May 18 16:16:03 even if both versions (on the device and in the feed) are 0.1.0 Preware thinks that there's a version 1.0.0 to update to May 18 16:16:14 has anybody seen that behaviour before? May 18 16:18:40 no wait May 18 16:18:46 it still thinks that there's an update May 18 16:18:51 even if I've removed the feed May 18 16:21:33 Gahhh. Will there be no end to this? Anybody else build VBox 3.2.12 on Ubuntu 11.04 x64? May 18 16:22:55 After fighting with it for almost a half an hour of dependency/general-error grind, I've come up on an error which I can't decipher (and which, intriguingly enough, nobody outside of the FreeBSD community seems to have encountered) that hits me during the make stage... May 18 16:24:14 did you see what I posted earlier? May 18 16:25:20 the link you gave me appears to be for compiling it from source May 18 16:25:27 which is fine, but it's been a bit of a pain May 18 16:25:32 just the kernel module May 18 16:25:40 which ubuntu usually does automatically May 18 16:25:49 via dkms May 18 16:25:59 where do I pull the source for just the kernel mod down from? May 18 16:26:04 but 3.2 isn't compatible with the 2.6.38 kernel May 18 16:26:17 or are you recommending I only compile the kernel from source now that I have it, and then install the binary for VB? May 18 16:27:31 Sorry, I've been spoiled by apt-get. I think the most complex thing I've had to compile that I didn't make myself was compiz May 18 16:27:40 and that was only because I had a few patches I needed to make May 18 16:27:44 =/ May 18 16:28:22 when you try to install 3.2 on ubuntu it should already download it May 18 16:28:37 not that I know of May 18 16:28:39 check the location in that link to see if it's there May 18 16:28:44 I tried to run the find, and it came up empty May 18 16:28:48 also did some manual checking May 18 16:28:59 and the folder hierarchy stopped rather short of the src dir it was looking for May 18 16:29:56 ➜ VirtualBox-3.2.12_OSE cd /usr/share/virtualbox/ May 18 16:29:58 ➜ virtualbox ls May 18 16:30:00 nls VBoxCreateUSBNode.sh VBox.sh VBoxSysInfo.sh May 18 16:30:14 Whereas it is looking for: / usr / share / VirtualBox / src / vboxhost May 18 16:30:18 NuttyBunny is the one who painted me to it May 18 16:30:22 Gah, keep trying to use emacs bindings. May 18 16:30:44 pointed.. May 18 16:31:00 Well May 18 16:31:21 It's only a good few dozen men and multiple years of their lives May 18 16:31:31 I'm sure I can get it working before the afternoon is up. May 18 16:31:34 Loudergood: The link? But we don't need it anymore, the latest... ah, nevermind, I should not talk about Fight Club May 18 16:31:36 =P May 18 16:31:42 Ahahahahaha May 18 16:31:53 I sent in an application this morning May 18 16:31:54 NuttyBunny: Cerealklr isn't IN Fight Club yet ;) May 18 16:31:58 at Loudergood's most excellent suggestion May 18 16:32:29 Okay, well while you two snicker i'll keep banging my two rocks together over here. May 18 16:32:33 =] May 18 16:33:10 Cerealklr: Then you should run the commands on the link I found :) it makes VBox 3.2 run on kernel 2.6.38 :) (Nutty) May 18 16:33:14 Natty, I mean ;) May 18 16:33:27 Well, that was Loudergood's impression as well May 18 16:33:31 unfortunately May 18 16:33:37 it works rather less well when the desired source isn't extant May 18 16:33:42 in the mentioned directory May 18 16:34:19 aha! May 18 16:34:44 I knew pretending to read config logs would pay off one day. May 18 16:34:57 You ARE installing the non-OSE version, right? May 18 16:34:57 Looks like, for whatever reason, it chose to install in /opt/VirtualBox May 18 16:35:03 not /usr/share/ May 18 16:35:09 I have tried both. May 18 16:35:10 why didn't you just install the .deb? May 18 16:35:14 to no avail May 18 16:35:45 There isn't a .deb for Natty, and everytime i've tried using a Maverick source on natty I had hours of messy cleanup afterwards May 18 16:35:54 Not been very pleased with Canonical about that.... =P May 18 16:36:06 mmm.... weird... May 18 16:36:34 I suppose I could give it a shot, seeing as this server is more a plaything than a production environment anyway May 18 16:37:15 (At least, most production environments aren't used to test mods to Compiz plugins and convince people to install linux on their desktops AFAIK) May 18 16:37:43 Thanks to the glorious magic of Git + Sparkleshare everything is safe and sound across all my machines anyway. =] May 18 16:39:12 Cerealklr, do you mean "Git on Sparkleshare" or "I'm using Sparkleshare (wich in turn uses Git)"? May 18 16:39:15 :-D May 18 16:39:35 I just have a /etc/apt/sources.d/virtualbox.list file with a line containing "deb http://download.virtualbox.org/virtualbox/debian maverick non-free" (yes, maverick), I updated and used apt-get install virtualbox-3.2 May 18 16:40:00 the latter. I don't know what precisely the first would entail beyond recursive redundancy... Actually, you've piqued my interest: BRB Breaking the universe. May 18 16:40:03 =P May 18 16:40:14 it barked about the kernel plugin, ran the other command, then I ran /etc/init.d/vboxdrv setup <- and that was it May 18 16:40:24 Nutty: Aye aye! May 18 16:41:14 Cerealklr, well, you'd put a repo inside a repo May 18 16:41:22 it would be pointless but not recursive May 18 16:41:23 :-D May 18 16:42:16 phoque: You meant to say not _inherently_ recursive. May 18 16:42:19 =] May 18 16:46:02 I really wish I didn't have to revert all the way to 3.2 =/ May 18 16:46:09 its going to break all my other VMs May 18 16:47:22 Well, you may ask about fight club ;) May 18 16:47:49 would its members be allowed to respond to yes/no questions? =P May 18 16:49:11 they're not allowed to talk about anything, but there's always the troll that does it May 18 16:49:14 By the way, If the lack of response was an exceedingly clever way of responding "no," I applaud your taste in humor. =] May 18 16:49:25 ah May 18 16:49:29 Well, I have a feeling May 18 16:49:31 that VirtualBox 3.2 May 18 16:49:36 will be fairly transient May 18 16:49:43 in terms of difficulties in development May 18 16:49:48 once I get myself accepted. May 18 16:51:38 hehehe... there are always places, it's generally not a good idea of talk about it in a logged IRC channel ;) May 18 16:53:20 Sensible enough May 18 16:53:27 although May 18 16:53:31 I must say May 18 16:53:47 I'd spectacularly appreciate it if it would stop making me feel like i'm missing something. May 18 16:54:00 there is now most certainly source code in that directory May 18 16:54:07 but May 18 16:54:11 my phone is so jacked up :( May 18 16:54:15 evidently not quite where expected May 18 16:54:21 since it's acting like nothing is there. May 18 16:55:31 smknutson: Doctor! ;) May 18 16:55:57 hasn't fixed it :( May 18 16:56:22 Nutty, can you do me a favor? Paste me an ls of your vboxhost dir so I can see if i'm missing something? May 18 16:57:07 "HP Palm, Inc. (“HP Palm”) is excited to offer you the opportunity to participate in HP Palm’s confidential Beta SDK program..." May 18 16:57:11 OR NOT! =] May 18 16:57:49 /usr/share/virtualbox/src/vboxhost/ or /var/lib/dkms/vboxhost/ ? May 18 16:58:01 heh.... May 18 16:58:13 the former. May 18 17:00:27 out of space... argh, when did I ate 14Gb??! May 18 17:00:35 http://pastebin.com/JM7Ajw0h May 18 17:00:39 ah.. too late ;) May 18 17:01:01 Yea, so, I was evidently missing May 18 17:01:05 a lot of files May 18 17:01:07 inexplicably May 18 17:01:10 considering I just ran apt-get install... May 18 17:01:26 jeez May 18 17:01:30 Ubuntu has been throwing a fit May 18 17:01:30 ubuntu lied to you apparently May 18 17:01:43 because it failed to install due to the lack of krnl mod May 18 17:02:23 Okay, I am going to go simmer with barely restained excitement for 10-15 minutes for no explicable reason May 18 17:02:32 then come back and suddenly probably not have issues w/ VirtualBox May 18 17:05:01 why is my messaging app refusing to let me text? May 18 17:07:23 try sweet-talking it May 18 17:07:26 that always works for me May 18 17:07:53 I prefer killing it with fire May 18 17:08:13 =D That isn't an option for those who don't have insurance on their devices! May 18 17:08:39 hah May 18 17:13:08 smknutson: Dev Mode? Dr. SkippedFirstUse? May 18 17:14:31 * Cerealklr stares early at Chrome's little pinwheel loading bar as it progresses far too slowly.... May 18 17:15:54 1.3Gb... 1.2Gb... 1.1Gb... damn May 18 17:16:03 967M May 18 17:16:05 0.o ? May 18 17:16:19 space left.. grrr. May 18 17:16:40 a TB for your thoughts? May 18 17:16:47 die ubuntu-10.04.2-server-i386.iso!! May 18 17:16:56 hehehehehe May 18 17:17:04 lulz May 18 17:17:59 【UTAU】Nyanyanyanyanyanyanya!【桃音モモ】【ミクカバー】.mp3 May 18 17:18:36 What's really important: Which Utau? May 18 17:18:59 And personally I think Uninstall might have been a better choice. May 18 17:19:03 =] May 18 17:20:48 Cerealklr: I'm just making some space.... Greg Roll's messaging plugin compiling environment has driven me crazy already. I've tried tons of options... I'm even tempted to use PuffTheMagic 's NDK ;) May 18 17:21:02 Today is Palm's PDK time May 18 17:21:31 Easiest way to make space --> Newegg. May 18 17:21:39 Seriously, at some point between 3 months ago and today May 18 17:21:43 we entered the Future May 18 17:21:54 1TB HD's are ~50 bucks now on a good day. May 18 17:21:57 =P May 18 17:22:08 +$100 for shipping to Mexico :P May 18 17:22:17 Ahhh, well that sucks. May 18 17:22:35 Simple solution: Ship it to your hotel room when you attend a PDC. May 18 17:22:47 Simpler solution: Make one yourself. May 18 17:23:20 i'm absolutely sure you just need scrap metal and some wire-y bits. May 18 17:23:24 Well, pretty sure anyway. May 18 17:23:34 =] May 18 17:25:50 hehehe :) I had to get one last year, 1Tb, about $150USD May 18 17:26:16 Yep, prices were still pretty similar when I built my toy, Phobos. =] May 18 17:26:31 Crazy how much a little improperly applied thermal epoxy May 18 17:26:39 can devalue a state of the art MoBo + CPU May 18 17:26:42 =/ May 18 17:27:17 but it got me a pretty cheap server anyway. I just ended up building an open-air+water rig to keep it cool enough. May 18 17:27:39 Bonus is I get to be the stereotypical linux nerd, with an always running server < 2.5m from his head at night. May 18 17:33:18 I just want to make USB host mode on my Pre so I can use it as a wifi router/file server :D hehehe May 18 17:36:56 Oh, my... using the PDK to do this will take a lot more time than I thought.... May 18 17:37:47 NuttyBunny: netinstall? :D May 18 17:39:07 ...wifi router? May 18 17:39:10 =D May 18 17:39:16 I mean May 18 17:39:20 a hotspot sure May 18 17:39:23 but where will it end? May 18 17:39:44 soon people will be using their Pre's as Bridges, Switches, and then Fibre Node Controllers May 18 17:40:30 Nutty, you have x64, right? May 18 17:40:41 hehehe.. no, I'm still on 32 bits May 18 17:40:46 awh poo May 18 17:40:56 now who do I poke to ask? May 18 17:41:09 I just want the least expensive and silent file server I can made May 18 17:41:12 Do you know someone who's around, in Fight Club, and on x64 that I could private chat? =P May 18 17:41:20 about x64? no idea May 18 17:41:29 ah well May 18 17:41:34 i'll figure something out! May 18 17:42:20 *crosses fingers* May 18 17:42:28 that was May 18 17:42:32 anti-climactic May 18 17:43:05 oh? May 18 17:43:09 *double crosses fingers* May 18 17:43:51 0.o May 18 17:43:54 oh goodness what have I done May 18 17:44:01 now VB 4.0 refuses to reinstall May 18 17:45:15 there we go. Had to re-add the new natty source =] May 18 17:48:40 I feel loved now. =D May 18 17:48:56 Hello there, sweet sweet success. May 18 17:49:15 I'll even forgive the tacky logo! =P May 18 17:49:49 cool :) May 18 17:59:08 I so want a beagleboard :) http://www.youtube.com/watch?v=80Uia6FkvnA May 18 18:02:02 Actually, i've heard of those. May 18 18:02:06 0.o May 18 18:02:08 wait May 18 18:02:10 XBMC May 18 18:02:12 on one May 18 18:02:14 !? May 18 18:02:16 hahahaha May 18 18:02:33 that's just May 18 18:02:37 not even right. =D May 18 18:02:49 Why not??! :D It's excellent!!! :D May 18 18:03:10 because May 18 18:03:14 darnit May 18 18:03:25 we are in the future and I can't keep up! May 18 18:03:26 Haha. May 18 18:03:31 I'm loving my Boxee Box. P: May 18 18:03:32 There are so many interesting and cool things possible May 18 18:03:34 put this puppy, and a usb 1.8hd in a case, and you have your own media server, a nifty little box besides your TV :D May 18 18:03:48 and I'll never get a chance to do half of them at this rate! D= May 18 18:03:53 media server/player :D May 18 18:04:17 Yea? Well while you enjoy your cute silent little media server and imperceptibly higher electricity cost May 18 18:04:49 I'll continue dimming the lights of my town hosting my Quad Core Hyper threaded open-cased water-cooled monstrosity. May 18 18:04:53 =D May 18 18:05:04 Yours might suit the purpose better in every appreciable way May 18 18:05:07 but May 18 18:05:09 uhm May 18 18:05:11 mine lags even less! May 18 18:05:17 less than not at all May 18 18:05:22 whatever that means. May 18 18:05:24 =D May 18 18:05:26 hehehe... :D Enjoy! I just want to sleep with silence May 18 18:05:40 I'd really love to have one of these babies as my main dev machine at home :D May 18 18:05:46 Eh... I don't know. I tried that for a while, but the Voices wouldn't let me get any sleep! May 18 18:06:19 ah, yeah, "the" voices... creepy at times.. May 18 18:06:41 Honestly, they make great conversation May 18 18:06:45 but sometimes a man needs to sleep May 18 18:06:54 whereas disembodied voices apparently don't. May 18 18:07:30 And they tend to get agitated when you ignore their heated requests to commit various homicides, which means they keep at you pretty much 24/7 -.- May 18 18:11:27 0.o May 18 18:11:30 well May 18 18:11:32 that's interesting May 18 18:11:39 is it ponies? May 18 18:11:44 I hope it's ponies May 18 18:11:51 Actually May 18 18:12:01 it is May 18 18:12:05 Depending on your definition of ponies. May 18 18:12:08 ;] May 18 18:12:24 YAY May 18 18:12:30 On the other hand May 18 18:12:37 you have a pretty interesting definition of ponies. May 18 18:12:40 =P May 18 18:13:41 "things that are cute and make me happy and stave off crippling depression in neatly sized 22 minute chunks!" May 18 18:13:55 * halfhalo grabs the tranqs May 18 18:14:02 lol May 18 18:14:05 =D May 18 18:14:17 well May 18 18:14:23 I guess depending on your personality May 18 18:14:30 Msft matches all of those things May 18 18:14:52 MSFT? May 18 18:15:05 Anyway, seeing as HP has done everything BUT hand me lavish sums of money, I'd better head in to work for a little while. =] May 18 18:15:11 Microsoft! May 18 18:15:23 The thing I had noted which was interesting May 18 18:15:29 * halfhalo has gotten lavish sums of.... something... from hp May 18 18:15:31 was Microsoft related. May 18 18:15:43 On the other hand May 18 18:15:55 i'm quite greatful for what they have done! =] May 18 18:16:00 Ah. May 18 18:16:16 Going to find a way to get out to the latter PDC this June May 18 18:16:20 family permitting May 18 18:16:49 It'd be a heck of a better job than this one, anyway! May 18 18:17:21 But be that as it may, i'm heading off for a bit. May 18 18:17:34 Bye everyone, and thanks again Louder and Nutty! May 18 18:18:06 awhh, nick-size limitations May 18 18:18:12 how will I show people how witty I am? =P May 18 18:18:19 fire May 18 18:18:42 It'd be a pretty small fire, methinks. =] May 18 18:18:50 32 characters man! May 18 18:18:52 Cya May 18 18:19:01 32? May 18 18:19:11 Actually. It looks like it's way lower on this network May 18 18:19:17 way lower May 18 18:20:11 "Processing Submission" :( May 18 18:20:22 kick it May 18 18:20:28 i wonder how wirc compares to other apps reviewed for the catalog May 18 18:20:44 there is what, like 20 or so scenes? heh May 18 18:21:03 if you hit 2 you woulda had blackjack May 18 22:00:14 back! May 18 22:14:10 I want to smash this phone with a hammer May 18 22:16:09 Nono, use a drill. May 18 22:16:19 it'd be more ironic. May 18 22:16:24 what's up? May 18 22:17:09 my dmsets token is 'broken' May 18 22:17:21 so I can't do anything with a palm profile May 18 22:17:34 ouch May 18 22:18:33 I'm not sure how to fix it. I have it overridden via impostah but its not a complete fix May 18 22:18:55 you can use trenchcoat to adjust tokens May 18 22:19:10 do you know the correct format for dmsets? May 18 22:19:23 that is the binary used during the doctor process to write the tokens (and other data located in the castle.xml or others depending on the phone) May 18 22:19:35 not off the top of my head May 18 22:20:05 its a sprint pre plus so I've ran the metadoctor, I just don't know if its as easy as inserting a dmsets value in castle.xml May 18 22:21:04 it's a token, so it should be May 18 22:31:22 anyone know that error? May 18 22:32:18 ;o May 18 22:37:11 GLib-ERROR **: gmem.c:136: failed to allocate 2324925091 bytes May 18 22:37:12 nuttybunny... do you know what causes that error? May 18 22:37:44 what error? sorry, I lost connection May 18 22:38:51 2.2Gb, where in the hell my Plus is going to be able to allocate 2.2Gb of memory for a stupid plugin? ARGH! May 18 22:39:44 swap :P May 18 22:39:54 That'd still have to be May 18 22:39:56 a heck of a plugin May 18 22:39:59 =D May 18 22:40:25 Loudergood: Yeah, 2Gb of swap just to connect to msn May 18 22:40:33 0.o May 18 22:40:45 I'm thinking something needs to be trimmed May 18 22:40:54 messages in this conversation are no longer able to be sent or received May 18 22:41:03 in sms conversations May 18 22:41:45 smknutson: Ah, yes, that... I was asking you if you skipped the first use app May 18 22:42:01 yeah... I removed it... :( May 18 22:42:19 and in the accounts app, you have dr. skipped first use, right? May 18 22:42:32 you...removed it? May 18 22:43:05 no I removed that account May 18 22:43:16 ah, ok, with Impostah, right? May 18 22:43:24 correct May 18 22:43:34 So, the only account you have now is.. your palm profile? May 18 22:44:18 not even that. my dmsets token is broken so I can't do anything with a profile May 18 22:44:24 mmm.. weird, I have 2 SIM accounts, and neither say "SIM removed" May 18 22:44:33 ah May 18 22:45:20 well, open the doctor with winzip or whatever you use, and I think there's a xml file.. it should be changed, you doctor again and it puts the new tokens May 18 22:45:33 just don't move the touchscreen calibration ones ;) May 18 22:46:29 would the dmsets token follow the pre- to pre plus format? May 18 22:46:35 under trenchcoat? May 18 22:47:01 I'm looking for it, gimme a sec May 18 22:47:34 exp: name=DMSETS value=xxx May 18 22:47:57 ah, right, there are 2 files May 18 22:48:19 in webOS.tar there's one May 18 22:48:28 inside installer.xml May 18 22:48:39 ok May 18 22:49:30 ah, and inside your carrier tar file, there's another installer.xml May 18 22:49:38 now, lemme check meta doctor May 18 22:50:00 Erm, am I the only one for whom the palm dev site is down? May 18 22:50:25 Cerealklr, connection reset :) May 18 22:50:41 More of a frownie face, if you ask me! =P May 18 22:51:07 Might as well take this time May 18 22:51:14 to start pricing flights to CA May 18 22:51:16 =P May 18 22:51:46 what was the command to see the tokens on the pre? May 18 22:51:57 tokens --list May 18 22:51:58 bah May 18 22:52:20 so id modify installer, not castle.xml May 18 22:52:40 Ok, mine are: "DMSETS" = "{"sets":"556","560"}" (ATT, Pre Plus)... no, you will give them to meta doc as a parameter May 18 22:55:02 ok May 18 22:55:04 that's in installer.xml in both files yes? May 18 22:55:11 yep May 18 22:55:52 Ok, the first number is the model number, the second is the carrier May 18 22:57:26 ok... I'll see about changing that May 18 22:57:28 now if I could only solve why my pre reverts to stock wallpaper after a full reset May 18 22:57:31 id need the second # for sprint May 18 22:57:45 for my Pre +, I assume I should run: make CUSTOM_WEBOS_DMSET=556 CUSTOM_CARRIER_DMSET=560 DEVICE=preplus CARRIER=att unpack patch pack (something like that) May 18 22:58:18 easy, get any sprint webos doctor, and look into sprint.tar inside the jar file, in the installer.xml file May 18 22:59:25 brb May 18 23:01:12 back May 18 23:01:54 bbl, play with that, if you say you're already overriding the values with Impostah, use those :) May 18 23:02:37 thanx nutty, you rock May 18 23:02:44 smknutson: Do you at least have 3g data with your device? May 18 23:03:00 I only relay the info, rwhitby rocks May 18 23:03:01 nutty: yes, everything works besides palm profiles May 18 23:03:47 Hey, anybody wanna help me cart California a few thousand miles closer to Ohio? (or vice versa, I'm easy) May 18 23:03:59 well, look for the correct dmsets, put them in the overrides, try to login to the profile, if that works, I assume you need to create a meta doctor with those dmsets May 18 23:04:36 the override only allows app catalog, I assume it needs to be baked into the doctor May 18 23:10:18 anyone with a sprint phone can confirm the 2nd # in their DMSETS token is 674? May 18 23:13:24 gotta go, bbl May 18 23:14:19 thx May 18 23:16:50 g May 18 23:33:09 * Cerealklr wonders if there is a Hipmunk sort of sight for scheduling train trips May 18 23:33:19 s/sight/site May 19 00:30:06 morning May 19 00:30:54 rwhitby: everytime you greet, and I type "morning rod" ... it sounds sooo bad.... so ... Hi :) May 19 00:31:18 ok .... May 19 00:36:31 lol May 19 00:36:56 rwhitby, morning wood (rod) May 19 00:40:04 hehehe May 19 01:10:43 Hey guys. =] May 19 02:41:51 * PatrickC found a bug in preware 1.5.8 . . . too bad is an old version May 19 02:59:15 Hey Nutty May 19 02:59:26 hey May 19 02:59:29 you free man? I got a question for you. May 19 02:59:32 did it work? **** ENDING LOGGING AT Thu May 19 02:59:58 2011