**** BEGIN LOGGING AT Fri Nov 28 02:59:57 2008 Nov 28 03:00:00 note to self: microwaving a cup full of frothed milk isn't a good idea. it tends to expand Nov 28 03:01:43 heh neat Nov 28 03:02:04 until you have to clean up the mess :p Nov 28 03:02:09 Making a cappacino? Nov 28 03:02:17 hot chocolate Nov 28 03:02:25 K Nov 28 03:02:27 thought I would try it frothy. didn't turn out so well. lol Nov 28 03:02:34 forthy?> Nov 28 03:02:46 frothed. i.e. foamy.. lot's of trapped air Nov 28 03:03:18 ew, it just heats the air inbetween the milk and curdles it :-( Nov 28 03:03:22 I have a frothery thingy from italy. it's just a container that has a mesh that you can raise up and down, and force air into the milk Nov 28 03:03:40 so I did that, then microwaved the result Nov 28 03:03:53 and obviously all the trapped air expands.. Nov 28 03:04:11 and it makes a mess :) Nov 28 03:04:22 yea that's just basic physics... Nov 28 03:04:27 indeed Nov 28 03:04:44 never quite figured out why oatmeal bubbles out after too long in the microwave though. Nov 28 03:06:07 hmm. so do i do it right (./bluetooth/bluedroid/bluetooth.c: if (property_set("ctl.stop", "hcid") < 0) {) or do i do it simple (mangle hcid in init.rc)? Nov 28 03:06:30 JesusFreke: any objection to requiring a source change? Nov 28 03:06:44 nah. we have a number already Nov 28 03:06:57 saurik made some changes in init and the kernel Nov 28 03:06:58 ok cool. i'll just add it as a new service on bt start. Nov 28 03:08:32 sounds good Nov 28 03:12:15 someone else is gonna have to test tho Nov 28 03:14:20 I can test Nov 28 03:16:17 coolios Nov 28 03:16:28 cuz if i brick my phone tonight the wif is gonna divorce me :) Nov 28 03:18:22 heading somewhere else for the weekend? Nov 28 03:19:06 lol :) Nov 28 03:21:33 hmm. anyone have a favorite embedded dhcp server? I'm thinking maradns but.. Nov 28 03:22:14 udhcpd? Nov 28 03:22:33 oooh from busybox. schweet. Nov 28 03:22:50 somerandomlettersthatendindhcpd? Nov 28 03:23:44 JesusFreke: wanna add udhcpd to your busybox build? Nov 28 03:23:49 how small is dnsmasq? Nov 28 03:24:04 Leeds: not as small as the already-ported udhcpd :) Nov 28 03:24:06 disconnect, It looks like it's there already? Nov 28 03:24:11 sweet Nov 28 03:24:24 # busybox | grep dhcp Nov 28 03:24:24 busybox | grep dhcp Nov 28 03:24:24 depmod, df, dhcprelay, diff, dirname, dmesg, dnsd, dos2unix, Nov 28 03:24:24 tty, ttysize, udhcpc, udhcpd, udpsvd, umount, uname, uncompress, Nov 28 03:24:31 * Disconnect should really flash your new version soon Nov 28 03:34:13 hmm. so before i run out this diff.. in init.rc we run iptables to set up the NAT rules and insmod the bnep module. define the pand service, and add start/stop just before/after hcid in bluetooth.c .. Nov 28 03:34:46 k.. Nov 28 03:34:59 oh i missed udhcp service. Nov 28 03:38:51 where are you stuffing pand and udhcpd? Nov 28 03:38:56 (path) Nov 28 03:41:38 ok i'll go with system/xbin and you can edit init.rc if thats wrong :) Nov 28 03:43:10 yeah, that's fine Nov 28 03:43:57 I have two TextView objects in a horizontal LinearLayout, one with gravity="left" and the other gravity="right". Doesn't do a damn thing. Anyone know how I can have one textview aligned to the right of the screen and the other on the left? Nov 28 03:45:00 #TextViewLeft { float: left; } Nov 28 03:45:01 * IznastY - [ is away ] [ Reason: Activate IdleAway: 300 min ] [ Time: 22:44:55 ] [ Pager: on ] [ Log: on ] Nov 28 03:45:15 #TextViewRight { float: Right; } Nov 28 03:46:20 Yeah, only this isn't CSS. Nov 28 03:50:43 mm Nov 28 03:50:49 has anyone dug into the logic of the low memory killer? Nov 28 03:51:14 hmm. i have a dilemma. i have to make pand start udhcpd when it gets a connection, but not before. Nov 28 03:51:30 i gather from digging that uid system has rights to set kill preference numbers per process for uids => 1000 Nov 28 03:52:49 TiberiumX: you want textAlign Nov 28 03:53:12 you also probably want them to be width=0, weight=1 Nov 28 03:53:29 this will make them both the same size, but one will be right-aligned and the other left (by default) Nov 28 03:53:37 Disconnect.. maybe you could modify pand to set a property and then trigger a service on that property? Nov 28 03:54:06 I'm not familiar with the internals of pand, so I'm just shooting in the dark :) Nov 28 03:54:15 hello JesusFreke :) Nov 28 03:54:25 that seems like a pita :) but yah. its certainly the android way. Nov 28 03:54:28 hey jasta :) Nov 28 03:54:47 hmm. i wonder what udhcpd will do if it's interface isn't up. Nov 28 03:54:55 hm Nov 28 03:55:01 I was just wondering that too.. Nov 28 03:57:27 udhcpd: is interface bnep0 up and configured?: No such device Nov 28 03:57:44 ..so it'll bail. i could be unfriendly and have it just run every 2 seconds :) Nov 28 03:59:36 I highly doubt this will work.. but maybe. what if you create a loopback network device named as bnep0 just to start it up, and then remove the device? Nov 28 03:59:38 what are you trying to do? Nov 28 04:00:20 Disconnect is trying to get bluetooth tethering more automated Nov 28 04:00:26 i'd think it'd get crabby when the interface is unplumbed out from underneath it Nov 28 04:00:30 dhcp server and all that Nov 28 04:00:32 i sure would :p Nov 28 04:00:34 yeah, I suspect it would. lol Nov 28 04:01:05 you know what would suck? Nov 28 04:01:07 in particular, we need to be able to run dhcpd only after pand gets a BT connection Nov 28 04:01:16 if they released a market app that lets you do BT tethering in 1-2weeks Nov 28 04:01:28 Disconnect would be like... goddammit! Nov 28 04:01:36 a market app wouldn't be able to do it without changes outside of the jvm Nov 28 04:01:38 JesusFreke: oh, that's a problem that will be very tough to solve without access to the internal bluetooth apis Nov 28 04:02:00 oh, he has BT tethering working :) Nov 28 04:02:09 i know, that's not tough. Nov 28 04:02:29 and we can make any changes in the relevant binaries Nov 28 04:02:34 pand, etc. Nov 28 04:02:54 i think i can get pand to run /etc/bluetooth/pan/dev-up Nov 28 04:03:01 so.. Nov 28 04:03:23 that'd do it Nov 28 04:05:58 yep, that'll do the trick Nov 28 04:07:36 jasta: textAlign isn't an attribute of TextView at least (maybe it's for EditText?). Setting layout_weight worked, but I still have to decide in advance how much relative space to give each element. Nov 28 04:07:40 it's be nice to figure out how to get encrypted ad hoc too though :-/ Nov 28 04:08:39 TiberiumX: i just spoke from the top of my head, not sure if that property is exactly what i thought :) Nov 28 04:09:06 TiberiumX: however, now that i think more about your problem, all you need is width=0,weight=1 on the left-aligned widget. leave the right-aligned one as width=wrap. Nov 28 04:09:09 Ahh. Gravity is the only one I see that handles alignment at all. Nov 28 04:09:12 that will work as you expect Nov 28 04:09:35 in particular, the left-aligned textview will consume all available space, leaving only just enough for the right textview to use the rest (the right hanging space) Nov 28 04:09:58 its not quite alignment, but visually it will work as you expect. Nov 28 04:11:32 jasta: Ahh, thanks. That does what I wanted. Nov 28 04:12:37 np Nov 28 05:26:13 ok i'm unclear on how init.rc works - anyone got a pointer on docs? (or time for a simple question - if i add iptables calls in after the write/write/mount section, will that execute or am i missing something?) Nov 28 05:27:37 yeah, it's a bit weird. I *think* it's actually proprietary to android? I'm not positive Nov 28 05:28:01 i just need to add the iptables calls and its set. :( or i can bundle up the patches for you that i've got already and let you deal with it :) Nov 28 05:28:59 finding lots of old docs but nothing resembling the current format Nov 28 05:29:06 yeah, gimme a sec. lemme look at something Nov 28 05:31:24 here we go. http://letsgoustc.spaces.live.com/Blog/cns!89AD27DFB5E249BA!428.entry Nov 28 05:31:49 looks like i can just slap the commands into boot Nov 28 05:33:01 I think you will need an "exec" command though Nov 28 05:33:21 and I don't think my version of init has that. I'm checking Nov 28 05:34:53 yeah, just go ahead and use "exec iptables " Nov 28 05:35:05 and I'll have to implement exec support in init. Nov 28 05:36:08 ok :) Nov 28 05:37:58 ok got a patch for you. Nov 28 05:38:39 its 2 patches. system/bluetooth and system/core (stupid multiple git trees) Nov 28 05:50:12 night all! jf, lemme know how that works out :) Nov 28 06:10:37 sweet Nov 28 06:10:49 broken laptop is reinstalling via usb Nov 28 06:14:46 looking to get my teahtering working and its NOT, ha Nov 28 06:14:59 whats broken? Nov 28 06:15:01 64 bit intel windows Nov 28 06:15:11 haha - prolly that! Nov 28 06:15:15 well yah thats a big problem Nov 28 06:15:17 :) Nov 28 06:15:29 * Disconnect is asleep, honest. ok not quite yet but.. Nov 28 06:16:01 i saw some text on it, so no 64 bit accurate? Nov 28 06:16:17 ..in english? Nov 28 06:16:59 disconnect did you get laptop -> wifi -> g1 -> edge/3g working? Nov 28 06:17:00 as far as i know the socks/usb method doesn't work in 64bit because there is no adb usb driver. Nov 28 06:17:14 no i use bluetooth + PAN :) Nov 28 06:17:22 http://pastebin.ca/1267751 Nov 28 06:17:32 seems a shocking number of things don't work with 64 bit windwos Nov 28 06:17:36 ah, bluetooth is even better Nov 28 06:17:48 ahhhh - your saying I can use bluetooth to teather? cooool Nov 28 06:17:50 what is the max bandwidth of bluetooth? Nov 28 06:18:12 1.21 gigawatts Nov 28 06:18:42 come on, now that was funny Nov 28 06:20:13 i really haste patebin.ca Nov 28 06:20:19 ? Nov 28 06:20:23 it only works half the time, I wish people would stop using it. Nov 28 06:20:36 i find it a lot more stable than most of the others Nov 28 06:20:36 try pastebin.ca instead ;-) Nov 28 06:20:44 err pastebin.ca Nov 28 06:20:53 Disconnect, gist.github.com, or pastie.org Nov 28 06:21:25 spikebike, i copied and pasted Disconnect's url exactly wanting to see it... and i'm still waiting Nov 28 06:21:38 wrong url anyway, doh Nov 28 06:22:08 http://www.gotontheinter.net/node/515 Nov 28 06:23:52 disconnect: can you send me a link how to teather this POS 64 bit wintel box with bluetooth Nov 28 06:24:09 liljohnpenguin: http://www.gotontheinter.net/node/515 Nov 28 06:24:31 haha-man i am dense! Nov 28 06:24:34 thanks! Nov 28 06:26:17 Disconnect, should be fairly easy to script that... do you need dhcp for bnep0? or no? Nov 28 06:26:41 its set, in a patch i just sent jf. with dhcp to make it magic :) Nov 28 06:27:34 ah nice, so he'll have BT Pan in his next revision of RC30 Nov 28 06:27:38 thats the theory Nov 28 06:27:40 makes me wish I didn't upgrade to RC30 and held back. Nov 28 06:28:02 disconnect sweet Nov 28 06:28:17 ..toldja. (told everyone who said " i dunno what i want with root so i'm gonna upgrade".) Nov 28 06:28:23 no important; but if im in the car and use bluetooth, will the laptop auto see it after first setup and start using and jsut block incoming calls, or you have to set a mode on the phone Nov 28 06:29:00 in the new script, when you turn on bt it starts up pand - the laptop needs to initiate the connection but it should be automagic Nov 28 06:29:31 wow - slick if works! get r done Nov 28 06:29:58 thanks sir, nice meeting everyone Nov 28 06:30:00 i'll let someone else hack up old-style pan/ppp Nov 28 06:30:00 night Nov 28 06:32:52 night all Nov 28 06:34:03 hi, while starting up system, alert is pop up "System UID's Inconsistent: UID's on the system are inconsistent, you need to wipe your data partition or your device will be unstable" , Can any one help.. Nov 28 06:42:12 yogesh: have you done anything odd? Nov 28 06:43:19 i just change the resolution of video in framework applications.. Nov 28 06:44:09 has walmart released their pricing for the G1 this friday? Nov 28 06:47:48 walmart is selilng a g1? Nov 28 06:50:24 yeah, a $10-$20 or so lower than t-mob Nov 28 06:52:09 sweet Nov 28 06:52:13 do you have to get a contract Nov 28 06:53:36 anyone know for how much they are selling them for without a plan? Nov 28 06:54:20 Is there a way to view all active intent filters on your phone? Nov 28 07:13:25 gambler: $400, AFAIK, plus tax... and they are locked Nov 28 07:14:32 Leeds: usd? Nov 28 07:14:46 yes Nov 28 07:14:54 eugene: and yes, it's bastard cheap Nov 28 07:15:02 nod Nov 28 07:15:44 imagine how much profit they make over here Nov 28 07:15:56 yeah Nov 28 07:16:02 but then those who bought g1 from the shops here are mad Nov 28 07:16:20 how much are they in merry old england Nov 28 07:16:36 should find someone in the US who can ship a few to me :-) Nov 28 07:16:55 gambler: I don't think they are available out of contract in the UK Nov 28 07:17:23 you could always hit a TMO manager over the head with a tire iron and run... Nov 28 07:17:36 it would have to be a *very* long iron to reach from here Nov 28 07:19:11 ill finally have mine next week. thank buddah Nov 28 07:19:34 hmm... which phone would buddha use? Nov 28 07:20:05 probably the iphone. he is asian after all Nov 28 07:20:22 why do you think the iphone is asian? Nov 28 07:21:32 all my asian friends have one...thats my best answer Nov 28 07:21:46 s/all/most Nov 28 07:21:48 gambler: then i must be an exception Nov 28 07:22:02 gambler: you are aware that eugene and I are in Asia? :-) Nov 28 07:22:09 eugene, O RLY? hehe Nov 28 07:22:15 hehe Nov 28 07:22:28 I know one Asian with an iphone, and a couple of expats Nov 28 07:22:37 http://www.sgclub.com/singapore/china_go_own_104179.html Nov 28 07:22:38 interesting Nov 28 07:22:54 JesusFreke: how can you exec from init? won't that replace pid 1? Nov 28 07:23:16 im an asia too but self deceived colonialists call this country part of oceania Nov 28 07:24:03 why would i get INSTALL_PARSE_FAILED_MANIFEST_MALFORMED trying to install my apk? Nov 28 07:24:14 cool Nov 28 07:24:23 I'm going to guess your manifest is malformed and the installer failed to parse it :-) Nov 28 07:24:33 gambler: where in au? Nov 28 07:24:47 LeedsHK: but that makes no sense; how did it get compiled then? Nov 28 07:24:51 ive got that error before. It usually goes away on its own Nov 28 07:25:05 eugene, Brisbane Nov 28 07:25:08 eugene, u? Nov 28 07:25:21 gambler: ahh... i'm in Singapore Nov 28 07:25:30 gambler: isn't it beer o'clock already? Nov 28 07:26:30 what the hell... Nov 28 07:26:31 eugene, ...its getting to that time isnt it. :p Nov 28 07:26:59 ;p Nov 28 07:27:46 one of the little apps I might possibly try to write would be - as suggested here a while ago - a beer o'clock app Nov 28 07:28:13 "it's 3pm where you are - but in Sydney it's beer o'clock!" Nov 28 07:28:30 gambler: it's definitely not just "going away" Nov 28 07:28:43 hah Nov 28 07:28:55 the platform must have a more deficient parser than the SDK? Nov 28 07:29:32 it'll be libxml or expat or something, surely? Nov 28 07:29:59 LeedsHK: highly unlikely, the platform does not consume real XML. it consumes andorid's binary XML, which google designed. Nov 28 07:30:04 so it's more likely that it's their own parser Nov 28 07:30:10 jasta: my approach isnt elegant. I'd try a -wipe-data Nov 28 07:30:18 hmm... okay Nov 28 07:30:43 gambler: why would that help? if its actually a parse error, what is -wipe-data going to do to change the parser? Nov 28 07:31:06 good question. another good question is how has that fixed itself without my intervention Nov 28 07:32:16 oh, i see. it's bitching about the ":" in my taskAffinity name Nov 28 07:32:21 W/PackageParser( 52): /data/app/vmdl44488.tmp (at Binary XML file line #16): Invalid taskAffinity name org.devtcg.five:Music in package org.devtcg.five: bad character ':' Nov 28 07:32:33 despite, of course, the docs recommending that i use a : in exactly this way Nov 28 07:32:36 cute :) Nov 28 07:43:39 ok.. finally it's friday. going to install android on my n800 hee Nov 28 07:45:01 * IznastY - [ is away ] [ Reason: Activate IdleAway: 300 min ] [ Time: 22:44:55 ] [ Pager: on ] [ Log: on ] Nov 28 07:46:45 eugene: good luck :-) Nov 28 07:47:01 just a pity it isn't, y'know, a *phone*... Nov 28 07:47:47 LeedsHK: awww.. Nov 28 07:51:36 sorry Nov 28 07:52:59 LeedsHK: it's ok :) Nov 28 07:53:10 LeedsHK: i'm so tempted to buy one from ebay... but it's not cheap at all Nov 28 07:53:31 cheaper than me? Nov 28 07:53:59 LeedsHK: hmm... it depends which seller i bbuy from... and how much i bid. not sure.. Nov 28 07:54:40 i'd wager there's significantly more demand overseas than there is in the US and UK. Nov 28 07:55:10 and by overseas I mean SE Asia and Europe proper. Nov 28 08:19:06 crap. my n800 doesn't want to startup.. Nov 28 08:29:34 oops Nov 28 08:56:43 eugene, what errors does it display? Nov 28 08:56:50 adb logcat should work Nov 28 08:59:44 the moderators of android-discuss are still celebrating thanksgiving or what's up with that? Nov 28 09:00:01 ? Nov 28 09:00:03 what's going on? Nov 28 09:00:11 (and everybody's on vacation and it's 1am here) Nov 28 09:01:11 romainguy: then why are you online??? :-) Nov 28 09:01:22 because I don't celebrate thanksgiving Nov 28 09:01:30 and my fiancée is in LA for a few days Nov 28 09:01:33 so I geek around :) Nov 28 09:01:57 romainguy: i figured out my taskaffinity problem. apparently it was rejecting my apk because it thinks i cant put :'s in the task name Nov 28 09:01:57 ah, you're an alien? Nov 28 09:02:05 LeedsHK: I'm French Nov 28 09:02:14 jasta: yeah I saw that, it doesn't surprise me much Nov 28 09:02:21 oh, I'm sorry to hear that :-P Nov 28 09:02:25 I almost replied about this but then thought I was wrong :) Nov 28 09:02:29 LeedsHK: I'm not :)) Nov 28 09:02:33 romainguy: well, i followed the documentation :) Nov 28 09:02:38 I know Nov 28 09:02:48 romainguy, maps app needs more cowbell Nov 28 09:02:57 agreed fnord_ Nov 28 09:03:04 we have unfortunately a bad track record of updating our doc when the code changes :)) Nov 28 09:03:16 is there a cowbell app yet? Nov 28 09:03:18 romainguy: i've noticed. you guys should bulk up your army of grunt interns Nov 28 09:03:29 we have about 0 interns right now :) Nov 28 09:03:34 see Nov 28 09:03:45 ("about" 0?) Nov 28 09:03:58 you never know, there might be leftover bits :) Nov 28 09:04:55 romainguy: so how come you didn't try to worm in on some free food today? :) Nov 28 09:05:23 because shes loves to cook and left me well stocked :) Nov 28 09:06:24 i like turkey sandwiches. thanksgiving is great :) Nov 28 09:06:39 hehe Nov 28 09:08:12 jasta: at least I worked on my app today :) Nov 28 09:08:44 me too, but i do that just about every day hehe Nov 28 09:09:03 fnord_: it was the battery problem. now it's working again Nov 28 09:09:38 jasta: a few hours of work to end up with now new features ^^ Nov 28 09:10:53 ahhh okay Nov 28 09:11:15 fnord_: phew :) Nov 28 09:12:01 I went to the 'NY Deli' around the corner from the office for lunch - they had turkey and stuffing as food options today :-) Nov 28 09:12:14 eugene, it's not a phone, but there's a sip client Nov 28 09:13:06 fnord_: nod. i can't wait to setup android in it. but it doesn't look like there is much to do according to http://www.internettablettalk.com/forums/showthread.php?p=198240 Nov 28 09:14:23 romainguy: i learn a lot just idly reading android source... like for instance, i did not know about import static. Nov 28 09:14:39 that's a nice little feature of Java 1.5 :) Nov 28 09:15:13 at least a few times now i've had to rub my eyes at code i read. thinking "huh, this compiles?" Nov 28 09:15:35 but i'm sort of new to Java though so i guess that shouldn't surprise me Nov 28 09:17:24 speaking of idly reading code... Nov 28 09:17:41 there's a concurrency bug in AccountSetupCheckSettings in the Email app :) Nov 28 09:17:52 I believe you :) Nov 28 09:17:56 argh xchat now decides not to copy urls Nov 28 09:18:09 Java has several interesting and weird syntax things Nov 28 09:18:12 like int.class Nov 28 09:18:20 the worker thread checks agains mDestroyed (which is set in onDestroy) before it schedules any work for the handler Nov 28 09:18:31 except that access to it is neither volatile nor synchronized Nov 28 09:18:32 or new MyClass() {{ setFoo("bar"); }} Nov 28 09:18:34 romainguy: heh, I learned when I got there at 10:00 that Caltrain closed at 9:00 Nov 28 09:20:06 wow, that was surprisingly effective at killing the conversation :o) Nov 28 09:20:16 totally Nov 28 09:20:47 hmm, cool, eclipse exploded on me Nov 28 09:21:13 jasta: that's what it does best, I hear Nov 28 09:21:33 romainguy: what does the double brace syntax do? Nov 28 09:21:49 it's an anonymous initialization block Nov 28 09:22:01 the default constructor if you will Nov 28 09:22:15 thats bizarre Nov 28 09:22:25 not really actually Nov 28 09:22:35 if you compare that to the static initialization blocks for instance Nov 28 09:22:49 if you format it properly it doesn't look as weird Nov 28 09:23:00 another fun thing is that you can declare classes inside methods Nov 28 09:23:04 like this: Nov 28 09:23:09 public Bar getBar() { Nov 28 09:23:15 class Foo extends Bar { }; Nov 28 09:23:19 return new Foo(); Nov 28 09:23:20 } Nov 28 09:23:41 I have to admit I never found any use for this syntax :) Nov 28 09:23:48 heh booted android. no touchscreen capability Nov 28 09:23:58 I know it's used by the implementation of iterators in lists Nov 28 09:24:41 eugene: n800 is the one *without* the keyboard? Nov 28 09:24:56 Leeds: yup Nov 28 09:25:17 so you have no keyboard and no touchscreen? Nov 28 09:25:24 hehe yes.. Nov 28 09:26:38 Leeds: and a little unstable. Nov 28 09:26:50 that'd be the beer, I assume? Nov 28 09:26:53 romainguy: GNU C lets you define functions inside of functions ;) Nov 28 09:27:00 I know Nov 28 09:27:06 Leeds: but its quite neat Nov 28 09:27:15 but it's weird coming from Java Nov 28 09:27:16 that i find especially odd. the code reads like Perl :) Nov 28 09:27:31 and also you could ask most seasoned Java developers, most would not know it's valid :) Nov 28 09:28:03 hehe, it seems odd to me that i have not written any java outside the context of android :) Nov 28 09:28:18 <_avatar> i haven't written any java outside of android either :) Nov 28 09:28:57 I haven't written any java in years... within or without Android Nov 28 09:28:58 then there's teh weird strictfp keyword Nov 28 09:29:02 never used it, probably never will Nov 28 09:29:48 * jasta gets back to his app Nov 28 09:30:05 in fact my closest connection to Java is probably having a cup of coffee with someone who worked with James Gosling, at Sun Nov 28 09:36:45 ah there's a newer kernel with touchscreen support Nov 28 09:36:58 what's going on? <- ~24h since I posted to the list (as you suggested btw :P) and the message is still not there.. Nov 28 09:37:10 post again Nov 28 09:37:56 an then it'll double post.. been there, done that Nov 28 09:38:10 bah Nov 28 09:38:30 but le'ts try it again then :d Nov 28 09:42:10 hmm I like the layout of the git tree Nov 28 09:42:13 so much cleaner Nov 28 09:42:37 i like it too, though i cant say its cleaner than your mystery tree :) Nov 28 09:50:28 speaking about stuff in java 1.5 - I recenlty discovered varargs when reading the android source.. that's handy Nov 28 09:58:18 and there goes another post to xda-developers Nov 28 10:01:24 yay. touchscreen seems to work now Nov 28 10:01:40 i spoke too soon Nov 28 10:03:32 ah.. it works. but n800 is too slow. Nov 28 10:14:16 romainguy: you around? Nov 28 10:14:20 yes Nov 28 10:14:31 i have a layout question for you Nov 28 10:14:59 how would i accomplish a layout contained in a scrollview which forces a particular view to the bottom of either the screen if scrolling is not necessary, or in the normal flow if it is Nov 28 10:15:41 i'm adding a sort of wizard to next your way through initial set up, and if the phone is rotated landscape, the view is full and so the bar is naturally at the bottom of the screen/scrollview Nov 28 10:15:56 ahah Nov 28 10:16:01 there's a feature for that Nov 28 10:16:07 android:fillViewport="true" Nov 28 10:16:09 but when it is portrait, the screen is not full, but the footer should still "stick" Nov 28 10:16:25 if the scrollview's child is smaller than the scrollview, it will be expanded to fill the scrollview Nov 28 10:16:30 you put that attribute on the scrollview Nov 28 10:16:43 ahh ok Nov 28 10:17:16 thanks :) Nov 28 10:18:21 yay :) Nov 28 10:19:20 hmm, this could be my bug, but now the footer is laid out with a small margin to the right, the exact size of the scroller when it would be shown (but is not) Nov 28 10:19:48 which is what i'd want if the scroller was visible/necessary, but not when it isn't Nov 28 10:19:54 are you using inset scrollbars? Nov 28 10:20:01 yes, outsideInset Nov 28 10:20:24 here you go Nov 28 10:21:35 oh, i guess now that i read the docs i should not do that ;) Nov 28 10:22:31 jasta: :)) Nov 28 10:47:59 can shortcut icons be changed after they are added to the home screen? Nov 28 10:49:12 or can they be deleted? :) Nov 28 10:54:00 tauno: yes Nov 28 10:54:23 long click and drag on top of the wastebin Nov 28 10:55:19 I mean programmatically Nov 28 10:55:28 eg by sending an intent Nov 28 10:56:40 well, anycut does it... Nov 28 10:56:48 check its source Nov 28 10:57:57 tauno: yes they can Nov 28 10:58:07 it requires special permissions though Nov 28 10:59:52 romainguy, deleted, changed or both? Nov 28 11:00:14 to add or remove shortcuts Nov 28 11:00:32 you can also change them but it requires access to the system settings Nov 28 11:00:36 (and that has changed since 1.0) Nov 28 11:01:31 can this be requested by just using uses-permission tag? Nov 28 11:01:47 yep Nov 28 11:01:53 why do you want to do this? Nov 28 11:01:56 any examples on this? :) Nov 28 11:02:07 nope Nov 28 11:02:28 romainguy, want to display a dynamic icon to the home screen that indicates when something has changed for the specific thingie behind the shortcut Nov 28 11:02:36 ouch Nov 28 11:02:39 don't do it that way Nov 28 11:02:45 why not? Nov 28 11:02:50 it's very inefficient Nov 28 11:02:54 we want to add this feature Nov 28 11:03:17 it's inefficient and, like I said, it's gonna break with a future update :) Nov 28 11:03:31 yes but I won't do it that often.. let's say once in 30 mins or even more.. Nov 28 11:03:58 romainguy, well that's the risk that I'm willing to take :) Nov 28 11:04:12 I don't care about you, I care about the users :) Nov 28 11:04:30 I see :D Nov 28 11:05:08 well.. I promise you that if it's going to break, we'll update the software ASAP :) and we inform the user that some features may break at some point :) Nov 28 11:05:40 still sucks for the user :) Nov 28 11:07:23 I guess that the feature by itself is a way bigger argument and people are better off using it right away like it is and take the risk that it might not work for a day or two at some point (but that's just my opinion) Nov 28 11:07:39 no, I strongly disagree Nov 28 11:07:43 it is a cool and interesting feature Nov 28 11:07:50 but it should be done the right way before being used Nov 28 11:08:08 especially since it requires to go hack Home's database Nov 28 11:08:54 I can't prevent you from using it but you are, once again, doing a disservice to yourself, your users and the Android team Nov 28 11:08:59 <_avatar> also, i assume unintentionally clobbering home's database would be really bad, especially for the average user Nov 28 11:10:22 that too ^^ Nov 28 11:10:27 romainguy, uh, relax, I won't do it then if its really that bad ;) Nov 28 11:11:39 but it's still a feature that I really really really want to add :) Nov 28 11:11:59 I already said that's something we also want to add Nov 28 11:12:24 yes and thats nice to hear Nov 28 11:13:17 I guess it's not a priority currently? any way I can help to speed this up? Nov 28 11:13:35 it's gonna happen whenever I can get time to work on this Nov 28 11:13:54 and you can always submit patches Nov 28 11:14:11 but to be honest, Home being a sensitive app, code reviews won't be easy ;-)) Nov 28 11:14:50 yes, I could.. but as it seems from every conversation that we have here, I'm doing/wanting to do EVERYTHING wrong.. always :P Nov 28 11:15:08 well from what you tell me you just write hacks upon hacks :) Nov 28 11:15:15 indeed :P Nov 28 11:15:45 * romainguy just wrote a couple of hacks :) Nov 28 11:16:28 I'm cleaning up the code and removing hacks currently.. but some things are hacked too deep already :| Nov 28 11:18:16 yeah, trying to remove a hack myself Nov 28 11:18:19 stupid animations Nov 28 11:19:24 mmmmmmmm, i just made a hamburger and let me tell you what: i did not realize quite how much i miss red meat :) Nov 28 11:19:58 why do you miss red meat? Nov 28 11:20:14 ..that reminds me.. lunch time Nov 28 11:20:17 why do i miss it? because it's delicious. why do i not get it? because my gf can't eat it. Nov 28 11:20:33 and because she can't eat it, i rarely get to as well hehe Nov 28 11:20:45 that's what I suspected :) Nov 28 11:20:55 that's one thing I would not do I have to say Nov 28 11:21:21 well, i don't fight it too much because i know it's not good for me... Nov 28 11:21:28 :) Nov 28 11:21:30 yes Nov 28 11:21:32 but it's meat :) Nov 28 11:21:42 but every now and then a nice steak or a hamburger just tastes sooooo good :) Nov 28 11:21:45 yeah, jasta, what's more important? :P Nov 28 11:22:23 romainguy: my gf eats meat, basically just not pork, beef, and lamb. Nov 28 11:22:35 ah..lamb.. Nov 28 11:22:38 so rabbit? :) Nov 28 11:22:53 dang, I can't open source my app with these stupid hacks inside @!# Nov 28 11:23:07 hehe, well it's not a philosophical choice. her body lacks some enzyme which breaks down a particular protein found in some types of meat Nov 28 11:23:14 so, she gets horribly sick if she eats it Nov 28 11:23:23 oh, that's sad :( Nov 28 11:23:27 reminds me of my gf Nov 28 11:23:34 she gets horribly sick if she eats/drink lactose Nov 28 11:23:38 but she can eat chicken and fish Nov 28 11:23:45 yet she loves cheese and have cheese all the time :)) Nov 28 11:25:01 she actually didn't used to eat chicken because she said she just didn't like it. thankfully, i converted her on that one at least Nov 28 11:25:27 i'm pretty handy with a grill, so i whipped up a few things and now she likes chicken :) Nov 28 11:27:19 come on guys.. stop it.. it's winter here (so no grilling outside) and there are no shops/eating places where I could buy some meat around here.. and I'm hungry. Nov 28 11:27:54 tauno that reminds me of The Office. Nov 28 11:27:57 i was disappointed i missed my window to get a gyro actually. thats what i really wanted, but the place closes at 3am :) Nov 28 11:27:58 Michael: "Who wants my man meat?" Dwight (excited): "I want your man meat Michael!!!" Nov 28 11:28:19 :P Nov 28 11:28:38 i love that show Nov 28 11:29:47 btw romainguy: if your brave enough you can buy your girlfriend some beano...that will sort out those lactose issues Nov 28 11:30:05 buy it for her for christmas. she'll love that ;) Nov 28 11:30:35 @!# Nov 28 11:30:37 fucking animations Nov 28 11:32:22 i just got 3 head working on Fedora 10. Im semi amazed it was as painless as it was Nov 28 11:32:26 goodbye windows eclipse crashes Nov 28 11:38:16 @!# Nov 28 11:38:18 stupid drawable Nov 28 11:40:23 ugh.. I guess I'd have to install some Linux beast so I can build/use Android from source? Nov 28 11:40:31 or OS X Nov 28 11:41:23 :( Nov 28 11:43:08 I'd really like to contribute to Android but I don't have time to installdebug Linux and don't want to buy an OSX licence just for that :( Nov 28 11:43:17 whiney me again.. sry Nov 28 11:43:53 fuck its late Nov 28 11:43:58 yeah Nov 28 11:44:04 and fuck these drawables too Nov 28 11:45:01 * IznastY - [ is away ] [ Reason: Activate IdleAway: 300 min ] [ Time: 22:44:55 ] [ Pager: on ] [ Log: on ] Nov 28 11:45:56 wow, thats pretty annoying Nov 28 11:47:25 my SuspiciousLoader class is getting scary ^^ Nov 28 11:49:39 it sounds also scary.. or.. suspicious Nov 28 11:49:49 it does do suspicious things Nov 28 11:49:57 since you love hacks, you'd appreciate that class :) Nov 28 11:51:30 ok, i just realized i probably have another 30 minutes until i can start testing this code, which means it'll be at least another hour after that before it works. i should just cut my losses and go to bed :) Nov 28 11:51:48 that would be weak :) Nov 28 11:52:09 i still have family crap to do tomorrow. Nov 28 11:52:28 I don't actually love them - I'm trying to avoid them whenever possible but they still "happen" from time to time :P Nov 28 11:52:30 hehe, now that i think about it, i forgot to find out when im supposed to be at my moms tomorrow. oh well, hopefully its not early :) Nov 28 11:52:46 I have 200 slides to write tomorrow Nov 28 11:52:48 Nov 28 11:52:56 romainguy, good luck with that Nov 28 11:53:01 yeah :) Nov 28 12:00:02 tauno: if that can make you happy I identified a few APIs tonight that I should make public :) Nov 28 12:14:21 does anyone use the Fedora version of eclipse with android? Just wondering how you satisfied the WST (web tools) dependency. Nov 28 12:14:31 It looks tighter than the eclipse.org version Nov 28 12:18:27 hmm git status doesn't respond for me either Nov 28 12:18:36 I wonder if the servers are under maintenance or just down Nov 28 12:18:50 hmm no Nov 28 12:18:52 repo sync works Nov 28 12:20:54 romain, explain yourself :) Nov 28 12:21:50 tauno: ? Nov 28 12:21:58 what APIs Nov 28 12:22:03 ah Nov 28 12:22:10 some drawables/animation stuff Nov 28 12:22:17 things you can do from XML but not from code Nov 28 12:22:31 aha Nov 28 12:25:13 I just found the flaw in my plan Nov 28 12:25:22 has anyone build the android SDK on x86_64? Nov 28 12:25:26 nope Nov 28 12:25:49 so much for using my extra memory Nov 28 12:26:00 romainguy, it wont build ? Nov 28 12:26:14 I meant, I'm not building it on x86_64 linux Nov 28 12:26:22 but I know it caused trouble to other devs Nov 28 12:27:02 :( damn Nov 28 12:40:37 gambler: i did, on amd64 sid some weeks ago Nov 28 12:40:47 worked without any problem iirc Nov 28 12:41:09 but im only using the emu out of it, for dev im using the _r1 Nov 28 12:56:41 build the android sdk? Nov 28 12:56:44 did i miss something? Nov 28 12:59:29 seems so Nov 28 13:01:53 I need a good name for an app that lets you set away from phone stuff Nov 28 13:02:06 so you can auto respond via text message to txt's or phone calls Nov 28 13:02:14 or you can forward txt messages to another phone Nov 28 13:02:26 AwayDroid? :P Nov 28 13:03:00 romainguy, still there? Nov 28 13:03:04 yep Nov 28 13:03:06 i was thinking just Away Nov 28 13:03:39 romainguy, are there plans for releasing some UI guidelines? :) Nov 28 13:03:44 yep Nov 28 13:04:02 is there something more than jsut plans? :) Nov 28 13:04:47 lol Nov 28 13:05:34 romain: any opinion on whether the datepicker and timeicker should select all when the edittext views get focus? Nov 28 13:05:49 tauno: yes Nov 28 13:06:20 romainguy, good to know, thanks Nov 28 13:06:20 blau: I can see both being useful :) Nov 28 13:08:29 thats the one pick thing in the ui that annoys me to no end Nov 28 13:09:02 if that's all that annoys you... :)) Nov 28 13:09:19 s/pick/big/ Nov 28 13:09:21 blau meant: thats the one big thing in the ui that annoys me to no end Nov 28 13:09:34 everything else that annoys me is tiny Nov 28 13:09:37 (next time the android-discuss moderators are taking a break for a few days, they should just "allow all" till they come back :) ) Nov 28 13:09:45 except for maybe the messaging performance Nov 28 13:09:54 tauno: you complain a lot :) Nov 28 13:10:04 romainguy, I do what I can do best Nov 28 13:10:09 ;) Nov 28 13:10:13 you should be friend with languish Nov 28 13:10:35 I think we are brothers separated at birth Nov 28 13:10:44 ..or something like that Nov 28 13:11:25 lol Nov 28 13:11:52 speaking of complaining - I want to anticomplain.. I really like the funky moves that the ListViews scrollbar makes.. this shouldn't be fixed :) Nov 28 13:12:09 too late Nov 28 13:12:16 fixed already? Nov 28 13:12:30 ah, sad :) Nov 28 13:12:38 it really looked basd Nov 28 13:12:39 -s Nov 28 13:13:28 other than looks - it doesn't allow you to scroll up again when viewing details of some app in Market for example (using the trackball) Nov 28 13:13:35 tauno: like in the market? Nov 28 13:13:48 tauno: yeah, known bug Nov 28 13:14:18 i like how the scrollbar resizes weirdly Nov 28 13:14:29 well that's gone :) Nov 28 13:14:41 but I think I'm going to actually miss this thingie.. I mean.. it always brings a smile to my face when I try to see how small or big I can make it (the scrollbar) :) Nov 28 13:14:43 until i resubmit the change! Nov 28 13:14:43 it still weird, but less weird Nov 28 13:14:56 blau: but I won't approve it :) Nov 28 13:15:06 it's like a small minigame.. Nov 28 13:15:21 where was the bug, in the actual scrollbar stuff Nov 28 13:15:27 or the way the listview was put together? Nov 28 13:15:32 could i easily reproduce it in my apps? Nov 28 13:15:36 it wasn't a bug Nov 28 13:15:41 oh Nov 28 13:15:43 "it's a feature" Nov 28 13:15:46 no Nov 28 13:15:49 :) Nov 28 13:15:57 but it was working the way the code was designed to work Nov 28 13:16:06 it's just that Market uses ListView in a weird way Nov 28 13:16:13 with items of very different heights Nov 28 13:16:17 and that threw the scrollbar computations off Nov 28 13:16:26 so now in this case we do something different Nov 28 13:16:36 do enough people actually have grandcentral invites that g1 central isnt getting horribl reviews? Nov 28 13:16:36 it's not pretty but much more "normal" Nov 28 13:18:30 does the sim draw the BootAnimation at all? Nov 28 13:18:49 the SIM? Nov 28 13:18:52 no Nov 28 13:19:03 oh, great, my app got its icon back! :) Nov 28 13:19:18 http://progx.org/users/Gfx/shelves_2.mp4 \o/ Nov 28 13:20:06 romainguy: you do graphics but not kernel level/SurfaceFlinger? or not? Nov 28 13:20:17 no, I don't do low-level stuff Nov 28 13:20:25 (well sometimes when I really need to, but that's not my job normally) Nov 28 13:20:36 was any 0.8 git source released? Nov 28 13:21:25 this makes sense then, the only bootanimation code I can see in 1.0 uses GLES which apparently is not used on sim Nov 28 13:21:43 wait Nov 28 13:21:49 are you talking about the emulator or the simulator? Nov 28 13:22:36 I guess emulator (qemu), I thought it was called sim because of a comment in one of the files Nov 28 13:22:44 it's an emulator Nov 28 13:22:48 there's also a simulator Nov 28 13:22:52 and OpenGL ES works in the emulator Nov 28 13:22:57 which is compiled java for x86? Nov 28 13:23:04 and the boot animation shows up for me in the emulator Nov 28 13:23:08 (simulator) Nov 28 13:23:14 romainguy, whats the difference? Nov 28 13:23:18 the simulator doesn't emulate the CPU Nov 28 13:23:25 it just runs Android straight on x86 Nov 28 13:23:28 it's a LOT faster Nov 28 13:23:32 works only on Linux Nov 28 13:23:42 oh ok, that's why I haven't seen it I guess :) Nov 28 13:23:53 and it's discouraged to use it anyway Nov 28 13:24:43 any idea if telephonyManager.listen(new PhoneCallListener(context), PhoneStateListener.LISTEN_CALL_STATE); can dissapear? Nov 28 13:25:32 is it a documented public API? Nov 28 13:25:55 yes, but i mean like can my listener be unregistered? Nov 28 13:26:01 the apidocs dont seen to say Nov 28 13:26:11 not if you don't remove it Nov 28 13:26:25 ok Nov 28 13:27:00 and i cant figure out how to remove it or get a list of registered listeners Nov 28 13:32:46 tric, cool im gonna start building it now Nov 28 13:32:47 blau: it's explained in the documentation Nov 28 13:32:49 "To unregister a listener, pass the listener object and set the events argument to LISTEN_NONE (0)." Nov 28 13:34:29 romain: im an idiot Nov 28 13:34:36 i even read that at some point Nov 28 13:34:44 and it didnt click Nov 28 13:34:51 or i asked it before and got the same answer Nov 28 13:35:11 wait... even better, i implemented it and didnt remember Nov 28 13:35:16 :( Nov 28 13:36:40 is it possible for an activity to switch the internet connection from lets say umts to wlan? Nov 28 13:36:56 some mornings i should be allowed to touch a computer Nov 28 13:36:59 shouldnt Nov 28 13:37:00 an application can turn on wifi Nov 28 13:37:54 romainguy, you have some idea why Phones.NUMBER_KEY returns the number in reverse? (eg basically the same as Phones.NUMBER but reversed)? Nov 28 13:38:04 yes Nov 28 13:38:09 that's used to do phone number matching Nov 28 13:38:42 so that it doesn't matter whether your phone number is stored/received as +1-555-123-4444 or (555) 123-4444 Nov 28 13:38:44 etc. Nov 28 13:38:58 if you do the matching in reverse, it's easier, faster and more accurate :) Nov 28 13:39:14 oooh you google guys are so smart Nov 28 13:39:35 romainguy, ok, that explains it :) Nov 28 13:39:48 in the application I just showed a video of, I do something similar Nov 28 13:39:50 does android.intent.action.SCREEN_ON actually work, cause i cant seem to receive anything after turning the screen on Nov 28 13:39:55 but i may just be doing something wrong Nov 28 13:39:57 my database contains a column called sort_title Nov 28 13:40:02 it's the same as the title column Nov 28 13:40:04 romainguy: oh ok, and when wifi turned on android will actually use it? Nov 28 13:40:19 except it's all lower case and it removes "a", "the", "an", etc. at the beginning Nov 28 13:40:25 tric: well yes Nov 28 13:40:25 romainguy, that was your app that you showed? Nov 28 13:40:31 yes Nov 28 13:40:32 romainguy, looked nice :) Nov 28 13:41:55 you guys from the united states? Nov 28 13:42:08 blau, nope Nov 28 13:42:10 I'm from France but I live in the US Nov 28 13:42:24 romain, do any shopping this morning? Nov 28 13:42:33 well it's 6am Nov 28 13:42:37 and I have yet to go to bed Nov 28 13:42:39 so no :) Nov 28 13:42:58 romain, but youll miss all the sales! Nov 28 13:43:00 lol Nov 28 13:43:04 so? Nov 28 13:43:14 romainguy, feature request - make the title of the book autoscrolling when it's selected (not actually scrolling but moving from beginning to end and then resetting back to beginning for x-seconds and then start scrolling again) ;) Nov 28 13:43:15 I'm actually scared of tomorrow Nov 28 13:43:18 I live downtown SF Nov 28 13:43:28 blau: where are you from :) Nov 28 13:43:28 I wonder if I'll even be able to open the door of my building Nov 28 13:43:38 im from new jersey Nov 28 13:43:42 ah Nov 28 13:43:43 in the united states Nov 28 13:43:48 blau: which exit? Nov 28 13:43:49 * offby1 slaps thigh Nov 28 13:43:50 tauno: that's coming in the next RC update Nov 28 13:43:55 i work 105, live 127 Nov 28 13:44:05 ooh, I wasn't prepared for an actual answer :) Nov 28 13:44:06 romainguy, ? Nov 28 13:44:09 lol Nov 28 13:44:17 blau: I live in Singapore Nov 28 13:44:18 tauno: the next Android update adds this feature to TextView Nov 28 13:44:27 <-- Plainfield/Westfield as of many years ago Nov 28 13:44:33 tauno: so when this feature is public, my app will use it :) Nov 28 13:44:45 romainguy, so.. my current custom implementation is all for nothing again :P Nov 28 13:44:50 yep Nov 28 13:44:52 cool, im living in north plainfield now Nov 28 13:44:54 argh :P Nov 28 13:45:54 i ordered a crapload of dvds and blu rays from amazon Nov 28 13:46:05 and went to staples this mornign for a bunch of memory cards/sticks/flash drives Nov 28 13:46:10 "Route 22" ... "Watchung Mountains" Nov 28 13:46:21 "Two Guys from Harrison" Nov 28 13:51:30 im right off rt22 basically Nov 28 13:51:39 the soda machine just gave me 2 sodas again Nov 28 13:51:42 its my lucky day! Nov 28 13:54:04 btw.. after all this meat talk.. I ate some lamb meat for lunch (had do walk a little but in the end it payed off big time) (: Nov 28 13:54:22 i want pizza Nov 28 13:54:49 hi all, has anyone tried using USB mouse with android ? Nov 28 13:56:49 ..lamb shashlik (or whatever it's called in english) Nov 28 13:57:09 blau: i had pizza :D Nov 28 13:57:54 tauno "lamb kebobs" Nov 28 13:58:10 or lamb on a skewer Nov 28 13:59:11 i love google Nov 28 13:59:14 * blau hugs google Nov 28 13:59:17 aanishn: bluetooth might be closer on rc29 and modified rc30 Nov 28 13:59:26 languish, kebab's a little different but something similar, yes Nov 28 14:00:00 let me tell you, it tasted really freat :P Nov 28 14:00:05 great* Nov 28 14:01:57 tmzt, bluetooth ?? Nov 28 14:02:10 aanishn: bluetooth mouse I mean Nov 28 14:02:11 tric, how did you get by prebuilt/ Nov 28 14:06:34 yeesh its never easy Nov 28 14:21:44 when i send an sms from my emulator Nov 28 14:22:03 how can i verify that Nov 28 14:22:17 you're drinking soda at 9:00 am? Nov 28 14:22:20 * offby1 clucks Nov 28 14:23:37 yeah lol Nov 28 14:28:50 romainguy: is MSMFB_BLIT needed after writing directly to the framebuffer? Nov 28 14:28:59 no idea Nov 28 14:29:12 besides, it's not supported :)) Nov 28 14:29:22 not on g1 Nov 28 14:29:42 not on Android :) Nov 28 14:33:07 * jbq waves at romainguy Nov 28 14:33:11 yo Nov 28 14:33:15 jbq: waking up? Nov 28 14:33:17 or going to bed? Nov 28 14:33:23 waking up Nov 28 14:33:33 * offby1 grunts at jbq, and pours coffee Nov 28 14:33:41 jbq: mathias and I are about to go to bed Nov 28 14:33:46 (separately :) Nov 28 14:33:47 lol Nov 28 14:33:54 heh Nov 28 14:34:00 I'm wondering whether to go ski today. Nov 28 14:34:26 decisions, decisions Nov 28 14:34:27 if you go I'll be very jealous Nov 28 14:34:32 and I'll have to make you pay on Monday :) Nov 28 14:34:37 I won't, as long as he doesn't tell us how nice it was Nov 28 14:35:17 It's unlikely to be nice. which is why I'm not sure. Boreal on 8" of artificial snow isn't that compelling. Nov 28 14:38:19 bought 4 8 gig sandisk drives today Nov 28 14:38:20 lol Nov 28 14:43:11 blau: I have one on my Amazon "wish list". Nov 28 14:43:21 The 16 gig ones cost way more than twice as much, which is odd. Nov 28 14:44:05 12.99 each! after rebate Nov 28 14:44:18 yikes! where'd you get 'em? Nov 28 14:44:20 staples Nov 28 14:44:23 early morning sale Nov 28 14:44:24 huh Nov 28 14:44:27 aw Nov 28 14:44:54 they are only on sale till 10am Nov 28 14:45:02 and 3,000 miles away. Nov 28 14:45:16 you can make it Nov 28 14:46:16 send one this way too then Nov 28 14:46:35 got a few 4 gig micro sdhcs Nov 28 14:46:37 for $10 Nov 28 14:50:49 I'm spending my $10 on this (gf is dragging me there): http://www.imdb.com/title/tt0944101/ Nov 28 14:51:45 im trying to drag my gf to see transporter 3 Nov 28 14:53:19 its possible to send txt messages hwile on a phone call right Nov 28 14:53:34 Philistine Nov 28 14:53:45 ...I didnt even know they made a transporter 2 Nov 28 14:54:49 transporter 2 was worse than 1 but more enjoyable Nov 28 14:55:29 I havent seen anything good from that actor since LS2SB Nov 28 14:55:55 huh.. just printed out my cinema tickets and noticed that they are putting ads there also :( damn ads everywhere Nov 28 14:56:28 ..that's a google channel, sry.. I wanted to say that I love ads :> Nov 28 14:57:24 jason statham is awesome Nov 28 14:57:31 Crank was a cinematic masterpiece Nov 28 14:58:56 dito Nov 28 14:58:57 :) Nov 28 15:00:41 ne1 use trillian for irc? Nov 28 15:00:45 ill check it ou - i just hope it has a storyline Nov 28 15:01:11 so much stuff out of hollywood nowadays is just a bunch of events in sequence and random chase scenes Nov 28 15:01:11 oh, maybe you should skip it then Nov 28 15:01:21 lol Nov 28 15:01:38 well i hope the fighting is good Nov 28 15:42:56 JesusFreke: i forgot a file :( redoing the zip now Nov 28 15:45:02 * IznastY - [ is away ] [ Reason: Activate IdleAway: 300 min ] [ Time: 22:44:55 ] [ Pager: on ] [ Log: on ] Nov 28 16:26:18 i guess i should get off my butt and flash JesusFreke's newer rc30 Nov 28 16:37:00 woop Nov 28 16:55:16 my amazon balance is 0 :( Nov 28 17:08:47 hi Nov 28 17:12:31 hello all, anyone know what happened to the Spare Parts app? Nov 28 17:13:37 havent heard of it Nov 28 17:14:36 it was apparently an app made by the Andoid team which added extra options to the system Nov 28 17:17:26 there's aSettings that just came out Nov 28 17:28:58 aSettings looks very useful Nov 28 17:30:19 cooool bt pan w/ dhcp is working for me. Nov 28 17:30:29 why would anyone use asettings for ringmode? Nov 28 17:30:40 (99% working, just need to figure out why it didn't push a gateway) Nov 28 17:30:54 and is asettings opensource? Nov 28 17:31:15 i got mine exchanged today cos of the squeaky screen issue Nov 28 17:31:43 t mob only took the phone and let me keep the battery and all accessories and they gave another box with the same accessories Nov 28 17:31:48 2 batteries now \o/ Nov 28 17:32:59 coo Nov 28 17:36:12 anyone familiar with repo? Nov 28 17:36:37 (or git) .. i have some submitted changes. i want to make standard diffs of everything that isn't accepted upstream. Nov 28 17:37:11 (the changes in garrett plus the edits I just made) Nov 28 17:42:25 grrr cant send sms while on call? Nov 28 17:47:00 is there a way to send a txt message through the messaging program? or make a message show up in a conversation? Nov 28 17:50:42 hmm..the email app crashed on me while downloading a 500kb .gz file Nov 28 17:52:45 pwned Nov 28 17:53:23 anyone here worked with git/repo? Nov 28 17:53:47 trying to get a udiff of all changes in my branch against the master upstream (some submitted already, some not) Nov 28 17:54:44 the Camera code has stuff for Video recording, but it's not implemented it seems :( Nov 28 17:55:53 the camera can barely take a picture in 5 seconds.. Nov 28 17:56:02 lol Nov 28 17:56:05 stop motion! Nov 28 17:56:34 its real -real- old school. "everyone sit still for 15 seconds while I load the tintype!" Nov 28 17:56:52 * offby1 sits still Nov 28 17:57:00 damn. you breatehd. Nov 28 17:57:01 Disconnect: yeah, tell me about it Nov 28 17:57:35 plus, half the time when I start the "camera" app, it's actually still running, and displaying existing pictures; I haven't figured out how to get it to go from "display existing pictures" mode to "I wanna take a picture NOW, damnit" mode. Nov 28 17:57:36 if it wasn't for the holiday, google employees would be jumping up and down insisting that we stop bitching and submit patches. Nov 28 17:57:52 do they do that? I haven't heard that sentiment here Nov 28 17:58:02 * ttuttle jumps up and down and insists that you stop bitching and submit patches. Nov 28 17:58:06 (/me was an intern.) Nov 28 17:58:09 ttuttle: duly noted. Nov 28 17:58:19 not as much now that it's been repeatedly explained that its a bullshit answer :) Nov 28 17:58:32 They're working on that. Nov 28 17:58:34 actually the one bit I'd most like to fix, I can't, because a) it's not open source; and b) it's a kernel driver, and I don't know squat about the kernel Nov 28 17:59:10 offby1: Oh, what is it? Nov 28 17:59:22 yeppers. and even if it was, c) you can't put it on actual hardware Nov 28 17:59:27 kernel panic when I'm talking on the phone Nov 28 17:59:41 Ouch. Nov 28 17:59:44 Never had that happen myself. Nov 28 17:59:46 offby1: might be hw. whats logcat say? Nov 28 17:59:51 I've nagged jbq about it, and he's forwarded my logs to kernel folks Nov 28 17:59:55 kewl Nov 28 18:00:02 ViewVideo.java :o Nov 28 18:00:05 ... from whom I haven't yet heard back, but ... Nov 28 18:00:20 presumably they'll get to it when they get to it. Nov 28 18:00:46 hmm...shouldnt the g1 wake from sleep if gets a text message? Nov 28 18:00:54 mikey|: probably. Nov 28 18:01:00 it didnt for me Nov 28 18:01:16 got a text at 5:44pm, woke up my phone at 5:59 Nov 28 18:01:22 and it made the alert sound Nov 28 18:01:54 mikey|: how do you know you got the text at 5:44? maybe it got stuck in the tubes? Nov 28 18:02:06 if they want to make it open (even without root) they should see about including jf's cramfs utilities images. super useful :) and it doesn't change the size (or ro-ness) of /system, so no user-visible changes needed. Nov 28 18:02:08 it says so on the notification bar Nov 28 18:02:09 them tubes clog a lot, y'know Nov 28 18:02:22 mikey|: hmm Nov 28 18:02:23 it's only a text message, not an email Nov 28 18:03:09 weird. mine always kicks off on time (or at least, i've never gotten a notification and seen it was late. missed a couple of notifications but that could just as easily be the super-super-weak vibration) Nov 28 18:03:09 * mikey| goes off to spam himself from cbfsms.com Nov 28 18:03:19 * ttuttle doesn't get text messages, ever. Nov 28 18:03:30 (/me had AT&T shut them off, as AT&T now charges $0.20 per message.) Nov 28 18:03:35 disc: my app lets you set a cusotm smsm vibration Nov 28 18:03:45 custom sms Nov 28 18:03:47 can it be stronger? Nov 28 18:04:00 no, but it can be longer, so you are much more likely to notice it Nov 28 18:04:07 which app? Nov 28 18:04:10 i have mine as a little jingle Nov 28 18:04:11 dgAlert Nov 28 18:04:22 one of the users posted a custom string, that is really cool, long but cool Nov 28 18:04:52 hmm..that alert tone is really weak and short, need a better tone for it Nov 28 18:05:21 with my app you can make it vibrate for a minute if you desire Nov 28 18:05:24 i prolly missed the alert (music on laptop), but the screen didnt turn on so i didnt notice Nov 28 18:05:32 blau: is it on app store? Nov 28 18:05:36 mikey, yes Nov 28 18:05:41 %s/app store/market/g Nov 28 18:05:49 it lets you enable turning the screen on when you get a sms too Nov 28 18:05:54 yeah, market, my bad Nov 28 18:06:02 why does dgalert want internet access? Nov 28 18:06:16 disc: version checking, blame google for that Nov 28 18:06:22 you are the first person to ever ask Nov 28 18:06:26 you can have a cookie Nov 28 18:06:33 for stealin' your internets Nov 28 18:06:51 i really thought people would care about the permissions Nov 28 18:06:55 but it seems it doesnt matter Nov 28 18:07:05 some do, they just don't ask :) Nov 28 18:07:09 ah, finally good or at least decent voip quality out of android/emulator Nov 28 18:07:59 blau: you used xml preferences for this right? Nov 28 18:08:04 yes Nov 28 18:08:14 why do you ask? Nov 28 18:08:20 are the options auto-commit()ed? Nov 28 18:08:29 to the prefs file Nov 28 18:08:38 like the moment you click something? Nov 28 18:08:42 yeah Nov 28 18:08:56 i dont recall seeing any commit code in the apps i've seen Nov 28 18:09:00 ill check Nov 28 18:09:07 yes Nov 28 18:09:19 as soon as you change something, they commit Nov 28 18:09:34 ah, ok Nov 28 18:10:15 almost got my away from phone app working %100! Nov 28 18:11:55 weird Nov 28 18:11:59 my apostrophe dissapears Nov 28 18:12:06 in a dialog box Nov 28 18:12:09 excellent stuff blau, the app works very nicely Nov 28 18:12:14 thanks mikey Nov 28 18:12:46 using alertdialog.builder and .setmessage, any apostrophes seem to dissapear Nov 28 18:15:18 this weeks gadget show looks good, they try to get an apple fan to convert to the g1 Nov 28 18:15:30 cool Nov 28 18:16:03 wow more bad publicity for the g1. sweet. Nov 28 18:16:21 mikey: if you wind up really liking dgAlert, would you be really nice and set a short email to HelpMeGetAGoogJob@gmail.com saying how great I am and that I would be a great asset as a software engineer to google Nov 28 18:16:30 lol Nov 28 18:17:42 lol Nov 28 18:18:58 :) Nov 28 18:20:14 bbl, gadget show time Nov 28 18:21:53 anyone got some good uses for thumb drives Nov 28 18:24:02 raid? Nov 28 18:25:09 DSL/Puppy? Nov 28 18:25:58 i think i might be getting a G1 phone! Nov 28 18:26:02 congrats Nov 28 18:26:08 is it by AT&T right? Nov 28 18:27:42 er, T-Mobile Nov 28 18:27:52 tmobile yes Nov 28 18:28:03 wow, #android talked the most on 11-12 Nov 28 18:28:11 392K Nov 28 18:28:18 in my logs Nov 28 18:28:45 from the last 26 days Nov 28 18:29:08 http://android.irclogs.space-lab.us/stats/ Nov 28 18:31:33 the biggest thing about android i like is its open source, and i can write applications for it :) Nov 28 18:40:40 you can write apps for iphone, s60, palm, wm... Nov 28 18:40:48 blackberry. Nov 28 18:42:02 ivantis2, wtf, I'm not even top 10. I gotta step it up Nov 28 18:42:45 did you hear that that statement said "and"? it is open source, as well as i can write apps for it. both of those are true, but on other phones not open source Nov 28 18:42:59 most other phones cost the developer money to write apps for Nov 28 18:43:07 and they don't have such good simulators Nov 28 18:43:36 ((openSource(android)) && (iCanWriteAppsFor(android))) is true Nov 28 18:43:38 The emulator does make development a breeze. I really only load stuff onto the phone when I want to make sure I'm not making something too small to see on its screen. Nov 28 18:43:59 i tried using the emulator for a test app i wrote, and it didnt work Nov 28 18:44:04 ubuntu 8.04 Nov 28 18:44:12 The emulator didn't start? Nov 28 18:44:19 no Nov 28 18:44:25 the emulator started Nov 28 18:44:31 but how do i load an app into it? Nov 28 18:44:37 With adb. Nov 28 18:44:41 adb? Nov 28 18:44:45 adb install Nov 28 18:44:50 ah Nov 28 18:44:59 well, too bad i threw it away Nov 28 18:45:11 er, rm -r'ed it Nov 28 18:46:14 KNY, im not even on there for anything. i barely ever talk here Nov 28 18:46:29 im more of a #perl person Nov 28 18:46:30 I've never noticed you before, haha Nov 28 18:46:46 well, ive been here 26 days keeping logs Nov 28 18:46:49 as ivantis Nov 28 18:46:56 ah Nov 28 18:47:24 http:irclogs.space-lab.us Nov 28 18:47:29 oops Nov 28 18:47:32 add // Nov 28 18:47:42 i keep logs of a couple other places Nov 28 18:48:20 aw, im not in the C++ stats either Nov 28 18:48:28 If I wanted to do something every time my phone was plugged into a charger, am I correct in thinking that I would have to register for the BOOT_COMPLETED intent and then start a service to listen for ACTION_BATTERY_CHANGED? Nov 28 18:51:55 A couple of times I've placed a call by dialing with the dialer, and the screen changes to say "Call In Progress" ... but I don't hear anything. (Other calls work fine). What could be wrong? Nov 28 18:53:14 Have you had anything plugged into the USB port while that happened? Nov 28 18:53:19 does android yet have an IRC client? Nov 28 18:53:19 ah, perhaps Nov 28 18:53:32 TiberiumX: I do have the USB plugged in. Lemme try without Nov 28 18:53:37 ivantis, there are several in the workds Nov 28 18:53:38 works* Nov 28 18:53:42 nothing released yet, afaik Nov 28 18:53:45 If something is connected to its audio pins, it redirects to there. Nov 28 18:53:58 can android run perl? Nov 28 18:53:59 http://www.newegg.com/Product/Product.aspx?Item=N82E16820134821&cm_sp=DailyDeal-_-20-134-821-_-Product Nov 28 18:54:08 i wrote an IRC client in perl once Nov 28 18:54:10 8 gb micro sdhc cards for 17.99 Nov 28 18:54:13 and an irc robot Nov 28 18:54:20 ivantis, not without root it can't Nov 28 18:54:46 without root? Nov 28 18:54:48 how lame Nov 28 18:54:50 I saw a native hello world out there that didn't require root, so maybe you could run perl. Nov 28 18:55:05 well, perl is the best Nov 28 18:55:07 Not sure how you'd go about interfacing it with the androig GUI. Nov 28 18:55:16 TiberiumX, yeah, you can package native code in your .apks but it's not supported at all Nov 28 18:55:19 anyone understand repo? I need to "start over" and gerrit my local branch up Nov 28 18:55:23 TiberiumX: disconnecting the USB cord made only this difference: when the call ends, I hear a little beep. Other than that, though, it's still not working :-| Nov 28 18:55:30 it's weird, since I've made -some- calls that work fine. Nov 28 18:55:34 maybe it has some good modules for android's GUI Nov 28 18:55:42 similar to Tk or Qt Nov 28 18:55:57 the UI is Java Nov 28 18:56:01 learn to love it Nov 28 18:56:55 offby1: Dunno then. I just had the experience a few times of having been listening to music on it while charging with a Y adapter, and then aswering a call and dealing with a bit of confusion while neither of us could hear the other. Nov 28 18:56:56 cool! Nov 28 18:57:07 there are already android-app jobs on elance Nov 28 18:57:08 Never had any other audio problems. Nov 28 18:57:19 Is call volume separate from other volume controls maybe? Nov 28 18:57:25 http://www.elance.com/c/rfp/main/rfpBid.pl?jobid=15742069 Nov 28 18:57:29 well, the call volume says it's at maximum Nov 28 18:57:44 time to see if T-mobile's support sucks as badly as every other large organization's :-| Nov 28 18:58:39 yeah, unless you can dupe the problem on the spot with their support, they won't do squat Nov 28 18:58:50 ("they" being t-mobile) Nov 28 18:59:33 thats how a lot of big companies are with open source stuff Nov 28 18:59:42 they get pissed if you modified it Nov 28 18:59:45 does the maps app not support zooming in by double tap? Nov 28 18:59:59 ivantis, what does that have to do with t-mobile's support on a stock device? Nov 28 19:00:18 Maps app seems to be generally gimped in a lot of areas... Nov 28 19:00:41 yeah, Maps is definitely way weaker than maps.google.com Nov 28 19:00:47 is anyone else here registered on elance? Nov 28 19:03:04 offby1`: tmobile's phone support has been somewhat less terrible than other telcos in my experience Nov 28 19:06:39 wow, compass is cool :D Nov 28 19:11:33 yawn Nov 28 19:14:48 jasta: you worked with repo much? Nov 28 19:14:56 ok, 15 minutes later, t-mobile's support says: reboot the phone :-| Nov 28 19:15:01 I confess that _did_ work, but ... geez Nov 28 19:15:10 shoulda started there Nov 28 19:15:14 Disconnect: not really, no Nov 28 19:15:18 damn Nov 28 19:15:44 * Disconnect needs to do something that should be simple - resubmit all the changes from a local branch Nov 28 19:15:47 offby1: what did you expect? those supports dummies dont know anything Nov 28 19:16:11 Disconnect: git commit --ammend and repo upload? Nov 28 19:16:37 repo upload won't resubmit patches just the new ones since the last upload :( Nov 28 19:17:22 are you trying to just revise a previous submission? this case is documented as one of the FAQ entries on using repo and git, linked to from source.android.com Nov 28 19:17:30 and they tell you to use git commit --ammend and repo upload Nov 28 19:18:24 jasta: I know, but I'm ever optimistic :-| Nov 28 19:19:33 offby1: i dont know why you would be. those support guys are no different than plucking some random schmuck off the street and asking him to fix your G1 Nov 28 19:19:47 yeah, I know Nov 28 19:19:50 :-| Nov 28 19:19:53 they have no training and not technical background. Nov 28 19:20:02 and don't speak English clearly :-| Nov 28 19:20:04 what help they can give is by sheer luck Nov 28 19:22:00 * Disconnect was reading 'using repo and git' and such, not the faq :) checking it now Nov 28 19:22:21 ok maybe thats cuz the faq isn't linked from the main contributing or using pages :) Nov 28 19:22:26 er, :/ Nov 28 19:22:38 i meant "using repo and git" Nov 28 19:24:06 though i was wrong, look here: Nov 28 19:24:10 http://source.android.com/submit-patches Nov 28 19:26:01 yah its being a royal pita. i think i'm gonna pitch out the local branch and start over - faster Nov 28 19:27:25 it assumes you didn't delete the changesets in garrit :/ which i won't do again, but.. Nov 28 19:45:02 * IznastY - [ is away ] [ Reason: Activate IdleAway: 300 min ] [ Time: 22:44:55 ] [ Pager: on ] [ Log: on ] Nov 28 19:48:07 hmm, if I were lucky, the spontaneous reboots would come at just the right time to fix the missing-sound problem! Nov 28 19:48:12 that'd be like SO cool. Nov 28 19:48:13 Not. Nov 28 20:38:04 wow. have you licked your g1 today? http://feeds.macosxhints.com/click.phdo?i=ea92a3c10035ec16c85d21d5c30bc05c (or any other capacitive ts.. they reference iphone of course) Nov 28 20:42:28 ooh, special gloves. Nov 28 20:42:29 Sure. Nov 28 20:42:34 Disconnect, why wouldn't they just use their nose? Nov 28 20:42:42 (if anything) Nov 28 20:43:33 I want a phone that reads my facial expression, and acts accordingly. Nov 28 20:44:37 offby1, well, you've got a G1 and an SDK; get to work Nov 28 20:51:45 :-| Nov 28 20:51:49 but I'm laaaaazy Nov 28 20:51:54 plus the camera's on the back. Nov 28 21:20:53 hello Nov 28 21:27:46 chanwitk: hi Nov 28 21:28:07 hello ttuttle Nov 28 21:28:39 i'm looking the way to change G1 screen with logo.rle in the boot.img Nov 28 21:28:44 anyone knows the trick ? Nov 28 21:29:23 chanwitk: there's a program called to565 that converts a raw 8-bit RGB bitmap to the right format. Nov 28 21:31:07 tuttle: right, i've heard about it. someone in xda-dev said that replacing logo.rle did not work. Nov 28 21:31:29 which piece are you trying to replace? the android or the "G1"? Nov 28 21:31:57 the black and white G1. Nov 28 21:32:16 afaik that is part of the bootloader. unreachable from linux. Nov 28 21:34:54 logo.rle, no? Nov 28 21:35:10 isn't logo.rle the color android? Nov 28 21:35:27 .rle doesn't contain animatiion bits afaik Nov 28 21:36:03 well, this is getting plain annoying now Nov 28 21:36:16 been trying to drain this battery for ages, wifi, bluetooth, gps Nov 28 21:36:21 all on Nov 28 21:36:38 says something good about htc but i want to drain and recharge it to 100% Nov 28 21:37:09 mikey|, my new battery stays at 'empty' for a long time Nov 28 21:37:20 i'm guessing due to training Nov 28 21:37:37 i hope the 2200mah extended comes out soon Nov 28 21:39:28 is it possible to have Spinners in a ListView? (with Spinners having a different ListAdapter) Nov 28 21:40:07 "also will it damage the battery just to lick give it a bit of a boost so it dont die during the day" Nov 28 21:40:10 wait...what? Nov 28 21:40:39 mikey|: heh, i think he means the contact points for the battery. Nov 28 21:40:51 to clear off gunk and such to increase conductivity. Nov 28 21:40:58 oh Nov 28 21:41:17 fnord what comes with the G1? 1200mah? Nov 28 21:42:30 something like that yeah Nov 28 21:42:50 ok time for work. poof Nov 28 21:43:52 1150mah Nov 28 21:44:05 what android package can be used to read battery info? Nov 28 21:44:37 kny ouch, isnt that a bit low? Nov 28 21:44:52 fnord_: logo.rle is b & w with "T-Mobile G1" word. Nov 28 21:46:43 Delvien, yeah, it's definitely way too small Nov 28 21:47:20 KNY I would go for 4800mah, i know its possible... but at what cost :p Nov 28 21:48:05 heh, the camera app lets you focus before taking a shot Nov 28 21:48:18 half press it and a green dot shows up Nov 28 21:53:14 Delvien: would you rather carry an extra 2400mah batteries or carry a massive iPhone like battery wrapper? Nov 28 21:54:59 i carry a battery pack for my g1 Nov 28 21:56:16 unix_infidel: id rather just have a decentsize battery in the phone and not have to worry about it Nov 28 21:56:49 Delvien: when battery technology catches up i'm sure you will ;-P Nov 28 21:57:30 unix_infidel: there is no money in batteries, so im sure its never going to Nov 28 22:01:38 I just spent the last 10 mins of my life tapping the screen to make a drum sound... Nov 28 22:02:09 Delvien: can i have your life so i can put the time to more productive use? Nov 28 22:02:15 sure Nov 28 22:02:19 yay Nov 28 22:02:21 maybe you will have better luck than i did Nov 28 22:12:49 I wouldn't mind a wrapper, especially if it had a wildcharge reciever in it Nov 28 22:13:16 I hate how T-Mobile is basically calling the G1 "theirs" Nov 28 22:13:27 on their website, it's listed under T-Mobile phones, not HTC phones Nov 28 22:13:37 nobody else is selling the dream, are they? Nov 28 22:13:54 still Nov 28 22:13:57 it's HTCs phone Nov 28 22:14:04 HTC has always had their phones rebranded. Nov 28 22:14:18 Dream is the first HTC branded phone too, isn't it? Nov 28 22:14:19 And the phones are almost always exclusive per company. Nov 28 22:14:22 But no other carrier is selling the HTC g1 Nov 28 22:14:33 So it technically is a T-Mobile phone Nov 28 22:14:36 it's still an HTC phone, and should be listed under htc imho. Nov 28 22:15:03 I never heard of HTC before the G1, its not a known name, which scares people away. Nov 28 22:15:23 it is a known name in the smartphone arena Nov 28 22:15:24 It's marketing, nothing to get bent out of shape over Nov 28 22:15:35 At least it has the HTC logo on it. Nov 28 22:15:42 Most HTC's I've seen don't. Nov 28 22:16:48 HTC has only recently been pushing themselves as a consumer brand Nov 28 22:16:50 I call it the dream, htc dream/g1, or g1. never put t-mobile in it. Nov 28 22:17:18 It's a fairly major marketing change for them, but they've OEM/ODMed most of the interesting smartphones in the past decade Nov 28 22:17:19 Why does it matter? I call mine a Monkey Nov 28 22:17:26 Makes just about as much sense. Nov 28 22:17:56 tmobile probably has an exclusivity contract for a bit Nov 28 22:18:07 which probably means they can call itt theirs Nov 28 22:18:10 until it expires Nov 28 22:18:32 plus they have ahabit of renaming stuff they sell Nov 28 22:18:38 my god, there is still no IRC client for android Nov 28 22:18:39 so they can own the name Nov 28 22:21:42 wow, google have big plans for android: "values returned by the accelerometer in various locations in the universe. " Nov 28 22:22:08 What does that mean? Nov 28 22:22:21 no idea Nov 28 22:22:31 http://code.google.com/android/reference/android/hardware/SensorManager.html#GRAVITY_SUN Nov 28 22:22:34 any VNC viewer yet? Nov 28 22:22:41 they also have the other planets there Nov 28 22:24:41 Delvien: http://code.google.com/p/android-vnc/ Nov 28 22:24:50 written by jasta it seems Nov 28 22:25:16 mikey|: saw that but doesnt seem to be coming anytime soon :x Nov 28 22:25:20 so if someone steals your phone and flees to mars it will be able to tell Nov 28 22:26:21 When can people start charging for Market apps? Nov 28 22:28:34 "SENSOR_TEMPERATURE", interesting Nov 28 22:31:55 public static final float GRAVITY_DEATH_STAR_I Nov 28 22:31:57 lol Nov 28 22:41:34 Somehow I doubt my G1's accelerometer has the resolution to tell me that I'm on the death star vs. just out in space. Nov 28 22:42:00 GRAVITY_THE_ISLAND? Nov 28 22:42:10 lol, i would love to know what these mean Nov 28 22:45:34 :( "Could not enable sensor 16" Nov 28 22:54:39 mikey|: TiberiumX: Lost, the TV show Nov 28 22:54:50 the Death Star gravity was annoying to compute :)) Nov 28 22:55:27 The island lifts into space so you'd consider it's gravity on its own vs. including the earth's mass? Nov 28 22:56:09 What is sensor 16? Nov 28 22:56:30 light sensor Nov 28 22:56:38 no, it was temp sensor Nov 28 22:56:51 TiberiumX: look at the value, it's the numbers sequence from Lost Nov 28 22:56:52 arg, no it is the light sensor Nov 28 22:57:17 Ahh, okay. I didn't watch lost. Nov 28 22:57:41 this is crazy, why doesnt it find my textview o.o Nov 28 22:57:45 keeps throwing a null pointer Nov 28 22:58:09 Is it in your resources file? Have you set that layout as your content view? Nov 28 22:58:21 yeah, its there, r.id. shows it Nov 28 22:58:42 its the default textview with an added id and no default text Nov 28 22:59:11 Did you call setContentView(R.layout.whatever)? Nov 28 22:59:47 ah..lol Nov 28 23:00:06 i moved it to the bottom while adding my code Nov 28 23:00:10 and forgot about it Nov 28 23:00:44 Ahh. I've done that before. Nov 28 23:06:45 lol Nov 28 23:06:56 Amazon sells a 1 GB Micro SD card for $0.09 Nov 28 23:12:13 not worth the shipping Nov 28 23:12:14 tbh Nov 28 23:12:29 yes :) Nov 28 23:14:12 depends Nov 28 23:14:21 looks like you're limited to 5 Nov 28 23:14:22 if you have a amazon yearly whatever it's free s&h Nov 28 23:14:35 if you could get like 50 for price oe $10 shipping or whatever Nov 28 23:14:45 I'd do that Nov 28 23:16:43 re Nov 28 23:16:47 anyone awake ? Nov 28 23:17:00 not sure if my last messages been sent ok Nov 28 23:17:15 Hey, my G1's GPS is giving ridiculous readings. I'm driving to Manchester, NH and it says I'm off Cape Cod in the ocean! Nov 28 23:17:29 :D Nov 28 23:17:40 nice Nov 28 23:17:52 some bugs in the res files from the source Nov 28 23:17:58 in IM and Phone app Nov 28 23:18:21 in res/values/strings.xml some strings are missing Nov 28 23:18:24 for phone: Nov 28 23:18:35 newPinLabel Nov 28 23:18:41 oldPinLabel Nov 28 23:18:48 confirmPinLabel Nov 28 23:18:55 puk_requested Nov 28 23:19:16 (delete all the other language files and try to recompile and u see the errors) Nov 28 23:23:27 dream_kill: these values are probably specified in another strings.xml Nov 28 23:23:37 because they definitely work in English Nov 28 23:24:27 yes, in different LANGUAGE Nov 28 23:24:35 then they're just old unused strings Nov 28 23:24:47 then why compiler complain ? Nov 28 23:24:58 because they are probably used in an unused layout :) Nov 28 23:25:01 (delete all the other languages res files) Nov 28 23:25:09 and do compile :D Nov 28 23:27:03 seems only IM and Phone have this missing Nov 28 23:27:06 rest seems ok Nov 28 23:30:16 dream_kill: is that you who knows about replacing the very first G1 logo? I've heard about this from some forum. Nov 28 23:31:04 ;) Nov 28 23:31:41 dream_kill: could you tell me how to get the logo replaced? Nov 28 23:31:51 with what :P ? Nov 28 23:33:54 :) with a blank image Nov 28 23:34:27 u need to be able to flash using NBH file Nov 28 23:34:48 as the splash is not in the MTD area u see in the G1 :P Nov 28 23:35:42 wow, you're real :) Nov 28 23:35:58 what's NBH file ? Nov 28 23:36:16 update file used by the HBOOT :D Nov 28 23:36:37 Hboot .95.000 needs signed files Nov 28 23:36:59 so making ur own not easy, unless you patch the hboot to accept unsigned files Nov 28 23:37:16 don't ask how as is not done yet Nov 28 23:38:54 something about holding camera button to get into it, right? Nov 28 23:38:57 so u for splash screen u need a nbh file with 0006 identifiers (main splash image) Nov 28 23:39:30 size 0x4b000 Nov 28 23:40:58 i see Nov 28 23:41:17 so i think i can not do it at the moment. Nov 28 23:41:24 a lot of keywords now Nov 28 23:41:24 for sure not Nov 28 23:41:54 if it helps you i can give u the bin from the g1 logo :D Nov 28 23:42:00 so u have a looking point :D Nov 28 23:42:49 cool :) Nov 28 23:43:14 i think i found somewhere mentioned about DREAMING.nbh Nov 28 23:43:32 exactly Nov 28 23:43:54 this is what the hboot looks for on the sd card Nov 28 23:44:00 when in hboot mode Nov 28 23:44:24 check the file against the first 0x100 bytes (signature) and if valid, flashes in the handset Nov 28 23:44:39 i see Nov 28 23:44:53 so moding the file it will not work as is signed :( Nov 28 23:45:02 * IznastY - [ is away ] [ Reason: Activate IdleAway: 300 min ] [ Time: 22:44:55 ] [ Pager: on ] [ Log: on ] Nov 28 23:45:33 * dream_kill wants a faster pc for compliling as his takes far to loong :P Nov 28 23:47:00 so you mean, if we're able to sign it again some how we sign update.zip, it's going to work? Nov 28 23:47:50 yep Nov 28 23:48:04 but this time the keys are in hboot Nov 28 23:48:22 so first need to patch the hboot to have the new keys (or no keys check at all) Nov 28 23:48:28 and then flash the .nbh Nov 28 23:48:35 since first part is not done yet.... Nov 28 23:49:06 i see, i got the idea. Nov 28 23:49:25 same way someone's done with recovery image. Nov 28 23:55:10 dream_kill: thanks for your info. looking forward to hear from you about that soon ;-) Nov 29 00:26:02 Linux is running now on the iPhone 3G Nov 29 00:26:29 yeah I saw that. Nov 29 00:26:38 http://blog.iphone-dev.org/post/62041396/linux-here-we-come Nov 29 00:27:09 did anyone except me get an over the air update today? Nov 29 00:27:48 * offby1 stares blankly Nov 29 00:27:56 that would be "no" Nov 29 00:37:35 Versed: to what version? Nov 29 00:38:00 not sure, I'm new to this myself. just got it when I was going to the bank today. Nov 29 00:38:36 poke around in the "About Phone" thingy under Settings, and see what version you've got. Nov 29 00:38:40 I think most of us have R30. Nov 29 00:39:01 rc30 Nov 29 00:39:09 I was checking as you asked Nov 29 00:39:21 boy, most of us got that weeks ago Nov 29 00:39:30 I just bought the phone tuesday Nov 29 00:39:36 maybe you haven't had the phone on, with data, in a long time? Nov 29 00:39:49 its been on Nov 29 00:40:08 in anycase its done Nov 29 00:40:35 *shrug* Nov 29 00:40:52 maybe they distribute the updates alphabetically, and "Versed" comes late in the alphabet :) Nov 29 00:41:08 who knows Nov 29 00:41:30 well off, catch ya later going out for a beer and cigar Nov 29 00:41:50 hey! Nov 29 00:41:57 don't say that if you aren't going to send us some :-( Nov 29 00:42:19 instead, say something like "going off to accompany my wife while she shops for slipcovers", or something that won't make us envious Nov 29 00:53:58 is there an android irc client yet? Nov 29 00:54:55 yup Nov 29 00:54:56 countercultured.net/ircbeta.apk Nov 29 01:05:47 why when using the system.img form the sources i always get the process com.android.phone has stopped unexpectedly.please try again Nov 29 01:05:55 and the phone keep reboots ? Nov 29 01:10:24 elad: ooh! Gotta get that. Nov 29 01:10:43 dream_kill: what does the log say? Nov 29 01:11:41 dmesg doesn't say anything Nov 29 01:11:48 logcat Nov 29 01:11:49 what other log to look at? Nov 29 01:11:59 2 sec Nov 29 01:12:19 is it just me or is the latest v1.2 firmware update slow as hell? Nov 29 01:12:29 everything seems so much slower on my g1 Nov 29 01:12:32 there's no firmware 1.2 Nov 29 01:12:46 (he means the xda-devel one :P ) Nov 29 01:12:50 yea Nov 29 01:12:56 ooh. nicer than emacs/erc/screen Nov 29 01:12:58 mod 1.2 RC30 Nov 29 01:14:40 OK, I'm giving the countercultured.net guy money Nov 29 01:16:25 * dream_kill flashing a bootimg too so i get adb so can logcat :D Nov 29 01:25:53 has anyone successfully connected a g1 to an ubuntu box? Nov 29 01:27:31 yes Nov 29 01:27:46 figures Nov 29 01:28:01 bert0, yes Nov 29 01:28:06 did you follow the instructions? Nov 29 01:28:25 I haven't been able to get mine to work. I have tried different cables etc. Nov 29 01:28:31 bert0: "connected" how? I attach the USB cord to my ubuntu box every day; works fine Nov 29 01:28:34 copy files around etc. Nov 29 01:28:41 it's my _windows_ box that doesn't work. Nov 29 01:28:59 I just want to copy files to it Nov 29 01:29:16 it says that it can't mount it because there is no media Nov 29 01:30:36 Unable to mount location. No media in the drive. Nov 29 01:31:33 romainguy : is so fast the logcat :P Nov 29 01:32:23 KNY are there special instructions for linux or something that I'm missing here? Nov 29 01:33:35 bert0: not that I know of. I think mine worked fine the first time I tried :-| Nov 29 01:34:23 you just plugged it in, hit mount, and it shows up as a USB drive? Nov 29 01:35:02 bert0, no, there are special instructions Nov 29 01:35:17 http://code.google.com/android/intro/develop-and-debug.html#developingondevicehardware Nov 29 01:37:17 seems the media provider causes a exeption Nov 29 01:38:13 goup 0x40013e28 Nov 29 01:38:38 bert0: stupid question - you *do* have an SD card in the phone, right? Nov 29 01:38:54 an excellent question Nov 29 01:39:26 the phone itself does not mount - but it exports the SD card as USB mass storage Nov 29 01:39:29 I could imagine someone tearing open the box and not noticing the little SD card in there. Nov 29 01:40:16 * Leeds pokes bert0 Nov 29 01:40:44 Leeds yes Nov 29 01:40:48 children! No fighting Nov 29 01:41:33 KNY I did all that and still adb detects no devices Nov 29 01:41:46 bert0, did you restart adb? Nov 29 01:41:51 `adb kill-server` Nov 29 01:42:07 bert0: are you trying to mount or use adb? they aren't the same thing Nov 29 01:42:23 either way is fine by me Nov 29 01:42:31 Leeds, if you can't see it with adb, it won't mount Nov 29 01:42:39 KNY it still doesn't detect Nov 29 01:42:46 KNY: assuming you have the debug over USB option turned on... Nov 29 01:43:01 bert0, what Ubuntu? Nov 29 01:43:19 8.04 lts Nov 29 01:43:54 you copy and pasted the hardy instructions, right? Nov 29 01:43:58 bert0: are you plugged in directly or through a hub? can you verify that other USB devices work when plugged into the same socket? are you using the HTC cable or a different one? Nov 29 01:44:10 I replugged it in and now adb reads HT840GZ17015 offline Nov 29 01:44:30 and it still won't mount, with the same error Nov 29 01:45:02 My thumb drives work in this usb port Nov 29 01:45:14 you're getting an error? Nov 29 01:45:23 yea Nov 29 01:45:30 Unable to mount location. No media in the drive. Nov 29 01:46:02 what does dmesg tell you? Nov 29 01:46:53 lots Nov 29 01:47:07 that's unhelpful Nov 29 01:47:29 what does dmesg tell you about USB devices being plugged in? Nov 29 01:47:39 well what specifically do you want? The last line or all 10 pages Nov 29 01:48:00 take a guess Nov 29 01:48:25 lsusb ? Nov 29 01:49:38 Bus 002 Device 010: ID 0bb4:0c02 High Tech Computer Corp. Nov 29 01:49:50 hmm Nov 29 01:49:53 mount -a? Nov 29 01:50:44 I still get the same error after mount -a Nov 29 01:51:51 bert0: disconnect the phone. wait 10 seconds. connect the phone. select mout on the phone. then paste the output of "dmesg | tail -50" in a pastebin Nov 29 01:53:14 morning loke_ Nov 29 01:53:42 http://pastebin.com/d268e3362 Nov 29 01:56:07 what is the max size for system.img :P ? Nov 29 01:56:31 you don't want to go over 64 MB :) Nov 29 01:57:17 70637952 Nov 29 01:57:42 the eng builds can go a little higher Nov 29 01:58:00 but for the retail build, we fail the build if it goes over 60 MB Nov 29 01:58:11 k:P Nov 29 01:58:49 seems the crashes are from the ***provider.apk Nov 29 01:59:27 are there any known sd cards that won't work with the g1? Nov 29 01:59:56 full sized ones Nov 29 02:00:01 lol Nov 29 02:00:50 is it possible to have Spinners in a ListView? (with the Spinners having a different ListAdapter) Nov 29 02:00:54 yes Nov 29 02:01:09 It should be able to read a sandisk microSDHC 4gb card right? Nov 29 02:01:21 bert0: if it's formatted correctly yes Nov 29 02:01:29 romainguy, I get an exception (give me a second, I'll get it) Nov 29 02:01:53 it should be formatted correctly if I just got it from the store right? Nov 29 02:01:58 maybe Nov 29 02:01:59 no diea Nov 29 02:02:00 idea Nov 29 02:02:06 try to format it in FAT32 again Nov 29 02:02:08 see if it helps Nov 29 02:03:04 I would but I don't have a way to read it without my G1 which won't mount Nov 29 02:03:13 romainguy, java.lang.IllegalStateException: android.widget.Spinner is not a view that can be bounds by this SimpleAdapter Nov 29 02:03:32 (ps, there's a bug that needs fixing :)) Nov 29 02:03:42 KNY: the exception is pretty explicit, SimpleAdapter doesn't know how to bind to a Spinner Nov 29 02:03:46 it is certainly not a bug Nov 29 02:03:51 either use SimpleAdapter's ViewBinder Nov 29 02:03:55 or use your own Adapter Nov 29 02:04:06 romainguy, I meant the typo in the message was a "bug" Nov 29 02:04:31 ah Nov 29 02:06:18 romainguy___, do you mean that I can't have a Spinner in a ListView that's built from a SimpleAdapter, or a SimpleAdapter populate a Spinner? Nov 29 02:06:34 a SimpleAdapter can populate a Spinner Nov 29 02:06:47 and a SimpleAdapter can create Spinners, if you use a ViewBinder Nov 29 02:07:16 SimpleAdapter is, as its name suggests, simple Nov 29 02:07:23 it knows about ImageView and TextView by default and that's it Nov 29 02:07:35 if you want something fancier, use a ViewBinder or make your own adapter Nov 29 02:07:36 that's what I have. I have a SimpleAdapter.ViewBinder that I was going to use to populate the spinner with the SimpleCursorAdapter, but I get the exception before that Nov 29 02:08:51 because your ViewBinder is not implemented correctly Nov 29 02:09:00 you have to return true Nov 29 02:09:20 okay, I'll see what I can do Nov 29 02:09:24 and whoa, you changed nicks Nov 29 02:09:27 magic. Nov 29 02:09:40 it's a powerful spell called a KVM :p Nov 29 02:09:50 haha Nov 29 02:10:12 romainguy: the mtd partitions are defined in the kernel or stored in the nand flash ? Nov 29 02:10:24 no idea Nov 29 02:10:35 (the alocation for mtd partitions) Nov 29 02:10:38 k Nov 29 02:10:47 i wanted to make system bigger Nov 29 02:10:51 and userdata smaller :DS Nov 29 02:11:14 what are you putting on system? Nov 29 02:11:24 I mean, why do you need to make it bigger? Nov 29 02:11:59 uff, now system.img from sources worked Nov 29 02:12:04 but NO bluetooth :( Nov 29 02:13:50 i love the camera :D Nov 29 02:14:00 can play chess :D Nov 29 02:14:10 (no image from camera) Nov 29 02:15:11 iTunes Nov 29 02:15:34 I hate iTunes Nov 29 02:15:37 I like it Nov 29 02:15:47 why the iTunes hate? Nov 29 02:15:48 but I just exported my Library to open it on another computer Nov 29 02:15:55 it's an XML file that contains 108,000 lines Nov 29 02:16:19 SystemWizard, it's the biggest pile of crap ever, at least on Windows Nov 29 02:16:19 shit, the iphone got a .torrent client Nov 29 02:16:28 lol Nov 29 02:16:41 i wonder how the g1 would handle bittorrent Nov 29 02:16:44 KNY: fair enough.. on the Mac it's pretty decent.. Nov 29 02:17:43 SystemWizard, can't watch folders, doesn't detect duplicates automatically, only mac/windows, required for iTouch use, bloated as hell, etc Nov 29 02:18:40 yea yea yea... I suppose that's all correct.. but I've tried other ipod managers (anapod comes to mind right away) and eventually they all trashed my iPod database Nov 29 02:19:59 right, which is another beef I have with Apple :) Nov 29 02:20:11 why should I need an "iPod manager"? Nov 29 02:20:13 * KNY signs Nov 29 02:20:16 * KNY sighs, too Nov 29 02:21:49 yea that's my single peeve with the the ipod Nov 29 02:21:58 I can't just copy files to it and call it good.. Nov 29 02:22:07 but if I have to deal with that, I'll use iTunes.. Nov 29 02:22:17 that's my beef with the g1 Nov 29 02:22:21 haha Nov 29 02:22:28 you're a fringe case, bert0 Nov 29 02:22:38 I know it sucks Nov 29 02:22:44 all of the other windows and mac 'managers' for the iPod will eventuall trash the iPod database Nov 29 02:22:57 so will iTunes Nov 29 02:23:02 just try switching computers some time Nov 29 02:23:09 Even winmo could mount an sd card to my ubuntu computer Nov 29 02:23:19 or, heaven forbid, reinstall your OS Nov 29 02:23:19 i did.. Nov 29 02:23:24 oh Nov 29 02:23:30 you're talking about auto-sync, right? Nov 29 02:23:41 no, it forces you to delete your music first Nov 29 02:23:52 at least with the iTouch it does Nov 29 02:24:12 I think there's some way to export it or release it or something, but that doesn't help much if your HDD dies Nov 29 02:25:14 I haven't had that problem Nov 29 02:25:42 I now have a WinXP virtualbox image just for iTunes Nov 29 02:26:05 but I have to patch my linux kernel to get iTouch/iPhone & iTunes support Nov 29 02:26:23 but yeah, that's a quick summary of why I hate iTunes. Glad you asked? Nov 29 02:27:11 meh.. I've heard that before... Nov 29 02:27:41 so it's fine.. Nov 29 02:30:07 but I've never had any instance of itunes (where I turn out the option to manage the devices myself) take songs back off of an iPod or an iPod Touch.. Nov 29 02:33:01 romainguy, I got that Spinner to work a while ago, by the way Nov 29 02:33:04 thanks Nov 29 02:33:57 spinner? do tell... Nov 29 02:40:14 SystemWizard, original question: is it possible to have Spinners in a ListView? (with the Spinners having a different ListAdapter) Nov 29 02:53:53 ionstorm: the python bt client works pretty well on the g1 **** ENDING LOGGING AT Sat Nov 29 02:59:57 2008