Skip to content

SM-G950F (Galaxy S8) #8

@MrSirKingLord

Description

@MrSirKingLord

LineageOS 21-20240820-UNOFFICIAL-dreamlte

Progress so far:

  • Installed TWRP, LineageOS, Magisk successfully
  • Attempted to install imsservice.apk from this repo, got error adb: failed to install imsservice.apk: Failure [INSTALL_FAILED_SHARED_USER_INCOMPATIBLE: Reconciliation failed...: Reconcile failed: Package com.sec.imsservice has no signatures that match those in shared user android.uid.system; ignoring!]
  • Decompiled imsservice.apk with apktool
  • removed android:sharedUserId="android.uid.system" from AndroidManifest.xml
  • Recompiled with apktool
  • Signed with signapk using AOSP Stock keys
  • Tried installing, got error adb: failed to install imsservice_signed.apk: Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY: Reconciliation failed...: Reconcile failed: Package com.sec.imsservice requires unavailable shared library imsmanager; failing!]
  • Removed <uses-library android:name="imsmanager"/> from AndroidManifest.xml
  • Recompiled, signed and installed OK, but VoLTE still not working

I figure I need to:

  • Locate correct imsservice.apk from the stock ROM for my device, and try again with that
  • Maybe try older LineageOS/Android version

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