问题:
adb install -r Camera.apk
2864 KB/s (7603465 bytes in 2.592s)
Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package com.mediatek.camera signatures do not match the previously installed version; ignoring!]

解决方法:
adb remount
adb shell
cd system/vendor/app/Camera/Camera.apk
rm system/vendor/app/Camera/Camera.apk
adb push Camera.apk system/vendor/app/Camera/Camera.apk
adb shell stop
adb shell start

相关文章:

  • 2021-12-11
  • 2021-11-30
  • 2021-11-26
  • 2021-05-29
猜你喜欢
  • 2022-12-23
  • 2021-05-10
  • 2021-12-05
  • 2021-05-25
  • 2021-06-13
  • 2021-07-05
  • 2021-10-30
相关资源
相似解决方案