[CLOSED][APP]Auto sign multiple APKs and ZIPs v1.2.2 (08/08/2011)

Status
Not open for further replies.
Search This thread

slicingtaco

Senior Member
May 8, 2012
911
318
C:\Earth\USA\California\Freakmont
Can i sign my modified framework-res.apk with this(I keep on searching and hearing two different answers that framework-res needs to be signed.and other places/people sayin it doesn't?:confused:) Other tools don't seem to work, they just result in a bootloop:crying:
 

baudav

Member
Jul 10, 2007
17
1
not work for big file; can't sign rom update! say it's ok, but final zip file is corrupt and only 27MB !
 
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 91
    Mod edit: Thread closed and attachment removed due to these VirusTotal indications:
    Oswald Boelcke, Senior Moderator



    Hello, XDA-members

    I have created a GUI application (based on signapk.jar) which sign multiple APKs and ZIPs very quickly, in one clic!

    INSTALLATION INSTRUCTIONS:
    1. Extract Archive 'Sign+.zip'
    2. Launch 'Sign+.exe'
    3. Choose files (APKs and ZIPs together it's possible and clic on "Sign files"

    SCREENSHOOT:
    signxk.png


    CHANGELOG :
    08/08/2011 v1.2.2 :

    - Fixed deleting of dirs that should be not removed
    08/07/2011 v1.2.1 :
    - Fixed bugs with files's names
    03/05/2011 v1.2 :
    - Add the "Change keys function",
    - Works with ANDROIDD files,
    - Some bugs are now fixed
    18/03/2011 v1.1 :
    - Add the drag and drop function
    17/03/2011 v1.0 :
    - Initial Release

    Download v1.2.2 : here or here
    Download v1.2.1 : here or here
    Download v1.2 : here or here
    Download v1.1 : here (in this moment the link is down, but I don't know why! ;))

    To follow the application update, follow me on Twitter : here
    Sorry, I have few time, in this moment, to make any update of this software, but if you get bugs, please report me them and I fix them when I'll have time.

    You can make new key with openssl command (just change NAME and PASSWORD):

    Code:
    openssl genrsa -3 -out NAME.pem 2048
    
    openssl req -new -x509 -key NAME.pem -out NAME.x509.pem -days 10000 \
        -subj "/C=US/ST=California/L=Mountain View/O=Android/OU=Android/CN=Android/emailAddress=android@android.com"
    
    openssl pkcs8 -in NAME.pem -topk8 -outform DER -out NAME.pk8 -passout PASSWORD
    3
    Version 1.2.2 released
    1
    I don't know if I make this for OS X and Linux too! Maybe in few week!
    1
    anyone have a mirror for the files? fileserve shows as file not there. thx!