Copying WhatsApp chat history to new Android
-
There have been many questions asked and answered on this topic but unfortunately I've not found one that addresses my issue. I have read that to transfer the WhatsApp chat history to a new phone it is necessary to first back up the chat history from the old phone (before removing the SIM) to Google Drive. Unfortunately I didn't do this. I moved the SIM from my old to the new, installed WhatsApp and registered it with the old number, so losing all my chat history.
I assume that my chat history is still on my old phone but if I run it with a different SIM, WhatsApp presents me with the welcome screen and I have no way of accessing my chat history (I have not tried registering WhatsApp on the old phone with an new number). So I now have a chat history on both my old and new phones.
Is there any way to access the chat history from the old phone and combine it with that on the new phone.
Suppose I temporarily move my original SIM back to my old phone and get WhatsApp running again with the old number, will my chat history be restored? If so, I am thinking I could then do the Backup to Google Drive and then somehow combine the two histories on the new phone
-
There is no way intended to combine different accounts. There is however unofficial solution for advanced users. Unfortunately I don't use WhatsApp and never used any of this tools, so I can give link-only answer only.
However, first step is get Legacy WhatsApp installed without uninstalling app data. This can probably be achieved with
adb uninstall -k com.whatsapp adb install -r -d WhatsApp-2.11.431.apk
This will give you the availbility to create adb
backup.ab
and extract the database withabe.jar
Android backup extractor without rooting the device.This of course must repeated for second account, too. Refer to following link for details, troubleshooting and support.
https://forum.xda-developers.com/showthread.php?t=2770982second step is merge databases into one account.
https://forum.xda-developers.com/showthread.php?t=2896496third step merged database must re-packed and restored to device