Taking Screenshots Android 4.2

SmeagolSmeagol Posts: 4Member
Hi,

I just wanted to see if there was anyway to work around taking screenshots on OUYA. For most android 4.2 devices you just press the volume rocker and the power button at the same time. Maybe a good workaround would be to press down on the left analog stick at the same time as pressing down the power button on the controller. It is such a small feature but I think it can help the community immensely, especially when friend lists are added. Sharing content has always been a huge thing with gamers.  

Comments

  • nicknick Posts: 186Member, Administrator, Team OUYA
    For now you could always do the following:
    adb shell /system/bin/screencap -p /sdcard/img.png
    adb pull /sdcard/img.png img.png

    But that would definitely be a cool feature once we're working on the social features :)
  • kentsimonkentsimon Posts: 8Member
    Thanks Nick, that is totally usefull.
  • stolkstolk Posts: 119Member
    I use an Android SDK tool to do this:
    $ ddms
    Then select the device in the GUI, and press ⌘S

Sign In or Register to comment.