Changes between Version 31 and Version 32 of android


Ignore:
Timestamp:
Feb 17, 2013, 4:43:01 PM (11 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • android

    v31 v32  
    335335}}}
    336336
     337=== Take screenshot ===
     338Since Android 4, this very simple & easy method can be used:
     339{{{
     340adb shell /system/bin/screencap -p /sdcard/screenshot.png
     341adb pull /sdcard/screenshot.png screenshot.png
     342}}}
     343
    337344=== Necessitas import and plugin paths (Ministro I.) ===
    338345{{{