**** BEGIN LOGGING AT Sat Jul 04 02:59:57 2009 Jul 04 06:13:04 hey Jul 04 06:14:07 for some reason i can't debug... on the devices tab it doesn't even show my application (i'm using a g1) Jul 04 06:14:21 it only shows powermanager Jul 04 06:15:49 anyone alive? Jul 04 06:28:04 i am, but i don't know the answer, sorruy Jul 04 06:29:35 i've got a spinner with some text that's wider than the spinner. when i constrain the textview it's using to be a single line, it cuts off any words that don't fit in the spinner. i'd like it to instead fade out towards the right edge instead of cutting the word out completely. how do i do that? Jul 04 06:45:37 hello Jul 04 06:46:00 I installed the SDK 1.5 r2 on windows, I typed in command line : "mksdcard.exe 2048M SDCard1" and it worked. But now, what should I type in order to launch the Emulator ? Jul 04 07:12:37 hi ! Jul 04 07:12:45 a couple of questions related to porting android to another CPU arch... Jul 04 07:12:54 first, the toolchains in prebuild/ Jul 04 07:13:03 is there any info about how they were built ? Jul 04 07:13:27 ie, normally, gcc last pass goes against a C lib so it generates binaries linked against it etc... Jul 04 07:13:34 is there a similar pass here using bionic ? Jul 04 07:14:03 and my other question for now is I see only ARM support in libpixelflinger, how is it working on x86 ? Jul 04 09:55:50 why do i get a java.lang.VerifyError when i use the javax.swing.timer ? Jul 04 10:24:19 cesar9, don't think that javax.swing is part of Android? Jul 04 10:26:03 yacc, damn... Jul 04 10:26:31 cesar9, as swing is not in Android, it's completly something else, ... Jul 04 10:29:18 yacc, what other possibility do i have to run a method in regular intervals? Jul 04 10:29:45 because i cant restart a timer after i have canceled it .. Jul 04 10:30:29 cesar9, then create a new timer? Jul 04 10:32:26 cesar9, java.util.Timer Jul 04 10:33:30 yacc, that idea is not bad :) Jul 04 10:34:07 Rather obvious, it's not as if's an immutable scala val that you cannot replace ;) Jul 04 10:34:49 cesar9, http://www.google.at/search?q=Android+Timer+documentation&ie=utf-8&oe=utf-8&aq=t&rls=com.ubuntu:de:unofficial&client=firefox-a Jul 04 10:36:02 yacc, thanks Jul 04 11:53:40 can anyone help me with this at all? http://groups.google.com/group/android-developers/browse_thread/thread/13fafedb71ccc296 Jul 04 11:53:48 posted it last night, still not got a reply on it Jul 04 12:28:40 hi all. if I add buttons dynamically, how can I assign event listeners. I have set an ID using setID, can I just add that to findViewById ? Jul 04 12:38:30 sorry, ignore me Jul 04 12:53:33 hi Jul 04 12:58:09 Anyone: hmmm if I create a button dynamically, and when I try to create setOnClickListener an getting a caanot be resolved - http://pastebin.com/m1e825bab Jul 04 12:58:19 Anyone: sure it is somethign simple Jul 04 13:03:36 johnnyzen: k... excuse my ignorance, but what is **????** ? Jul 04 13:04:50 sammyF: thats where I was getting "cannot be resolved" so was unsure what should go there. think I sussed it with : delete_button.setOnClickListener(new View.OnClickListener() and using @override on onclick . just testing Jul 04 13:04:58 :) Jul 04 13:06:39 sammyf: thanks for looking :) Jul 04 13:08:39 np ... whatever I did ;) Jul 04 14:08:42 hi all: can anyone give me a pointer on how to update a scrolllist after changes to the content ? Jul 04 14:10:41 question: Does android come with ImageMagick? I want to convert pictures to ascii so I can upload them using an http post. Jul 04 14:14:06 ok, nearly sussed my problem, is there a easy way to remove a view and its children ? Jul 04 14:21:28 no worries, sussed :) Jul 04 14:58:50 would anyone know how to set strikethrough on a text view ? Jul 04 15:14:44 or underline ? Jul 04 15:15:05 setText("TEST,???) ? Jul 04 15:15:19 I think I need to use a buffer, but not sure how to apply it Jul 04 15:30:09 hi all, anyone knows how to implement search on android ? Jul 04 15:51:36 hi all, i am looking for how to implement search in android Jul 04 15:51:40 any help ? Jul 04 17:18:25 hi all, does anyone know if possible to use a toast on the InCallScreen ??? Jul 04 17:24:44 Hi guys! Does anyone know an Open Source project that could be used as reference on an app that needs to create Web request elements with rating and comments to fetched results, similar to the Android Market app? Thanks in advance! Jul 04 17:31:16 hi, I'm having trouble getting a MapView working.. I've used keytool to make a fingerprint for the keystore defined in the android settings, got a key from google and specified it in my XML.. however, the map doesn't load.. Jul 04 17:32:04 using DDMS I see a couple errors: "java.lang.IllegalStateException: Connection pool shut down." and "ERROR/MapActivity(791): Couldn't get connection factory client" Jul 04 17:32:08 any ideas? Jul 04 17:42:16 been a bit quiet here today Jul 04 17:44:43 it's july 4th Jul 04 17:44:51 US national holiday Jul 04 17:45:05 whats the easiest way to report back errors using the emulator in a try/catch Jul 04 18:16:05 johnnyzen: it's the weekend, and the 4th of July too Jul 04 18:16:21 titefuzz: you mean, sending some debug info somewhere? Log.d() Jul 04 18:45:35 hey all. i downloaded the 1.5 r2 sdk unzipped it, but didn't do anything with it. now the 1.5 r1 emulator won't start from within eclipse. any idea? Jul 04 18:49:13 the_alien: it simply doesn't like you ;-) Jul 04 18:49:21 looking for suggestion for drill down ui in a dialog (like on ipod): select artist and screen transitions to choices Jul 04 18:49:39 uniqanomaly: that would explain it. i go and get some cookies for it Jul 04 19:12:10 hi Jul 04 19:12:50 Trying to show a dialog from an activity inside a tabhost, I'm getting the following error: Jul 04 19:13:08 07-04 19:04:26.358: ERROR/AndroidRuntime(914): android.view.WindowManager$BadTokenException: Unable to add window -- token android.app.LocalActivityManager$LocalActivityRecord@43768408 is not valid; is your activity running? Jul 04 19:13:32 running the same code from the main activity (which is running the tabhost), it works fine Jul 04 19:13:43 what am I missing? Jul 04 19:24:05 found it, needed to use getParent() context Jul 04 20:01:42 hmm, i'm trying to set listselector to a solid color, but this turns the whole listview to that color, any pointers? Jul 04 20:32:50 Goodevening all! Jul 04 20:33:36 hallo Jul 04 20:33:47 What's up? Jul 04 20:34:22 i neet help but my english is not good Jul 04 20:34:36 :) Jul 04 20:34:51 same purpose as mee then.. I also have some basic questions Jul 04 20:35:06 maybe we can help each other :) Jul 04 20:35:32 i have problems to great a goldcard Jul 04 20:35:58 ? a goldcard? Jul 04 20:36:08 yes to root my G1 Jul 04 20:36:25 ah.. sorry, havn't rooted my phone Jul 04 20:37:24 maybe you should try the normal #android channel Jul 04 20:37:33 oh sorry Jul 04 20:37:44 i have found the channel with google ;) Jul 04 20:38:09 not sure though.. but there are alot more people there :) Jul 04 20:38:21 ah thx Jul 04 20:38:26 np Jul 04 20:41:42 maybe someone can help me with some basic startup questions: I have a "main" Activity. It starts up a background thread for some contious background stuff. When I click a button in the "main" activity, I want to start a ListActivity (I think).. Question: can the ListActivity access the same background thread I created in the "main" activity? Jul 04 20:46:24 don't know for sure, but thinking of java, that wont be a problem Jul 04 20:49:39 thanks the_alien! if it's so: how do I send the object between the activities.. through the intent? Jul 04 21:07:50 ah.. found my answer here : http://developer.android.com/guide/appendix/faq/framework.html#3 Jul 04 22:17:28 aakashpatel yo Jul 04 22:17:33 supp Jul 04 22:17:45 fix my phonez :( Jul 04 22:17:58 revert your changes? Jul 04 22:18:07 lol Jul 04 22:18:11 i just wanna get apps on the sd Jul 04 22:18:12 dammit Jul 04 22:18:40 eh Jul 04 22:19:00 waht tootrial did you follow? Jul 04 22:19:00 tootorial* Jul 04 22:19:00 ftl Jul 04 22:19:15 ummm i tried following a few, all failed hard Jul 04 22:19:28 the apps2sd app made my phone not even boot when it tried partitioning the sd card Jul 04 22:19:42 did you nandroid it up before fucking around? Jul 04 22:19:44 splitsd or whatever it is said within the app that it wasn't to be used with jf 1.5 Jul 04 22:19:47 yeah of course i did Jul 04 22:19:56 phone works fine now, but that doesnt solve my low storage problem Jul 04 22:19:57 * AakashPatel gives tommy a cookie Jul 04 22:20:25 uh haitiankid4lyf does this stuff Jul 04 22:20:28 where the fuck is that kid Jul 04 22:20:41 damn, offline on gtalk Jul 04 22:20:43 drinkin captain morgan beer Jul 04 22:21:07 hahha Jul 04 22:21:16 brb i gotta shower Jul 04 22:21:17 back in 15 Jul 04 22:21:19 k Jul 04 22:26:14 how would i call my drawables as such...for on imageclick the next png will be presented? Jul 04 22:27:47 almost using the res as the db, but im unsure how, if at all to add some sort of cursor to it...is it possible? Jul 04 22:31:53 anyone? Jul 04 22:35:19 aakashpatel i'm still failing D: Jul 04 22:35:35 i think i just might sell my adp for $20 and get a pre lol Jul 04 22:40:50 haha Jul 04 22:40:50 AAKASHPATEL I DID IT :O Jul 04 22:40:54 o.o Jul 04 22:40:57 whatatata? Jul 04 22:41:01 did what? Jul 04 22:41:01 44MB free internal memory Jul 04 22:41:02 oh Jul 04 22:41:04 :) Jul 04 22:41:21 er Jul 04 22:41:24 nvm, 47mb lol Jul 04 22:41:29 i needa get a class 6 card lol Jul 04 22:41:35 * AakashPatel haz no muneyz Jul 04 22:42:05 yeah man Jul 04 22:42:11 $50 shipped from newegg, 16gb class 6 Jul 04 22:42:22 or like $17 shipped for an 8gb class 6 Jul 04 22:42:41 go big or go home! Jul 04 22:42:43 lol Jul 04 22:43:13 haha yeah thats how i felt Jul 04 22:43:15 upgrade once Jul 04 22:43:44 lol my dad has that philosophy...help alot when i need something lol Jul 04 22:43:58 "hey dad i need a laptop" Jul 04 22:44:25 * AakashPatel comes home with a $2700 MBP...my mom was like wtfktjsflkdjfklasjgaklsjdfglaksdj Jul 04 22:45:24 hahah Jul 04 22:46:30 in the store he was like "this better be the best one, cuz youre not getting an new one for bit beaoch" Jul 04 22:46:44 bit/long time Jul 04 22:48:01 haha Jul 04 22:48:55 * AakashPatel | 5 mins later....CC company calls my mom...i get a call HOW MUCH THAT SHIT COSTTTT???? Jul 04 22:48:55 damn dude, my phone just got like 500x more useful Jul 04 22:49:00 lol Jul 04 22:49:15 seriously, EVERY APP i've installed for like the last 5 months i've had to think, "does it take up too much space?" Jul 04 22:49:27 3 days after i got my phone i had a low storage notification Jul 04 22:49:33 haha Jul 04 22:49:36 i still dont have one Jul 04 22:49:43 i dont intsall alot of stuff Jul 04 22:49:43 i use my phone for ERRYTHANG Jul 04 22:49:48 my family knows it so well by now Jul 04 22:50:01 my mom's like "what do you want for dinner", i say messican, she says "get on your phone and find a restaurant" Jul 04 22:50:06 haha Jul 04 22:50:09 brb though gota be with the fam for a bit Jul 04 22:50:13 k Jul 04 22:52:35 TommyBres: so ... you're going to code? Jul 04 22:54:25 hell he aint Jul 04 22:57:16 sammyf i have in the past :P Jul 04 22:57:27 but no i dont really plan on making android apps Jul 04 22:59:00 TommyBres: hmm .. too bad. Jul 04 22:59:13 *shrug*, i have a full plate with what i'm doing now heh Jul 04 23:00:44 * AakashPatel is crying...tyring to merge xbmc linux port with the arm port Jul 04 23:00:52 lol Jul 04 23:00:54 good luck Jul 04 23:01:12 lol the arm port compiles fine....damn linux broked it Jul 04 23:02:06 oh btw aakashpatel if you want a satnav app Jul 04 23:02:24 copilot is pretty sick, except for 1 thing... they warn you of the turns like 10 feet before the turns, or sometimes after lol Jul 04 23:02:36 so i'm gonna be gettin on vol and making them pump out an update Jul 04 23:03:24 sweet Jul 04 23:03:45 yeah, other than the late warnings EVERYTHING is so sick Jul 04 23:04:09 lulz, i needa take my permit test ive only stalled..lost count of how many months lol Jul 04 23:04:17 hahaha just do it dude Jul 04 23:04:38 permit test is a joke Jul 04 23:04:39 i was gonna thursday, but i went to the fair Jul 04 23:05:04 ok i'm out Jul 04 23:05:07 for good this time, ttyl Jul 04 23:05:11 k Jul 04 23:05:13 peace Jul 04 23:06:01 FUCK Jul 04 23:06:07 i merged to wrong folder! Jul 04 23:06:19 the* Jul 04 23:36:03 I can't seem to populate the email subject with email.putExtra(Intent.EXTRA_SUBJECT, "test") .. any idea? Jul 04 23:40:13 forget it.. Jul 04 23:48:00 can someone point me in the right direction to store images in my project in a database so i can call them from onClick Jul 04 23:57:50 anybody around? Jul 04 23:58:03 anybody, anybody Jul 04 23:58:10 Bueller. Bueller. Farris Bueller. Jul 05 00:06:49 could someone help me with a problem i am having with connecting my g1 to my computer? Jul 05 00:07:06 whats the problem? Jul 05 00:07:15 i connect the g1 via usb, but neither the PC nor the G1 detect the connection Jul 05 00:07:39 do you devleope? Jul 05 00:08:01 i have been on my emulator Jul 05 00:08:13 you have to mount the usb before comp recognize the phone Jul 05 00:08:15 but i am now trying to debug on the actual device Jul 05 00:08:19 um Jul 05 00:08:34 the phone does not even reconize it is connected to the comp Jul 05 00:08:42 no notification in the upper left Jul 05 00:08:43 odd Jul 05 00:08:58 reinstall the drivers Jul 05 00:09:26 do you know how i could do it on ubuntu? Jul 05 00:09:35 no sorry Jul 05 00:11:40 oops Jul 05 00:11:45 turned off comp by mistake Jul 05 00:11:56 but how would i connect using ubuntu? Jul 05 00:17:05 can someone tell my how i can query the contacts from within an AppWidgetProvider? Jul 05 00:18:48 I have an issue with an application that uses a dialog located in an ontouchevent to add GeoPoints to a map and for some reason my geopoints don't add until I touch the screen, any idea what the cause of this would be? Jul 05 00:35:37 how do I get the current locale from the code? Jul 05 00:56:59 java.util.Locale.getDefault().getLanguage(); // thanks **** ENDING LOGGING AT Sun Jul 05 02:59:58 2009