Sadly, I can't figure it out.
Pulling the apk from the Poke3 works fine (backup just in case). Pulling the apk from the Note Air didn't work, so I copied it to /sdcard/Download/ and pulled it from there. Then I tried installing it via adb, which failed
Quote:
adb: failed to install neoreader_noteair3/kreader2-release.apk: Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES: Failed to collect certificates from /data/app/vmdl356486207.tmp/base.apk: META-INF/RELEASE-.SF indicates /data/app/vmdl356486207.tmp/base.apk is signed using APK Signature Scheme v2, but no such signature was found. Signature stripped?]
|
I tried signing the apk with apksigner but then it complained that the signatures don't match.
Quote:
adb: failed to install neoreader_noteair3/kreader2-release.signed.apk: Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package com.onyx.kreader signatures do not match previously installed version; ignoring!]
|
Theoretically I could uninstall Neoreader to install my signed version, but I'm afraid of bricking my device because the app is so integrated with the OS. Is there a way to pull the apk that keeps the signature intact?