chriswoope / resign-android-image

Resign Android OS (esp. GrapheneOS) images with your signing keys and add ADB root and other modifications
MIT License
86 stars 6 forks source link

Pixel 6a (bluejay) support #11

Open luke-jr opened 2 years ago

luke-jr commented 2 years ago

grapheneos-otacerts/ is missing a bluejay.pem

Ignoring that, it fails with:

   ERROR: Failed to run signapk.jar: return code 1:
java.io.FileNotFoundException: keys/releasekey.x509.pem (No such file or directory)
        at java.base/java.io.FileInputStream.open0(Native Method)
        at java.base/java.io.FileInputStream.open(FileInputStream.java:219)
        at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157)
        at com.android.signapk.SignApk.readPublicKey(SignApk.java:187)
        at com.android.signapk.SignApk.main(SignApk.java:1127)