Re: [android-developers] DDMS Allocations tracker not picking up activity when using a real phone

2010-08-05 Thread Dilli rao
-- Thank you Dilli Rao -- 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+unsubscr...@googlegroups.com

Re: [android-developers] no devices in adb devices list

2010-04-06 Thread Dilli rao
://groups.google.com/group/android-developers?hl=en To unsubscribe, reply using remove me as the subject. -- Thank you Dilli Rao -- 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: [android-developers] ExpandableListView Problem

2010-03-03 Thread Dilli rao
For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Thank you Dilli Rao -- 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: [android-developers] Down Tab Bar in Android

2010-02-18 Thread Dilli rao
...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Thank you Dilli Rao -- 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: [android-developers] Re: How to play a media file on emulator

2010-02-18 Thread Dilli rao
@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Thank you Dilli Rao -- You

Re: [android-developers] Re: How to play a media file on emulator

2010-02-18 Thread Dilli rao
one more Q. local disk means (hard disk or sdcard of emulator) On Thu, Feb 18, 2010 at 7:15 PM, Dilli rao dilliraomca...@gmail.com wrote: you have to start the player in onprepared listener and also check the android media player compatibility with the media file codec ( which you want

Re: [android-developers] How to read XML file from sdcard and parse it?

2010-01-08 Thread dilli rao
?hl=en -- Thank you Dilli Rao -- 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+unsubscr

[android-developers] Re: key lisener

2009-09-09 Thread dilli rao
event) called ** ); if(keyCode == KeyEvent.KEYCODE_BACK) { Log.i(getClass().getSimpleName(), back key pressed ); } return true; } Thank you, Dilli Rao On Tue, Sep 8, 2009 at 3:36 PM, sasi kumar sasikumar.it1...@gmail.comwrote: use key lisener.. On Tue, Sep 8

[android-developers] Re: custom list view

2009-09-09 Thread dilli rao
see API demos package : com.example.android.apis.view file : list14.java example in that you can modify the text view properties as you need.. Thank you, Dilli Rao On Tue, Sep 8, 2009 at 11:21 AM, Sasi Kumar sasikumar.it1...@gmail.comwrote: I need a custom list view. For reducing

[android-developers] Re: Http server at localhost

2009-09-03 Thread dilli rao
you can set a http server running in the local machine (Android)and you can uset it as a simple server try to port the server in android (as it is ) no modifications required

[android-developers] Re: Please help _Confused_Server Side For android mobile application

2009-09-03 Thread dilli rao
Hi Mohith K M* * * *you may use php for your request page design at server side and for interaction with mysql and do the large processing at server side and send back the results to the client (ANDROID) use post or get request methods while sending the request to the server and process the

[android-developers] Re: How do I delete an app from 'All Android Market listings'?

2009-09-03 Thread dilli rao
if u r connected your development machine then then use : adb uninstall packagename to uninstall from u r mobile or use settings-applicationmanager- and choose old app and uninstall it Thank you Dilli On Fri, Sep 4, 2009 at 4:34 AM, gsmd gsm...@gmail.com wrote: After changing package

[android-developers] Re: How to do we take a Screenshot using ADB Comand Line

2009-08-27 Thread dilli rao
you. Thank you. Dilli Rao On Thu, Aug 27, 2009 at 6:18 PM, Prakash Vel prakash...@gmail.com wrote: Read through Couple of articles , Most of them point to the DDMS through that we could take the Screenshot. However i am trying to capture the Emulator screen from the Command Line