The Xiaomi Mi Box mini is small and portable, supporting 1080p Blu-ray HD, but there are often advertisements and paid programs, and most popular dramas need to be charged as VIP, and I want to root it with my backhand. However, Goose does not support USB, does not support OTG, it is really difficult to do, finally install a root software, find that it cannot be clicked with the mouse, consult the data and find that it can be debugged remotely with adb, so use analog click to break it.
Update: Some students asked how to remove Xiaomi TV boot ads: To add URL blocking on the Xiaomi router, the Xiaomi ad/headline advertising URL is as follows: ad.xiaomi.com ad1.xiaomi.com ad.mi.com tat.pandora.xiaomi.com api.ad.xiaomi.com
Because the screenshot is not saved, the following is a plain text description, and the picture will be re-supplemented later. ps: 1. The automatic countdown in the middle rejects the root permission application, and the simulated click permission is invalid, and it tossed back and forth several times, and finally succeeded,,, blood and tears. 2. This method is theoretically applicable to Xiaomi TV or other models of Xiaomi box, and has not been tested. 3. The coordinates of the analog click are suitable for 1080*1920 resolution monitors, if other resolutions, you can use the screenshot method in the third step below, and pull the screenshot from the upper left corner 0,0 coordinates to the lower right corner to see the coordinates of the corresponding button or checkbox. 4. After rooting, uninstall some of the software that comes with it, the remaining space and available memory have increased a lot, but occasionally there is a lag, the reason is unknown, please be careful when operating to avoid the problem of uninstalling system applications that can not be turned on or used normally.
First, you need to upgrade the Xiaomi Mi Box mini to the latest version, and then in About, click the product model continuously, and it will prompt "Developer Mode Entered". After entering the account and security settings page, move the focus to ADB debugging, press the right arrow key to select Allow, a pop-up window will pop up, and then you can choose OK to open it. This step searches for Xiaomi Box adb debugging, both have detailed tutorials, focusing on installing the software and simulating clicks below.
Secondly, WiFi ADB connects to the Xiaomi box, installs the 360root apk, obtains root permissions through simulated clicking, and then adds the console program to the root permission trust list. 1. Open cmd, enter the adb tool directory, enter adb connect 192.168.0.109 enter, (the IP address can be seen in the network connection details of the Xiaomi Mi box, the address of ipv4 is, the default port number is 5555, you don't need to enter the port number) WiFi connection debugging, note: to confirm on the screen, and adb debugging will be automatically turned off from time to time, you need to start over.
2、adb install 360root.apk Install 360root mobile
3、adb shell input tap 950 920 If it is not 1080p resolution, the odd trick: adb shell screencap -p /sdcard/screen.png adb pull /sdcard/screen.png View the button coordinates and use the command in step 3.
4. Finally enter the main interface, continue to use the third step to simulate clicking the start root button. adb shell input tap 890 450
5. Wait patiently for 2 minutes, and finally root is successful
6. Continue to take screenshots in the third step to obtain the coordinates of each button root management: adb shell input tap 300 620
7. Menu in the upper right corner of root management: adb shell input tap 1880 30 Trust the application: adb shell input tap 1880 140 Added: adb shell input tap 700 1000 Select the console: adb shell input tap 1860 285 Added: adb shell input tap 700 1000 You can use adb root, and after adb connection, directly su switches to root permissions
|