**** BEGIN LOGGING AT Sat Jan 05 02:59:57 2008 Jan 05 03:06:58 gnn Jan 05 04:15:45 Anybody around? Jan 05 04:21:15 yep Jan 05 05:07:45 yawn Jan 05 05:13:38 jasta: ! Jan 05 05:13:46 http://groups.google.com/group/android-developers/browse_thread/thread/4e00d8d472970205#6b13c7aa68baef87 what say you? Jan 05 05:15:35 about your novel? :) Jan 05 05:15:38 hang on, let me read. Jan 05 05:15:41 Novel? heh Jan 05 05:26:30 zgold: i don't have any insight, actually Jan 05 05:26:54 it sounds like you've stumbled on an omission in the API. perhaps someone from google will answer this thread. Jan 05 05:27:56 i pray Jan 05 05:28:09 otherwise im kinda stuck. I do not want to re-write that storage code which was slow Jan 05 05:28:37 be patient and harrass an engineer, they are pretty good about responding imo. Jan 05 05:29:44 heh Jan 05 05:30:14 I'm so close to being done with all the core functionality Jan 05 05:30:24 this is the last big implementation roadblock Jan 05 05:34:00 me sleep. 'night jasta Jan 05 09:27:12 silly question. Dalvik is register based... what exactly does that mean? Jan 05 15:34:58 romainguy: hi Jan 05 15:35:51 romainguy: i submitted this finally : http://bugs.debian.org/459219 Jan 05 16:21:08 jasta: you should read this http://yro.slashdot.org/article.pl?sid=08/01/05/0138259 Jan 05 16:24:21 oh boy Jan 05 16:28:58 there is no sdk for solaris right? Jan 05 16:29:25 hmm Jan 05 16:32:02 hey nachox why don't you read this: http://code.google.com/android/intro/ Jan 05 16:35:29 hmm, the install instructions refere to windows, osx and linux Jan 05 16:37:46 nachox, did you read http://groups.google.com/group/android-discuss/browse_thread/thread/36bc5f230a211bb6 Jan 05 16:38:57 gaah Jan 05 16:41:40 thanks codev, usefull Jan 05 16:42:35 anyone know how to write a service? Jan 05 16:46:26 there's examples of services in the api demos http://code.google.com/android/samples/ApiDemos/src/com/google/android/samples/app/ Jan 05 16:46:37 and the main doc for it http://code.google.com/android/reference/android/app/Service.html Jan 05 16:47:58 cybereagle, I have my service all coded up but I was wondering a service could also be an intent reciever Jan 05 16:49:38 well, i suppose you just register the receiver in the service Jan 05 16:50:03 in onCreate() or onStart() Jan 05 16:50:09 good idea Jan 05 16:50:11 also.. Jan 05 16:50:12 have to check the lifecycle to pick the best one Jan 05 16:50:19 do you know of any good method of doing a callback? Jan 05 16:50:24 so i can notify activies when something changes? Jan 05 16:50:39 that's why I was thinknig I could just publish an intent and the recievers (activies) would then repoll the service Jan 05 16:50:47 everyone seems to ask that lol. as far as i know, the intended way is for the service to send an Intent Jan 05 16:50:53 there's no simple callback in the IPC Jan 05 16:51:05 as far as i know anyway Jan 05 16:51:33 =) k **** ENDING LOGGING AT Sun Jan 06 02:59:57 2008