Установить Steam
войти
|
язык
简体中文 (упрощенный китайский)
繁體中文 (традиционный китайский)
日本語 (японский)
한국어 (корейский)
ไทย (тайский)
Български (болгарский)
Čeština (чешский)
Dansk (датский)
Deutsch (немецкий)
English (английский)
Español - España (испанский)
Español - Latinoamérica (латиноам. испанский)
Ελληνικά (греческий)
Français (французский)
Italiano (итальянский)
Bahasa Indonesia (индонезийский)
Magyar (венгерский)
Nederlands (нидерландский)
Norsk (норвежский)
Polski (польский)
Português (португальский)
Português-Brasil (бразильский португальский)
Română (румынский)
Suomi (финский)
Svenska (шведский)
Türkçe (турецкий)
Tiếng Việt (вьетнамский)
Українська (украинский)
Сообщить о проблеме с переводом
I dont have this device. Have you installed the correct usb-driver for your device? I found this website: https://xiaomidriver.com/xiaomi-mi-11-lite-5g
After this, check if adb will find your device.
1. Install the correct usb driver (see link above).
2. Enable USB-Debugging on your phone. You can find this in the "development settings" in your phone. Plugin in your device with usb-cable on your computer.
3. Check, if adb will find your device:
3.1 Open Command-Prompt: press WindowsKey and type "cmd"
3.2 navigate to your ivry steam installation folder:
EXAMPLE: cd C:\STEAM\steamapps\common\iVRy\ADB
3.3 open adb: type in command prompt: "adb devices"
If your device(just one entry) is listed there, then try your ivr process like normal.
If your device is not listed there, adb can not find your device. Maybe your usb-driver is wrong. ivry usb-debugging connction needs this adb to work.
I have multiple installations of ADB so I went to check on it and the device was picking up.
So I tried Oswhikk's method and installed the drivers on that website (qualcomm and adb) and it works now. Thanks dev and Oswhikk for your help now! Appreciated