[android-developers] Host USB/MTP Application

2012-02-01 Thread Baba Shanker
Is there any application available in Android Market that used USB/MTP Api's? Can any one give information that will be useful for me in making android MTP Application? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Android Usb Hub enumeration

2012-01-08 Thread Baba Shanker
How can i see enumeration of Usb Hub in my activity? I am able to do with all Usb devices and also when device is connected to Hub. Any Help? -- 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] Intent for opening activity.

2011-12-31 Thread Baba Shanker
Thank you. On Fri, Dec 30, 2011 at 6:19 PM, Mark Murphy mmur...@commonsware.comwrote: On Fri, Dec 30, 2011 at 4:40 AM, Baba Shanker baba.andr...@gmail.com wrote: How to open com.android.systemui/.usb.UsbStorageActivity activity using intent. That is an internal system activity

[android-developers] Intent for opening activity.

2011-12-30 Thread Baba Shanker
How to open com.android.systemui/.usb.UsbStorageActivity activity using intent. -- 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

[android-developers] Android:Unlock Screen

2011-10-12 Thread Baba Shanker
Hi, I am new android application development. I am able to unlock the screen when there is an incoming call and after that lock the screen again. After restarting the device if I get first incoming call this logic is not working. On subsequent incoming calls the logic works. Any help?? My