watoi icon indicating copy to clipboard operation
watoi copied to clipboard

Everything till `ChatStorage.sqlite` replace-chats is working fine, But Whatsapp iPhone after restore gives errors on restore

Open Aatmjeet opened this issue 4 months ago • 1 comments

Hi All! I am trying to move my chats from Android to iPhone.

  • I started with getting msgstrore.db file. I've verified it as working.
  • I got the latest whatsapp.ipa using Apple Configuratore.
  • Got the ChatStorage.sqlite from iTunes backup.
  • Now, once I am done with the whole process, my ChatStorage.sqlite is properly update. I've used sqlite3 to verify it.

But, here's the catch. After restoring everything on my iPhone, I am getting errors on restoring chat message and App is crashing. As my ChatStorage.sqlite is correct here are a few areas of my concern,

  • In the latest .ipa, the Core.Frameworks directory isn't there. Hence I got the WhatsAppChat.momd from Payload/WhatsApp.app/Frameworks/SharedModules.framework directory.

Update 1:

I've checked my restore files as well and the ChatStorage.sqlite is correct there as well. Which means that whatsapp got the updated data but rejected it.

Aatmjeet avatar Apr 28 '24 19:04 Aatmjeet