Yuvraj Raghuvanshi
Yuvraj Raghuvanshi
check if you have a wa_kdbe.log under logs folder, share it after confirming it doesn't have anything personal.
Ask [here](https://github.com/nelenkov/android-backup-extractor/). Maybe try to download latest abe.jar from the above link and save that to WA-KDBE/bin folder. ------- Original Message ------- On Sunday, March 27th, 2022 at 8:57 PM,...
Can you elaborate this point? > "key" will continue to exist, but only encrypted_backup.key will be used
Also can you provide the path of these files like this? ```python3 { 'key': 'apps/com.whatsapp/f/key', 'msgstore.db': 'apps/com.whatsapp/db/msgstore.db', 'wa.db': 'apps/com.whatsapp/db/wa.db', 'axolotl.db': 'apps/com.whatsapp/db/axolotl.db', 'chatsettings.db': 'apps/com.whatsapp/db/chatsettings.db' } ```
Ah okay, I have seen some use of encrypted_backup.key on a repo but couldn't understand (I still have crypt14). Actually the android backup (.ab) file has a particular directory layout,...
I managed to find 'encrypted_backup.key' beside 'key' but not 'password_data.key'. For now I'm assuming that is also beside key and updating the code.
Oh, that makes sense actually. Anyways it looks for both of these and in 404 case it prints to console the link for this issue. I might add a mutual...
It already does that with argument '--tar-only'. It dumps the tar file, but not everyone likes to be overwhelmed so I cherrypicked a few important files. -------- Original Message --------...
Thanks for the info, I'll make a note of it in further updates.
pip install -r requirements.txt