[android-developers] Re: how to start the default music application from my own application

2008-12-01 Thread Payal Amin
s me wrong songs sometimes. also sometimes we have same song at 2 different places in the sdcard, will the content provider has one entry or two entries for the same song? Thanks in advance, Payal On Tue, Nov 18, 2008 at 12:08 PM, Oskeol <[EMAIL PROTECTED]> wrote: > > Can you pos

[android-developers] Re: how to start the default music application from my own application

2008-11-13 Thread Payal Amin
never mind i solve the problems. Thanks everybody for your help. Payal On Thu, Nov 13, 2008 at 10:05 AM, Payal Amin <[EMAIL PROTECTED]> wrote: > Hi Peli, >One more question, i want to play the songs from the sdcard, and the > song which will be played is whatever user sele

[android-developers] Re: how to start the default music application from my own application

2008-11-13 Thread Payal Amin
Hi Peli, One more question, i want to play the songs from the sdcard, and the song which will be played is whatever user selects from sdcard. Can you help me with this? Thanks a lot, Payal On Thu, Nov 13, 2008 at 9:43 AM, Payal Amin <[EMAIL PROTECTED]> wrote: > hi Peli, >

[android-developers] Re: how to start the default music application from my own application

2008-11-13 Thread Payal Amin
hi Peli, Thanks for your reply. I tried your code and the default media player in sdk does appear on the emulator, but only for a second and then don't know it disappears. Do i have to add anything else in the code? Thanks, Payal On Thu, Nov 13, 2008 at 7:00 AM, Peli <[EMAIL P

[android-developers] how to start the default music application from my own application

2008-11-12 Thread Payal Amin
Hi All, I want to start the default Music application which is there when you run the emulator from my own application say "hello world". Can anybody tell me how can i do so? Thanks, Payal --~--~-~--~~~---~--~~ You received this message becau

[android-developers] How can i check the permissions on a Folder

2008-09-25 Thread Payal
g which directly tells you that the folder has files/folders in it but you don't have permissions. thanks, Payal --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To po

[android-developers] Re: flash memory

2008-09-05 Thread Payal Amin
I found it. On Fri, Sep 5, 2008 at 10:07 AM, Payal Amin <[EMAIL PROTECTED]> wrote: > Hi Mark, > Thanks for your reply. can you please tell me if i do this > > FileOutputStream fos = > super.openFileOutput("output",MODE_WORLD_WRITEABLE); > > where w

[android-developers] Re: flash memory

2008-09-05 Thread Payal Amin
Hi Mark, Thanks for your reply. can you please tell me if i do this FileOutputStream fos = super.openFileOutput("output",MODE_WORLD_WRITEABLE); where would it create my file? Thanks in advance, Payal On Thu, Sep 4, 2008 at 2:43 PM, Mark Murphy <[EMAIL PROTECTED]> wrote:

[android-developers] flash memory

2008-09-04 Thread Payal
Is there anything like flash in android? like I can create some file and store it in. Or I can copy a file from my sdcard to flash? I found that user data image but I am not sure about that. Can anybody help me with this? Thanks --~--~-~--~~~---~--~~ You recei