[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 gr

[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 becau

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

2010-06-07 Thread Sudheendra
: > 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) { &g

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

2010-04-27 Thread Sudheendra
l > 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" wrote: > > Than

[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 wrote: > On Apr 27, 7:54 am, Sudheendra wrote: > > > Rooted phones ??? what does it mean > > Sounds like you need to do a bit of basic research > first...http://lmgtf

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

2010-04-26 Thread Sudheendra
Rooted phones ??? what does it mean On Apr 27, 11:39 am, "Maps.Huge.Info (Maps API Guru)" 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. > To

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

2010-04-26 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 subscribe

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

2010-03-15 Thread Sudheendra
:17 - Exoda] Starting activity 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 wrote: > On Sun, Mar 14, 2010 at 2:11 AM, Sudheendra wrote:

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

2010-03-15 Thread Sudheendra
android:versionCode="1" android:versionName="1.0"> Can u please tell me the Error in this code.. Thanks , On Mar 14, 2:18 pm, TreKing wrote: > On Sun, M

[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 wrote: > On Fri, Mar 12, 2010 at 2:44 AM, Sudheendra wrote: > > > basically i want to start Notepad application in android from my > > application

[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 Develop