Yuvraj Raghuvanshi
Yuvraj Raghuvanshi
For some reason it is not showing code... [NG.txt](https://github.com/ukanth/afwall/files/6992586/NG.txt)
> > > Hey, i updatet the depencies with @yuvrajraghuvanshis commit, but i stil got an error, while updating the sdk: > > ` [INFO] SDK tools directory already exists,...
> > > > > Hey, i updatet the depencies with @yuvrajraghuvanshis commit, but i stil got an error, while updating the sdk: > > > ` [INFO] SDK tools...
> > > > > Hey, i updatet the depencies with @yuvrajraghuvanshis commit, but i stil got an error, while updating the sdk: > > > > > ` [INFO]...
It does not work on whatsapp business version. What you can do is log in to regular WhatsApp and use this.
Yes, ADB backup is deprecated and will be removed from future builds of Android. When that happens, this tool will not work on those newer version. It will continue to...
This is weird. Try running it with `--tar-only` flag that way this script won't try to extract and pull important files and just leave you with tar file. There you...
That is not right. While using tar-only had you gone through all folder in that tar? Usually these files are there.
The thing is I no longer can test this repo as I have deleted my whatsapp long ago otherwise it would have been a lot easier
Copy this code ```python import tarfile tar = tarfile.open('whatsapp.tar') names = tar.getnames() filesToSearch = ['key', 'msgstore.db', 'wa.db', 'axolotl.db', 'chatsettings.db'] for file in filesToSearch: for name in names: if(file in name):...