<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Galaxy Tab S7 - Multi Control crashes and reboots device when connecting to Windows 11 (non-galaxy book) in Tablets</title>
    <link>https://us.community.samsung.com/t5/Tablets/Galaxy-Tab-S7-Multi-Control-crashes-and-reboots-device-when/m-p/3542243#M50590</link>
    <description>&lt;P&gt;Device: Samsung Galaxy Tab S7&lt;/P&gt;
&lt;P&gt;Feature: Multi Control&lt;/P&gt;
&lt;P&gt;Result: Device crashes and reboots every time Multi Control connects to a PC&lt;/P&gt;
&lt;P&gt;---&lt;/P&gt;
&lt;P&gt;Description&lt;/P&gt;
&lt;P&gt;Every time I connect my Tab S7 to a PC via Multi Control (non-galaxy book) which was supported in the Feb 2026 Microsoft Store update, the tablet immediately crashes and reboots. After capturing ADB logs, I identified the root cause:&lt;/P&gt;
&lt;P&gt;When Multi Control connects to a PC, it registers new input devices (keyboard and mouse). `InputManagerService` then calls `startGameToolsService()` to notify Game Tools about the new input hardware. However, this call fails with a `BackgroundServiceStartNotAllowedException` because Game Tools is in the background. Since this exception is unhandled and occurs on the **system process display thread**, it kills the entire system and causes a reboot.&lt;/P&gt;
&lt;P&gt;This does not happen when connecting to a phone via Multi Control, because no new input devices are registered on the tablet side in that case.&lt;/P&gt;
&lt;P&gt;Error from logcat:&lt;BR /&gt;```&lt;BR /&gt;FATAL EXCEPTION IN SYSTEM PROCESS: android.display&lt;BR /&gt;android.app.BackgroundServiceStartNotAllowedException: Not allowed to start service Intent { act=com.samsung.android.game.gametools.GAMEPAD_INTENTSERVICE pkg=com.samsung.android.game.gametools }: app is in background uid null&lt;BR /&gt;at com.android.server.input.InputManagerService.startGameToolsService(InputManagerService.java:1796)&lt;BR /&gt;at com.android.server.input.InputManagerService.deliverInputDevicesChanged(InputManagerService.java:1953)&lt;BR /&gt;```&lt;/P&gt;
&lt;P&gt;Workaround&lt;/P&gt;
&lt;P&gt;Disabling Game Tools via ADB stops the crash:&lt;BR /&gt;`adb shell pm disable-user --user 0 com.samsung.android.game.gametools`&lt;/P&gt;
&lt;P&gt;This confirms the issue is in `InputManagerService` — the `startGameToolsService()` call at line 1796 has no exception handling.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;**Steps to reproduce:**&lt;BR /&gt;1. Enable Multi Control on Tab S7&lt;BR /&gt;2. Connect to a Windows PC via Multi Control&lt;BR /&gt;3. Device crashes and reboots immediately&lt;/P&gt;
&lt;P&gt;Expected: Multi Control connects successfully&lt;BR /&gt;Actual: Device reboots due to unhandled exception in system process&lt;/P&gt;
&lt;P&gt;Please escalate this to the firmware team. Happy to provide full logcat logs if needed.&lt;/P&gt;</description>
    <pubDate>Tue, 21 Apr 2026 14:49:54 GMT</pubDate>
    <dc:creator>max_cjx</dc:creator>
    <dc:date>2026-04-21T14:49:54Z</dc:date>
    <item>
      <title>Galaxy Tab S7 - Multi Control crashes and reboots device when connecting to Windows 11 (non-galaxy book)</title>
      <link>https://us.community.samsung.com/t5/Tablets/Galaxy-Tab-S7-Multi-Control-crashes-and-reboots-device-when/m-p/3542243#M50590</link>
      <description>&lt;P&gt;Device: Samsung Galaxy Tab S7&lt;/P&gt;
&lt;P&gt;Feature: Multi Control&lt;/P&gt;
&lt;P&gt;Result: Device crashes and reboots every time Multi Control connects to a PC&lt;/P&gt;
&lt;P&gt;---&lt;/P&gt;
&lt;P&gt;Description&lt;/P&gt;
&lt;P&gt;Every time I connect my Tab S7 to a PC via Multi Control (non-galaxy book) which was supported in the Feb 2026 Microsoft Store update, the tablet immediately crashes and reboots. After capturing ADB logs, I identified the root cause:&lt;/P&gt;
&lt;P&gt;When Multi Control connects to a PC, it registers new input devices (keyboard and mouse). `InputManagerService` then calls `startGameToolsService()` to notify Game Tools about the new input hardware. However, this call fails with a `BackgroundServiceStartNotAllowedException` because Game Tools is in the background. Since this exception is unhandled and occurs on the **system process display thread**, it kills the entire system and causes a reboot.&lt;/P&gt;
&lt;P&gt;This does not happen when connecting to a phone via Multi Control, because no new input devices are registered on the tablet side in that case.&lt;/P&gt;
&lt;P&gt;Error from logcat:&lt;BR /&gt;```&lt;BR /&gt;FATAL EXCEPTION IN SYSTEM PROCESS: android.display&lt;BR /&gt;android.app.BackgroundServiceStartNotAllowedException: Not allowed to start service Intent { act=com.samsung.android.game.gametools.GAMEPAD_INTENTSERVICE pkg=com.samsung.android.game.gametools }: app is in background uid null&lt;BR /&gt;at com.android.server.input.InputManagerService.startGameToolsService(InputManagerService.java:1796)&lt;BR /&gt;at com.android.server.input.InputManagerService.deliverInputDevicesChanged(InputManagerService.java:1953)&lt;BR /&gt;```&lt;/P&gt;
&lt;P&gt;Workaround&lt;/P&gt;
&lt;P&gt;Disabling Game Tools via ADB stops the crash:&lt;BR /&gt;`adb shell pm disable-user --user 0 com.samsung.android.game.gametools`&lt;/P&gt;
&lt;P&gt;This confirms the issue is in `InputManagerService` — the `startGameToolsService()` call at line 1796 has no exception handling.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;**Steps to reproduce:**&lt;BR /&gt;1. Enable Multi Control on Tab S7&lt;BR /&gt;2. Connect to a Windows PC via Multi Control&lt;BR /&gt;3. Device crashes and reboots immediately&lt;/P&gt;
&lt;P&gt;Expected: Multi Control connects successfully&lt;BR /&gt;Actual: Device reboots due to unhandled exception in system process&lt;/P&gt;
&lt;P&gt;Please escalate this to the firmware team. Happy to provide full logcat logs if needed.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 14:49:54 GMT</pubDate>
      <guid>https://us.community.samsung.com/t5/Tablets/Galaxy-Tab-S7-Multi-Control-crashes-and-reboots-device-when/m-p/3542243#M50590</guid>
      <dc:creator>max_cjx</dc:creator>
      <dc:date>2026-04-21T14:49:54Z</dc:date>
    </item>
  </channel>
</rss>

