[go: up one dir, main page]

Skip to content

isg32/sign_scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Generating the keys:

On root directory of your rom, run:

git clone https://github.com/isg32/sign_scripts.git scripts
chmod +x scripts/generate_certs.sh
./scripts/generate_certs.sh

Generating the APEX keys:

You will need to the leave the passphrase blank and press Enter to generate keys without password.

It will display something like this:
Enter password for '/home/sapan/.android-certs/bluetooth' (blank for none; password will be visible):

Building & Signing the build:

NOTE: Make sure to change device name in build_and_sign.sh (line no. 7)

On root directory of your rom, run:

git clone https://github.com/isg32/sign_scripts.git scripts
chmod +x scripts/build_and_sign.sh
./scripts/build_and_sign.sh

Credits:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%