Xperia 10 III GA Button Remapper

Magisk KSU APatch

The inclusion of a dedicated physical hardware button for Google Assistant on the Sony Xperia 10 III (PDX-213) is often a source of frustration, frequently leading to accidental triggers during daily handling. The Xperia 10 III GA Button Remapper module, masterfully engineered by jakobfridesjo, provides a seamless, systemless countermeasure. Instead of letting a valuable piece of physical hardware go to waste or remain a nuisance, this module overrides its default function at the root level. With a press-and-hold, it repurposes the button to instantly launch your Default Camera App, beautifully replicating the classic, dedicated dual-stage camera shutter button that Sony's flagship line is famous for.

Hardware-Level Remapping

Explore the specialized layout adjustments that intercept raw hardware input events and redirect them directly to the camera subsystem.

Direct Layout Overrides

Surgically alters the keypress assignments. Long-pressing the physical assistant layout bypasses the Google search overlay entirely and invokes the camera application immediately. Basic power button behaviors remain completely unaffected.

Microscopic Footprint

Weighing an incredibly tiny 5 to 7 KB, the module is purely configuration-based. It does not install any resource-heavy user interfaces, settings pages, or background daemons.

Device Specific Precision

Hardcoded specifically for the unique input event mappings of the Sony Xperia 10 III (PDX-213). This guarantees perfect key safety without breaking your secondary volume controls or physical power paths.

Systemless Integrity

Deploys cleanly via the "Magic Mount" virtual filesystem overlay. Compatible with Magisk, KernelSU, APatch, and KSUNext, leaving your stock internal partitions read-only.

Technical Breakdown: Android Key Layout Subsystem

Every time a physical key is toggled on your mobile device, the linux kernel registers a raw scan code event. The Android framework translates this numerical code into human-readable action definitions using a highly specified text architecture known as .kl (Key Layout) files, natively located inside the read-only directory path /system/usr/keylayout/.

On a stock Sony Xperia 10 III, the scan code linked to the dedicated side assistant button is explicitly mapped to launch the ASSIST string value. User-space utilities like Button Mapper or accessibility interceptors try to override this behavior by running persistent background loops, which causes noticeable latency and increased battery drain. This module solves the issue surgically. During the early stage boot process, the systemless mounting scripts overlay the device-specific key layout file. It swaps out the target execution parameter directly from ASSIST to CAMERA. Consequently, the Android OS natively receives the physical hardware signal as an unadulterated camera trigger, executing the action instantly with absolute zero system overhead.

Frequently Asked Questions

This is an ultra-lightweight (approx. 5–7 KB) systemless root module created by jakobfridesjo. It intercepts the input event from the dedicated physical Google Assistant button on the Sony Xperia 10 III and remaps it to instantly launch the default stock Camera application.

No. This module is explicitly coded to modify the hardware keylayout configuration file unique to the Sony Xperia 10 III (PDX-213) chipset architecture. Flashing it on other models will have no effect or may cause button input conflicts on your power paths.

Because the module works systemlessly, it does not make permanent modifications to your system firmware. To restore Google Assistant, simply disable or uninstall the module within your root manager interface (Magisk, KernelSU, or APatch) and reboot your device.

No. The remapping takes place at the lowest framework layer of the operating system. It requires no background apps, no extra user permissions, and zero accessibility service configurations, ensuring absolutely no additional battery drain.

Download Xperia 10 III GA Button Remapper

Module Info

  • Version Latest
  • Module By
    jakobfridesjo
  • Source Code View Repository
  • Tags
    #Xperia #Sony #Remap #Button #Camera #PDX-213
  • Requirement
    Magisk KernelSU APatch
  • Latest Update