-
Notifications
You must be signed in to change notification settings - Fork 11
SM-G950F (Galaxy S8) #8
Copy link
Copy link
Open
Description
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"fromAndroidManifest.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"/>fromAndroidManifest.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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels