ubuntu-phone team mailing list archive
-
ubuntu-phone team
-
Mailing list archive
-
Message #04924
Trouble with getting screenshot on Ubuntu Phone 13.10
Hi folks,
I tried to take a screenshot using this guide:
https://wiki.ubuntu.com/Touch/CoreApps/Dogfooding#Getting_a_screenshot
However, it's just hung
So I took android strace app and saw next log:
Process 30347 attached - interrupt to quit
restart_syscall(<... resuming interrupted call ...>) = 0
ioctl(4, 0xc0186201, 0xbee25a70) = 0
ioctl(4, 0xc0186201, 0xbee25a70) = 0
writev(5, [{"\4", 1}, {"ServiceManager\0", 15}, {"Waiting for service
SurfaceFling"..., 39}], 3) = 55
nanosleep({1, 0}, {1, 0}) = 0
ioctl(4, 0xc0186201, 0xbee25a70) = 0
ioctl(4, 0xc0186201, 0xbee25a70) = 0
writev(5, [{"\4", 1}, {"ServiceManager\0", 15}, {"Waiting for service
SurfaceFling"..., 39}], 3) = 55
...
Google says, this activity means that application awaiting answer from a
SurfaceFlinger, but as I see via ps auxww — "surfaceflinger" doesn't run.
As I see on the old screenshots, this application is run on the previous
release. And I found binary file at 13.10 release here
/system/bin/surfaceflinger .
Am I wrong or any changes were made?
Thanks,
Roman.
Follow ups