cczhr
cczhr
If you need the executable files and library files transplanted from libimobiledevice open source project to Android platform, you can go to https://github.com/cczhr/libimobiledevice_android to view them. I compiled some of...
@XanaduAPI Android devices need root permission to run .I made a small project based on this library. Here is the demo video link:https://www.bilibili.com/video/BV1MZ4y1P7K3
@XanaduAPI 我编译好后实际运行会有错误提示 有什么方法解决么 我发现这两个路径都是无法访问 1|rk3288:/ # usbmuxd -v -f [17:25:19.379][3] usbmuxd v1.1.2 starting up [17:25:19.380][4] Creating socket [17:25:19.380][4] socket port:27015 [17:25:19.380][4] Listening on /var/run/usbmuxd [17:25:19.381][0] Failed to create required directory...
@XanaduAPI 已经ROOT的设备要怎么执行?
@XanaduAPI 我 main.c就是是这样改的,我都是用re管理器把这些目录创建和权限改成777也不行,通过 127.0.0.1 进行通信 是怎么操作? 最近这一两天才开始研究 ,不太熟悉。是啊放假啦
@XanaduAPI 好的 谢谢 我晚上再看看
@nikias Thank you for your help, I want to support libimobiledevice,must create a var/lib/lockdown path,creating this path requires the Android device to be rooted,can I easy customize this path?
@XanaduAPI 感谢 通过你的方法确实可以连接上了
> 已经是最新版本2.6.0.300。 1.在app的build.gradle加入你们的扫码套件和内存检测工具leakcanary的依赖  2.按照你们官网的指引配置 (https://developer.huawei.com/consumer/cn/doc/development/HMSCore-Guides/android-default-view-0000001050043961) ,在一个按钮点击事件中调用ScanUtil.startScan,重复扫码几次,就会有内存泄漏的提示。
@Xuejiao-Shi 源代码以及日志已上传 [源代码以及日志.zip](https://github.com/HMS-Core/hms-scan-demo/files/9178783/default.zip)