Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Signing Script

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

How to Use

  1. Run the script in your root build directory:

    bash <(curl -s https://raw.githubusercontent.com/imnathanzero/Signing-Script/main/keygen.sh)
  2. Provide the certificate details when prompted and confirm.

Prepare Your Device Tree

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

# Keys
$(call inherit-product, vendor/private/keys/keys.mk)

Then build as usual.

Compatibility

This script works with any Android ROM without needing additional changes, because it uses PRODUCT_DEFAULT_DEV_CERTIFICATE, which is supported by all standard Android build systems.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages