Scarlett Johansson Shirt Ri

2008-09-08 Thread edaleysummerton
I hope that wasn't a new shirt! http://realvideo.freehostia.com?id=32742 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cam Couples group. To post to this group, send email to Cam-Couples@googlegroups.com To

[android-developers] Change color of RatingBar stars

2008-09-08 Thread Christian Wiesbauer
Hello, is it possible to change the color of the stars of a RatingBar? I also want to change the style of the borders if it’s possible. Thanks, Christian Wiesbauer --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: Downloading any file using browser.

2008-09-08 Thread otiasj
Hello, Does anyone know how to actually download the file? If I do what you say, I can launch an activity when I click on a certain link in the browser, but the file does not start downloading in the download manager. I can get the url through getIntent().getData(), but I wonder if there is

[android-developers] Re: Downloading any file using browser.

2008-09-08 Thread otiasj
Hello, Does anyone now how to actually download the file? Right now when I click on the file of a certain type, my activity launches correctly and I get the url using getIntent().getData() But is there a way to use the download manager? (through a contentProvider for example) Thank you On 4

[android-developers] Re: Problem with sensors

2008-09-08 Thread max
Thanks very much, but I won't need the SensorSimulator. I just wanted to check if I did anything wrong or this is actually a design change: The sensors in the emulator used to return default values, which was more useful in some cases. On Sep 7, 11:42 pm, Peli [EMAIL PROTECTED] wrote: The

[android-developers] Re: Problem with sensors

2008-09-08 Thread Peli
Thanks very much, but I won't need the SensorSimulator. Shhh... even if you won't need it, in this public forum you should say: Wow! This SensorSimulator looks so cool! I have to try it out! :-) Peli www.openintents.org I just wanted to check if I did anything wrong or this is actually a

[android-developers] Open Browser from application with POST data attached.

2008-09-08 Thread Baran
Hi, Any idea about how we can open a web browser through our android appoication with POST data attached to the requested uri. I am able to open a web page on the browser from the application using the Intent feature, but now I am wondering if this is possible to have POST data attached to the

[android-developers] Re: Android SoftKeyboard Released(Both English and Chinese Input) !

2008-09-08 Thread Wesley
hi Mr Power, isit open sources :) have a nice day... Wesley... On Mon, Sep 8, 2008 at 10:28 AM, PowerGUI [EMAIL PROTECTED] wrote: I have not handwriting recognition code in hand,that needs third party support. If somebody has such library,I can integrated it with the softkeyboard.

[android-developers] Re: MediaRecord Audio - working example? / raw data stream onPictureTaken()? / Bug in Pictures application?

2008-09-08 Thread code_android_festival_way
I got a problem with the audio recording. I am able to record audio and play the recorded file with the music app. This looks like this: http://img.skitch.com/20080908-m5yaiyqh7jugcub5p5pmmna2ee.jpg You can see that the meta information is available. But the only point where the audio file

[android-developers] Re: Downloading any file using browser.

2008-09-08 Thread hackbod
The download manager was already used for you, to download the content and had it to you. You can now open the file, read it, and copy it to wherever you want. (Files stored in the download provider are only temporary.) On Sep 7, 10:40 pm, otiasj [EMAIL PROTECTED] wrote: Hello, Does anyone

[android-developers] Re: Problem with sensors

2008-09-08 Thread max
It's probably really cool from what I've heard. We use a similar application of our own, so I haven't tried yours yet. But it looks like you did a great job there. On Sep 8, 9:44 am, Peli [EMAIL PROTECTED] wrote: Thanks very much, but I won't need the SensorSimulator. Shhh... even if you

[android-developers] logcat issue

2008-09-08 Thread sudheer
Hello I am trying to develop an application which will try to extract the logs generated by system when it is executed. I try to use the exec command to start logcat at the start of my program and later want to collect the log messages generated during the application execution. when I tried

[android-developers] Context menu in MapView in android 0.9

2008-09-08 Thread [EMAIL PROTECTED]
Hello, I would like to handle touch events in the MapView and to show a context menu when the user keeps clicking on the map for a long time. I am not able to show the context menu. Moreover the only listener that gets called is the OnTouchListener, I am writing a LongClickListener but it never

[android-developers] Re: logcat issue

2008-09-08 Thread hackbod
You must hold the DUMP permission to read the logs: http://code.google.com/android/reference/android/Manifest.permission.html#DUMP On Sep 8, 2:13 am, sudheer [EMAIL PROTECTED] wrote: Hello I am trying to develop an application which will try to extract the logs generated by system when it is

[android-developers] Re: How to display a local file in the browser?

2008-09-08 Thread friedger
I am also confused. Megha mentioned ContentResolver.openContentURI. That API function doesn't seem to exist in 0.9 So could someone please enlight us and give a short example or eplain what to do in order to load a file via content provider? Thanks, Friedger On 7 Sep., 16:38, [EMAIL PROTECTED]

[android-developers] Form with background translucent or transparent, how???

2008-09-08 Thread Wesley Sagittarius
Hi, How to make the form background be translucent or transparent??? Anyone can help me??? have a nice day... wesley. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Anyone needs android developers?

2008-09-08 Thread [EMAIL PROTECTED]
Anyone needs Android developers? please email me on [EMAIL PROTECTED] --~--~-~--~~~---~--~~ 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: Android SoftKeyboard Released(Both English and Chinese Input) !

2008-09-08 Thread Yin
It's really A GREAT JOB! On Sep 6, 11:09 pm, PowerGUI [EMAIL PROTECTED] wrote: Dear Androiders,       I am glad to release the Android SoftKeyboard,support both English and Chinese input use SoftKeyboard. If you have android dotphone development evaluation or other android hardware which

[android-developers] Re: Downloading any file using browser.

2008-09-08 Thread otiasj
I am sorry I don't understand... how can I access the download provider? the data in the intent is an url like http://distantserver/ myfile.arg (and there is no extras) to access a contentProvider I would need a local uri right? Thank you for your time! On 8 sep, 18:05, hackbod [EMAIL

[android-developers] Incomming Call

2008-09-08 Thread Jose María González
I want to make an application which recognices an incomming call and displays a CallerID and some usefull information. But haven't been able to find an intet-filter action which will call the correspond BroadCastReciver. Is it possible to intercept an incomming call from an application? I already

[android-developers] Alert Dialog never displayed in when call in the run() method of a separate process.

2008-09-08 Thread CG
Hello, I am facing a strange issue. I suppose it is due to my bad understanding of processes and compatibilities with processes. So here is the behavior I'd like to have : When I open my map, actions are done in background. So I use a progress dialog. For that I need an separate thread. But if

[android-developers] Re: Downloading any file using browser.

2008-09-08 Thread hackbod
You don't, it is used when the user tries to download something from the browser. For 1.0 it is not a public API, except for being launched with the data that has been downloaded. On Sep 8, 3:09 am, otiasj [EMAIL PROTECTED] wrote: I am sorry I don't understand... how can I access the download

[android-developers] Re: Alert Dialog never displayed in when call in the run() method of a separate process.

2008-09-08 Thread hackbod
If you have created a separate thread to do work in the background independent from the UI, you wouldn't want to be doing UI in that thread. :) Also, you can only do UI in a thread that is running a message loop, NOT just a random thread you have spawned (though you should get an exception

[android-developers] Re: Form with background translucent or transparent, how???

2008-09-08 Thread hackbod
See the Translucent samples here: http://code.google.com/android/samples/ApiDemos/src/com/android/samples/app/ Their code is not that important; the key thing about them is how they set their theme in the AndroidManifest.xml http://code.google.com/android/samples/ApiDemos/AndroidManifest.html

[android-developers] Re: Alert Dialog never displayed in when call in the run() method of a separate process.

2008-09-08 Thread CG
Thank you very much Huebi and hackbod, for first the solution and taking the time to explain. I succeded in doing what I want with Handler. On Sep 8, 6:28 pm, Huebi [EMAIL PROTECTED] wrote: Hi, you can only display UI stuff from the main thread. You can use the Handler classes post() method

[android-developers] Re: Alert Dialog never displayed in when call inthe run() method of a separate process.

2008-09-08 Thread secondsun
W Sent via BlackBerry by ATT -Original Message- From: CG [EMAIL PROTECTED] Date: Mon, 8 Sep 2008 10:02:58 To: Android Developersandroid-developers@googlegroups.com Subject: [android-developers] Re: Alert Dialog never displayed in when call in the run() method of a separate process.

[android-developers] Re: Alert Dialog never displayed in when call inthe run() method of a separate process.

2008-09-08 Thread secondsun
W Sent via BlackBerry by ATT -Original Message- From: CG [EMAIL PROTECTED] Date: Mon, 8 Sep 2008 10:02:58 To: Android Developersandroid-developers@googlegroups.com Subject: [android-developers] Re: Alert Dialog never displayed in when call in the run() method of a separate process.

[android-developers] Re: Alert Dialog never displayed in when call inthe run() method of a separate process.

2008-09-08 Thread secondsun
W Sent via BlackBerry by ATT -Original Message- From: CG [EMAIL PROTECTED] Date: Mon, 8 Sep 2008 10:02:58 To: Android Developersandroid-developers@googlegroups.com Subject: [android-developers] Re: Alert Dialog never displayed in when call in the run() method of a separate process.

[android-developers] Re: Alert Dialog never displayed in when call inthe run() method of a separate process.

2008-09-08 Thread secondsun
W Sent via BlackBerry by ATT -Original Message- From: CG [EMAIL PROTECTED] Date: Mon, 8 Sep 2008 10:02:58 To: Android Developersandroid-developers@googlegroups.com Subject: [android-developers] Re: Alert Dialog never displayed in when call in the run() method of a separate process.

[android-developers] Re: Alert Dialog never displayed in when call inthe run() method of a separate process.

2008-09-08 Thread secondsun
W Sent via BlackBerry by ATT -Original Message- From: CG [EMAIL PROTECTED] Date: Mon, 8 Sep 2008 10:02:58 To: Android Developersandroid-developers@googlegroups.com Subject: [android-developers] Re: Alert Dialog never displayed in when call in the run() method of a separate process.

[android-developers] Re: Alert Dialog never displayed in when call inthe run() method of a separate process.

2008-09-08 Thread secondsun
Waww Sent via BlackBerry by ATT -Original Message- From: CG [EMAIL PROTECTED] Date: Mon, 8 Sep 2008 10:02:58 To: Android Developersandroid-developers@googlegroups.com Subject: [android-developers] Re: Alert Dialog never displayed in when call in the run() method of a separate process.

[android-developers] Re: Alert Dialog never displayed in when call inthe run() method of a separate process.

2008-09-08 Thread secondsun
Wawa Sent via BlackBerry by ATT -Original Message- From: CG [EMAIL PROTECTED] Date: Mon, 8 Sep 2008 10:02:58 To: Android Developersandroid-developers@googlegroups.com Subject: [android-developers] Re: Alert Dialog never displayed in when call in the run() method of a separate process.

[android-developers] Re: Alert Dialog never displayed in when call inthe run() method of a separate process.

2008-09-08 Thread secondsun
Sent via BlackBerry by ATT -Original Message- From: CG [EMAIL PROTECTED] Date: Mon, 8 Sep 2008 10:02:58 To: Android Developersandroid-developers@googlegroups.com Subject: [android-developers] Re: Alert Dialog never displayed in when call in the run() method of a separate process.

[android-developers] Re: Alert Dialog never displayed in when call inthe run() method of a separate process.

2008-09-08 Thread secondsun
W Sent via BlackBerry by ATT -Original Message- From: CG [EMAIL PROTECTED] Date: Mon, 8 Sep 2008 10:02:58 To: Android Developersandroid-developers@googlegroups.com Subject: [android-developers] Re: Alert Dialog never displayed in when call in the run() method of a separate process.

[android-developers] Re: Alert Dialog never displayed in when call inthe run() method of a separate process.

2008-09-08 Thread secondsun
W Sent via BlackBerry by ATT -Original Message- From: CG [EMAIL PROTECTED] Date: Mon, 8 Sep 2008 10:02:58 To: Android Developersandroid-developers@googlegroups.com Subject: [android-developers] Re: Alert Dialog never displayed in when call in the run() method of a separate process.

[android-developers] Re: Alert Dialog never displayed in when call inthe run() method of a separate process.

2008-09-08 Thread secondsun
A Sent via BlackBerry by ATT -Original Message- From: CG [EMAIL PROTECTED] Date: Mon, 8 Sep 2008 10:02:58 To: Android Developersandroid-developers@googlegroups.com Subject: [android-developers] Re: Alert Dialog never displayed in when call in the run() method of a separate process.

[android-developers] Re: Alert Dialog never displayed in when call inthe run() method of a separate process.

2008-09-08 Thread secondsun
Wa Sent via BlackBerry by ATT -Original Message- From: CG [EMAIL PROTECTED] Date: Mon, 8 Sep 2008 10:02:58 To: Android Developersandroid-developers@googlegroups.com Subject: [android-developers] Re: Alert Dialog never displayed in when call in the run() method of a separate process.

[android-developers] Re: WebView loadUrl does not seem to work...

2008-09-08 Thread RPO
Mark, Tried it from home over the weekend, and it works. I have a second network connection at work that does not go through a proxy server, but obviously there are some issues there. Now, back at work on Monday, I am able to run the program. Thanks! On Sep 5, 5:57 pm, Mark Murphy [EMAIL

[android-developers] Re: WebView

2008-09-08 Thread Chris Chiappone
I wondering the same thing. 2008/9/7 dai [EMAIL PROTECTED]: Hi...somebody knows the way to keep web surfing on WebView component..? Does WebView allow to show web page at first so far? Thanks in advnace On 9月7日, 午後5:53, Dai Odahara [EMAIL PROTECTED] wrote: hi I mean that I do nt open new

[android-developers] Re: how to change system timezone setting?

2008-09-08 Thread Megha Joshi
Also, the recommended way to change timezone is through Settings app, which not not included in the current sdk .. For now you can use the following: AlarmManager alarm = (AlarmManager) getSystemService(Context.ALARM_SERVICE); alarm.setTimeZone(timezone); It works with uses-permission

[android-developers] Re: WebView

2008-09-08 Thread Megha Joshi
This might help: http://groups.google.com/group/android-developers/browse_thread/thread/859722297d557e8e 2008/9/8 Chris Chiappone [EMAIL PROTECTED] I wondering the same thing. 2008/9/7 dai [EMAIL PROTECTED]: Hi...somebody knows the way to keep web surfing on WebView component..? Does

[android-developers] Re: How to display a local file in the browser?

2008-09-08 Thread Megha Joshi
2008/9/8 friedger [EMAIL PROTECTED] I am also confused. Megha mentioned ContentResolver.openContentURI. That API function doesn't seem to exist in 0.9 Can you try getContentResolver().openInputStream instead? So could someone please enlight us and give a short example or eplain what to

[android-developers] what rules does adb (un)install apply for deleting/ rewriting files?

2008-09-08 Thread zero
Hi all after going thru some major refactoring on one app, i didn't see any changes to the gui until i did -wipe-data. as until today, uninstall always did the trick. that came somehow unexpected, so i wonder if there's a rule of thumb on then install -r or uninstall will leave files on the

[android-developers] Re: Geeting Error in New SDK:- emulator: broken configuration file doesn't have 'window' element

2008-09-08 Thread Dipen
Hi, Shane ! Adding SDK tool folder to my variable path did work for me. I was also so surprise by that. And yes, you can run emulator on windows without eclipse. I am using Windows XP 64, and Java 1.6. I was getting these error only if I lunch emulator through Eclipse. Emulator itself from

[android-developers] Re: MediaRecord Audio - working example? / raw data stream onPictureTaken()? / Bug in Pictures application?

2008-09-08 Thread Megha Joshi
to record audio and play the recorded file with the music app. This looks like this: http://img.skitch.com/20080908-m5yaiyqh7jugcub5p5pmmna2ee.jpg You can see that the meta information is available. But the only point where the audio file shows up is in the recently added music playlist

[android-developers] Re: Orientation changes simulation

2008-09-08 Thread blindfold
Hi Peli, There are still a few things to update in the documentation at http://code.google.com/p/openintents/wiki/SensorSimulator such as Intent.VIEW_ACTION = Intent.ACTION_VIEW and the requirement to have in the manifest uses-permission android:name=android.permission.INTERNET/ but

[android-developers] Dalvik VM VFY messages

2008-09-08 Thread android_dev
What are these messages in LogCat output? My app seems to run fine but there are several messages like this: DEBUG/dalvikvm(183): VFY: ... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: send SMS

2008-09-08 Thread Megha Joshi
Are you using the latest sdk 0.9? 2008/9/7 jphdsn [EMAIL PROTECTED] hello, I'm a new french developer on android. I try the SMSAPISample but it doesn't work. import android.app.PendingIntent is not recognize. I 've take a look to the documentation and It seems that there is no other

[android-developers] HttpClient thread safety?

2008-09-08 Thread Allan Hsu
Does anybody know if the version of HttpClient in the Android SDK is thread safe? The API documentation ( at http://code.google.com/android/reference/org/apache/http/client/HttpClient.html ) just has the standard Apache Thread safety of HTTP clients depends on the implementation and

[android-developers] Samples

2008-09-08 Thread [EMAIL PROTECTED]
At least the CameraAPISample.zip is broken. Unlike every other sample I have tried so far, this one does not correctly import into ADT-enabled Eclipse. It does not even get recognized as containing a project at all. Please Justin could you fix that?;-)

[android-developers] Button and PopupWindow

2008-09-08 Thread gbr.toni
Hi to everyone, I have the following problem.. I have a ListView, and I want this: when a ListItem is selected, a PopupWindow appears with a button inside. Then I want to be able to set the button click action. This is my function: protected void onListItemClick(ListView l, View v, int position,

[android-developers] Re: Samples

2008-09-08 Thread Megha Joshi
2008/9/8 [EMAIL PROTECTED] [EMAIL PROTECTED] At least the CameraAPISample.zip is broken. Unlike every other sample I have tried so far, this one does not correctly import into ADT-enabled Eclipse. It does not even get recognized as containing a project at all. Please Justin could you fix

[android-developers] Re: HttpClient thread safety?

2008-09-08 Thread Mark Murphy
Does anybody know if the version of HttpClient in the Android SDK is thread safe? The API documentation ( at http://code.google.com/android/reference/org/apache/http/client/HttpClient.html ) just has the standard Apache Thread safety of HTTP clients depends on the implementation and

[android-developers] SQL replication?

2008-09-08 Thread David Given
I have an app that wants read-only access to a fairly small MySQL database held on a remote server. For speed, I want to hold a copy of the database locally. (It only gets updated once a week or so.) What I'm currently doing is I've got a PHP script on the remote machine that dumps out the

[android-developers] adb tool connects to real H/W?

2008-09-08 Thread hayabusa
Hi, I would like to access the Android on the real H/W by the adb tools . But adb connects to only emulator device(localhost:127.0.0.1) . How to connect adb to the external device(192.168.0.2) through the NIC? Anyone can help me? --~--~-~--~~~---~--~~ You

[android-developers] Re: SQL replication?

2008-09-08 Thread Mark Murphy
Given that they both use SQL, there's got to be a better way of doing this. Could I, for example, simply get the remote server to do an SQL dump and throw this at SQLite without horribly compromising security? Are there any streamlined (i.e. fast) replication data formats I could use? Has

[android-developers] Re: Orientation changes simulation

2008-09-08 Thread Peli
Sorry, yes I have not updated the old m5 documentation. Everything is well documented in the samples/ApiDemosSensors though. You have to replace this: -- mSensorManager = (SensorManager) getSystemService(SENSOR_SERVICE); -- by this: // Before calling any of the

[android-developers] Re: Adding audio files to res/raw fails to add them to R.java

2008-09-08 Thread Mark Murphy
I have seen that hitting F5 does cause Eclipse to add these to the raw folder, but what exactly am I to do to gain access to the resources from within my app? Do I need to edit the manifest? I can't speak specifically for Eclipse, but, generally, resources in res/raw/ will be accessed as

[android-developers] Re: Adding audio files to res/raw fails to add them to R.java

2008-09-08 Thread DulcetTone
I see my error. I moved my Activity after creating the project, and there is a tug-of-war about where R.java belongs. There is another one lurking around that IS being updated properly. I will work to bring the two together! tone On Sep 8, 8:03 pm, Mark Murphy [EMAIL PROTECTED] wrote: I

[android-developers] Re: Does getLocationFromName work in 0.9?

2008-09-08 Thread plusminus
Devices are getting closer and closer :( On 6 Sep., 16:49, Megha Joshi [EMAIL PROTECTED] wrote: You are right, getFromLocationName() with bounding box returns a empty list ...it is a bug...and will be fixed in the next release. 2008/9/6 [EMAIL PROTECTED] [EMAIL PROTECTED] Sorry to bump,

[android-developers] Re: how to change system timezone setting?

2008-09-08 Thread samlu
Thank Megha. The alarm.setTimeZone() works perfectively. On Sep 9, 3:30 am, Megha Joshi [EMAIL PROTECTED] wrote: Also, the recommended way to change timezone is through Settings app, which not not included in the current sdk .. For now you can use the following: AlarmManager alarm =

[android-developers] How to achieve dynamic installation in Android system

2008-09-08 Thread goto
How to achieve dynamic installation in Android system,Like platformRequest(String URL) in J2ME System. thanks . goto. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: 0.9 new blank screens and calls to Activity.onResume()

2008-09-08 Thread Karl Rosaen
Hi Joa, When the screen turns on, the lock screen is showing, which technically is a system window, not an activity. This is why the underlying activity is resumed. A better indication that your activity is really in front of the user is to use:

[android-developers] Re: Open Browser from application with POST data attached.

2008-09-08 Thread Baran
Hi, I need to open a browser from my application, The requirement is to send some data not via URL like in GET method. I want to post data via post. is that possible? On Sep 9, 2:44 am, Megha Joshi [EMAIL PROTECTED] wrote: 2008/9/8 Baran [EMAIL PROTECTED] Hi, Any idea about how we can