[android-developers] Current track being played in stock music player

2011-02-13 Thread Abhijeet Pathak
Is there any reliable/official method/intent to retrieve the details of the songs currently being played in stock music player? -- 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] Loading/flashing system.img, userdata.img

2011-04-04 Thread Abhijeet Pathak
I have downloaded froyo and gingerbread AOSP code and have compiled it. I have got system.img and userdata.img as result. I am using Samsung Galaxy 3 (GT-I5801) phone. I am not sure but I guess it doesn't support fastboot. How do I flash these images to my phone? And also, will they overwrite

[android-developers] Loading/flashing system.img, userdata.img

2011-04-04 Thread Abhijeet Pathak
I also tried using fastboot. I am getting following response: #fastboot system /sdcard/system.img Error scanning partitions : No such file or directory -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] Loading/flashing system.img, userdata.img

2011-04-04 Thread Abhijeet Pathak
Yes.. But Google Android documentation also does not describe any other method than fastboot.. and that too for only few phones. Thats why I asked here. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Loading/flashing system.img, userdata.img

2011-04-04 Thread Abhijeet Pathak
Is it compulsory to have special Google Development phone for ROM development or any Android phone can be used 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] Camera.getNumberOfCameras() not working

2011-04-05 Thread Abhijeet Pathak
I am getting error Cannot find symbol when using getNumberOfCameras(). I am compiling app for api level 8. Please help me fixing this. Thanks, Abhijeet -- 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: Compilation error using android SDK 2.0 (Camera Preview)

2011-04-05 Thread Abhijeet Pathak
I am also facing the same problem. Have you found any work around yet? -- 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: Camera.getNumberOfCameras() not working

2011-04-05 Thread Abhijeet Pathak
I also created a new project in Eclipse. In that also, getNumberOfCameras() is not shown in dropdown list of available method names for Camera. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: Camera.getNumberOfCameras() not working

2011-04-05 Thread Abhijeet Pathak
Does this mean Android 2.3? If yes, hows to retrieve number of cameras on android 2.2 (api level 8)? On 5 Apr 2011 13:02, blindfold seeingwithso...@gmail.com wrote: getNumberOfCameras() needs API level 9 according to documentation. On Apr 5, 8:54 am, Abhijeet Pathak pathak...@gmail.com wrote