lnln1111 / android-apktool

Automatically exported from code.google.com/p/android-apktool
Other
0 stars 0 forks source link

Failed To Install .apk #315

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

What version of the product are you using? On what operating system?
apktool 1.4.3

Please provide any additional information below.

- Installing original apk without tempering installs fine (SGS2) 
- Decoding of the apk (apktool d x.apk) works fine, no errors, framework fine
- Building the apk without any changes whatsoever, works fine 

Now, however, during installation on device it "did not install" error.  

Things done to test: 
- Decoded, rebuild, signed using jarsigner RSA keyalg and SignAPK, then tried 
to install = failed 
- Tried using apktool1.4.2 instead of 1.4.3, same problem

..."rebuild apk without doing any changes to it ("apktool d" & "apktool b"). If 
apktool will succeed, but apk won't work, then it's probably apktool bug and 
you should report it."  

Here is me reporting it. 

Thanks a lot for getting apktool to us, really amazing work! 

Hope we get this fixed... 

Original issue reported on code.google.com by talundzi...@gmail.com on 19 Mar 2012 at 4:52

GoogleCodeExporter commented 9 years ago
Its probably a system app and you can't install those. You just have to adb 
shell and replace them.

Original comment by connor.tumbleson on 16 Nov 2012 at 8:45

GoogleCodeExporter commented 9 years ago

Original comment by connor.tumbleson on 30 Dec 2012 at 3:11

GoogleCodeExporter commented 9 years ago
you have to sign your app

Original comment by cathy...@gmail.com on 27 Sep 2013 at 4:54