P pobss Member Licensed User Longtime User Mar 30, 2012 #1 hello, how can I invoke a screen capture from code without using the keys home - power? (samsung galaxy ace 2.3.6)
hello, how can I invoke a screen capture from code without using the keys home - power? (samsung galaxy ace 2.3.6)
NJDude Expert Licensed User Longtime User Mar 30, 2012 #2 A screen capture programmatically is not possible, unless the device is "rooted". Upvote 0
S susu Well-Known Member Licensed User Longtime User Mar 30, 2012 #3 Try this code. Credit to Agraham Attachments takescreenshot.zip 5.9 KB · Views: 693 Upvote 0
A Andras Active Member Licensed User Longtime User Mar 30, 2012 #4 Screenshot UX on the Market does it nicely without needing to 'root' the phone. The basic version is free, too. John Upvote 0
Screenshot UX on the Market does it nicely without needing to 'root' the phone. The basic version is free, too. John
P pobss Member Licensed User Longtime User Mar 30, 2012 #5 Thanks to all, I then just a screecapture of Activity, with the example of njdude I have everything I need ... grazie Upvote 0
Thanks to all, I then just a screecapture of Activity, with the example of njdude I have everything I need ... grazie
S susu Well-Known Member Licensed User Longtime User Mar 30, 2012 #6 pobss said: Thanks to all, I then just a screecapture of Activity, with the example of njdude I have everything I need ... grazie Click to expand... You mean Susu? Upvote 0
pobss said: Thanks to all, I then just a screecapture of Activity, with the example of njdude I have everything I need ... grazie Click to expand... You mean Susu?
Kbogle24 Member Licensed User Longtime User Oct 31, 2012 #7 susu said: Try this code. Credit to Agraham Click to expand... How could i use this code to capture just a panel? Upvote 0
susu said: Try this code. Credit to Agraham Click to expand... How could i use this code to capture just a panel?
WAZUMBi Well-Known Member Licensed User Longtime User Nov 1, 2012 #8 The Android SDK has a built in utility that I used. Assuming you installed to the default directory try: C:\Program Files (x86)\Android\android-sdk\tools\ddms.bat Upvote 0
The Android SDK has a built in utility that I used. Assuming you installed to the default directory try: C:\Program Files (x86)\Android\android-sdk\tools\ddms.bat
WAZUMBi Well-Known Member Licensed User Longtime User Nov 1, 2012 #9 The Android SDK has a built in utility that I use via a USB connection. Assuming you installed to the default directory try: C:\Program Files (x86)\Android\android-sdk\tools\ddms.bat Upvote 0
The Android SDK has a built in utility that I use via a USB connection. Assuming you installed to the default directory try: C:\Program Files (x86)\Android\android-sdk\tools\ddms.bat