thewh1teagle
thewh1teagle
@tranquvis In case we want to make noise even when the phone on quiet mode, we need to change the sound mode on the phone to ringtone, and that's require...
I tried to use it with chrome and the option to save the session to local file. Also, I have a plan to make this thing as browser extension. I...
I can't see any key like `WASecretBundle` or `WAToken1` or `WAToken2` in indexedDB #### Some useful info My local storage keys ```js > Object.keys(localStorage) [ 'whatsapp-mutex', 'remember-me', 'MdUpgradeWamFlag', 'WARoutingInfo', 'theme',...
I already tried to manually restore the whole localStorage and user objectStore inside wawc database but whatsapp didn't connect. Do you have another way that should work?
Yes. that's what I tried to do. You can see what I tried [here](https://gist.github.com/thewh1teagle/0570f1da5e47b5c8f77601ae3fbc9556)
I tried your latest update by unfortunately it doesn't worked screenshot  Can we continue talk in telegram? https://t.me/joinchat/5ewKXry5-TQzMjMx
Finally I got it to work Now I need to find the specific databases for backup instead all poc here ```js /** Promisified IndexedDB Request */ const preq = req...
Tried, It worked when I restore `wawc` + `wawc_db_enc` + `signal_storage` And of course the localStorage as well. now another thing - the session is restored but the chats is...
When I keep only indexeddb without localStorage it's not working, whatsapp throws me out. Tried to set `WaInitialHistorySynced`, `WAHistorySyncStatus`, in indexeddb, and in localstorage (they are in both), but that's...
Update: I found that when I set `critical_data_synced` key to `false` inside `wawc` db with `user` objectStore, whatsapp trying to resync the messages (I guess) But it tries forever. after...