[android-developers] Re: another new return of findViewById???

2008-11-25 Thread Michael
You probably want to use android:configChanges=orientation| keyboardHidden. Also, where in your manifest did you put this? It's a parameter of the activity section. And it works when I do it :) - michael --~--~-~--~~~---~--~~ You received this message because

[android-developers] Re: Android SW development request

2008-11-25 Thread Michael
Try reading stuff on http://code.google.com/android/documentation.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Plz help me getting solution for the below problem

2008-11-25 Thread Michael
#2 happens by default, there's no special configuration. As for #1, what is chunk data? Most networking operations in Android are done the same as in Java, with the Socket library. For displaying data, why not look at the example applications included in the source code, as well as the

[android-developers] Re: Maps API Key to run in emulator, is it necessary??

2008-11-25 Thread Michael
Yes, now you need to have a real API key to use MapView. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: SSLSocket working sample code

2008-11-26 Thread Michael
The Email application that comes with Android has quite a bit of SSLSocket use. Check in the android source for that. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: Plz help me getting solution for the below problem

2008-11-26 Thread Michael
in this scenario. Ah, proxy might be the issue, I don't know about using a proxy with the emulator, I don't have to do that. - michael --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] Re: how to inject a KeyEvent

2008-11-26 Thread Michael
That kinda seems like the wrong way to do things, simulating key events. But anyways, if you want to pass data between Activities, you add it into the Intent. See putExtra() and getExtra(). - michael --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Re: HTTP compression lost when using 3G connection

2008-12-01 Thread Michael
If by Browser you mean the web browser on an Android device then no, it's just a web browser. But of course you can write your own application for Android that does TCP/IP sockets to connect to some other service. (also, maybe post a new thread next time?)

[android-developers] Re: Guitar Tuner

2008-12-01 Thread Michael
I got started on this one myself, but then I realized there's no way to analyze the audio coming in without first recording it to a file... and that really sucks for tuning a guitar. So I gave up for now, but you can bet I'll be writing one once the API makes that possible. - michael

[android-developers] Re: RatingBar ratingBarStyleSmall

2008-12-02 Thread Michael
On Dec 1, 2:49 pm, Xavier Mathews [EMAIL PROTECTED] wrote: Right but are there add-on rate bars? What the heck are you talking about? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Getting information from the Internet

2008-12-02 Thread Michael
Who's Code Would That Be? And what about the difference between http and htp is there a code for each one? See, now I'm starting to think you're a troll. What is 'htp'? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: Netflix Instant

2008-12-02 Thread Michael
This is an Android development forum, I think you can assume people are talking about Android applications. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: ice-e on Android?

2008-12-02 Thread Michael
for desktop applications... So you're probably out of luck. - michael --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com

[android-developers] Re: Getting information from the Internet

2008-12-02 Thread Michael
Why don't you enlighten us? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

[android-developers] Re: Getting information from the Internet

2008-12-02 Thread Michael
Heh. Clearly a troll. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: Android on iPhone

2008-12-02 Thread Michael
Android there. So at this point, I'd assume not. Contact the people who ported Linux to it for more information - we don't have anything further here. - michael --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: ice-e on Android?

2008-12-02 Thread Michael
unless you write it specifically for the Android SDK. - michael --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com

[android-developers] Re: ice-e on Android?

2008-12-02 Thread Michael
Go look at what ice-e is - it's a framework for writing Java applications to run on mobile platforms. Android is not supported by it right now, so the answer to the original question is no. If he writes his app in Java *using the Android SDK*, then obviously it will run on Android. - michael

[android-developers] Re: Web Service and Authentication

2008-12-03 Thread Michael
This is a bit off-topic on an Android development group, as there's no Android content. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Web Service and Authentication

2008-12-04 Thread Michael
). Probably you should warn the user about the cert being self-signed, and ask them if they want to accept it. - michael --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: The G1 (RC30) eMail Client

2008-12-05 Thread Michael
Yeah, it's known to have quite a lot of issues. Try this for now: http://code.google.com/p/k9mail --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Epilog: Largish HTTP Post vs. ANR

2008-12-05 Thread Michael
You will not be able to access /data on the G1 with the shell. It's a security feature. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: The G1 (RC30) K-9 eMail client

2008-12-05 Thread Michael
On Dec 5, 1:35 pm, Xavier Mathews [EMAIL PROTECTED] wrote: The problem was stated. No, the original poster said that it has problems, but didn't state what problems he thinks it has. --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-developers] Re: New SDK Available

2008-12-08 Thread Michael
Except the phones that don't support the networks they use. I.e. the T-Mobile G1. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: G1 and PS3 question

2008-12-08 Thread Michael
that streamed to the internet, and I suspect that it'd drain your battery fast. As far as I know, there is no such player yet available - but one could be written. - michael --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: G1 and PS3 question

2008-12-09 Thread Michael
On Dec 8, 10:01 pm, Xavier Mathews [EMAIL PROTECTED] wrote: YOU can download one and how long does the batt last? Download one what? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: Getting error when trying to read file : java.lang.IllegalArgumentException: File /data/testing.txt contains a path separator

2008-12-10 Thread Michael
I noticed that lots of apps have been making a mess of my SD card. So when I had to store some data there, I made the decision to keep things cleaner. The path I used is /var/MyProgramName/ and then various directories below. --~--~-~--~~~---~--~~ You received

[android-developers] Re: certificate ssl webservice keystore

2008-12-11 Thread Michael
Yep, join the club. Lots of us are complaining about the inability to add certificates to the system keystore. One way that people have been working around this (in apps like k9mail, for example), is to use an application-specific keystore. --~--~-~--~~~---~--~~

[android-developers] Re: Data Roaming and 3rd party apps

2008-12-12 Thread Michael
Thanks, Dianne. To confirm, so it's very clear: INTERNET permission does not give an application the right to turn on data roaming. Is there any way to do this other than the option in the main system preferences? On Dec 11, 10:00 pm, Dianne Hackborn hack...@android.com wrote: On Thu, Dec

[android-developers] Re: How do i turn my program into an app?

2008-12-12 Thread Michael
Probably look here: http://code.google.com/intl/ko/android/intro/develop-and-debug.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: How to remove a file in assets at run time?

2008-12-15 Thread Michael
You cannot currently install a shared library via an APK file. Or for that matter, get it onto a non-hacked G1 at all. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: WPA-Enterprise To Be Offered?

2008-12-16 Thread Michael
I think so but you would be able to use wep wpa etc not just one form of encryption key.. WEP, WPA personal, and WPA Enterprise are all done differently. Android doesn't currently support WPA enterprise, but wpa_supplicant, the program which Android uses to handle this, does. So its

[android-developers] Re: Why File.mkdirs() can not succeed?

2008-12-16 Thread Michael
You won't be able to create a directory or any files in /data. Besides that's the phone memory. You probably want to do this on the SD card instead. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Android Dev Phone 1 and AT T

2008-12-16 Thread Michael
You would be better off waiting for the next Android phone. These things are generally not interchangable. And really, this phone was made by HTC for T-Mobile, it's of no surprise that it's designed to work with their network and not a competitor's.

[android-developers] Re: Android Dev Phone 1 and AT T

2008-12-16 Thread Michael
Last I checked, T-Mobile didn't have a presence in Canada. Which would mean, no Canadian G1. From what others are saying around here, it's ATT who did this wrong, using oddball frequencies. --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: G1 activation problem

2008-12-17 Thread Michael
Your carrier has no way of knowing that you're using wifi, they're not involved in that case. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Keeping GUI Updated

2008-12-17 Thread Michael
I have an app that uses a background thread to fetch data, then posts messages/runnables to keep the UI up to date. When the UI is not visible, this thread is suspended. Pretty much, onCreate/onResume/etc for the Activity starts the background process if it's not running.

[android-developers] Re: Keeping GUI Updated

2008-12-17 Thread Michael
if it's not visible. I wrote an IRC client for one of the pre-release SDK versions (mostly as a test), and looking at it now, I realize I didn't handle this case at all :) - michael --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: Cupcakes Email and K9

2008-12-18 Thread Michael
I notice that we can't remove the system packages either. I just tried adb uninstall com.android.email and of course it didn't work... got: W/PackageManager( 48): Attempt to delete system package com.android.email from the emulator. Figured I'd see if I could save some space :)

[android-developers] Re: How To Eliminate Preferences Values Database?

2008-12-18 Thread Michael
On Dec 18, 3:05 pm, Xavier Mathews xavieruni...@gmail.com wrote: Yea Delete your prefrence data... be sure that the xml can not convert to rss! Then delete the older file from the explorer. You realize that RSS is just an XML file with a particular schema, yes?

[android-developers] Re: Simple Text Editor

2008-12-18 Thread Michael
Ignoring the previous reply 1. be able to place and retrieve text files on gphone flash memory via usb You'd be better off storing things like this on the SD card, rather than in phone memory. More space for one, and if you want to be able to retrieve the files via the USB data

[android-developers] Re: certificate ssl webservice keystore

2008-12-19 Thread Michael
I second the mention of using K9 as reference. Check in the src/com/ fsck/k9/mail/store/ directory, specifically the ImapStore.java and TrustManagerFactory.java files, among others. Also note that this stuff isn't Android-specific, these are standard java.* and javax.* libraries, and there's

[android-developers] Re: Android Dev Phone Battery life

2008-12-19 Thread Michael
I've had smartphones for years - 3-4 days is VERY good I think. You imply your simple Samsung phone was just a phone... which isn't really comparable to something like the G1. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] How to implement a magnifier like the input method in iPhone ?

2008-12-19 Thread Michael
) When user moves finger on the screen, redo 1), 2) and 3) Can anybody give me some suggestions? Is this a good solution? Or, do you have ideas about how to do this with a better way? Thank you very much for your help and suggestions. Merry Christmas ^_^ Michael

[android-developers] Re: How to load applications on Android Dev Phone??

2008-12-22 Thread Michael
start at http://code.google.com/android maybe? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Re: zimbra, kmail LINUX

2008-12-22 Thread Michael
, the KDE stuff really sucks anyways :) 2. Is it possible to run zimbra on the phone? There is no Android version of Zimbra available right now. Or to sync zimbra with it? See my answer to #1. - michael --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Re: Automatic browser?

2008-12-22 Thread Michael
Heh, I think that using webkit for this is NOT the right solution. Were I to do this, and I've done it a few times already, I'd be doing it with HttpClient. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Automatic browser?

2008-12-22 Thread Michael
Can it? Yes, of course. Should you? That's another question. Sounds like I don't have enough information about what you're trying to do to give you a proper answer. Are you trying to display a web page to the user, or parse data out of it? On Dec 22, 5:37 pm, Yoav Weiss

[android-developers] Re: Automatic browser?

2008-12-22 Thread Michael
Ah. I misunderstood what you were trying to do then. Your original post wasn't at all clear about this goal. On Dec 22, 5:58 pm, Yoav Weiss yoav.weiss...@gmail.com wrote: I want to display a full web page to the user, while measuring the download times. This is why I was leaning towards

[android-developers] Re: Android Dev Phone - Failed to upload app using Eclipse (timeout)

2008-12-23 Thread Michael
Yes, this is expected behavior, it's to prevent one application from accessing the data of another. But this does not get in the way of using adb to install/remove applications. You are using adb install and adb uninstall yes? --~--~-~--~~~---~--~~ You received

[android-developers] About speech recognizer

2008-12-30 Thread michael
hi all Does this ability is already provided now? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

[android-developers] Re: Album Art

2009-01-05 Thread Michael
Does anyone have a working Example of ALBUM_ART, I have tried every example out there and cannot find any that actually retreive the art. I'm doing this in an unreleased application. I made an account over at Amazon.com, and make a simple HTTP request to their server, retrieve the XML

[android-developers] Re: future app distribution on android

2009-01-05 Thread Michael
This is already supported via the uses-sdk tag in the manifest: http://code.google.com/android/reference/android/R.styleable.html#And... Ooh, slick. Would the value of this be set to the actual SDK version, like '1.0_r2' then? --~--~-~--~~~---~--~~ You

[android-developers] Re: Code generator for SQLite interface?

2009-01-09 Thread Michael
I've looked at Connectbot's source a bit, and it looks like their SQL stuff was based on the sample notepad application in the SDK. Which is what I've based my own SQL stuff on too :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-developers] Re: App that uses phone data

2009-01-12 Thread Michael
Of course. There is a sample application in the SDK that would be a great place to start. Get the SDK and play with the API Demos on the emulator. On Jan 7, 12:36 am, Topagae topa...@gmail.com wrote:  I have a small team checking out Iphone and Android because we want to make a practice app

[android-developers] Re: Sending Mail Error

2009-01-12 Thread Michael
any one tel how to and install k9 for android application It's in the Market. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Perl on Android Emulator

2009-01-15 Thread Michael
Puneet Bhatia wrote: I want to run Perl script on Android Emulator but when I tried to do that, I got error, Perl : command not found. Can you please guide me how I can use Perl on emulator. You would have to port perl yourself to the Android platform, it's currently not supported.

[android-developers] Re: TCP connections

2009-01-22 Thread Michael
I want to setup a TCP connection between two devices running the Android OS. Is this possible, If so, please tell me how to accomplish it. Just like you would with Java on any other platform. Perhaps pick up a Java networking book? --~--~-~--~~~---~--~~ You

[android-developers] Re: P2P Android

2009-01-22 Thread Michael
Im guessing you'll need a central server with which to relay files between. I dont believe phones have unique IPs which you can directly access from phone to phone - its been a while since I checked though, maybe someone else can confirm this? If they're on wifi, you can assign them any IP

[android-developers] reading from url.openstream() misses EOL in android

2009-04-12 Thread Michael
){ System.out.println(s); } Thanks for any ideas, Michael --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Only one line of output with DataInputStream.readLine() in android

2009-04-12 Thread Michael
= dis.readLine()) != null){ System.out.println(s); } Thanks, Michael --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com

[android-developers] Recording Audio with MediaRecorder on G1

2009-02-11 Thread michael
set the permission to record audio in the android-manifest.xml file using uses-permission android:name=android.permission.RECORD_AUDIO/uses- permission Thanks for any help! Michael -- My program code: package ch.ethz.dcg.mictest; import android.app.Activity; import

[android-developers] Re: ADC2 entries so far...

2009-09-14 Thread Michael
Games: Arcade/Action Seawasp http://www.honeymilklabs.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: Hmm... at last ADC2 is out of our way ... tell about your app and experience

2009-09-15 Thread Michael
a professional team. Seawasp was contributed to ADC2 just by luck, because it fitted into the time frame. There are countless hours of work, a few thousand dollars and many sleepless nights in Seawasp. I really hope you like it! Thanks for your time, Michael. By the way, take a look at www.honeymilklabs.com

[android-developers] Re: Managing Large Graphic Set

2009-09-15 Thread Michael
the size and performance impact of the lowest- and highest compression rate. Just an idea, Michael. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Re: ADC2 Submission List

2009-10-07 Thread Michael
Hi Tom, i received the following error: There were problems with the following fields: * Url is too long (maximum is 75 characters) But there's no URL input field visible. (Using Firefox 3.5.3 on WinXP) On 6 Okt., 06:12, Tom tkhamil...@gmail.com wrote: Hello, Every since I submitted my

[android-developers] Is it possible to have a background listener listen to something being pluged into the USB port?

2008-09-27 Thread Michael
ive been trying to find somethign on broadcastreceivers for 2 days now and I cant find anything useful. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: ListView's selector in touch mode

2008-10-23 Thread michael
of my code that I could, and this behavior persists (including disabling all touch and click handlers, all selection drawables, etc...). If the basic ListView isn't working as is, is there any alternative but to try and override every single inherent list behavior to get it to work? Michael On Oct 7

[android-developers] Re: OnApplicationStart ?

2008-10-29 Thread Michael
this in AndroidManifest, with the android:configChanges attribute of your application. However... you have to be aware of what this means. I'm with the other guys, you probably want to do that some other way. Perhaps another thread or some kind of static class? - Michael

[android-developers] Re: chmod unexpected permission error when logged into an actual device

2008-10-31 Thread Michael
What is it that you people think you need root access to the underlying OS for? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: FTP?

2008-10-31 Thread Michael
No, you seem to completely misunderstand sockets. Android can make TCP or UDP connections (using the previously mentioned Java socket library) just fine, it's up to you which one you use, and for what purpose. --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: Looking for Developer Partner

2008-10-31 Thread Michael
So what, you want to hire an android developer? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Re: How to install Thawte EV Root Cert onto Android

2008-10-31 Thread Michael
This reminds me of the issue where the email client refuses to accept self-signed certificates. Extremely annoying, they should have had a way to say okay, I accept this certificate - because you know, as the user, I know better than the device.

[android-developers] Re: Delete sms from inbox

2008-11-02 Thread michael
try this: uri: content://sms/conversations/1 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Re: INSTALL_FAILED_UPDATE_INCOMPATIBLE

2008-11-03 Thread Michael
Did you sign different versions of your app with different keys? I had this error message when I changed from the debug key to a real key, and what I had to do was reinstall the old version, uninstall it fully, then install my new version. --~--~-~--~~~---~--~~

[android-developers] Re: looking for a developer to write an app for me

2008-11-03 Thread Michael
You want this to be a real functional app, or just be what's essentially spam advertising? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: The application project(process package name) has stopped unexpectedly.please try again.force close

2008-11-05 Thread Michael
Without any real detail I'm sure we've got no idea what you're doing. Perhaps you should be watching the debug log (run 'adb logcat') to see where your application crashes. As for starting one activity from another... well, read the API docs on 'Activity' - see 'startActivity()' and the

[android-developers] Re: Orientation change - start Action/Service?

2008-11-06 Thread Michael
of sensor-based orientation changes, see onConfigurationChanged() in Activity for how to handle this event. - michael --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: adb shell permissions on real G1 device

2008-11-06 Thread Michael
That's pretty intentional. Is there some reason you can't use the emulator for this? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Browser extensions i Java? YES, NO, Some?

2008-11-06 Thread Michael
I would think that you WANT the browser to show those. Lots of sites use that mimetype because the browser will display it. It'd be better for you to find another solution to send these links at your application. I mean, a desktop browser works the same way as Android's does here. And

[android-developers] Re: Orientation change - start Action/Service?

2008-11-06 Thread Michael
Oh. Well of course. Make your application be a background service that watches the sensor. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: adb shell permissions on real G1 device

2008-11-07 Thread Michael
It seems that too many people have believed the media hype, or were under the incorrect impression that T-Mobile's G1 would be completely open and free. *Android* (made by Google and the community) is open source and free for use, but the T-Mobile G1 is somewhat locked down, which is what

[android-developers] Re: modal dialogs

2008-11-07 Thread Michael
Eh, blocking on user input is rarely the way to do things. Your activity has to be able to respond to other events - such as being killed or put to sleep when the phone rings. A mobile phone is an event driven environment - so Google built Android that way. If I read your post right, I'd be

[android-developers] Re: modal dialogs

2008-11-07 Thread Michael
Fine. Yes, the only way to get a response from a button is via the onClick() handler. So yes, you use that to start up a thread and put up a progress dialog, then close it when the thread has done its long transaction. Or not have the progress dialog - then the rest of the UI is still active

[android-developers] Re: Synchronization

2008-11-08 Thread Michael
You could also do a lazy update like they do in the API Demos in the sample code included with the SDK, see List13. One thing I've got in my own code is having a thread update the data in the List which the ListView is linked to, and posting to a handler each time an item is updated, running

[android-developers] Re: Pre settings for each application

2008-11-10 Thread Michael
Look in the SDK documentation on http://code.google.com/android ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: Error while connecting to ms sql server 2005 database

2008-11-10 Thread Michael
Maybe you could provide some sample code so we can figure out what you're doing? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Cookie not enabled while using HttpPOST

2008-11-10 Thread Michael
Looking at my own code that does exactly this, I notice that I run client.getCookieStore().getCookies() *before* I make the login request (via HTTP POST). Perhaps you need to initialize the cookie store first? Otherwise, I'm doing pretty much as you're doing: DefaultHttpClient client = new

[android-developers] Re: Pre settings for each application

2008-11-11 Thread Michael
examples. - michael --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL

[android-developers] Re: java.rmi.RemoteException

2008-11-11 Thread Michael
Um, what does downloading jar files have to do with this exception? Perhaps you could post the code in question? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: progress dialog

2008-11-11 Thread Michael
Demos section, look for List13.java. - michael --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Re: Trouble with SoundPool

2008-11-11 Thread Michael
I'm in the same boat - I've got an app idea that needs to be able to do realtime analysis of the sound being recorded - this doesn't seem to be possible yet either. I guess we can only hope for it in a later revision, or work on adding such things in ourselves. - michael

[android-developers] Re: Shares Preferences are not getting deleted

2008-11-12 Thread Michael
If you're talking about the /data/ directory on the handset, that is correct, you cannot look in that directory when connected via the adb shell. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: how to transport between the java application on handset with PC?

2008-11-12 Thread Michael
Via what type of connection? You could easily make a HTTP connection... We really need more detail about what you are trying to do. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Support? Market installs not working

2008-11-12 Thread Michael
Is this an app you wrote? I have seen this with apps when I changed the signature on the new one... perhaps uninstall the old app first? I had one case where I had to reinstall an old version signed with the original certificate, then uninstall, then install the new one with my new certificate.

[android-developers] Re: 802.1x, PEAP, Campus Domain tester

2008-11-12 Thread Michael
I'd love to have PEAP support. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

[android-developers] undoing others mess.

2008-11-18 Thread Michael
Evening all, I was lookin for a little help on how i could take a .apk and unpack it if i wanted to alter the code. i see some really genius stuff out there but i want to tweak it. i.e. tetherbot http://graha.ms/androidproxy/... so i think i have installed almost every program under the sun I

[android-developers] Re: how to transport between the java application on handset with PC?

2008-11-19 Thread Michael
Again, what are you trying to do exactly? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Re: ADB via USB

2008-11-19 Thread Michael
Works fine for me with the daemon running as my usual non-root server. I suspect there's some other issue here. Device permissions maybe? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: RC30: any way to access database on device?

2008-11-19 Thread Michael
Ooh, that sounds like an excellent idea. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

  1   2   3   4   5   6   7   8   9   10   >