Replies: 5 comments
-
It may or maynot be due to internal protection |
Beta Was this translation helpful? Give feedback.
-
I tried to reproduce this issue on a Nexus 5 x86_64 emulator. First the original APK:
Then on the repackaged APK I obtained the same logs as @Noice75:
It seems like the original APK is already broken, but after repackaging some error in the native code appears. @iBotPeaches, is the native code touched at all by |
Beta Was this translation helpful? Give feedback.
-
Negative in the sense of disassembling. We've had bugs at storing them improperly though, like expected deflated/stored/etc. For the most part they are just copied along for the ride. |
Beta Was this translation helpful? Give feedback.
-
Before
After
The shared object files in I'm guessing that might be related, but honestly just a guess. So I'm changing this ticket into the bug/request/feature of
|
Beta Was this translation helpful? Give feedback.
-
I have the same problem. Have you solved this problem? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Information
apktool -version
) - Apktool v2.6.1Stacktrace/Logcat
Logcat from AndroidStudio
Steps to Reproduce
apktool d AppName.apk
apktool b --use-aapt2 AppNameFolder
uber-apk-signer
i was able to install the app.Frameworks
If this APK is from an OEM ROM (Samsung, HTC, LG). Please attach framework files
(
.apks
that live in/system/framework
or/system/priv-app
)NA
APK
If this APK can be freely shared, please upload/attach a link to it.
https://m.apkpure.com/smart-time-pro/com.sma.smartv3
Questions to ask before submission
apktool d
,apktool b
without changing anything? yesBeta Was this translation helpful? Give feedback.
All reactions