Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apktool - hack android apk #35

Open
vinjn opened this issue Jun 17, 2016 · 0 comments
Open

apktool - hack android apk #35

vinjn opened this issue Jun 17, 2016 · 0 comments

Comments

@vinjn
Copy link
Owner

vinjn commented Jun 17, 2016

https://bitbucket.org/iBotPeaches/apktool/downloads

  • cd /path/to/your/apktool
  • apktool d -f /path/to/app.apk
  • hack it!
  • apktool b /path/to/app
  • C:\NVPACK\jdk1.7.0_45\bin\jarsigner.exe -keystore my-release-key.keystore -digestalg SHA1 -sigalg MD5withRSA /path/to/app/dist/new.apk alias_name

password: 123456

  • adb shell ls /data/data | grep <package.name> to find the package.name
  • adb unstall <package.name>
  • adb install -r /path/to/new.apk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant