On the Nvidia Shield, the Xbox (Guide) button of Xbox Series controllers is mapped to "Home".
These instructions unmap the Xbox (Guide) button so that it can be used in Steam Link or other apps.
- On the Shield, enable the developer options:
-
- Click the Menu button
-
- Navigate to Device Preferences > About > Build
-
- Click Build repeatedly until it shows "You are now a developer"
- On the Shield, enable network debugging:
-
- Click the Menu button
-
- Navigate to Device Preferences > Developer options > Debugging
-
- Click Network debugging
-
- Wait until it shows "Enabled on" followed by the Shield IP address
- On a computer:
-
- Download Android SDK Platform Tools from https://developer.android.com/tools/releases/platform-tools
-
- Extract the ZIP
-
- Open a terminal in the extracted folder
-
- Execute
./adb connect 192.168.x.x(replace 192.168.x.x with the IP of Shield)
- Execute
- On the Shield, authorize the connection
- On the computer, run
./adb shell pm uninstall com.nvidia.shieldtech.hooks - Reboot the Shield
- Disable Network debugging and Developer options
In my case it was necessary to reboot the Shield after enabling Network Debugging. Before that I wasn't able to establish a connection from my PC. I used Power Shell instead of the terminal. So, the proper commands are as follows.
./adb kill-server./adb connect 192.168.x.x./adb shell pm uninstall -k --user 0 com.nvidia.shieldtech.hooks