Skip to content

The script guides the user through the process of creating and organizing signing keys for Android custom ROM builds.

Notifications You must be signed in to change notification settings

Envoy-Z-Lab/Signing-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Signing Script

A script to set up a signing environment for Android builds by generating the necessary keys.

Disclaimer

This script works only with password-less keys. Do not set a password as this method requires password-less keys for inline building.

How to Use

  1. Run the script in your root build directory:
bash <(curl -s https://raw.githubusercontent.com/Envoy-Z-Lab/Signing-Script/main/keygen.sh)
  1. Provide the certificate details when prompted and confirm.

  2. Press Enter to set no password for each certificate. You cannot use a password with this method!

Prepare Your Device Tree

In your device.mk or common.mk file in the device tree, add:

# Signing keys
$(call inherit-product, vendor/extra/product.mk)

Then build as usual.

About

The script guides the user through the process of creating and organizing signing keys for Android custom ROM builds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages