-
Notifications
You must be signed in to change notification settings - Fork 65
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
Issue with Samsung S24 Exynos variant. Could not install legacy WhatsApp #123
Comments
having similar issue on my Pixel 5. guessing latest version of WhatsApp is causing the issue? []Connected to Pixel 5 []Rebooting device, please wait. |
Same issue failure [INSTALL_FAILED_DEPRECATED_SDK_VERSION: App package must target at least SDK version 23, but found 19] |
I got this same error
|
I got the same error too. I'm on Xiaomi 13T
I managed to solve this by adding an additional command on the legacy whatsapp adb install function in the wa_kdbe.py. Change this part in line 252
and add --bypass-low-target-sdk-block in the adb install command
same goes for line 265
added the same command
It should work on other phone models since it only bypass the target sdk check when installing from adb |
It's not the fault of WhatsApp, it's the fault of the latest version of Android. I can't run this script on my S24 ultra, getting the same error message from above (No matching ABIS) when trying to run the legacy app. Instead, I used an older Smartphone from 2017-2019 and everything works beautiful, even with the most recent version of WhatsApp. So this problem is because something changed in the newer versions of Android and I'm still looking for a way to solve this, otherwise I have to install WhatsApp on an old device all the time whenever I want to extract the database / key. Which is annoying. @YuvrajRaghuvanshiS are you planning to fix this issue to get this awesome script to work on the latest Android versions or have you given up on this project by now? Thanks a lot. |
Describe the bug
A clear and concise description of what the bug is.
Could not install legacy WhatsApp
To Reproduce
Steps to reproduce the behavior:
adb: failed to install helpers/LegacyWhatsApp.apk: Failure [INSTALL_FAILED_NO_MATCHING_ABIS: INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]
Performing Streamed Install
Expected behavior
A clear and concise description of what you expected to happen.
The text was updated successfully, but these errors were encountered: