The keystore I posted is used by Android Studio (gradle) if you are creating the apk with that. I have not used signapk.jar , I guess gradle takes care of that for me.
The test keys are on build/target/product/security.
I don't remember exactly which one I changed from there, but I think its the platform.pk8 or testkey.pk8.
I think I needed to transform it into a pkcs12 file and then it worked.
If you use Android Studio you can use the keystore I posted, set the values for alias,password and it generates a signed apk that will let you run as system.