Saturday, May 28, 2016

[GUIDE][NEWBIE] Disable Signature Check

FAQ's
  • [*]Why Disable Signature?

- So that the rom will recognize the app that you mod
- So that you will not do the extraction method
- So that your life will be easy

  • Requirements:


Apktool(PC or Mobile) 1.5.2 or 2.0
Rootexplorer(Mobile)
Text Editor
  • Instructions:


- Decompile services.jar
- Go to > smali > com > android > server > pm > PackageManagerService

- Search this code:

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

- Select the whole method(.method to .end method of the given method) and replace it with this code:

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

const-string p0, "DSA:"

const-string p1, "Skip signatures check"

invoke-static {p0, p1}, Landroid/util/Log;->v(Ljava/lang/String;Ljava/lang/String;)I

const/4 v6, 0x0

return v6
.end method

Note: Make sure there is a space between .end method and .method

- Recompile > Sign > Push or Flash

#WeAreTeamPussy
  • Credits:


Bang Bangger Files
Material Modding Team
Underground
MAAaD
MAAaDR


from xda-developers http://ift.tt/1sj07ZW
via IFTTT

No comments:

Post a Comment