**** BEGIN LOGGING AT Mon May 17 02:59:57 2010 May 17 03:00:58 hachacha May 17 03:08:29 maybe strace will help May 17 03:10:33 why is there still no flash May 17 03:13:30 battery dead May 17 03:14:41 Is it normal for lunasysmgr to clock gettime() like 50 times a second? May 17 03:24:32 apparently May 17 03:24:51 it also likes to read a file one character at a time according to an earlier trace May 17 03:25:03 actually, gtod is very fast on linux May 17 03:28:00 damnit, I look under a rock and there's a another world under there! May 17 03:29:20 speaking of att and 1.4.2, anyone figure out if there is a doctor for them yet and post the link up at the wiki ? May 17 03:30:18 someone on the forums posted a link May 17 03:30:43 just to www.palm.com/rom where you can enter a serial number May 17 03:36:04 http://palm.cdnetworks.net/rom/preplus/p142r0d05162010/attp142rod/webosdoctorp101ewwatt.jar May 17 03:36:32 that's the special '2rod' link they always give me :) May 17 03:37:10 rwhitby: when i first started downloading roms i saw that May 17 03:37:18 and wondered if they were made just for you May 17 03:40:53 nice May 17 03:41:45 heh May 17 04:11:42 hi to anyone who is up May 17 04:11:55 g'day May 17 04:12:18 howdy May 17 04:12:23 webos-internals doesn't sleep xD May 17 04:12:45 yeah I hardly sleep either May 17 04:15:03 so who is going to switch to att. just wondering I'm going to stick with what I have May 17 04:15:53 at&t sucks here May 17 04:16:37 question, does webOS come with java? or is that a preware only thing? May 17 04:16:45 I don't feel like paying a 400 deposit May 17 04:17:36 I never seen java for download on preware May 17 04:20:12 and I have tried running some java apps on webos and they didn't run. May 17 04:20:38 root@palm-webos-device:/var/home/root# ps -e | grep java May 17 04:20:38 1161 ? 00:33:22 java May 17 04:20:56 I wonder if anyone at W-I has considered a dosbox app? May 17 04:21:13 i'm assuming something uses java, just trying to figure out what May 17 04:21:20 well I am sure it has java but is it full featured May 17 04:21:46 and what is using it May 17 04:22:43 I actually think a lot of internal features are using it May 17 04:22:48 LunaSysMgr uses java May 17 04:24:02 PrimerFender: webOS services uses Java at the moment May 17 04:24:15 some homebrew services do too (we're converting all ours to C) May 17 04:24:42 Palm includes java to support their java services. May 17 04:25:49 and java gives a managed memory environment...as opposed to C, correct? May 17 04:26:38 why won't java work on some websites May 17 04:27:06 java applets? May 17 04:27:13 yeah May 17 04:27:18 I don't think they are supported at all, what websites do they work on? May 17 04:28:11 well I think some irc chat sites work. but like stickams java app won't run May 17 04:30:59 yeah I just tried the freenode i rc java client and it didn't work May 17 04:31:40 says it needs java 1.4.X May 17 04:37:48 and you can't run .jad files May 17 04:41:57 hello May 17 04:42:24 lol well found a javascript irc client May 17 04:42:36 http://www.webos-internals.org/wiki/Java_Services May 17 04:54:08 Does that mean Palm makes their own Java virtual machine? Or can they compile something from Sun? May 17 04:57:33 their jvm reads bytecode compatible with a sun jvm May 17 04:57:43 you just don't get swing or awt May 17 05:00:34 The sun one is called HotSpot, and here are some others: http://en.wikipedia.org/wiki/List_of_Java_virtual_machines <- That's a lot! May 17 05:01:21 indeed May 17 05:01:28 so the browser does have java applet support? May 17 05:01:40 i doubt it May 17 05:01:51 i've never seen anything work in it May 17 05:02:14 and the jvm doesn't seem to like to want to run multiple instances of itself .. and i am not sure there is a dynamic class loader May 17 05:02:58 yeah, I can't find any reference to it in regard to webOS/palm. May 17 05:03:21 it's one they made themselves May 17 05:04:40 It must be (at least for now) a one-off dealio so their services have a common, segmented, environment from other parts of the os. For fast code, use native PDK C/C++ and for simple apps use Mojo (HTML, CSS, JavaScript)... May 17 05:07:04 I'm curious if it is purely an interpreter or if it has a JIT compilier too May 17 05:07:23 rip it apart and see May 17 05:07:33 They use Oasis May 17 05:08:58 http://mail-archives.apache.org/mod_mbox/harmony-dev/200908.mbox/%3C200908232223.n7NMNnDb025526@d06av02.portsmouth.uk.ibm.com%3E May 17 05:12:10 damnit. May 17 05:14:22 PrimerFender: and I wouldn't count on it always being there in the future May 17 05:14:48 fo shizle. that's totally cool thanks May 17 05:22:17 actually mibbit irc works I don't know if it's java or not May 17 05:23:57 http://en.wikipedia.org/wiki/Mibbit May 17 05:24:04 It uses AJAX May 17 05:24:40 but the backend is in Java :-) May 17 05:25:03 then the pre supports that also May 17 05:30:12 Dalvik, the Java Virtual Machine used in Google's Android platform, use a subset of Harmony for the core of its Class Library[8]. However, Dalvik does not align to Java SE nor Java ME Class Library profiles (for example J2ME classes, AWT and Swing are not supported). Instead it uses its own library[9], built on top of a subset of Harmony. May 17 05:33:25 so there really is no standards May 17 05:36:00 Well, you write the programs in Java, but instead of being compiled to regular Java byte code they go into something specific to the Dalvik VM May 17 05:37:33 The Dalvik VM is unique because...Unlike most virtual machines and true Java VMs which are stack machines, the Dalvik VM is a register-based architecture. May 17 05:45:11 ok, now this is just fun: root@palm-webos-device:/# javahy May 17 05:45:11 OasisVM: Build 107 May 17 05:45:11 Copyright 2005, Iventor, Inc. All Rights Reserved May 17 05:45:23 http://www.nytimes.com/2006/02/27/technology/27mercer.html?pagewanted=2&_r=1 May 17 05:45:35 Now that the Z5 is about to reach the market, he is thinking about his next technology target. Mr. Mercer said he was still dreaming about a personal device that offered complete access to information and media May 17 05:46:14 Mr. Mercer being the founder of Iventor Inc May 17 05:47:16 lol what does that have to do with the pre May 17 05:48:18 http://www.engadget.com/2007/03/09/palm-hires-ex-apple-designer-puts-iphone-in-its-sights/ <-Palm hired the guy whos company made the javavm in WebOS May 17 05:48:31 it comes full circle lol May 17 05:49:08 heheh -- mercer is part of the reason I ended up going to Palm. May 17 05:49:15 Paul is great. May 17 05:50:00 ohhh that was very old news May 17 05:50:18 well it's new to me damnit ;-) May 17 05:51:31 Paul has since left Palm... May 17 05:54:32 doh! May 17 05:54:43 cdm, what do you mean going to palm? May 17 05:55:09 cdm: why are services java anyway? May 17 05:55:39 http://scobleizer.com/2009/01/08/palm-did-what-nokia-rim-and-microsoft-couldnt-build-a-better-experience-than-apple/ May 17 05:55:45 PrimerFender: my name is Chris May 17 05:56:04 tmzt: Legacy. WebOS was originally written 100% in Java. May 17 05:56:10 going to be a great book someday. May 17 05:56:15 hah, cool May 17 05:56:28 java+webkit jni? May 17 05:56:30 sounds like android May 17 05:56:41 well, just java actually. May 17 05:56:50 there was webkit, but just for the browser. May 17 05:56:54 very much like Android. May 17 05:57:11 not surprising -- Mercer and Andy both where part of Danger. May 17 05:57:28 which is where the Java phone with custom VM was invented. May 17 05:59:24 Glad we are finally getting rid of it. May 17 05:59:45 and the custom ipc stuff which is just a thin wrapper for dbus now? May 17 06:00:18 the reason we did that was so we could transition to a different system if needed. May 17 06:00:24 turned out to be important. May 17 06:00:47 I think you and android have both had issues with input event dispatch May 17 06:00:54 and you have very different solutions May 17 06:01:37 wow. May 17 06:02:05 01:56 < cdm> there was webkit, but just for the browser. May 17 06:02:06 tmzt: Input events like touch panel? May 17 06:02:09 just realized what that meant May 17 06:02:23 yeah, I mean how input events (ts/keyboard) get to the apps May 17 06:02:45 the html/webos stuff came later, apps were actually going to be java + a custom ui? May 17 06:02:46 ahhhh - yeah, HIDd is our baby. It doesn't use LunaService though. May 17 06:03:04 tmzt: no comment May 17 06:03:13 you gotta wait for the book May 17 06:03:29 love the name, you wouldn't believe how confused I was when I saw that and saw you had a different bt stack May 17 06:03:58 sounds good, I read Piloting Palm at one point but don't remember half of it May 17 06:05:52 I will totally buy that book, but only if it comes in an eReader for my Pre ;-) May 17 06:06:03 director of software at Palm? May 17 06:07:01 Senior Director now technically... May 17 06:07:23 cool May 17 06:09:37 I wonder if apple employees visit iphones channels/forums May 17 06:10:08 no, but this Steve guy writes a lot of letters May 17 06:10:25 bs letters May 17 06:10:26 HAHA especially ones where members discuss their endavours at tearing their stuff apart May 17 06:10:28 TheSavaLord: yes. When we shipped iPhone a lot of us watched on the hacking channels. May 17 06:10:30 it was super fun. May 17 06:10:35 well, I can't say no actually May 17 06:11:10 I just loved how they had cocoa code SDK before Apple did May 17 06:11:13 the guy that wrote the pre/pixi bootloader (bootie) also wrote iBoot. So he really got a kick watching them hack it. May 17 06:11:17 yeah but I doubt jobs liked the hacking sites May 17 06:11:18 I suppose it's a form of flattery, to be that enamoured with a device, people like us have to know - HOW DOES IT WORK?! May 17 06:11:30 And I can gurantee you it's not "magic" May 17 06:11:32 Johan! May 17 06:13:05 chris were you surprised by the march madness cellphone battle May 17 06:13:17 Wasn't really following it. May 17 06:13:27 Droid/Pre Plus? May 17 06:14:07 well pre+ beat nexus 1 then a blackberry then the droid May 17 06:14:23 ohh and the hd2 May 17 06:14:24 touchscreen thing May 17 06:16:56 Who works on Ares? That is the coolest thing ever. But I'll be damned if I can get the text from a textfield to show up in another textfield after pressing a button. May 17 06:21:07 has anyone here checked out tweetme May 17 06:33:59 ah teh cdm is here May 17 06:34:52 yeah I been wondering if he uses twitter also lol May 17 06:35:19 you know what I hate? ipkg files that have g+s in the tar permissions, that cause them to fail to install simply because tar can't do that on a vfat partition. grr. May 17 06:36:00 grr indeed May 17 06:36:13 why do people add it May 17 06:36:15 so now we need to repackage everything on ipkg.preware.org to not do that, so we can use ApplicationInstallerUtility and not call the rescan service which blows away your phone, email and messaging windows and notifications May 17 06:36:53 ouch May 17 06:37:20 TheSavaLord: seems that GNU tar does it by default May 17 06:37:45 ohh is that why when I use preware sometimes it closes out the phone app May 17 06:37:49 grr. vmware is making my laptop grind to a halt May 17 06:37:49 yup May 17 06:38:00 TheSavaLord: but only the first time after a Luna Restart May 17 06:38:20 i wonder how much of a speedup switching to a ssd will be. May 17 06:39:10 but sometimes it closes it out even when I don't do a luna restart May 17 06:39:12 jhojho_: probably not much on a webOS device May 17 06:39:28 oh I mean my macbook May 17 06:39:32 TheSavaLord: no, it does it the first time you install something *after* a luna restart May 17 06:39:46 but not the second or subsequent times May 17 06:39:58 (until you do another luna restart) May 17 06:40:35 it's the (unsupported and undocumented and we're using it at our own risk) com.palm.applicationManager/rescan service that is doing it, May 17 06:40:59 well I have had the phone app completely close by just running preware without installing anything May 17 06:41:08 seems that Palm no longer use it internally, and it got some bitrot going from 1.3.5 to 1.4.x May 17 06:41:37 TheSavaLord: that may be the case, but if it is, then it's not this problem May 17 06:41:55 TheSavaLord: http://twitter.com/chrismckillop May 17 06:42:41 thanks cdm mine is TheSavaLord lol. had to copy keith May 17 06:44:10 my name is cliff May 17 06:45:47 nickname is 2 of my fav things together. savatage metal group and RPG/fantasy May 17 06:46:23 so that phone closing on preware can be a bug May 17 06:47:22 let me know if you get something repeatable May 17 06:48:25 i was just about to say, i have never noticed that, but then again I wasn't paying attention - (I don't leave cards running if I am not using them, and I especially don't install apps while talking on the phone ;-) May 17 06:49:01 i usually keep email open, and it would close every time May 17 06:49:24 oil: close every time you install something, or every time you run Preware? May 17 06:49:26 well I only found out because it took a long time to open the phone after I ran preware May 17 06:49:38 every time rescan was ran May 17 06:49:59 well, i would usually restart after it happened May 17 06:50:22 oh. May 17 06:50:23 right, the luna restart then triggers it again for the next rescan May 17 06:50:34 well, arms it rather than triggers it May 17 06:50:43 the rescan triggers it May 17 06:50:49 I just put two and two together and realized what you guys were talking about. May 17 06:51:03 doh. May 17 06:51:09 armed on luna restart, triggered on rescan. not triggered on subsequent rescans unless re-armed by a luna restart May 17 06:51:29 so if you do a luna restart then run preware it happens May 17 06:51:53 or restart your phone May 17 06:52:48 so you don't even have to install an app for it to happen May 17 06:53:08 TheSavaLord: no May 17 06:53:19 running preware does not do a rescan May 17 06:53:28 hitting "Rescan" in the luna manager window in Preware does May 17 06:53:37 installing or removing a package in Preware does May 17 06:53:43 just running it does not May 17 06:53:46 or after any install May 17 06:53:51 it always does it May 17 06:53:59 16:23 rwhitby: installing or removing a package in Preware does May 17 06:54:02 even if you cancel to a luna or java restart May 17 06:54:21 yep May 17 06:54:42 oh hey guys May 17 06:54:52 so i'm trying something May 17 06:54:59 TheSavaLord: I cannot reproduce any other failures outside of those specific conditions. May 17 06:55:00 i want to try and use doctor on the pre emulator May 17 06:55:09 rod! you could answer this better than anyone May 17 06:55:16 yokken: you cannot. doctors are arm, emulator is i686 May 17 06:55:22 ............................:( May 17 06:55:33 i just want to copy the files from the doctor filesystem to the emulator May 17 06:55:46 fine for javascript. fatal for binaries May 17 06:55:50 well May 17 06:55:54 did anybody ever get non-bootloader qemu working? May 17 06:55:58 hm May 17 06:56:12 I know there's recent patches for Sholes/Droid May 17 06:56:22 so how would people run a functional webos on an x86 machine? May 17 06:56:22 so if I install something and do a restart luna then go back into preware then close out preware phoneapp is closed out May 17 06:56:50 the install should have closed it May 17 06:56:58 (due to this rescan bug) May 17 06:57:06 question, rod... May 17 06:57:16 say i have the i686 binaries, emulator etc etc May 17 06:57:25 if i copy over all the js from the doctor stuff somehow May 17 06:57:31 will it look and act like the legit pre? May 17 06:57:46 you won't have a matching LunaSysMgr May 17 06:58:15 so it may or may not depending on what has changed there, and it usually changes each minor webOS version May 17 06:58:24 is it possible to toolchain compile lunasysmgr for i686? May 17 06:58:32 from the doctor version May 17 06:58:36 lol May 17 06:58:37 never mind May 17 06:58:39 if you are Palm and have the source code, yes. May 17 06:58:42 yeah May 17 06:58:45 i realized that lol May 17 06:58:46 lol May 17 06:58:49 lol May 17 06:58:51 I wonder when 1.4.5 is going to be out and most likely verizon will be out a month later from that May 17 06:59:19 first rule of 1.4.5 is we do not talk about 1.4.5 May 17 06:59:23 rod, say i want to ATTEMPT to copy the js May 17 06:59:29 how would i go about it May 17 06:59:33 TheSavaLord: I have a table related to that. I tracked the build date vs the release date for all previous webos versions and carriers May 17 06:59:44 cp May 17 06:59:58 scp probably May 17 07:00:06 yokken: did you see this? http://www.precentral.net/webos-and-running-pc-hardware May 17 07:01:05 TheSavaLord: Verizon have previously done a 0-day build to release May 17 07:01:30 i did primer, that's what made me want to try this May 17 07:01:47 but can i just overwrite all the JS while the emu is running? May 17 07:02:02 from the 1.3.x to the 1.4.0 May 17 07:02:22 TheSavaLord: longest was 27 days for verizon May 17 07:02:34 actually telcel had a 48 day lag on 1.2.5 May 17 07:03:21 yokken: it's normal linux filesystem semantics May 17 07:03:23 actually I just read telcel still doesn't have 1.4.1 yet May 17 07:03:23 is the js in /usr/palm/frameworks ? May 17 07:03:50 care to paraphrase these semantics? will it let me overwrite them if a binary is using them? May 17 07:04:07 It's Monday now which means I should be asleep ;-) Good night all May 17 07:04:13 night night May 17 07:04:17 nite May 17 07:06:21 I'm new to the pre but a fast learner. May 17 07:12:27 what's special about the 1.4.2 is it because of the att apps or something more internal May 17 07:13:04 unzip: inflate error May 17 07:13:08 why is this May 17 07:14:48 TheSavaLord: no idea, no-one has done a file-level comparison yet May 17 07:15:07 * rwhitby bbl May 17 07:15:12 :( May 17 07:18:10 http://github.com/XVilka/qemu-droid/tree/ May 17 07:18:19 guess it didn't make it to the qemu list May 17 07:20:35 does anyone here know why cp -r would output "target is not a directory" instead of overwriting a specific file May 17 07:21:01 you copied multiple files to one with -r ? May 17 07:21:21 no May 17 07:21:30 i did "cp -r frameworks/ /usr/palm" May 17 07:21:31 can you paste the command line May 17 07:21:44 hmm May 17 07:21:47 the files are all where they're supposed to be May 17 07:21:52 but the specific line is this: May 17 07:21:57 and ls -lhd /usr/palm May 17 07:22:12 permissions? May 17 07:22:26 rwxr-xr-x May 17 07:22:31 root:root May 17 07:22:35 no d May 17 07:22:39 so it's not a directory May 17 07:22:41 there is a d May 17 07:22:43 i left it out May 17 07:22:44 lol May 17 07:22:49 i know it's a directory May 17 07:22:59 strace? May 17 07:23:10 http://pastebin.com/0DbtNQdJ May 17 07:23:39 oh, disk space probably May 17 07:23:53 .... i doubt it May 17 07:24:01 it was like 45mb uncompressed May 17 07:24:03 did you paste the whole thing? May 17 07:24:05 all of the shit in /usr/palm May 17 07:24:08 that's all the errors May 17 07:24:27 strace 2>out May 17 07:25:02 ? May 17 07:25:03 blank May 17 07:25:06 nothing comes out May 17 07:25:20 strace cp -r frameworks /usr/palm/ 2>out May 17 07:25:54 ah lol May 17 07:26:06 let me just get this booted and see if anything i did worked May 17 07:26:15 nope :( May 17 07:26:16 FFFFFFF May 17 07:26:18 k May 17 07:26:44 HURR GOES May 17 07:26:53 ..........nothing May 17 07:30:20 well i give up May 17 07:30:23 i need to go to bed May 17 07:30:35 sprint store BETTER fucking have my pre when i wake up tomorrow morning May 17 07:30:43 effing blows not having a phone May 17 07:33:02 night #webos-internals May 17 07:33:05 thanks anyway tmzt May 17 08:30:12 :') May 17 09:36:35 I' May 17 09:36:48 m May 17 09:37:14 I'm havingtrouble finding the preware app May 17 09:38:00 I also can not get my palm pre to go into developer mode May 17 09:38:33 C May 17 09:38:52 can any one help? May 17 09:53:52 http://install.preware.org/ May 17 09:56:13 learnt something new tonight. if you copy a folder to a directory where a folder already exists with the same name and the finder asks if you want to replace, answering yes will mean that the old folder really is replaced instead of a union of folders and files (under windows). May 17 09:56:56 yeah, that's bitten me before too May 17 10:15:02 yeah and the files lost arent in the trash folder. i.e. they are permanently gone. oh well, it was only a couple. not a big deal May 17 10:15:07 bbl May 17 12:00:06 Hi, I'd like to update Luna Manager to version 0.0.5 which says it has the package manager dependency removed, yet it tries to install exactly this package which fails... May 17 12:01:18 I know that Preware also includes LM but it is much quicker to have it as a stand-alone application May 17 12:25:08 hi May 17 12:26:43 damada: uninstall, update feeds, reinstall May 17 12:27:02 rwhitby: tried that already May 17 12:27:20 still the same May 17 12:27:31 dunno then - that worked for everyone else May 17 12:27:41 :( May 17 12:28:26 are you sure you've got all testing feeds disabled and you actually updated the feeds between the uninstall and reinstall? May 17 12:33:38 rwhitby: Welcome back, how was the wild without nwt ;-) May 17 12:34:01 awesome May 17 12:34:21 I'm glad I didn't have network access with the problems people were reporting for the app catalog ... May 17 12:34:23 rwhitby: Any information when Metaviews caledar pacth will be in preware. I know it should be in the review pipe May 17 12:34:38 hape: dunno - you'll need to ask dBsooner May 17 12:34:54 yeah sometimes ist fun to be without all the tecki stuff May 17 12:35:22 right, dBsooner was my man for that. Sorry will ping him later May 17 12:36:02 noradtux tried to complie the qt version of navit with the alpha libs May 17 12:36:33 But we was not able to find out how to include them in the sb2 toolchain. It looks like git only has binaries. May 17 12:36:42 #Du you ahve any infos on that? May 17 12:38:50 yes, they are built separately - see the author's blog entry on i May 17 12:38:52 t May 17 12:44:47 ok, any webOS 1.4.2 users here? May 17 12:50:34 Hello May 17 12:52:09 tfoutz: g'day May 17 12:52:16 tfoutz: now, what's happened to your device May 17 12:52:53 Not sure. After first doctoring. I went to Quick Tests. Couldn't complete and gave me a Code 3 Memory Error. Since then - stuck at boot screen May 17 12:53:22 [; May 17 12:53:23 what sort of device is it, and how long have you had it? May 17 12:53:43 Verizon Pre Plus. I purchased in late March, I believe. May 17 12:54:28 so the code 3 memory error came from the quick tests running in webOS ? May 17 12:55:14 Correct. After first doctoring I noticed it was sluggish and so I ran a quick test. May 17 12:55:52 so this is the first time it's been doctored since purchase? May 17 12:56:24 Also - all my apps stated "Application Download Failed". When I tried to download an app it told me I did not have enough memory when there was 12mb left May 17 12:56:36 what webOS version was it running? May 17 12:56:44 1.4.1 May 17 12:57:07 and what was the webOS version is was running before that? May 17 12:57:17 Same - 1.4.1 May 17 12:57:39 was it 1.4.1 at purchase? May 17 12:58:18 No - it was 1.4.0. UPDATE- I've doctored this morning and it just came back up. However-it has failed the memory test again even though I'm back up. Something is still wrong May 17 12:58:45 tfoutz: can you get a command line on the device? May 17 12:59:00 Hmmm-not sure how to do that, Rod. Willing to try. May 17 12:59:13 what host OS do you have on your computer? May 17 12:59:26 Windows XP May 17 12:59:46 bummer. that's the hardest one. May 17 12:59:56 :) Sorry May 17 12:59:57 ok, can you connect to the device with WOSQI 3.12 or later? May 17 13:00:29 btw, are you the nodoze author? May 17 13:01:04 Here's the problem there. When I plug in USB, I don't get the option of Media Sync, USB, Just Charge. Therefore WOSQI doesn't recognize that my device is plugged in. May 17 13:01:12 No - not the nodoze author. May 17 13:01:53 has WOSQI ever worked with that device? May 17 13:02:09 Oh yes. I've used many times for patches, apps, tweaks, etc. May 17 13:02:22 but it's stopped working since the memory error? May 17 13:02:43 Correct. Does not recognize that USB is connected May 17 13:03:08 had you installed any patches related to charging or dashboard notifications? May 17 13:03:31 hey all May 17 13:03:36 Yes. I was having trouble with the Multi-Mod patch prior to doctoring. I was unable to remove it May 17 13:04:12 tfoutz: have you got all the data you need off the device yet? May 17 13:04:24 I I was wondering May 17 13:04:33 @Rod - I have to join a office meeting for 30 minutes. Terribly sorry. I will be back to resume this conversation. Yes- I have retrieved all data from device May 17 13:04:52 I just got preware installed last night after 2 days of troubleshooting to get it to work on windows I finally switched to kubuntu and got it in one try... May 17 13:04:56 tfoutz: it's 10:30pm here, so I may not be here. catch me tomorrow May 17 13:05:09 I was wondering if the apps for the palm pre work on the pixi? May 17 13:05:28 Co2_: most do. Preware has separate feeds for Pre and Pixi May 17 13:05:38 ok May 17 13:05:48 also my themer doesnt work May 17 13:05:51 so i have to use the um May 17 13:05:54 alternative way May 17 13:05:55 So, no-one here with an AT&T Pre who wants to test patches? May 17 13:05:57 using the package. May 17 13:06:03 nah i got sprint. May 17 13:07:00 well ty for the info i think ill idle here. May 17 13:07:04 feels comfy May 17 13:07:04 :) May 17 13:07:48 oh another question May 17 13:08:00 how do i get to my ssh program aka a terminal etc? May 17 13:08:06 ive installed them but i dont see them May 17 13:08:10 same for the developer mode button.. May 17 13:30:20 ~seen Templarian May 17 13:30:22 templarian is currently on #webos-internals (1h 19m 30s) #webos-watercooler (1h 19m 30s), last said: 'Wrapped tons of metal into my chair and other than super glueing my hand to the chair everything went good.'. May 17 13:32:52 @Rod - I am back if you're still on. May 17 13:33:34 tfoutz: hi May 17 13:33:47 Sorry about that. Would you prefer to regroup tomorrow? May 17 13:34:09 tfoutz: if you've got all the data off, I would recommend doing a secure erase, then doctor, then try the tests again. May 17 13:34:36 (secure erase should be an option on the device, part of full erase I think) May 17 13:34:39 I did try that. I cannot erase. It goes to a grey scrim screen and locks there May 17 13:34:52 the secure erase takes forever May 17 13:35:08 (well, less than an hour I think) May 17 13:35:11 I know. I let it sit for more than an hour. no movement. does it take longer than that May 17 13:35:32 ok, all this sounds like a real flash memory error May 17 13:35:37 it looks like it cannot complete the action. May 17 13:35:46 do you have an ability to install homebrew on it> May 17 13:35:59 via preware? May 17 13:36:04 yes May 17 13:36:16 or wosqi May 17 13:36:30 I cannot connect to WOSQI to be able to install preware May 17 13:36:50 HattCzech: no looking for me. May 17 13:39:19 tfoutz: if you could get a command line, we could check /var/log/messages for messages related to the memory failure. but if not, then I think it's a dead device. May 17 13:39:46 OK. Not sure how to get a command line. I'll research that. May 17 13:40:08 novaterm or wosqi or terminal May 17 13:41:09 hehehe, why not? :) May 17 13:41:57 Templarian: were you able to work on those icons? May 17 13:43:33 Fine HattCzech, I'll do it at lunch. May 17 13:43:46 hehehe, thanks May 17 13:43:50 much appreciated May 17 13:43:59 i'm cleaning my code for submission May 17 13:46:10 Yea, I'm having fun turning a mockup at work that was flattened into a jpeg into a site. :( May 17 13:53:50 BOOYAH May 17 13:53:56 linux = pwn. May 17 15:42:47 anyone around right now? May 17 15:43:21 well, specifically anyone who could answer a question about preware... like oil, perhaps? May 17 15:44:52 HattCzech: how about just asking your question and see if someone answers? May 17 15:45:01 fair enough :) May 17 15:45:28 how would you allow a program to be globally searched like when you type "app" it shows preware and app catalog? May 17 15:45:56 does anyone have a pre without mobilehotspot enabled May 17 15:45:59 since "app" isn't in the name of preware, i'm wondering how that works May 17 15:46:22 HattCzech: that is easy May 17 15:46:25 PuffTheMagic: mine's not enabled right now, but it's available when i need it :) May 17 15:46:35 HattCzech: not what i asked May 17 15:46:36 ahhh...? May 17 15:46:50 HattCzech: its a field in appinfo.json May 17 15:46:53 all the alternates May 17 15:46:58 look at the appinfo for the browser May 17 15:47:01 if uw ant an example May 17 15:47:08 okay cool May 17 15:47:20 i don't remember seeing that in the documentation May 17 15:48:07 anyone with out mobilehotspot? May 17 15:49:52 thanks for the help, PuffTheMagic May 17 15:56:09 do localized appinfo.json files inherit the base appinfo.json? May 17 16:36:58 saverestore scripts created: check May 17 16:46:25 * phil_bw wanders by May 17 17:41:19 Hi there. Is there a way to force the update 1.4.0 to 1.4.1? My problem is the following, I have an O2 Germany Pre, but I live in Switzerland. Does'nt matter if I put an O2 sim or my swisscom sim into the pre, Updates reports, my webos is latest version, 1.4.0. May 17 17:47:35 Can I just run webos Doctor 1.4.1 for O2, and it upgrades? May 17 17:48:29 yes May 17 17:48:43 make a backup as good as possible and run the doctor May 17 17:50:21 MetaView: thx, I'll try May 17 17:53:31 evening May 17 17:53:53 how's it going swisstomcat? May 17 17:54:02 good May 17 17:54:18 hi May 17 17:54:22 good good May 17 17:54:29 waiting for my app being reviewd May 17 17:54:35 which app is that? May 17 17:54:36 hallo metaview .. long time not seen May 17 17:54:40 yes May 17 17:54:40 animal memory May 17 17:54:44 ah May 17 17:54:57 my last app took almost a week for the update May 17 17:55:17 swisstomcat, did you ever imagine that your entrance into Palm WebOS development would involve so many farm animals? May 17 17:55:22 I was hoping it arrives on friday but missed it, it arrived today May 17 17:55:24 i just saw that it's published! May 17 17:55:56 wohoo May 17 17:56:00 that didn't take long May 17 17:57:13 phil_bw: true .. and that it would be an app so well received (moo) May 17 17:57:14 swisstomcat: how long did your original review take? May 17 17:57:44 swisstomcat, anything that'll make an unhappy child happy is always a winner May 17 17:57:50 yup May 17 17:58:19 it took two days, hattczech (without the weekend days) May 17 17:58:32 I'm not really going to share much about the app i have in development but I can tell you that never in my life would I imagine making this app May 17 17:58:33 http://developer.palm.com/webChannel/index.php?packageid=com.inorbit.animalmemory May 17 17:58:34 is there a way to use a function in a page when using elements from an object (#{object})? someone mentioned formatters, but can anyone give me more details? May 17 18:40:53 Hello all. Anyone have time for a (hopefully quick) help request? May 17 18:41:18 sure May 17 18:44:18 that was quick... May 17 18:46:27 l-user May 17 18:50:32 Maybe the help request was his request May 17 18:50:47 i see that preware 1.0.1 is out May 17 18:52:51 so... I think I figured out the wirc issue I had yesterday May 17 18:53:30 if it can't find the server it just spins forever May 17 18:55:39 and I found this out because when I started wirc today all my servers were missing (but the other prefs were still there) and when entering the one for my old Lug the was a typo May 17 18:57:34 just got preware but i have read so much stuff i am in overload..lol May 17 18:58:19 so now I'm stuck unable to connect to that server till I reboot May 17 19:04:21 heh, request for help - get an ack .. and then "Thanks, you're a lifesaver! " May 17 19:34:25 Hello. I am having difficulty with the Luna Manager update. Is anyone aware of issues occurring 5/16 and 5/17? May 17 19:41:10 Is anyone available to field a question on an update issue? May 17 19:41:17 field away .. May 17 19:41:21 lets see if anyone can catch May 17 19:41:50 Thank you - I tried to update Luna Manager through Preware, says it needs to install Package Manager Service, and hangs up there.... May 17 19:42:05 whoops May 17 19:42:10 I thought Package Manager Service was rolled into the most recent Preware update. Why would it need to reinstall? May 17 19:42:24 i think you can ignore that dependency May 17 19:42:33 wp105: Yea, im having the same problem, i don't have an answer May 17 19:42:33 or use the luna manager built in in preware May 17 19:42:49 or use jason's advanced reset options patch May 17 19:43:13 a standalone copy of luna manager really isn't needed anymore. May 17 19:44:14 Thank you all for your input - I take it I can delete Luna Manager standalone and it will not affect the one built in preware? May 17 19:44:54 i think so, wp105 May 17 19:45:24 because i don't have luna manager installed, just preware May 17 19:45:32 Thank you again swisstomcat and nightburn. Appreciate your insight. May 17 19:45:45 np May 17 19:45:52 np May 17 19:59:56 anyone familiar with Mojo? I have been trying (and failing) to read the value of an IntegerPicker widget :-/ May 17 20:00:08 try #webos May 17 20:00:09 hiho May 17 20:00:14 kk May 17 20:00:39 haha May 17 20:00:55 hi, short question. How can I list all installed apps using ipkg May 17 20:01:27 zigulle: i'd ask on #webos ;) just kidding May 17 20:02:26 swisstomcat ;-) May 17 20:02:39 do you have command-line access? May 17 20:02:48 yapp May 17 20:03:41 do you have the sdk installed? May 17 20:04:05 yapp, using novaterm to connect May 17 20:04:38 because palm-install -l lists them May 17 20:06:36 thanx, that help May 17 20:16:37 my problem is, that the hole time an app-update is shown, but all apps are up to date May 17 20:18:29 eh May 17 20:19:41 Does anyone have any idea what a Code 3 Memory Error is and if it is recoverable? May 17 20:20:19 where do you get that error? May 17 20:20:35 In Quick Tests. Having problems that I cannot Doctor. May 17 20:20:39 zigulle: where are those updates shown? May 17 20:20:48 http://insidesprintnow.wordpress.com/2009/04/29/palm-pre-quick-tests-error-code-matrix/ May 17 20:21:06 file read/write failed May 17 20:21:32 Yes, thank you. I've seen the matrix, just looking for further info to understand if it is recoverable May 17 20:21:43 in the update manager -> there is an app-update but when I get the list of all apps, all uptodate. May 17 20:22:15 that seems strange May 17 20:22:26 I checked all apps listed with palm-install -l but all versions uptodate May 17 20:25:17 @PrimerFender: if a read/write has failed, can that be recovered/fixed in some way or does the phone just need to be replaced? May 17 20:29:06 I would imagine it would depend on why it was failing. It seems to me it is specific to the onboard memory, not the RAM (as test 1 & 2 seem to be RAM specific). Are you able to read/write files from the / root file system or /media/internal ? May 17 20:32:14 I'm not sure. I apologize, but can you explain further? I know that I cannot add any apps. Tells me I don't have enough memory, when Device Info shows I have 12mb. May 17 20:32:34 12MB isn't much May 17 20:33:10 Right. I have a lot of songs in there I think May 17 20:33:37 Sorry. 12 GB - not MB. My fault!!! May 17 20:33:40 ah! May 17 20:33:45 that's much more than 12MB :) May 17 20:33:50 Sorry! :( May 17 20:34:07 Is this a Pre +? May 17 20:34:16 Yes, Verizon Pre Plus 1.4.1.1 May 17 20:35:15 damnit May 17 20:35:21 i bought a palm pre hoping to unlock it the day i got it May 17 20:35:22 Can you literrally backup everything, and delete EVERYTHING = SECURE FULL ERASE and wipe it all out? May 17 20:35:25 got it the day of the release May 17 20:35:30 still haven't done so lololol ;( May 17 20:36:01 No, I cannot. I have tried and it locks up and sits on a gray, scrim screen for more than an hour. May 17 20:36:19 Does it mount in USB drive mode? May 17 20:36:41 sweet, looks like the appinfo inherits the original... so you don't need title, vendor, etc (unless it varies) May 17 20:36:51 When I plug in my USB to my computer, it does NOT give me the options of media sync, USB, Just Charge. It doesn't give me anything. So WOSQI doesn't recognize it's plugged in May 17 20:37:00 icon, main, and other things might need to change, though May 17 20:39:55 You said it locks up and sits on a gray, scrim screen for more than an hour - that's when trying to do a secure erase? May 17 20:40:10 or when trying to doctor? May 17 20:40:32 Yes, that's correct. I know a Full Erase takes a long time, but I didn't think it took that long. I have doctored it many times and bring it back up to same memory error May 17 20:42:13 Is dev mode enabled? May 17 20:42:31 Yes - Dev Mode enabled. I read about an Alternate Recovery method at http://www.webos-internals.org/wiki/Last_Resort_Emergency_BootLoader_Recovery Will that be a way to address my problem May 17 20:49:51 tfoutz: i was thinking this, accessing novaterm after 12 % and delete everything in the /media/internal folder May 17 20:49:54 http://www.webos-internals.org/wiki/How_To_Recover May 17 20:50:03 but if that doesn't work, try the link you posted May 17 20:51:43 To be clear: I run Doctor and i'm able to see and edit on Novaterm after 12% and can delete files? Will it rebuild itself? May 17 20:55:27 I have not done it myself, but that's what I would try. May 17 20:58:10 OK thanks for your help, @PrimeFender May 17 20:59:12 let me know how it goes May 17 21:01:50 I will. Wish me luck! May 17 21:51:13 morning May 17 21:51:22 morning May 17 21:51:41 hey May 17 22:22:55 hey rwhitby, do you have a count of all of the apps and patches? May 17 22:23:14 9001 May 17 22:23:46 HattCzech: enable all the feeds in Preware, set the preferences right, and it will give you that number. May 17 22:24:23 okay May 17 22:24:41 really though, both theme feeds is pointless May 17 22:24:45 they both have the exact same feeds May 17 22:24:51 exact same themes* May 17 22:25:00 not exact, but close enough May 17 22:25:08 what 1% different? May 17 22:25:08 lol May 17 22:25:30 actually, they are packaged differently, so some themes only work in the prethemer feed :) May 17 22:25:43 regardless May 17 22:25:49 the theme feeds weren't thought out as much as the others May 17 22:31:03 rwhitby: i was referring to download count (like you had listed in the precentral forum about the donation telethon) May 17 22:31:45 lol May 17 22:32:43 i'm wondering how many downloads the other patches and apps have gotten May 17 22:34:27 HattCzech: oh, you want http://www.webos-internals.org/awstats/ipkg.preware.org/awstats.ipkg.preware.org.2009all.urldetail.html and http://www.webos-internals.org/awstats/ipkg.preware.org/awstats.ipkg.preware.org.2010all.urldetail.html then May 17 22:34:52 (note that the latter is not fully up to date) May 17 22:34:58 lol May 17 22:35:09 * oilsworkn is sad he was disqualified frmo contest May 17 22:35:20 oilsworkn: enjoy your phone :D May 17 22:35:24 lets be honest though, all the stuff on the list was clearly developed BEFORE i got a dev pre :) May 17 22:35:40 haha May 17 22:36:14 * rwhitby sends oil $100 from his personal donations account, cause oil is such a good guy May 17 22:36:37 haha May 17 22:36:40 * oilsworkn is ok May 17 22:36:58 * phil_bw wanders by May 17 22:37:04 that one guy is gettin $400 May 17 22:37:08 with 4 patches in the top 10 May 17 22:37:32 oilsworkn: oh, I didn't notice that. May 17 22:37:45 * oilsworkn saw his post somewhere May 17 22:37:52 it was either the telethon thread or the contest thread May 17 22:38:00 patches are where the money is, baby. forget the app catalog. May 17 22:38:21 * oilsworkn is going to get $1k from hotapps May 17 22:38:23 oilsworkn: are you sure he meant they were his patches... or that he had downloaded those 4? May 17 22:38:23 for dotgame awesomeness May 17 22:38:35 * Tibfib saw that post as well May 17 22:38:40 * oilsworkn will find post May 17 22:39:48 man, i want some money to help with mine :( May 17 22:39:50 haha May 17 22:39:55 on second read May 17 22:39:56 http://forums.precentral.net/2457142-post15.html May 17 22:40:04 he was talking about using the patches May 17 22:40:27 * oilsworkn needs to learn to actually read things May 17 22:41:16 thanks, rwhitby, that was exactly what i wanted May 17 22:41:27 ? May 17 22:42:48 oh, the stats May 17 22:43:41 HattCzech: there is no guarantee yet that those numbers will be correct or up to date. May 17 22:44:10 fair enough, i just wanted to see if my patch was very popular May 17 22:44:47 is it? May 17 22:45:20 "drnull - drPodder - $100 (donated back to WebOS Internals)" lol May 17 22:46:08 i can't believe blocked was still that high on the list May 17 22:46:09 lol May 17 22:47:37 over 25000 downloads May 17 22:47:39 so not bad May 17 22:47:45 its crazy May 17 22:50:32 oil, i had to add them up... May 17 22:50:40 72529 if my math was correct May 17 22:50:58 Hello? May 17 22:51:49 close, but no $100 cigar... but it is higher than the apps (most of the top patches are) May 17 22:52:19 apps you install once and forget about unless there is an update May 17 22:52:30 patches you reinstall every webos release May 17 22:52:43 they're bound to have higher numbers May 17 22:53:38 very true May 17 22:53:52 too bad it's not top 10 for each May 17 22:53:56 unless you release an update to your app every other day or so May 17 22:53:57 lol May 17 22:54:05 it is top 10 for each, isn't it? May 17 22:54:12 10 apps, and 10 patches May 17 22:54:17 then i might be able to squeeze in because of the DNQ patches :) May 17 22:54:30 i don't know, i can't read either ;) May 17 22:54:40 http://forums.precentral.net/2455329-post11.html May 17 22:54:50 you are correct May 17 22:55:53 well, i'm still SOL May 17 22:56:26 maybe someone won't accept their prize and you'll get it May 17 22:57:07 or if there's some stipulation about multiple awards? May 17 22:57:19 (if those top patches have the same author) May 17 22:57:24 whgich patch is yours? May 17 22:57:30 character counter May 17 22:57:37 oh jeez May 17 22:58:06 i spent a week working on that when i first got my phone May 17 22:58:14 will before any real documentation was around :) May 17 22:58:21 will=well* May 17 22:58:35 * oilsworkn has been thinking about creating his first patch May 17 22:58:45 but im unsure if i want to get into that dirty patch business May 17 22:58:58 i would freeze my messaging app when testing, it was hilarious May 17 22:59:07 cuz i didn't have some style or declaration right May 17 22:59:11 every patch ive wanted sofar, someone else has made it May 17 22:59:29 that just makes it easier for you :) May 17 22:59:49 it does May 17 22:59:50 i was just irritated after switching from my treo and not having the counter May 17 22:59:55 lol May 17 23:00:12 doesn't it auto-cut messages if they're too long and send in 2 messages? May 17 23:00:17 yeah May 17 23:00:21 lol May 17 23:00:22 so i knew it was already counting May 17 23:00:39 but it just wasn't showing the count for some stupid reason May 17 23:02:37 so uh, does anyone feel like helpin with me git? May 17 23:02:51 phil_bw: i've tried and failed, so i'm not the one to ask :) May 17 23:03:04 wonder if rwhitby is around May 17 23:03:39 phil_bw: gotta take kids to school now, will be around in 1h May 17 23:03:45 okee May 17 23:04:04 or I could bug dtzWill if he's around May 17 23:04:27 phil_bw: PuffTheMagic always likes to educate folks on the correct way to use git .. May 17 23:04:36 * rwhitby bbl May 17 23:04:40 sounds good May 17 23:05:48 does the unthrottle download patch do anything? May 17 23:05:55 yeah, puffy is git pro May 17 23:06:53 should be easy for them May 17 23:07:07 I'm not trying to get it to cook me dinner or anything... though that'd be nice May 17 23:07:50 git dinner --cook May 17 23:07:50 hey oilsworkn where are you located again? May 17 23:07:55 america May 17 23:08:04 haha May 17 23:08:06 I remember you're up in WA somewhere May 17 23:08:09 yeah May 17 23:08:13 like the middle May 17 23:08:28 I'm going to be up in anacortes and bellingham this weekend May 17 23:08:46 oh you're over towards yakima aren't ya May 17 23:08:51 im in yakima May 17 23:09:19 must be thinkin of someone else that's over where I'm going May 17 23:10:20 yeah, i dont know May 17 23:10:28 though im just over the mountain May 17 23:13:30 yeah the wife's grandma lives over there, we go there from time to time May 17 23:17:57 hello everyone May 17 23:19:39 hello May 17 23:50:44 hiya peeps May 17 23:58:03 lol there is more chat late at night May 18 00:02:08 well I almost got this git stuff working (with the help of someone in #git) now I'm getting Permission denied (publickey) so I guess I wait for rwhitby May 18 00:03:04 phil_bw: which repo? May 18 00:03:25 x11/fvwm-f3 May 18 00:03:37 what clone URL did you use? (check .git/config) May 18 00:03:39 trying to do my initial upload May 18 00:03:53 I didn't use clone May 18 00:04:44 I did git init, git add ., git comit, git remote add origin git://git.webos-internals.org/x11/fvwm-f3.git, git push origin master May 18 00:04:45 oh, we create empty repos for you to clone and then add ti May 18 00:04:46 G'day mates. May 18 00:05:12 phil_bw: git@git.webos-internals.org:x11/fvwm-f3.git for write access May 18 00:05:18 hey BeeRad May 18 00:05:48 rwhitby: Hey Rod. How was the camping trip? May 18 00:06:16 @rwhitby - could we pickup where we left off on trying to address the memory error I was having on my Pre Plus? Many thanks! May 18 00:06:44 BeeRad: it was a good break, and I hear i dodged some app cat hassles by doing it too May 18 00:06:55 tfoutz: got a command line? May 18 00:07:00 Yes. May 18 00:07:24 on novaterm May 18 00:07:25 rwhitby: yes, yes you did. There was an easy work around though. Not a biggie. May 18 00:08:00 tfoutz: ok, if you run "tail -f /var/log/messages" do you get a whole lot of scrolling text as you do stuff on the device? May 18 00:08:09 rwhitby, it says "unable to chdir or not a git archive" May 18 00:08:39 phil_bw: you might want to clone that URL, then add your stuff to the cloned repo May 18 00:08:44 er wait, typo May 18 00:09:51 Has anybody created an app that flashes colors to try and unstick and stuck pixel on the screen? lol May 18 00:10:43 so if I clone the directory how can I have it clone into an existing directory? May 18 00:11:55 I am getting so sick and tired of the droid commercials May 18 00:12:41 No - I get a bunch of lines about palm-webos-user device.info powerd - I'm in Novaterm May 18 00:12:46 phil_bw: you cannot. copy the files in and git add them again May 18 00:13:11 tfoutz: that's good. now run the quick test and see if you get any lines talking about memory errors May 18 00:14:34 Yes. Same issue: Code 3 Memory Error May 18 00:15:08 rwhitby, could I create a symbolic link to the cloned directory to basically replace the config directory May 18 00:15:09 ? May 18 00:15:31 phil_bw: no May 18 00:15:41 tfoutz: any messages in novaterm? May 18 00:15:58 No messages in Novaterm after or during the Quick Test. May 18 00:16:14 tfoutz: can you open a second command line window? May 18 00:16:15 crap, maybe this isn't going to work May 18 00:16:30 rwhitby, how long you think secure full erase will take on 16gb? I think mine took an hour or two for 8GB May 18 00:16:46 phil_bw: just clone the repo using the URL I gave you, copy your app files in, then git add, git commit, git push. May 18 00:17:03 PrimerFender: dunno May 18 00:17:15 wow - all of a sudden a ton of lines came in May 18 00:17:36 Still coming in - what should I look for??? May 18 00:20:08 There's some user.warning messages for LunaSysMgr May 18 00:20:34 And user.crit for LunaSysMgr May 18 00:25:54 Void CpuShareManager - failed to open Copy Share File May 18 00:31:06 Tried to open the App Catalog and got a bunch of LunaSysMgr issues - Error: Catalog.download failed.init error May 18 00:31:36 tfoutz: you'd be looking for ones from the kernel talking about filesystem errors May 18 00:31:54 ignore the cpu share stuff May 18 00:32:57 if the kernel is not reporting errors, then there is still hope that it is some software error rather than a hardware flash memory failure May 18 00:36:00 No, Rod, I'm not seeing any kernel filesystem errors May 18 00:43:06 So whats the next steps? May 18 00:54:06 tfoutz: unless a full erase and doctor and new profile clears it, it's a warranty case. May 18 00:55:05 Let me ask you - how long should a full erase take and what should i be seeing on the phone while it's erasing? Thank you. May 18 00:56:21 test May 18 00:56:39 tfoutz, I know mine took a long time, like an hour or two and that was 8GB. If you had a 16GB i would imagine it would take about twice. I would imagine...I also don't know if novaterm would spit anything out in that case either May 18 00:57:01 like while it's running if it would update status May 18 00:57:44 Hmmm. So maybe I just didn't let it go long enough. What happens at the end of erase? Does it restart automatically or give you message that it is complete? May 18 00:58:17 I think it restarts and takes you to activation/profile sign in screen May 18 00:59:24 OK thanks all - You guys have been a BIG help. I'll report back after a full erase. After I erase, I'll doctor it. May 18 00:59:42 See if novaterm works while it's erasing :-) May 18 00:59:57 OK, I will. May 18 02:29:18 Well, Full Erase doesn't work. It's been sitting for 1.5 hours and nothing. It's like it can't communicate with the command "erase" May 18 02:33:15 Has anyone ever heard of Pre not being able to be erased? May 18 02:33:37 the data is too persistent ? May 18 02:35:45 tfoutz: did you say you could get the doctor to connect and start? May 18 02:36:05 Yes sir. I have doctored the phone about a half-dozen times over the last two days May 18 02:36:51 tfoutz: ok, you could use novaterm to connect to the phone command line while the doctor is running May 18 02:37:06 then you can execute linux commands to wipe everything May 18 02:37:24 Excellent. Could you walk me through that please? May 18 02:38:12 halfhalo: ping (re touchstone backs) May 18 02:38:52 tfoutz: get the doctor running, then run novaterm after the device has rebooted May 18 02:40:26 OK, got it. Then what? What should I be looking for? May 18 02:41:15 then we'll run you through the commands May 18 02:42:42 tfoutz: let me know when you have the command prompt May 18 02:43:05 should i open novaterm WHILE doctor is running? May 18 02:43:48 yes May 18 02:45:44 tfoutz: you should be able to get in around 8% or so May 18 02:45:51 Got it May 18 02:46:43 at 12% May 18 02:46:45 tfoutz: does the doctor hang, or does it complete? May 18 02:47:07 now at 14% May 18 02:47:09 tfoutz: if you run "ps -ef" a number of times, you can see the commands that the doctor is executing May 18 02:47:29 tfoutz: /sbin/trenchcoat is the flashing utility May 18 02:47:32 i'm not seeing that May 18 02:48:07 does typing "ps -ef" on the device command line do anything? May 18 02:48:59 tfoutz: it fakes forever to erase May 18 02:49:29 OK - got lots of PID numbers after running ps -ef May 18 02:49:59 I see sbin/trenchcoat! May 18 02:50:24 at 46% May 18 02:50:35 win! May 18 02:50:48 what should i do? May 18 02:51:04 tfoutz: watch the output of ps -ef to get familiar with what the doctor is doing May 18 02:51:22 you should see some 'tar' processes running - this is unpacking the doctor image onto your device May 18 02:52:16 I see two entries for tar zxf May 18 02:53:16 yep. its a installin May 18 02:53:18 Am i supposed to do something with the sbin/trenchcoat May 18 02:53:27 let it run. takes a while to install May 18 02:53:33 64% May 18 02:53:47 tfoutz: later it will flash the modem May 18 02:53:56 tfoutz: and it will install any carrier-specific apps May 18 02:54:18 tfoutz: and finally do an md5sum verification of the install and reboot May 18 02:54:26 tfoutz: just watch it the first time round, get a feel for it. May 18 02:54:37 become one with trenchcoat May 18 02:54:41 let it flow May 18 02:54:58 @geist - you're cracking me up! May 18 02:55:23 I'm not sure I understand @rwhitby. You're suggesting I'm going to need to go through this process again? May 18 02:55:31 it is the tao of trenchcoat May 18 02:55:40 72% May 18 02:56:07 tfoutz: yeah, we just want to see if doctor completes this time, and if it hangs you'll be able to see from your continual ps -ef runnnig where it was up to May 18 02:56:18 most people decide they WANT to go through the process again so that they can do even newerthings. May 18 02:57:07 82% and nothing new on the ps -ef May 18 02:57:30 geist, are you suggesting zen trenchcoat leads to flashing bliss May 18 02:57:38 it just finished May 18 02:57:55 how voyeuristic May 18 02:58:03 tfoutz: ok, so did the doctor complete successfully? May 18 02:58:08 well, i wrote most of it. it is the tao of geist May 18 02:58:45 zen geist leads to bliss .. sounds like a pick up line May 18 02:58:51 yes it did - in process of restarting. HOWEVER - it will hang up at Palm logo (not glowing) until I do Option-Symbol-R. then it will restart May 18 02:59:37 geist, do you own a trenchcoat of any type ? May 18 02:59:41 Last entry on ps -ef was /bin/sh -1 **** ENDING LOGGING AT Tue May 18 02:59:57 2010