访问 .so - 扩展上下文没有方法

发布于 2024-12-20 10:39:47 字数 373 浏览 5 评论 0原文

我一直在研究一本备用的剧本,看看我可以通过生根来挖掘/解锁哪些功能。

我找到了一个包含 .so 文件的目录,我知道我们可以通过创建移动库来访问该目录> swc> Flash 构建器中的 ane。

我已经完成了所有这些,我能够创建并加载一个包含 libbluetooth.so.1 文件的扩展,该文件有望为我提供蓝牙访问权限。

我遇到了 3500 错误,该错误已经持续了很长时间,因此请求支持。扩展上下文没有方法是给出的错误,这是因为我不知道在这行代码中尝试什么方法,因为我已经成功打包并访问了 .so 文件。任何帮助或建议表示赞赏。

var result:Object = ctx.call("bt_connect");

I have been playing around with a spare playbook to see what features i can unearth/unlock by rooting.

I have found a directory containg .so files which i am aware we can access by creating a mobile library > swc > ane in flash builder.

I have done all this and i am able to create and load an extension which contains a libbluetooth.so.1 file which hopefully will give me bluetooth access.

I am at an 3500 error which has lasted me a lot longer hence the request for support. Extension context does not have a method is what error is given and it is because I don't know what method to try in this line of code now that i have packaged and accessed the .so file succesfully. Any help or suggestions appreciated.

var result:Object = ctx.call("bt_connect");

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文