**** BEGIN LOGGING AT Sun Oct 26 02:59:57 2008 Oct 26 03:00:04 * jasta scratches his head Oct 26 03:00:10 really, where does android.jar come from? :) Oct 26 03:00:37 buildbot Oct 26 03:00:42 trout mask replica <3 Oct 26 03:01:44 is there an app that comes with the G1 that just shows GPS information? Oct 26 03:02:57 which g1 app just show GPS information? Oct 26 03:03:08 shows Oct 26 03:03:27 pfft1: you mean like google maps? just tap my my location Oct 26 03:03:35 it shows accuracy radius, and tap on it for exact lat/lon Oct 26 03:03:38 menu > my location Oct 26 03:04:53 Maps was not release open source? was it? Oct 26 03:05:08 released Oct 26 03:05:26 mines always accurate to about a 3 mile radius Oct 26 03:05:28 which is a bummer Oct 26 03:05:33 not really impressive to show people Oct 26 03:05:34 ouch Oct 26 03:05:41 is that using cell towers? Oct 26 03:05:43 or the gps Oct 26 03:05:45 not sure Oct 26 03:05:49 that cannot be gps Oct 26 03:05:50 DarkriftX: That's gotta be cell towers. Oct 26 03:05:50 ttuttle: *poke* Oct 26 03:05:50 I'd assume cell towers though Oct 26 03:05:53 jasta: *poke* Oct 26 03:05:58 the maps application was NOT release open source was it? Oct 26 03:05:59 and even cell towers are like 3-5 blocks Oct 26 03:06:03 tmccrary, enable the gps, and stand outside with the phone for awhile so it can aquire a list of satellites Oct 26 03:06:05 DarkriftX: Depends on the area. Oct 26 03:06:08 I'm trying to use a custom layout with ListActivity, what exactly should my ListView's id be? I've got "@+id/list" but it's not liking that... Oct 26 03:06:21 jasta: what's up? Oct 26 03:06:24 tweakt: android:id/list Oct 26 03:06:25 ttuttle: how the heck do you setup a build environment to work in the Android tree? Oct 26 03:06:31 lol Oct 26 03:06:34 I'm such a newb Oct 26 03:06:34 "@android:id/list" rather Oct 26 03:06:36 jasta: So, do you have it checked out using repo? Oct 26 03:06:39 I've never enabled the gps before :( Oct 26 03:06:41 tmccrary, the gps needs to have a clear view of the sky for awhile to get sat/gps functionality Oct 26 03:06:45 first off, apps are not building against standard android.jar (missing packages) Oct 26 03:06:47 haha Oct 26 03:06:49 ttuttle: yes Oct 26 03:06:50 I guess that solves that problem, thanks guys :) Oct 26 03:07:01 jasta: Okay, then export ANDROID_JAVA_HOME=$JAVA_HOME Oct 26 03:07:13 jasta: http://source.android.com/ Oct 26 03:07:15 ttuttle: i can build it fine with make Oct 26 03:07:17 umdk1d3, tnx Oct 26 03:07:21 jasta; Oh. Oct 26 03:07:22 ttuttle: thats not what i'm asking :) Oct 26 03:07:38 jasta: You want to build against it? Oct 26 03:07:41 ttuttle: i mean how the hell do i get a build environment to just build certain apps ;) Oct 26 03:07:53 jasta: Hold on, lemme try. Oct 26 03:07:58 closer, about one mile now Oct 26 03:08:02 the Email app, for instance, uses a package not in my 1.0r1 android.jar Oct 26 03:08:07 jasta: Hmm. Oct 26 03:08:08 but I haven't tried the previous suggestions yet either Oct 26 03:08:19 jasta: if you follow the instructions on http://source.android.com/ you'll get just what you want Oct 26 03:08:20 jasta: Honestly I don't know. I'm just building against the 1.0 SDK. Oct 26 03:08:22 and it also is using apache's LogFactory, which i'm unsure if i should provide third party or whate. Oct 26 03:08:34 jasta: It should be pulled in by repo if you need it. Oct 26 03:08:51 ttuttle: it is, but i'm trying to develop within eclipse. Oct 26 03:08:55 umdk1d3, I get a parser error "String types not allowed (at 'id' with value 'android:id/list') Oct 26 03:08:57 the maps application was NOT release open source was it? Oct 26 03:09:06 pfft1: Check for yourself! You can get the source. Oct 26 03:09:06 tweakt: yea sry that shoulwd be prefixed with "@" Oct 26 03:09:20 umdk1d3, cool, got it Oct 26 03:09:22 anyone know if there are images built that are more like a g1 and less like the old emulator images? Oct 26 03:09:36 something that would be accurate when testing apps to see if they would work on a g2 Oct 26 03:09:37 g1* Oct 26 03:09:39 DarkriftX: No, but I imagine someone could make one out of a g1 ;-) Oct 26 03:09:44 ttuttle: so, do you see what i'm getting at? :) Oct 26 03:09:53 ttuttle: i've been looking at the source for a few days, and I'm still finding things that are not obvious Oct 26 03:09:53 hrmmm Oct 26 03:09:54 jasta: Yeah, and I don't know how to debug it. :-\ Oct 26 03:10:14 ttuttle: i cannot tell if the maps app is there or not ... i dont think it is, but you never know Oct 26 03:10:15 jasta: I'm only used to Google's build tree, where everything "just works". I haven't used the public source tree much. Oct 26 03:10:21 i mean, do devs at google really make the world every time they tweak some tiny piece? Oct 26 03:10:51 jasta: No, not quite. Oct 26 03:10:52 no, that's what the gnomes are for Oct 26 03:10:56 jasta: you dont have to build it all Oct 26 03:11:00 jasta: It rebuilds the Java components that were changed. Oct 26 03:11:01 jasta: at the same time Oct 26 03:11:03 jasta, interns! Oct 26 03:11:12 duey: Actually, fast computers. Oct 26 03:11:14 ttuttle: the top-level make? Oct 26 03:11:23 duey: I was not employed to hand-compile Java code ;-) Oct 26 03:11:27 jasta: No, it's recursive. Oct 26 03:11:27 lol Oct 26 03:11:28 jasta: try "make Email" Oct 26 03:11:39 perfect job for interns Oct 26 03:11:47 ttuttle: i don't think you're understanding me Oct 26 03:11:48 jasta: I'm not sure what delineates the modules it rebuilds together. Oct 26 03:12:13 pfft1: do i expect that will work or are you just inventing things? Oct 26 03:12:54 it seems strange that "Email" would be a target at the top-level, but hmm, it seems to be Oct 26 03:13:06 jasta: I think it's basically a set of android packages. Oct 26 03:13:10 still, i'd like to be able to use Eclipse to develop against this :\ Oct 26 03:13:11 jasta: ok ... if you dont believe me, then just ignore me Oct 26 03:13:17 umdk1d3, hmm. now my list items are not showing up (I have a custom adapter) Oct 26 03:13:17 anyone familar with the services in android? Oct 26 03:13:31 umdk1d3, they were with the default, built in listview Oct 26 03:14:01 tweakt: are you using setListAdapter()? Oct 26 03:14:20 * ttuttle -> sleep. Oct 26 03:14:27 pfft1: that just won't help me build with Eclipse. Oct 26 03:14:31 ListActivity.setListAdapter() should pick out the @android:id/list correctly Oct 26 03:14:46 also be sure that youve set the layout params right so that the ListView grows to be seen Oct 26 03:14:50 jasta: you never told me you wanted to build with eclipse Oct 26 03:14:52 umdk1d3, yes, and if I remove the setContentView() call, it works, but I want to add stuff around my list (column headers, other UI) Oct 26 03:14:53 *grows or is big enough Oct 26 03:15:06 ahh Oct 26 03:15:19 tweakt: sure, then you can customize the .xml layout you have that listview in Oct 26 03:15:29 jasta: anyway, if you will only build things with eclipse, you dont want my help Oct 26 03:15:36 you might use android:weight="1" so that it sucks up any remaining space in the window Oct 26 03:15:55 pfft1: im just trying to work on the Email app specifically, but it has deps that i'm not sure how to provide for Eclipse Oct 26 03:16:14 so