請問樂視盒子4k標準版(U2)5.8版本可否開機運行apk

請問有冇師兄知道?
已root, 試過playstore好幾個autostart apk都吾得.

小米盒(S812)試過得,樂視盒未試過,可能都係一樣。
25#   http://www.hkepc.com/forum/viewt ... ;page=3#pid37064266

TOP

請問有冇師兄知道?
已root, 試過playstore好幾個autostart apk都吾得.
rchoi999 發表於 7/1/2018 23:57



    CHING,請問點ROOT,我個都掉左係度,想ROOT黎玩下

TOP

得 360 後門怪獸先 root 到.
我隻盒仔而家好怪, 要拔火牛再插先著到機, 就咁著機佢啲燈一陣就熄.

TOP

用沙發管家

TOP

樂視盒試過用 2# 小米盒的方法唔得的   

要直接行個 apps (例如  MX Player)
建立檔案   /system/autoexec.sh  如下:
  1. #!/system/bin/sh
  2. sleep 22
  3. am start -n com.mxtech.videoplayer.ad/.ActivityMediaList
複製代碼

TOP

回覆 2# lotus123

第一部成功, 裝左appstartandstay, 用 terminal 打su, 然後打入"am broadcast ......" command,  mx player 即刻彈出黎

再做第二部就吾得, 我用 windows notepad 做左 autoexec.sh file,之後用 es file explorer 抄去 /system,
再用 es text editor 修改 /system/etc/install-recovery.sh

請師兄再指教

TOP

回覆 5# chue


ok, 我再試下,謝。

TOP

回覆 6# lotus123


    ok, 再試下, thanks

TOP

回覆 9# rchoi999

沉晚試過樂視盒用下面的 autoexec.sh 行 MX Player 可以的,但 autostartandstay 一定要揀 "autostart + stay + persist" ,或者可以試下。
  1. #!/system/bin/sh
  2. sleep 22
  3. am startservice -a com.atasoglou.autostartandstay.service.ACTION_START com.atasoglou.autostartandstay/.service.SnPServiceNotificationHelperService
  4. sleep 1
  5. am start -n com.atasoglou.autostartandstay/.MainActivity
複製代碼

TOP