Fixed
Status Update
Comments
dn...@google.com <dn...@google.com> #2
+1. Would be nice so then we could keep offline docs in sync with online docs.
[Deleted User] <[Deleted User]> #3
+1. This is needed for OpenOffice.org2GoogleDocs OpenOffice.org plugin.
dn...@google.com <dn...@google.com> #4
this would be nice, please add.
[Deleted User] <[Deleted User]> #5
Please add this. it's a serious shortcoming
dn...@google.com <dn...@google.com> #6
Same here!
It would be a great addon to Google Docs and to OpenOffice
It would be a great addon to Google Docs and to OpenOffice
[Deleted User] <[Deleted User]> #7
Me too. Please add this functionality.
97...@gmail.com <97...@gmail.com> #8
I would like to cast a vote for this feature to be added. This would be immensely
helpful for me.
helpful for me.
Description
2. `adb shell`
3. `screencap -p /sdcard/screen.png`
Actual result:
The output of the tool is always an empty PNG file. By omitting the -p option one gets an empty bitmap instead:
127|generic_x86:/sdcard/Download $ cat screen.png
?PNG
IHDR8+a?
d??IDATx????????
?ۃCA?_{?????IEND?B`?generic_x86:/sdcard/Download $ which screencap
/system/bin/screencap
We've also been trying to get a screenshot with UIAutomation.takeScreenshot() API, but got exactly the same result - an empty picture.
Expected result:
The screenshot of the current screen should be stored in /sdcard/screen.png file, like it works on Android versions prior to API level 27.