Mercurial > blog
changeset 148:cd67f687fc25
corrected style.
author | Oleksandr Gavenko <gavenkoa@gmail.com> |
---|---|
date | Mon, 22 Oct 2018 23:58:05 +0300 |
parents | edae611426a0 |
children | ed358312ab29 |
files | f56b41cb-6e3a-4da9-a52f-21bfab785c90/index.rst |
diffstat | 1 files changed, 11 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/f56b41cb-6e3a-4da9-a52f-21bfab785c90/index.rst Mon Oct 22 23:50:35 2018 +0300 +++ b/f56b41cb-6e3a-4da9-a52f-21bfab785c90/index.rst Mon Oct 22 23:58:05 2018 +0300 @@ -10,21 +10,20 @@ Of couse you can connect by adb via network but that's another story. -So if you are lacky and have official Android device get latest official Google drivers from: +So if you are lacky (or rich) and have official Android device just get latest official Google +drivers from: https://developer.android.com/studio/run/win-usb.html Get the Google USB Driver. -If your device isn't in official list you can try to find driver in `Windows -update catalog at http://www.catalog.update.microsoft.com`__. +If your device isn't in official list you can try to find driver in `Windows update catalog at +http://www.catalog.update.microsoft.com`__. __ http://www.catalog.update.microsoft.com -Use search by vendor or device name, or string ``adb``. Alternatively use -`hardware id`_. +Use search by vendor or device name, or string ``adb``. Alternatively use `hardware id`_. -BTW older version of official Google drivers are also in `Windows update -catalog`__. +BTW older version of official Google drivers are also in `Windows update catalog`__. __ http://www.catalog.update.microsoft.com/Search.aspx?q=google+adb @@ -34,7 +33,7 @@ .. _hardware id: * Find your USB's hardware VID and PID. Locate your device in *Device Manager*, - open Properties => Details => Hardware Ids and copy (by ``Ctrl+C``) string + open *Properties => Details => Hardware Ids* and copy (by ``Ctrl+C``) string like:: USB\VID_2A45&PID_201D&MI_01 @@ -53,14 +52,14 @@ to all sections that has similar lines setting your own `hardware id`_ that we've extracted. -* Temporary disable driver signing enforcement (run from Administrator, ``Win``, - type ``cmd``, ``Ctrl+Shift+Enter``):: +* Temporary disable driver signing enforcement (run from Administrator, or hit ``Win``, type + ``cmd``, and then ``Ctrl+Shift+Enter``):: cmd# bcdedit /set testsigning off - and reboot. You'll see ``Test mode`` sign in right lower corner of desktop. + and reboot. You'll see ``Test mode`` sign in right lower corner of screen. -* Locate your decive, then follow *Properties => Driver => Update => Browse my computer => +* Locate your device, then follow *Properties => Driver => Update => Browse my computer => Let me pick => Hard Disk...*. Select *Android Composite ADB interface* driver and ignore security warning about broken file signature.