Skip to content

bug(Instagram) PatchException on Recommended Instagram v424.0.0.0.39 – FeedButtonOnClickFingerprint mismatch #907

@Akash-Sriram

Description

@Akash-Sriram

Summary

The patching process fails on the recommended version 424.0.0.0.39 when applying the DownloadMediaPatch. The patcher cannot locate the FeedButtonOnClickFingerprint, suggesting a bytecode change in this specific Instagram build that breaks the current pattern.

Environment

  • Instagram Version: 424.0.0.0.39 (Recommended)
  • Piko Patch: DownloadMediaPatch
  • Patcher: Morphe Manager

Traceback

app.morphe.patcher.patch.PatchException: Failed to match the fingerprint: app.crimera.patches.instagram.misc.download.FeedButtonOnClickFingerprint@1290cbe
	at app.morphe.patcher.Fingerprint.patchException(SourceFile:650)
	at app.morphe.patcher.Fingerprint.match(SourceFile:659)
	at app.morphe.patcher.Fingerprint.getMethod(SourceFile:802)
	at app.crimera.patches.instagram.misc.download.DownloadMediaPatchKt.downloadMediaPatch$lambda$12$lambda$11(DownloadMediaPatch.kt:101)

Steps to Reproduce

  1. Use Instagram APK version 424.0.0.0.39.
  2. Select Download Media patch in Morphe/Piko.
  3. Start patching.
  4. Process fails at FeedButtonOnClickFingerprint.

Expected Behavior

The patch should successfully identify the feed button hook and inject the download logic, as this is the version officially recommended by the patch source.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions