Virtual Keyboard API APK sampler

#493412612 #493415366 #493416495 x86 emulator and ARM64 device builds

What this page is for

This page provides Chromium APKs for Android testing:

- ChromePublic-unpatched-x86.apk: baseline x86 emulator build

- ChromePublic-patched-x86.apk: patched x86 emulator build

- ChromePublic-patched-arm64.apk: patched ARM64 device build

Visual Comparison

Before (Bug)

Unpatched - geometry errors

.y and .top show wrong values (Δ297 error)

After (Fixed)

Patched - correct geometry

All geometry values match expected

Sampler page

Use this sampler while running each APK:

https://vkb-geometry-inspector-zouhir.yoyo.codes/

Downloads

Download unpatched x86 APK Download patched x86 APK Download patched ARM64 APK SHA256 checksums

Install and switch builds

# Install unpatched
adb install -r ChromePublic-unpatched-x86.apk

# Install patched x86 (overwrites same package)
adb install -r ChromePublic-patched-x86.apk

# Install patched ARM64 on an ARM64 device
adb install -r ChromePublic-patched-arm64.apk

# If install fails due to signature mismatch, uninstall first
adb uninstall org.chromium.chrome
adb install ChromePublic-patched-x86.apk

Checksums

1019655814f81ad1b42eb6f927b831b9f39ee363624bedcada017b65d4abef0b  ChromePublic-patched-arm64.apk
6d04fc0cceb99468bfb4f91d9edbdef4889ec944bfc4a063fc19f11298dd4d7c  ChromePublic-patched-x86.apk
17637a0c473df7969b89b2e45452cb5e0d8f4bf19eff0767699a539d907b8578  ChromePublic-unpatched-x86.apk