I'm afraid I cannot give you direct answer, but one pointer I can give
you that you might want to check out is control of handset functions
through manifest permissions.
http://code.google.com/android/reference/android/Manifest.permission.html
I am mostly involved in LBS apps using MapView. Had to add the
INTERNET permission to the manifest to even see any map data... pretty
trivial but it took 15 minutes out of my life (;->). might be a
similar issue in your case.

On Aug 31, 5:21 am, David Given <[EMAIL PROTECTED]> wrote:
> I have an application that's a specialised streaming audio player,
> designed to play music from a particular online archive. I'm using the
> time-honoured technique of downloading into a file and telling
> MediaPlayer to stream from the file.
>
> This all worked on m5, but on 0.9 it fails: I call setDataSource(), and
> then prepareAsync(), and immediately get back an undocumented error with
> what=-4 and extra=0. Does anyone know what this means?
>
> In addition, has anyone compiled a list of what's changed in MediaPlayer
>  in 0.9? I want to know how many of my bug workarounds to get rid of!
> What I'm actually *trying* to do is to stream audio via a large,
> persistent file cache under application control; does the new
> MediaPlayer provide enough control of the buffering system to do this
> automatically?
>
> --
> ┌─── dg@cowlark.com ─────http://www.cowlark.com─────
> │
> │ "All power corrupts, but we need electricity." --- Diana Wynne Jones,
> │ _Archer's Goon_
>
>  signature.asc
> < 1KViewDownload
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new Android 0.9 SDK beta!
http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to