Skip to content

xpad3-cli v0.1.2

Choose a tag to compare

@yoyicue yoyicue released this 18 Jul 08:25

v0.1.2 integrates xpad-installer v0.2.11 to support the XPad3S OEM installer layout.

The previous installer hard-coded the XPad2 provider APK path /system/app/pad2_znxxservice/pad2_znxxservice.apk. XPad3S exposes the same verified package and managed UID at /system/app/pad_znxxservice/pad_znxxservice.apk, so the 0044 identity was healthy but target APK upgrades could not start the Java provider path.

This release resolves com.tal.pad.znxxservice through PackageManager at runtime and uses the returned readable APK path. The managed 0044 identity, APK signature/version/hash checks, guarded 31317 repair boundary and exact PD3S /338 profile gate remain unchanged.

It also retains the v0.1.1 compat32 trigger ABI fix. A signed v0.1.1 → v0.1.2 delta is included.