lnln1111 / android-apktool

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

Smaller output sizes, thus non-working apk because of it. #330

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. apktool d SecLauncher2.apk
2. Do nothing with it, or do something - still the same outcome.
3. apktool b SecLauncher2.apk Whatever.apk

What is the expected output? What do you see instead?
- Expected: 2436 KB, instead I got a 2020 KB, non-working apk

What version of the product are you using? On what operating system?
- Windows 7 Pro. Some custom version as the ones on here do not work with 
Galaxy S3 apks. apktool.yml reports: 1.4.5.5e49d31 if that means anything. I've 
uploaded the files I'm using (aapt.exe, apktool.bat/.jar, framework-res, 
SecLauncher2.apk) here:
http://www.mediafire.com/?jj1bs04rbs595lj

Please provide any additional information below.
- I get no error besides the occasional translation error. The thing is, it 
seems like the compression is way different than it should be, causing it to 
not work (I guess - this is not my field). I've examined both apks with 
WinMerge and all files are identical.

Original issue reported on code.google.com by edu.bunt...@gmail.com on 24 May 2012 at 11:43

GoogleCodeExporter commented 9 years ago
You have to resign the apk. Its unsigned.

Original comment by iBotPeac...@gmail.com on 8 Jun 2012 at 4:22

GoogleCodeExporter commented 9 years ago

Original comment by connor.tumbleson on 16 Nov 2012 at 1:02