Changes between Version 32 and Version 33 of android


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

--

Legend:

Unmodified
Added
Removed
Modified
  • android

    v32 v33  
    342342}}}
    343343
     344An extended version that saves screenshots with a timestamp:
     345{{{
     346adb shell /system/bin/screencap -p /sdcard/screenshot.png
     347adb pull /sdcard/screenshot.png temp.png
     348touch screenshot
     349mv --backup=simple --suffix=$(date +%Y%m%d%H%M%S).png temp.png screenshot
     350rm screenshot
     351}}}
     352
    344353=== Necessitas import and plugin paths (Ministro I.) ===
    345354{{{