eMcE wrote:UndeadSquirrel wrote:I don't remember. It was on my NVIDIA SHIELD Tablet, running Android 5.1.1 stock, rooted. I have Xposed installed, that was it. I managed to get it installed, don't remember how, though. I think it was from toggling the signature options in Lucky Patcher and "Patching to Android."
It is a most probably reason. LP has some problems sometimes on 5.1.1. I have similar issue with Asphalt 8 on CM 12.1 based rom. Sollution was temporary removing LP for the Asphalt installation time. Then I bring back LP with Titanium and all works ok

I had the "App not installed" on CM 12.1 also. The solution seems to be running "pm install -f /sdcard/Download/App.apk" as
root. pm is the CLI implementation of the Package Manager. The "-f" flag = "install application on internal flash". Without root privs I get "Error: java.lang.SecurityException: Neither user 10069 nor current process has android.permission.INSTALL_PACKAGES."
I am not sure why the -f flag needs to be done. Perhaps some extra security added by CM?
Please scrutinize any command ran as "root", especially when it comes from a random nobody like me.
I found the answer
here after Googling the file-system write permission errors I encountered (logcat) when the apk install failed.
I have done nothing with Lucky Patcher. No system or Play Store patches.