lopez05656 / Eleven

LineageOS's Music Player with a Material Theme - Based on LineageOS 20.0 (App Port)
Other
30 stars 4 forks source link

Cant install/ invalid signature #1

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hi, when I try to install the app with my phone I get an installastion error , when I try with adb it gave me:" Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package org.lineageos.eleven signatures do not match previously installed version; ignoring!]" . I'm using a pixel 3 with lineageos 17.1. I managed to install the app with an other distribution without eleven installed by default and it worked well.

ghost commented 3 years ago

Ok, I managed to get it install here what I did : adb root adb disable-verity adb reboot adb root adb remount adb shell cd /product/priv-app/Eleven/ rm -r * exit adb push ./Eleven.apk /product/priv-app/Eleven (where Eleven.apk is file release renamed) adb reboot (not sure it's usefull) adb root adb enable-verity adb reboot

Now it's working but it will probably reinstall to original app in the next Lineage update, I hope it wont

Edit: you can use debloat script on magisk to uninstall original app, it's much easier If someone needs help you can get more information here: https://www.droidviews.com/debloater-magisk-module-uninstall-system-apps-android/

lopez05656 commented 3 years ago

Alright. I'm trying to make it official in LineageOS 18.1, so hang tight!

lopez05656 commented 3 years ago

As of today, it's official in LineageOS 18.1! This issue has been closed.