当前位置:网站首页>Tianyi ty1208-z brush machine detailed tutorial (free to remove)
Tianyi ty1208-z brush machine detailed tutorial (free to remove)
2022-07-03 12:39:00 【ylopi】
One 、 preparation
Prepare one u disc , Download dangbei desktop apk And dangbei market to u Disk and rename it dangbei1.apk and dangbei2.apk
take u Insert the disc into the set-top box usb Interface , Unplug the cable , Start the set-top box , Click the settings of the set-top box remote control , Check the network settings and turn on wifi Button opens WiFi And connect your home WiFi, Take a look after connecting ip Address ,ip The address needs to be remembered
download adb( If you can't find it, confide in me ) It's best to put the document in c Disk directory , Convenient operation
Two 、 Remote control
open Windows terminal ( Search for cmd), Then follow the steps
cd c:/adb
adb connect ip Address # Remember that in front ip
adb shell
# An error may occur , Click... On the remote control ‘ Information 2323’
# Then continue to
adb connect ip
adb shell
# If there is no error, you will be connected to the set-top box server by this time
df # View all paths
# To find you u Disk path ( Look at the memory size to find )
cd u Disk path
pm install -r dangbei1.apk
pm install -r dangbei2.apk
# Show success It means the installation is successful
am start com.dangbei.tvlauncher # Start the desktop
# By this time, it has been successful
reboot # Restart the set-top box
边栏推荐
- Summary of development issues
- 347. Top k high frequency elements
- Ten workplace rules
- 2020-11_ Technical experience set
- [embedded] - Introduction to four memory areas
- temp
- Is it OK to open an account for online stock speculation? Is the fund safe?
- Introduction to concurrent programming (I)
- 剑指Offer04. 二维数组中的查找【中等】
- Nodejs+Express+MySQL实现登陆功能(含验证码)
猜你喜欢
随机推荐
[embedded] - Introduction to four memory areas
Redis
Implement verification code verification
Exploration of sqoop1.4.4 native incremental import feature
wpa_ cli
Swift Error Handling
Introduction to concurrent programming (I)
公纵号发送提示信息(用户微服务--消息微服务)
剑指Offer09. 用两个栈实现队列
Redhat5 installing socket5 proxy server
Use of atomicinteger
With pictures and texts, summarize the basic review of C language in detail, so that all kinds of knowledge points are clear at a glance?
The solution to change the USB flash disk into a space of only 2m
云计算未来 — 云原生
Nodejs+express+mysql realizes login function (including verification code)
雲計算未來 — 雲原生
Official website of Unicode query
Pytext training times error: typeerror:__ init__ () got an unexpected keyword argument 'serialized_ options'
Use bloc to build a page instance of shutter
Summary of development issues









