diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-12-21 18:19:46 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-12-21 18:19:46 -0500 |
| commit | b96df9c32fd3cb0351d80c53d2489e171db444ce (patch) | |
| tree | 6e2bbf3145c08603c09a42e461ae773116b6182e /static | |
| parent | e80caed3dd1bc6a518617c1432bbb92e95b84545 (diff) | |
disconnect Pixel Tablet from stand for installing
Diffstat (limited to 'static')
| -rw-r--r-- | static/install/cli.html | 4 | ||||
| -rw-r--r-- | static/install/web.html | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/static/install/cli.html b/static/install/cli.html index 9ae2287b..34c0feaa 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -345,6 +345,10 @@ Installed as /home/username/platform-tools/fastboot</pre> Pixels</a> from Google and then <a href="https://developer.android.com/studio/run/oem-usb#InstallingDriver">manually install it with the Windows Device Manager</a>.</p> + + <p>For the Pixel Tablet, disconnect it from the stand before continuing. The stand + uses USB to provide charging and audio output, but the tablet lacks support for + using both the stand and USB port at the same time.</p> </section> <section id="unlocking-the-bootloader"> diff --git a/static/install/web.html b/static/install/web.html index 03904477..86d36b4e 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -234,6 +234,10 @@ Pixels</a> from Google and then <a href="https://developer.android.com/studio/run/oem-usb#InstallingDriver">manually install it with the Windows Device Manager</a>.</p> + + <p>For the Pixel Tablet, disconnect it from the stand before continuing. The stand + uses USB to provide charging and audio output, but the tablet lacks support for + using both the stand and USB port at the same time.</p> </section> <section id="unlocking-the-bootloader"> |
