bu2zhouzhu

Results 12 comments of bu2zhouzhu

这里有一份备份 https://www.kancloud.cn/digest/android-safe/107906

> Where is log file located? Newbie here /sdcard/logger/logs_0.csv

不是在aria2.conf文件中填写。下载yaaw-master.zip,解压缩,chrome打开里面的index.html,网页右上方有一个扳手形状的Settings按钮,点开,能看到JSON-RPC Path,在输入框里填写http://localhost:6800/jsonrpc。

[README.md](https://github.com/binux/yaaw/blob/master/README.md)-Usage-2.Visit index.html。单看这个READMD.md,我没有第一时刻理解到‘下载yaaw-master.zip,解压缩,里面有个index.html文件,Visit这个index.html’。再说Usage第1条。我是在明白了第二条的index.html后,打开这个index.html,点击了右上方的扳手图表,才看到JSON-RPC Path,才明白第1条的with 'JSON-RPC PATH' like http://hostname:port/jsonrpc是什么含义。第1步的JSON-RPC PATH' like http://hostname:port/jsonrpc困扰了我好几十分钟,去查询它的含义。

这个READMD.md另我难以快速理解。多几句上下文就足够了。‘with 'JSON-RPC PATH' like http://hostname:port/jsonrpc’以及'visit index.html'缺少上下文,初次阅读无法理解。

I had almost same problem. Only on my pc it said can't load library **libopencv_calib3d.so.3.1** OS: Manjaro 17.0 OpenCV: 3.2.0 # Error /home/me/code/face_morpher-master/facemorpher/bin/stasm_util_linux_cv3: error while loading shared libraries: **libopencv_calib3d.so.3.1**: cannot...

According to [Archlinux package webpage](https://www.archlinux.org/packages/extra/x86_64/opencv/), there is no file **libopencv_calib3d.so.3.1**. Instead it has **usr/lib/libopencv_calib3d.so.3.2**. How shoud I change source code so it will load library **libopencv_calib3d.so.3.2** instead of **libopencv_calib3d.so.3.1** ?

Problem solved. # Problem file `facemorpher/bin/stasm_util_linux_cv3` # Solution According to this project's `README`, at bottom, it says *You can build a new stasm binary with the Stasm 4 build scripts*....

@JGeovani Same probolem. My phone runs Android 6.0.1.

1. targetSdkVersion>=24的应用分享文件强制使用content uri. [参考1](https://inthecheesefactory.com/blog/how-to-share-access-to-file-with-fileprovider-on-android-nougat/en) [参考2](https://developer.android.com/training/secure-file-sharing/setup-sharing.html) 2. `AndroidManifest.xml`中`scheme="file"`导致部分手机或文件管理器发出的scheme为content的intent无法匹配到`com.didikee.mdreader.MainActivity`。