Jump to content

Resigning Update.zip (Mac)


Guest Michael Latman

Recommended Posts

Guest Michael Latman

I have run into a situation where I would like to resign an update.zip file after modifying it. Would it be possible for anyone to give me step by step instruction to do this on a mac?

Link to comment
Share on other sites

Guest venturerider

See attached. And here is the Unix script I use. HTH.

if [ ! -f "$1" ]

then

  echo "$0: Invalid file name."

  exit 1

fi

dest=`basename $1 .zip`-signed.zip

java -classpath $HOME/Software-Android/sign/testsign.jar testsign $1 $dest

testsign.zip

Edited by venturerider
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.