Friday, 18 December 2015

[TUT] disable signature verification all android [rooted] [with image tutorial]



fuction of disable signature verification is to enable install all APK , can overweite older app with other signature key
so you not need sign again before installation

actualy this metode work for all types for android
and i use this metode since i get android ICS

this image preview from XPERIA M4 AQUA ROOTed

DWYOR

ok lets do this \m/

-step 1 [decompile services.jar]
1- copy file services.jar from :/seytem/framework/[services.jar]
2- decompile services.jar
3- open file PackageManagerService.smali from \smali\com\android\server\pm\[PackageManagerService.smali]
4- find this code

HTML Code:


.method static compareSignatures([Landroid/content/pm/Signature;[Landroid/content/pm/Signature;)I

code disable signature android
5- change this code untill end metode after "locals" code

HTML Code:


.method static compareSignatures([Landroid/content/pm/Signature;[Landroid/content/pm/Signature;)I
    .locals 11
    const/4 v0, 0x0

    return v0
.end method


disable signature verification android
6- recompile and push to /system/framework/[overwrite here] and change permission to RW-R--R--
disable signature verification android root
7- reboot and try to install any apk without unistall old version of apk

enjoy it

this attcahment file of servicer.jar xperia m4 aqua














Attached Files






File Type: jar services.jar -
[Click for QR Code]
(1.94 MB)





Download from this link

No comments:

Post a Comment