-
Notifications
You must be signed in to change notification settings - Fork 9
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
[Android 14] INSTALL_FAILED_DEPRECATED_SDK_VERSION Error (Alternate Solution Available) #9
Comments
Try to use this version instead: https://web.archive.org/web/20131203131006/http://www.whatsapp.com/android/current/WhatsApp.apk |
it doesn't work im on android 14 |
The INSTALL_FAILED_DEPRECATED_SDK_VERSION error is a known issue with Android 14, which blocks any app with a targetSdkVersion lower than 23 from being installed. You can read more about this behavior change here: https://developer.android.com/about/versions/14/behavior-changes-all#minimum-target-api-level. Sadly, this means the extractor no longer works on Android 14. For those using Android 14, your best option without rooting is to back up your chats with end-to-end encryption (crypt15) and decrypt the backup file using the generated encryption key. Alternatively, if your phone isn't up-to-date and remains vulnerable, you could try this solution: #1 (comment), although I am not sure if it will work properly in an old Android 14.
@Skyaigrette Are you using Android 14? |
@KnugiHK Yes, I am using Android 14, but I managed to solve the issue with a different method to extract the files. I recommend doing this late at night so that you’re won't get any messages. First, I backed up my WhatsApp data from my phone. Then, I logged into my WhatsApp account on the MeMu Emulator. After restoring my messages, I navigated to "/data/data/com.whatsapp/files/" through the "Storage" section. In that folder, you'll find several files to copy. I only copied the "key" and "wa.db" files since I already had the "msgstore.db.crypt14" file from my phone, which doesn't require root access to retrieve. Finally, I decrypted "msgstore.db.crypt14" using wtsexporter. Important note: To access the "data/data..." directory, you need to enable root in the MeMu Emulator settings. It's straightforward—just press a button. |
Yup. This is also another way to do so. Since there is nothing we can do to fix the issue, I am closing this issue for now. |
Installing the legacy WhatsApp Version failed in my case. I got the following Error:
Is there any solution for that?
The text was updated successfully, but these errors were encountered: