首頁 收藏 QQ群
 網(wǎng)站導航

ZNDS智能電視網(wǎng) 推薦當貝市場

TV應用下載 / 資源分享區(qū)

軟件下載 | 游戲 | 討論 | 電視計算器

綜合交流 / 評測 / 活動區(qū)

交流區(qū) | 測硬件 | 網(wǎng)站活動 | Z幣中心

新手入門 / 進階 / 社區(qū)互助

新手 | 你問我答 | 免費刷機救磚 | ROM固件

樓主: xueliang1131
上一主題 下一主題
[移動魔百和]

用ADB從電腦上給移動機頂盒安裝APP

  [復制鏈接]
611#
發(fā)表于 2018-11-8 00:24 | 只看該作者 | 來自浙江
adb server is out of date.  killing...
ADB server didn't ACK
* failed to start daemon *
error: unknown host service
回復 支持 反對

使用道具 舉報

612#
發(fā)表于 2018-11-8 15:49 | 只看該作者 | 未知
回去搗鼓看看
回復 支持 反對

使用道具 舉報

613#
發(fā)表于 2018-11-8 16:54 | 只看該作者 | 來自河北
又見一個好帖,果斷先馬克mark收藏了!
回復 支持 反對

使用道具 舉報

614#
發(fā)表于 2018-11-8 18:17 來自ZNDS手機版 | 只看該作者 | 來自河南
看看有沒有什么東西
回復 支持 反對

使用道具 舉報

615#
發(fā)表于 2018-11-9 00:10 | 只看該作者 | 來自廣東
感謝樓主分享
回復 支持 反對

使用道具 舉報

616#
發(fā)表于 2018-11-9 08:53 | 只看該作者 | 來自遼寧
高手在當貝啊!學習了
回復 支持 反對

使用道具 舉報

617#
發(fā)表于 2018-11-9 09:50 來自ZNDS手機版 | 只看該作者 | 來自江蘇
什么好東西
回復 支持 反對

使用道具 舉報

618#
發(fā)表于 2018-11-9 12:39 | 只看該作者 | 來自北京
學習下,十分感謝!
回復 支持 反對

使用道具 舉報

619#
發(fā)表于 2018-11-9 13:17 來自ZNDS手機版 | 只看該作者 | 來自廣東
謝謝分享!
回復 支持 反對

使用道具 舉報

620#
發(fā)表于 2018-11-9 14:54 | 只看該作者 | 來自浙江
C:\Users\mayn>cd c:/adb

c:\adb>adb connect 192.168.0.101(不要以我的為準,輸入自己盒子的IP)
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
connected to 192.168.0.101:5555

adb shell

1|shell@square:/ $ setprop config.Android.AppInstallCtrl 3
setprop config.Android.AppInstallCtrl 3


255|shell@square:/ $ su
su
shell@square:/ # mount -o remount -o rw /system
mount -o remount -o rw /system
shell@square:/ # echo "setprop config.Android.AppInstallCtrl 3" >> /system/bin/init.zte.post_boot.sh
pInstallCtrl 3" >> /system/bin/init.zte.post_boot.sh                          <
shell@square:/ # echo "start adbd" >> /system/bin/init.zte.post_boot.sh
echo "start adbd" >> /system/bin/init.zte.post_boot.sh
shell@square:/ # echo "adbd&" >> /system/bin/init.zte.post_boot.sh
echo "start adbd" >> /system/bin/init.zte.post_boot.sh


1|shell@square:/ # df
df
Filesystem               Size     Used     Free   Blksize
/dev                   495.0M   128.0K   494.9M   4096
/sys/fs/cgroup         495.0M     0.0K   495.0M   4096
/mnt/asec              495.0M     0.0K   495.0M   4096
/mnt/obb               495.0M     0.0K   495.0M   4096
/tmp                   495.0M   792.0K   494.2M   4096
/var                   495.0M   468.0K   494.5M   4096
/system                991.9M   482.1M   509.8M   4096
/cache                 743.9M   336.1M   407.8M   4096
/data                    5.0G   198.3M     4.8G   4096
/data/var              495.0M     0.0K   495.0M   4096
/mnt/shell/emulated      5.0G   198.3M     4.8G   4096
/mnt/media_rw/sda       10.0M     0.0K    10.0M   4096
/storage/sda            10.0M     0.0K    10.0M   4096
/mnt/media_rw/sda/part1     7.5G     3.4G     4.0G   32768
/storage/sda/part1       7.5G     3.4G     4.0G   32768  (U盤路徑判斷方法:一般在輸入df后最后一行,然后看內(nèi)存的大小是否差不多即可,可以看到這個7.5G就是我的U盤,路徑為前面的“/storage/sda/part1”) shell@square:/ # cd /storage/sda/part1(注意,不同的型號U盤路徑不同,以自己的路徑為準)
cd /storage/sda/part1
shell@square:/storage/sda/part1 # cd app
cd app
shell@square:/storage/sda/part1/app # ls
ls
1.apk
2.apk
3.apk

shell@square:/storage/sda/part1/app # cp *.apk /data/app
cp *.apk /data/app
shell@square:/storage/sda/part1/app # am start com.dangbei.tvlauncher
am start com.dangbei.tvlauncher
Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] pkg=com.dangbei.tvlauncher }
shell@square:/storage/sda/part1/app #

這樣整個流程就全部走完了,將盒子接上電視,進入當貝桌面,命令中已經(jīng)允許安裝未知應用,并且開機自啟動ADB,這樣進入當貝市場就可以在線下載安裝自己需要的軟件!
回復 支持 反對

使用道具 舉報

您需要登錄后才可以回帖 登錄 | 立即注冊

本版積分規(guī)則

Archiver|新帖|標簽|軟件|Sitemap|ZNDS智能電視網(wǎng) ( 蘇ICP備2023012627號 )

網(wǎng)絡(luò)信息服務(wù)信用承諾書 | 增值電信業(yè)務(wù)經(jīng)營許可證:蘇B2-20221768 丨 蘇公網(wǎng)安備 32011402011373號

GMT+8, 2024-11-17 12:57 , Processed in 0.063731 second(s), 10 queries , Redis On.

Powered by Discuz!

監(jiān)督舉報:report#znds.com (請將#替換為@)

© 2007-2024 ZNDS.Com

快速回復 返回頂部 返回列表