Xiaomi Support Thread

olekoman

New member
@olekoman
This thread explains ADB Hack. Please run adb tcpip 5555 in the same manner.
I don't understand how to do this.
 

Dimlos

Well-known member
@olekoman
This is going to be a long explanation, but would you like an explanation from me?
If so, I will ask you to answer a few questions.
Do you have a PC?
What version of Android do you have?
Can I use an application that charges a fee (a few dollars)?
 

olekoman

New member
@olekoman
This is going to be a long explanation, but would you like an explanation from me?
If so, I will ask you to answer a few questions.
Do you have a PC?
What version of Android do you have?
Can I use an application that charges a fee (a few dollars)?
Yes, I have a PC. Android version 13.
 

Dimlos

Well-known member
1.Download the SDK Platform Tools on your PC.
2.Unzip and open the platform-tools folder
3.Type "cmd" in the address bar and press Enter
4.Turn on USB debugging for developer options
5.Connect your PC and smartphone with a USB cable.
6.Type "adb devices" at the command prompt and press Enter
7.If you see something in the "List of devices attached" section, you are ready to go
8.Type "adb tcpip 5555" at the command prompt and press Enter
9.restarting in TCP mode port: 5555 is displayed, success
 

Attachments

  • SDK Platform Tools.png
    SDK Platform Tools.png
    115.9 KB · Views: 8
Last edited:

Dimlos

Well-known member
@olekoman
If you do not understand this explanation, please attach a screenshot of the screen situation and ask which number you do not understand.
 

olekoman

New member
1.Download the SDK Platform Tools on your PC.
2.Unzip and open the platform-tools folder
3.Type "cmd" in the address bar and press Enter
4.Turn on USB debugging for developer options
5.Connect your PC and smartphone with a USB cable.
6.Type "adb devices" at the command prompt and press Enter
7.If you see something in the "List of devices attached" section, you are ready to go
8.Type "adb tcpip 5555" at the command prompt and press Enter
9.restarting in TCP mode port: 5555 is displayed, success
I don't understand point 9.
 

Endercraft

Moderator (& bug finder :D)
You need to run cmd into the folder that contains the tools. If you don't know how to, you can create a new shortcut in the folder pointing to cmd.

Also you can't use ,,'' in the command prompt.
 

Dimlos

Well-known member
@olekoman
please take a look at this image and try again.
 

Attachments

  • platform-tools.png
    platform-tools.png
    95.6 KB · Views: 6
  • cmd.png
    cmd.png
    81.5 KB · Views: 6
  • command.png
    command.png
    10.2 KB · Views: 6
Last edited:
Top