Nikolay Elenkov
Nikolay Elenkov
Using the same request as whapa I am able get my own WhatsApp files, so whapa should work too. Not sure what the problem is, show me the parameters you...
My code is based on Whapa, so I doubt it will let you access more data. Not merged yet, but I was able to access my own WhastsApp backup data...
Pretty much all of the recent devices use some form of hardware encryption these days, so decrypting private keys won't work. There simply isn't any key material in the file....
If the program displays the private exponent, you can recover the private key (this only works if the device doesn't have a hardware-backed keystore). Right now the program doesn't dump...
Pull requests always welcome, but at the very least, consider sharing a sample file that reproduces the issue. Nearly impossible to fix otherwise.
I'd like this to be buildable with just Eclipse, but if someone contributes a pom file withe right src mappings I'll include it.
I think there is a related issue on TWRP's Github about this already: https://github.com/omnirom/android_bootable_recovery/issues/133 They are indeed using a slightly different format, but I don't know the details.
Apps can disable backup of their data. Different Android versions handle this differently, some produce empty backups (0 bytes), some output header with no data. ADB backup is being deprecated,...
This is not an issue with abe utility, most probably with your setup. Also, if you want to get any kind of help, you need to at least show what...
There is an outstanding PR for this, if someone can test that it actually works with MIUI backup (and doesn't break regular Android backup), I can merge it.