[android-developers] Re: how to get the first frame of a video file ?

2009-02-11 Thread Dave Sparks
There is no support for thumbnail extraction in SDK 1.0. It's coming in Cupcake as an adjunct to video record. On Feb 11, 7:30 am, Freepine freep...@gmail.com wrote: Opencore has a frame and metadata utility, and there is also an API as android.media.MediaMetadataRetriever.captureFrame() in

[android-developers] Re: What's in raw data from PictureCallback of camera?

2009-02-11 Thread Dave Sparks
I think we'll be able to give you something that will meet your needs. It's always a balancing act between taking the time to get the API just right and getting a product to market. Keep making suggestions, we are listening. On Feb 11, 4:08 am, blindfold seeingwithso...@gmail.com wrote: Thank

[android-developers] Re: Recording Audio with MediaRecorder on G1

2009-02-11 Thread Dave Sparks
I looked over the code and didn't see anything obvious. You won't see anything in the log unless an error occurs - we try to minimize logging in production code. Run adb bugreport and take a look at the kernel log. You should see something like this: 6[ 820.265000] adsp: opening module

[android-developers] recreating webview display with capture picture

2009-02-11 Thread Bob
Hi, Does anyone have an example on how to recreate a webview display by using the capturepicture() method? Can I save the resulting object in SQLLite and how do I put it on the canvas? Thanks, Bob --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: How to prevent my application being closed on clicking the back button on emulator

2009-02-11 Thread Naina K
Hi, Thanks for replying. Yes, i have to use two separate activities to display screens. No I am not using the finish() in the first activitiy :-( To be frank as I am still learning this android development, I am not getting how to use two different activities to display screens. I just know that

[android-developers] Re: MediaRecorder Sound Quality?

2009-02-11 Thread g1bb
Thanks, Dave. On Feb 11, 9:12 pm, Dave Sparks davidspa...@android.com wrote: The codec is AMR-NB with an 8KHz sample frequency. In the Cupcake release we will provide access to the raw 16-bit PCM stream so you can do your own encoding or signal processing. On Feb 11, 9:18 am, g1bb

[android-developers] Re: Solved Preferences Reset Problem

2009-02-11 Thread JP
Personally it would be good enough for me to just work as expected... On Feb 11, 2:06 pm, Eric B ebesse...@gmail.com wrote: It would be really cool if we could plug in different Preference storage solutions. --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: Gallery and setSelection

2009-02-11 Thread Alexey
Ok everything is being called correctly with setSelection. However in my case i'm not getting callback because i'm at item 0 in the gallery. Then i'm adding a view to the adapter, to the top and try to set a selection. And it doesn't trigger callback, because, i think , from gallery point of view

[android-developers] View the data directory on the G1

2009-02-11 Thread ivan
How does one view the /data directory on the G1? I've tried multiple different ways. Using adb from the command prompt gives a permission denied message. Is there any way to get around this denial of access? --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: display the device screen on the PC

2009-02-11 Thread Mark L. Chang
On Feb 11, 10:47 pm, Dan Raaka micromys...@gmail.com wrote: I has seen someone write an java app to show the device screen on the PC - realtime thru repeated frame grabs. It used the same method as used by the eclipse DDMS perspective to capture the screen shot of the connected device or

[android-developers] Re: What will cause SQLiteQueryBuilder.query infinite loop?

2009-02-11 Thread yukinoba
I have a new question for this: Can there have multiple databases created in the same application or service? I have 2 databases, one for query and store the information about phone numbers, and one for the names. However, the ealier one works fine, and the later one stucks in the method and

[android-developers] Answer Call

2009-02-11 Thread Bobbie
I am using the following code to do an automatic answer of a call, but it doesn't seem to be working... Intent answercall = new Intent(Intent.ACTION_ANSWER); startActivity(answercall); I get the call state of ringing, but it never answers... Am I doing this wrong? If so, examles of how to do

[android-developers] Answer Call

2009-02-11 Thread Bobbie
I am using the following code to do an automatic answer of a call, but it doesn't seem to be working... Intent answercall = new Intent(Intent.ACTION_ANSWER); startActivity(answercall); I get the call state of ringing, but it never answers... Am I doing this wrong? If so, examles of how to do

[android-developers] Re: Over-the-air upgrade WTF

2009-02-11 Thread Stoyan Damov
On Thu, Feb 12, 2009 at 2:32 AM, Dianne Hackborn hack...@android.com wrote: On Wed, Feb 11, 2009 at 3:22 PM, Stoyan Damov stoyan.da...@gmail.com wrote: Who shall I rant to? T-Mobile? They could care less - they don't manufacture the device and they don't develop the OS. HTC? They don't

[android-developers] Re: View the data directory on the G1

2009-02-11 Thread Dan Raaka
if its permission issue .. get su access .. search for getting root on G1 -Dan On Feb 11, 10:35 pm, ivan istas...@gmail.com wrote: How does one view the /data directory on the G1? I've tried multiple different ways.  Using adb from the command prompt gives a permission denied message. Is

[android-developers] is android supports rtsp streaming

2009-02-11 Thread Harishkumar V
Dear All, I am trying to play video using rtsp streaming, but it does not work, it displays sorry this video cannot be played. in the mailing list, i have seen many like this similar have been posted regarding rtsp streaming. i have a doubt whether android supports rtsp streaming of video using

<    1   2   3