曾經在大麥盒子上安裝過 YYF 綁定了迅雷遠程下載後,不再用開電腦下載了。各類劇,各類片子。
近來換了個運行快些的盒子,英菲克 i6 性價比很高。小米和天貓也挺好的,只是新版本的一時半會沒有工具能 ROOT。
沒 ROOT 就沒可玩性。否則不知道何時光腚總局抽風,給你屏蔽個 app 什麼的,多掃興。html
取得 盒子最高權限,把安裝文件拷貝進盒子,配置成隨着盒子後臺啓動。android
su
,電視上會出現 ROOT 請求提示窗口,選擇容許。
ssh 192.168.1.7 -p 2222
mount -o remount,rw /
。Read-only file system
之類的錯誤提示。mkdir /data/xunlei
mkdir /tmp
scp -P 2222 ./* root@192.168.1.7:/data/xunlei/
/data/xunlei
,執行 ./portal
,看到以下信息表示安裝成功initing... try stopping xunlei service first... killall: ETMDaemon: no process killed killall: EmbedThunderManager: no process killed killall: vod_httpserver: no process killed setting xunlei runtime env... port: 9000 is usable. YOUR CONTROL PORT IS: 9000 starting xunlei service... etm path: /data/xunlei execv: /data/xunlei/lib/ETMDaemon. getting xunlei service info... Connecting to 127.0.0.1:9000 (127.0.0.1:9000) THE ACTIVE CODE IS: liwirk go to http://yuancheng.xunlei.com, bind your device with the active code. finished.
「liwirk」 就是激活碼,去迅雷遠程管理網頁,添加綁定就能夠了。shell
這個方式比較穩定。
下載 Boot Shell,在盒子上安裝。
打開後,先新建一個命令以下:
- 名字,隨便填
- 命令 su -c "sh /data/xunlei/portal"
或者 su -c "chmod 777 /data/xunlei/portal ; /data/xunlei/portal"
點擊 Excute 執行一下,若是彈出框要求 權限,則授予。
注意:最好不要讓內存清理工具清理這個 APP,即加入白名單。windows
用這一個星期,在個人盒子上這種方式不是很穩定,不必定每次開機都能啓動成功。可使用上面的 Boot Shell App 啓動方式,那比較穩定。
1. 如前面所述,SSH 鏈接盒子
2. 在 /data/xunlei 目錄下 新建立一個文件 叫 xware 內容以下,
mount -o remount,rw rootfs
mkdir /tmp
chmod -R 777 /data/xunlei/*
/data/xunlei/portal -s
/data/xunlei/portal &
請注意,編輯完成後,必定要再複查一下這個文件是否是這個內容,命令是 cat /data/xunlei/xware
。由於我發現文件上傳過去可能內容會在末尾多幾個字符,用 ES 文件瀏覽器 編輯去掉便可。
3. 給 /system/etc/yunos_sensor_init.sh 執行權限。
- chmod 755 /system/etc/yunos_sensor_init.sh
4. 此步的編輯可以使用 ES文件瀏覽器。在 /system/etc/yunos_sensor_init.sh 系統文件裏的 「chmod 744 /system/bin/input_boost_helper」 前面添加以下一行並保存
- sh /data/xunlei/xware
4. 重啓盒子,登陸 http://yuancheng.xunlei.com/,可看到綁定的盒子爲 在線狀態。瀏覽器