From fd2170de159bcfe7136fbbb6418a6f09ec26fba3 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 7 Nov 2023 01:58:33 -0500 Subject: [PATCH] remove GNOME workaround for now This appears to cause issues and we need more information on when this may be required. --- static/install/cli.html | 12 ------------ static/install/web.html | 12 ------------ 2 files changed, 24 deletions(-) diff --git a/static/install/cli.html b/static/install/cli.html index f7be6e98..b1f48a0a 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -319,18 +319,6 @@ Installed as /home/username/platform-tools/fastboot

Connect the device to the computer. On Linux, you'll need to do this again if you didn't have the udev rules set up when you connected it.

-

On Linux, GNOME has a bug causing compatibility issues with the installation - process. It wrongly detects the device in fastboot mode or fastbootd mode as being - an MTP device and claims exclusive control over it. This will block the install - process from proceeding. You can run the following command to work around it:

- -
echo 0 | sudo tee /sys/bus/usb/drivers_autoprobe
- -

After installing, you can undo this by rebooting or by running the following - command:

- -
echo 1 | sudo tee /sys/bus/usb/drivers_autoprobe
-

On Windows, you need to install a driver for fastboot if you don't already have it. No driver is needed on other operating systems. You can obtain the driver from Windows Update which will detect it as an optional update when the device is diff --git a/static/install/web.html b/static/install/web.html index a2754498..2fdf713d 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -208,18 +208,6 @@

Connect the device to the computer. On Linux, you'll need to do this again if you didn't have the udev rules set up when you connected it.

-

On Linux, GNOME has a bug causing compatibility issues with the installation - process. It wrongly detects the device in fastboot mode or fastbootd mode as being - an MTP device and claims exclusive control over it. This will block the install - process from proceeding. You can run the following command to work around it:

- -
echo 0 | sudo tee /sys/bus/usb/drivers_autoprobe
- -

After installing, you can undo this by rebooting or by running the following - command:

- -
echo 1 | sudo tee /sys/bus/usb/drivers_autoprobe
-

On Windows, you need to install a driver for fastboot if you don't already have it. No driver is needed on other operating systems. You can obtain the driver from Windows Update which will detect it as an optional update when the device is