[android-developers] How to Extract .cab file programatically ?

2013-04-22 Thread Sudheendra P
I would like to extract the cab file contents. How can i achieve this programatically ? -- -- 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

[android-developers] Re: code for capturing screenshot of android device

2010-06-07 Thread Sudheendra
...@gmail.com wrote: Sudheendra, this is what I dug out from the depths of my SVN repo :) I told you it was simple, didn't I? :) If you don't have a current view you can get it using getWindow().getDecorView(). HTH, Max     private static void screenshot(View view

[android-developers] Injecting keyEvent without user interface

2010-06-07 Thread Sudheendra
Hi , I am not able to find a way to insert key events, i found some article related to it which uses IWindowManger class but it is not working on Android 2.1 virtual device . Please update me with API i have to use to inject keyevents in my application. Thanks -- You received this message

[android-developers] Re: code for capturing screenshot of android device

2010-04-28 Thread Sudheendra
need it (it's for capturing screenshot of your Activity). Capturing phone's desktop is also possible w/o rooting, see iSteam app from the Market but I never tried that. Cheers, Max On 27 Apr 2010 09:01, Sudheendra sudhindra.ma...@gmail.com wrote: Thanks String , Thanks John  ... So using

[android-developers] code for capturing screenshot of android device

2010-04-27 Thread Sudheendra
can somebody give me tips on how to take a screenshot of the android phone using code ( not with DDMS, i mean with in code i have to write a logic to take a screen shot , i have no idea which classs i have to use for this ) Thanks , Sudhi -- You received this message because you are

[android-developers] Re: code for capturing screenshot of android device

2010-04-27 Thread Sudheendra
Rooted phones ??? what does it mean On Apr 27, 11:39 am, Maps.Huge.Info (Maps API Guru) cor...@gmail.com wrote: From what I understand, it's only possible with rooted phones. -John Coryat -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Re: code for capturing screenshot of android device

2010-04-27 Thread Sudheendra
Thanks String , Thanks John ... So using rooted phone how can i do it On Apr 27, 12:38 pm, String sterling.ud...@googlemail.com wrote: On Apr 27, 7:54 am, Sudheendra sudhindra.ma...@gmail.com wrote: Rooted phones ??? what does it mean Sounds like you need to do a bit of basic research

[android-developers] Re: How to use Java Runtime class in Android for starting another application from mine

2010-03-15 Thread Sudheendra
/application uses-sdk android:minSdkVersion=5 / /manifest Can u please tell me the Error in this code.. Thanks , On Mar 14, 2:18 pm, TreKing treking...@gmail.com wrote: On Sun, Mar 14, 2010 at 2:11 AM, Sudheendra sudhindra.ma...@gmail.comwrote: Can u please guide me

[android-developers] Re: How to use Java Runtime class in Android for starting another application from mine

2010-03-15 Thread Sudheendra
com.intent.launcher.launcher on device [2010-03-15 12:32:20 - Exoda] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=co On Mar 14, 2:18 pm, TreKing treking...@gmail.com wrote: On Sun, Mar 14, 2010 at 2:11 AM, Sudheendra sudhindra.ma

[android-developers] Re: How to use Java Runtime class in Android for starting another application from mine

2010-03-14 Thread Sudheendra
Can u please guide me for a resource which talks about generic intents and how to use them. Thanks. On Mar 13, 11:33 am, TreKing treking...@gmail.com wrote: On Fri, Mar 12, 2010 at 2:44 AM, Sudheendra sudhindra.ma...@gmail.comwrote: basically i want to start Notepad application in android

[android-developers] How to use Java Runtime class in Android for starting another application from mine

2010-03-12 Thread Sudheendra
basically i want to start Notepad application in android from my application , can i do this in android using runtime.exec() method of RuntimeClasss and assign it to a process and kill the process later. -- You received this message because you are subscribed to the Google Groups Android