desword / android-apktool

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

use apktool-rc3 rebuild apk compiled by Lollipop will cause unknown crash #736

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Download MX-Player-1.7.34.apk from GooglePlay
2.apktool d MX-Player-1.7.34
3.WITHOUT ANY CHANGE, apktool b -o MX-Player-1.7.34-new.apk
4.sign MX-Player-1.7.34-new.apk, then install
5.enter the main activity, then it will crash for some unknown reason...

What is the expected output? What do you see instead?
no crash is expected, but it will crash in few seconds or more

What version of the product are you using? On what operating system?
version: apktool-v2.0.0-RC3 which was updated on 2014.11.26
OS: Ubuntu 12.04 LTS

Please provide any additional information below.
most of the crash moment, logcat just told me "Process 
com.mxtech.videoplayer.ad has died". And when I add a "#" to 
setDefaultUncaughtExceptionHandler() method for more logs, logcat report some 
native crash log, see the attachment below~

At last

Original issue reported on code.google.com by zealotro...@gmail.com on 25 Dec 2014 at 3:57

Attachments:

GoogleCodeExporter commented 9 years ago
ibotpeaches@raganok:~/Downloads/Apktool/Bug736$ apktool d 
com.mxtech.videoplayer.ad.apk 
I: Using Apktool 2.0.0-2bd1e5-SNAPSHOT on com.mxtech.videoplayer.ad.apk
...
ibotpeaches@raganok:~/Downloads/Apktool/Bug736$ apktool b 
com.mxtech.videoplayer.ad -o app-dirty.apk
I: Using Apktool 2.0.0-2bd1e5-SNAPSHOT on com.mxtech.videoplayer.ad
...
ibotpeaches@raganok:~/Downloads/Apktool/Bug736$ ls
app-dirty.apk  com.mxtech.videoplayer.ad  com.mxtech.videoplayer.ad.apk
ibotpeaches@raganok:~/Downloads/Apktool/Bug736$ signapk app-dirty.apk 
ibotpeaches@raganok:~/Downloads/Apktool/Bug736$ adb install app-dirty.apk-signed
5837 KB/s (11405654 bytes in 1.908s)
    pkg: /data/local/tmp/app-dirty.apk-signed
Success

App wouldn't crash. Ran videos, screencasts, looked at pictures, went through 
settings. Couldn't trigger a crash.

MX Player: 1.7.34
OnePlus One Android 4.4.4

Could not duplicate.

Original comment by connor.tumbleson on 27 Dec 2014 at 12:37