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?
Resigning Update.zip (Mac)
Started by
Michael Latman
, Mar 17 2010 04:22 AM
#1
Posted 17 March 2010 - 04:22 AM
#2
Posted 17 March 2010 - 10:17 PM
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
Attached Files
Edited by venturerider, 17 March 2010 - 10:17 PM.
For every expert there is an equal and opposite expert.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users







Sign In
Create Account

Back to top










