我可以重新签署不同的证书比它带着一个.apk文件?带着、证书、不同、文件

2023-09-12 01:08:47 作者:迟归

如果我有一个APK我可以删除当前的签名和不同的.keystore文件中的一些如何重新签署,并仍然有应用程序安装?

更新:我设法得到它与J​​orgesys的解决方案工作,在那里我搞砸之前是我解压.apk文件,然后删除的META-INF文件夹后rezipped并更改的文件扩展回.apk文件。我应该做的仅仅是把它打开使用WinZip和删除的Win​​Zip文件夹里面的。

解决方案

试试这个

  

1)改变你的apk文件的扩展名更改为.zip

     

2)打开并删除该文件夹META-INF

     

3)将扩展名改为.apk文件

     

4)使用的jarsigner和zipalign你的新的密钥库。

希望它能帮助

If I have an apk can I remove the current signing and some how re-sign it with a different .keystore file and still have the application install?

CoolapkUWP根证书下载 CoolapkUWP根证书官方版下载2.1.38.0

Update: I managed to get it to work with Jorgesys' solution and where I messed up before was that I unzipped the .apk then rezipped it after removing the META-INF folder and changed the file extension back into .apk. What I should have done is simply opened it with winzip and delete the folder inside of winzip.

解决方案

try this

1) Change the extension of your .apk to .zip

2) Open and remove the folder META-INF

3) Change the extension to .apk

4) Use the jarsigner and zipalign with your new keystore.

hope it helps