Just edit it in notepad++.
(file I was editing was /com/vtech/innotab/a/a.j)
Look for the existing .method public a()Z and replace all of that method with something like:
.method public a()Z
iconst_1
ireturn
.end method
The code above basically says.. Load 1, and return it (true).
I resigned the package afterwards.
Mick
(file I was editing was /com/vtech/innotab/a/a.j)
Look for the existing .method public a()Z and replace all of that method with something like:
.method public a()Z
iconst_1
ireturn
.end method
The code above basically says.. Load 1, and return it (true).
I resigned the package afterwards.
Mick