Android屏幕截图代码

发布于 2024-10-29 18:35:25 字数 187 浏览 3 评论 0原文

我正在寻找能够截取任何 Android 屏幕屏幕截图的代码。我有一个在 root 模式下运行的设备。我在网上搜索了。但我得到的所有信息是它需要 root 访问权限。就是这样..我无法获得有关如何进一步进行的足够信息..如果有人可以发布代码或链接,为我提供如何以编程方式进行屏幕显示的信息..我有具有root访问权限的Android设备。

谢谢。

I am looking for the code which will be able to take screen shot of the any android screen.. I have a device running in rooted mode.. I searched on net.. but all I get informaiton is that it requires rooted access.. thats it.. I am unable to get enough information on how to go further.. if anyone can post a code or link which gives me information how I can take screen show programatically.. I have Android device with root access.

Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

灯下孤影 2024-11-05 18:35:25

您可以使用以下代码,
但这会有点慢...
我希望你不要尝试用这些制作视频;)

process = Runtime.getRuntime().exec("/system/bin/screencap -p " + path + ”/file.png ”);

You can use the following code,
But this will be bit slow...
I hope you arent trying to make video out of these ;)

process = Runtime.getRuntime().exec("/system/bin/screencap -p " + path + ”/file.png ”);
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文