找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
楼主: tempip

旧手机BT下载全记录:2020-7-4更新(安卓APP、entware+qbittorrent+samba+vsftp)

  [复制链接]
发表于 2019-4-1 19:45 | 显示全部楼层
好多能人,大开眼界
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-4-23 08:49 | 显示全部楼层
不错的方法,谢谢楼主的分享
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-5-28 16:05 | 显示全部楼层
技术帖啊,看看觉得自己搞不定
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-6-20 22:43 | 显示全部楼层
学习了,厉害
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2020-3-30 08:04 | 显示全部楼层
佩服楼主的折腾精神和动手能力!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2020-6-4 23:21 来自手机 | 显示全部楼层
碉堡了,很有启发啊
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2020-6-10 20:03 | 显示全部楼层
楼主牛b,谢谢分享。。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2020-9-30 13:41 | 显示全部楼层
大佬帮我看下 N1下的qb最近总是提示下载错误问题?重启过了;U盘也重新插拔过了 还是一样问题?

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

×
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-1-31 22:36 | 显示全部楼层
大佬,有时候机顶盒(我用的是旧机顶盒,没有电池鼓包风险)重启时没有运行install-recovery.sh,需要安装这个app:https://github.com/Androguide/Un ... Universal-initd.apk

点评

以后有需要的时候,试一试该APP。 谢谢分享。  详情 回复 发表于 2021-3-8 10:13
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-3-4 22:35 | 显示全部楼层
多谢分享, 留個名
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2021-3-8 10:13 | 显示全部楼层
wdfxwf 发表于 2021-1-31 22:36
大佬,有时候机顶盒(我用的是旧机顶盒,没有电池鼓包风险)重启时没有运行install-recovery.sh,需要安装 ...

以后有需要的时候,试一试该APP。
谢谢分享。

点评

发现中兴机顶盒(我用的是早就淘汰的b860av1.1)的话开机运行脚本是这个/system/bin/init.zte.post_boot.sh,,,,,,,其实装了entware的话还可以考虑从adguard的github主页上下对应的adguard home二进制文件做dns  详情 回复 发表于 2021-4-7 14:38
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-3-29 11:05 | 显示全部楼层
大神厉害了,正好有这样的需求
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-4-7 14:38 | 显示全部楼层
tempip 发表于 2021-3-8 10:13
以后有需要的时候,试一试该APP。
谢谢分享。

发现中兴机顶盒(我用的是早就淘汰的b860av1.1)的话开机运行脚本是这个/system/bin/init.zte.post_boot.sh,,,,,,,其实装了entware的话还可以考虑从adguard的github主页上下对应的adguard home二进制文件做dns服务器来去广告

点评

不过用的话还要再bind一些文件夹 这是我的开机命令 unset LD_PRELOAD unset LD_LIBRARY_PATH sleep 3 /system/bin/mount -o rw,remount / sleep 1 /system/bin/mkdir /opt /system/bin/mkdir /bin /system/  详情 回复 发表于 2021-4-7 14:42
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-4-7 14:42 | 显示全部楼层
本帖最后由 wdfxwf 于 2021-4-24 17:32 编辑
wdfxwf 发表于 2021-4-7 14:38
发现中兴机顶盒(我用的是早就淘汰的b860av1.1)的话开机运行脚本是这个/system/bin/init.zte.post_boot.s ...

不过用的话还要再bind一些文件夹
这是我的开机命令
unset LD_PRELOAD
unset LD_LIBRARY_PATH
sleep 3
/system/bin/mount -o rw,remount /
sleep 1
/system/bin/mkdir /opt
/system/bin/mkdir /bin
/system/bin/mkdir /var/log
/system/bin/mkdir /etc/init.d
ln -s /system/bin/sh /bin/sh
sleep 3
/system/bin/mount -o bind /data/entware.arm /opt
sleep 2
/opt/etc/init.d/rc.unslung start
sleep 4
/system/bin/mount -o bind /data/entware.arm/etc/init.d /etc/init.d
/system/bin/mount -o bind /data/entware.arm/var/log /var/log
sleep 1
chmod -R 777 /etc/init.d /var/log
#adguard
sleep 1
/etc/init.d/AdGuardHome start
sleep 3
/opt/etc/init.d/S51dropbear start
sleep 4
#chfs
/opt/bin/chfs --path="/" --port=8080 --rule="::RWD" --log=""
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-11-10 02:00 | 显示全部楼层
楼主太牛了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-3-29 13:02

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表