安卓跑A1的又一困惑 #284
biewenwoshishui021
started this conversation in
General
安卓跑A1的又一困惑
#284
Replies: 2 comments 3 replies
-
好的,我去测试一下看看 |
Beta Was this translation helpful? Give feedback.
2 replies
-
1.存储权限未打开,可以运行termux-setuo-storage进行授权 我是通过2解决了 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
运行一键部署,wget -q https://gitee.com/highdimen/js_tool/raw/A1/resource/install_scripts/linux_install_jd.sh -O linux_install_jd.sh && chmod +x linux_install_jd.sh && bash linux_install_jd.sh
安装好了之后,再设置cookie.sh,以及crontab.list,最后crond -ipP,出现try again。但到了定时任务的时间,log里没有相关自动任务出现,确认没有运行。无日志,没有运行定时任务。
补充一个新发现,在log文件夹里,新发现一个无后缀名的bash 文件,文件大小130B,打开后,里面显示两行
data/data/com.termux/files/usr/bin/sh: 1: jd: Permission denied
/data/data/com.termux/files/usr/bin/sh: 1: jd: Permission denied
不知这错误是否是影响自动任务不能运行的原因?
我去看过这个usr/bin/sh路径的sh文件,无法设置777之类的权限。
Beta Was this translation helpful? Give feedback.
All reactions