[Q] Dell Streak 5 restore whatsapp history

Search This thread

CharlesCCO

Member
Jun 28, 2008
22
4
[SOLVED, see 2011/11/14 update]

Anyone has experience in restore history successfully in Whatsapp?

I have a backup file named "msgstore.db.crypt" in the Whatsapp folder in SD card.
After I reset the phone and install back the WhatsApp, it will prompt me whether I want to restore History.

After I clicked "Yes", there is a loading bar form 0% to 100%. However, nothing was restored except the group name...

I traced back and send the log to my own gmail.
I found the following things...

msgstore/restore/backupfiles msgstore.db.crypt (597008)
msgstore/restore/copy msgstore.db.crypt 597008
msgstore/restore/ioerror java.io.IOException: File.renameTo failed

After discussed with WhatsApp CS, they also have no idea how to solve this.
Their reply is "it's not letting the app write into the internal storage properly."
and the target internal storage location should be "/data/data/com.whatsapp/databases/"

Anyone have same situation ??

Updates: 2011/11/13
Finally figured out one possible reason with the help from Titanium Backup Team, currently /data/data/com.whatsapp/database/ is linked to /firstboot/sqlite/com.whatsapp/.

I try a simple copy of the folder "/data/data/com.whatsapp/" to SDcard , the database folder is not copied, possibly some permission issue..
So even titanium backup also failed to backup the database folder.

But i tried manually copy those db files to SDcard, it succeeds. Strange....

Updates: 2011/11/14
Dxmn i did it!!After two months of contacting WhatsApp support and Titanium Backup Team, and study the ROM structure of Android.
Finally can restore the backup file successfully problems-free!!!!

OK! Time to consolidate what i found in this two months....

Problem:
1. Failed to restore whatsapp history file "msgstore.db.crypt", only in Dell Streak, but succeed in other device (i tried Atrix, IDEOS and Galaxy Tab, they all succeed in restoring this file)

Symptoms:
1.
For a normal procedure:
i. Install whatsapp from market
ii. register my phone no.
iii. receive sms from whatsapp
iv. my number is activated
v. If there is msgstore.db.crypt or msgstore-yyyy-mm-dd.x.db[within 7 days] in \sdcard\WhatsApp\Databases\ , Whatsapp will ask if you want to restore history.
vi. After you say yes, the app will restore all your history.

HOWEVER, in my case, step vi will still prompt but it loads up to 10-15% , it will suddenly become 100%, and... you will see NOTHING in your whatsapp except your joined group name (which store in server).....

2.
In whatsapp, after failed to restore history, "Menu" > "Settings" > "More" > "Report a problem", enter something and click "Next" > select your email app > change to "To:" to your own email.
In the log file inside, you should see a line "msgstore/restore/ioerror java.io.IOException: File.renameTo failed"

3.
By using Root Explorer, look for the \data\data\com.whatsapp, there should be a folder "databases", select the property of this folder. It is linked to \firstboot\sqlite\com.whatsapp\.

Solutions:
If you match the above symptoms, i guess the following steps may help you!~
Suppose you are now using a phone, where whatsapp is not installed.

1. Make sure you have msgstore.db.crypt or msgstore-yyyy-mm-dd.x.db[within 7 days] in \sdcard\WhatsApp\Databases\ and DO A BACKUP OF IT
2. Install Whatsapp from market
3. Just after finished installation, open RootExplorer, go to \data\data\com.whatsapp, you should see "databases" is linked to "\firstboot\sqlite\com.whatsapp\" if you check its property
4. Check the owner of the folder "databases" by select "Owner" of this folder in RootExplorer.It should be something like "App-xx"(xx is app id)
5. rename the "databases" folder to "databases-firstboot"
6. create a folder using Root Explorer named "databases", and set its owner to the previous App-xx
7. Just open whatsapp and follow the normal procedure, the db files will be stored in \data\data\com.whatsapp\databases\
8. [i didnt do this step, but to ensure everything back to original] Finally revert the previous procedure, copy all the files from \data\data\com.whatsapp\databases to \data\data\com.whatsapp\databases-firstboot, and rename databases to databases-old, then rename databases-firstboot to databases.
9. Force Stop Whatsapp and restart it.

Hope this help everyone who have the same problem as me in Dell Streak or other devices.
Good luck
 
Last edited:
  • Like
Reactions: thank-you!

Enzissimo

Senior Member
I've solved: with Root Manager go in data/data/com.whatsapp/databases and leave only wa.db file deleting msgstore.db file...now go in your mnt/sdcard/whatsapp/databases...here put only the backup file, the msgstorexxxxxx.db.crypt and after this, with app manager close forcing whatsapp if it has activities in background: when you will reopen the program it will say that the file of conversations is broken and if you want restore from the backup. So it's solved

Inviato dal mio HTC Vision usando Tapatalk
 

CharlesCCO

Member
Jun 28, 2008
22
4
Hi,Confucio1986 , thanks for your suggestion.
I have tried what you did, but seems my history still not restored...

The following is the log from WhatsApp, "android.database.sqlite.SQLiteDatabaseCorruptException" is caused by removing the msgstore.db after root. But still have "java.io.IOException: File.renameTo failed" error.

Sigh....

2011-10-13 15:30:57.538 msgstore/checkhealth
2011-10-13 15:30:57.550 msgstore/checkhealth/journal/delete false
2011-10-13 15:30:57.563 msgstore/checkhealth/back/delete false
2011-10-13 15:30:57.574 msgstore/checkdb
2011-10-13 15:30:57.585 msgstore/checkdb/list msgstore.db 2602000
2011-10-13 15:30:57.610 ### begin stack trace 2.6.7814
android.database.sqlite.SQLiteDatabaseCorruptException: error code 11: database disk image is malformed
at android.database.sqlite.SQLiteStatement.native_1x1_long(Native Method)
at android.database.sqlite.SQLiteStatement.simpleQueryForLong(SQLiteStatement.java:107)
at android.database.sqlite.SQLiteDatabase.getVersion(SQLiteDatabase.java:926)
at com.whatsapp.wl.b(wl.java:962)
at com.whatsapp.wl.d(wl.java:816)
at com.whatsapp.t2.onClick(t2.java:15)
at android.view.View.performClick(View.java:2408)
at android.view.View$PerformClick.run(View.java:8816)
at android.os.Handler.handleCallback(Handler.java:587)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:4627)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:858)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
at dalvik.system.NativeStart.main(Native Method)
### end stack trace

2011-10-13 15:30:57.626 registername/clicked/sdcardstate mounted
2011-10-13 15:30:57.643 verifymsgstore/usehistoryifexists/backupfilesfound 1
2011-10-13 15:30:57.654 verifymsgstore/dialog/restore
2011-10-13 15:31:00.542 verifymsgstore/dialog/setup
2011-10-13 15:31:00.600 msgstore/initialize
2011-10-13 15:31:00.666 msgstore/restore/backupfiles msgstore.db.crypt (2602000)
2011-10-13 15:31:00.712 msgstore/restore/copy msgstore.db.crypt 2602000
2011-10-13 15:31:05.566 msgstore/restore/ioerror java.io.IOException: File.renameTo failed
2011-10-13 15:31:05.866 msgstore/setup
2011-10-13 15:31:05.887 msgstore/checkdb
2011-10-13 15:31:06.014 msgstore/checkdb/nodb
2011-10-13 15:31:06.024 msgstore/getwritabledb doesn't exist
2011-10-13 15:31:06.040 msgstore/create
2011-10-13 15:31:06.067 msgstore/getwritabledb/done/list msgstore.db 8192
2011-10-13 15:31:06.078 msgstore/preparestatements
2011-10-13 15:31:06.092 msgstore/backup
2011-10-13 15:31:06.504 msgstore/backup/size 8192
2011-10-13 15:31:06.522 msgstore/backup/to msgstore.db.crypt
2011-10-13 15:31:07.445 msgstore/backup | time spent: 1336
2011-10-13 15:31:07.633 msgstore/finish
2011-10-13 15:31:07.644 msgstore/initialize/lastmsgs
2011-10-13 15:31:07.656 msgstore/initialize/lastmsgs 0
2011-10-13 15:31:07.667 msgstore/getAllGroupActionMessages
2011-10-13 15:31:07.680 msgstore/asyncthread/started
2011-10-13 15:31:07.691 verifymsgstore/success
 

CharlesCCO

Member
Jun 28, 2008
22
4
But I found one interesting thing recently, if the backup is too old, you also can't restore history.
I tried in my Atrix before, what i did to resolve this is to change the file creation date and file modified date to be a recent date.

Then the history can be stored.

However, this is not the solution for my Dell Streak...
 
  • Like
Reactions: gonzule

akita16384

Member
Nov 13, 2011
34
2
Emailing chat / thread to ourselves

Good thing I read this thread. Was hoping that the backup work.

I tried emailing the chat to myself but that function only email those part of the thread history that is loaded. I have a chat thread going back half a year and each time I load up a few months, my phone slows and freezes until watsapp finally FCs.

Is there a function that allows me to let watsapp retrieve all the chat history from a single thread and post everything to me without me manually loading them?
 

CharlesCCO

Member
Jun 28, 2008
22
4
Hi akita, i guess your case is not same as mine.
But what i know is the database file "msgstore.db", which store all of your history, is located in \data\data\com.whatsapp\databases\

If you know some SQL commands and have root access to your phone,
Copy the file to your desktop, and use some sqlite editor to open the msgstore.db in PC, and export your conversation as CSV for archive purpose...

Hope this help!~

Good thing I read this thread. Was hoping that the backup work.

I tried emailing the chat to myself but that function only email those part of the thread history that is loaded. I have a chat thread going back half a year and each time I load up a few months, my phone slows and freezes until watsapp finally FCs.

Is there a function that allows me to let watsapp retrieve all the chat history from a single thread and post everything to me without me manually loading them?
 
  • Like
Reactions: akita16384

akita16384

Member
Nov 13, 2011
34
2
Thanks for the tip, that works! :)

In addition to this, does your "Email Conversation" function work properly? Does it email the *whole* conversation? Or only those presently loaded?

eg,

If you open up any conversation, some recent ones are loaded while older ones are hidden. Clicking "Load Earlier Messages" loads up a block of them. When you choose "Email Conversation", whatsapp seem to email only those presently loaded and not everything in the conversation.

How do we make it email *all* the messages in the conversation, including those earlier ones that is not loaded yet?
 

CharlesCCO

Member
Jun 28, 2008
22
4
Since my original db doesnt hv much chat, i tried restore my 2.7mb db file and send back the chat log to myself.

The txt inside hv all my half year chat include those not loaded.

Maybe you can try my previous method to send back the log to yourself to see if anything strange during Whatsapp prepare the txt file, or whatsapp stuck in one of your messages.


Thanks for the tip, that works! :)

In addition to this, does your "Email Conversation" function work properly? Does it email the *whole* conversation? Or only those presently loaded?

eg,

If you open up any conversation, some recent ones are loaded while older ones are hidden. Clicking "Load Earlier Messages" loads up a block of them. When you choose "Email Conversation", whatsapp seem to email only those presently loaded and not everything in the conversation.

How do we make it email *all* the messages in the conversation, including those earlier ones that is not loaded yet?



Sent from my Dell Streak using XDA App
 

rajeshshyam

Member
Feb 21, 2012
11
1
Workaround

I also faced similar problems after rooting my neo v.

  • I removed all the msgstore-*.db.crypt and msgstore.db files from /Whatsapp/Databases folder in sd card.
  • But retained only 1 msgstore-*.db.crypt file which I wanted to restore (ie the latest backup)
  • Renamed it to msgstore.db.crypt. So now i have only 1 file in the databases folder.
  • Stopped the whatsapp service.
  • When I restarted whatsapp, it asked for restore again.
  • Pressed yes and it got restored with the latest chats history.

Hope it helps...
 
  • Like
Reactions: theslick

ztedd

Senior Member
Feb 1, 2011
207
299
How to retrieve all whatsapp messages to PC / email

Good thing I read this thread. Was hoping that the backup work.

I tried emailing the chat to myself but that function only email those part of the thread history that is loaded. I have a chat thread going back half a year and each time I load up a few months, my phone slows and freezes until watsapp finally FCs.

Is there a function that allows me to let watsapp retrieve all the chat history from a single thread and post everything to me without me manually loading them?
This might help you:
[TOOL] Whatsapp Database Analyzer / Messages Extractor / Chat-Backup
http://xdaforums.com/showthread.php?p=24603294

You can copy the whatsapp database to your PC and use the tool to display the chats on your pc as they are displayed by whatsapp.

Then you can delete all messages and have a faster whatsapp again :)
 

edgeball

Senior Member
Aug 2, 2010
311
48
I tried all the steps in this Thread on my Atrix 4G but nothing works.
My whatsapp starts and creates a new database. I upgraded to ICS.
Before I just installed the App and when I started it, it restores the backup from the SDcard automatically.
Is my backup corrupt or is it an ICS issue?
 

joel.bourquard

Retired Recognized Developer
Sep 7, 2009
139
85
Hi guys,

I haven't followed this thread in detail but here's something you might want to try when there are symbolic links within the apps' data:

In Titanium Backup, hit MENU -> Preferences -> Troubleshooting -> Enable the "Follow all symbolic links" option.

Then the following backups should properly include the apps' database data.
 

MNubbi

Senior Member
Nov 17, 2010
88
14
I got the same problem but only on a certain ROM. When I try to restore my whats app chats only the empty chat groups names are restored. I tried all suggestions on this thread but still no solution.

Please help me to find one.

Sent from my HTC Desire using xda app-developers app
 

Tylonhh

Senior Member
May 26, 2011
228
86
Hamburg
What can you say about this log file?

Code:
[1895] msgstore/initialize
2014-03-21 01:15:11.849 LL_I [1895] msgstore/restore/backupfiles msgstore.db.crypt5 (5492752)
2014-03-21 01:15:11.850 LL_I [1895] msgstore/restore/copy msgstore.db.crypt5 5492752
2014-03-21 01:15:11.884 LL_I [1895] msgstore/restore/key CRYPT5
2014-03-21 01:15:16.817 LL_W [1895] msgstore/restore/error
### begin stack trace 2.11.186
[B][COLOR="Red"]java.io.IOException: Error while finalizing cipher[/COLOR][/B]
	at javax.crypto.CipherInputStream.read(CipherInputStream.java:107)
	at javax.crypto.CipherInputStream.read(CipherInputStream.java:143)
	at java.io.InputStream.read(InputStream.java:162)
	at com.whatsapp.util.wc.a(wc.java:82)
	at com.whatsapp.ldb.a(ldb.java:2203)
	at com.whatsapp.ldb.a(ldb.java:1121)
	at com.whatsapp.ldb.a(ldb.java:2242)
	at com.whatsapp.rl.a(rl.java:23)
	at com.whatsapp.rl.doInBackground(rl.java:14)
	at android.os.AsyncTask$2.call(AsyncTask.java:288)
	at java.util.concurrent.FutureTask.run(FutureTask.java:237)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
	at java.lang.Thread.run(Thread.java:841)
Caused by: javax.crypto.BadPaddingException: error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt
	at com.android.org.conscrypt.NativeCrypto.EVP_CipherFinal_ex(Native Method)
	at com.android.org.conscrypt.OpenSSLCipher.doFinalInternal(OpenSSLCipher.java:420)
	at com.android.org.conscrypt.OpenSSLCipher.engineDoFinal(OpenSSLCipher.java:480)
	at javax.crypto.Cipher.doFinal(Cipher.java:1178)
	at javax.crypto.CipherInputStream.read(CipherInputStream.java:105)
	... 13 more
### end stack trace

2014-03-21 01:15:16.818 LL_I [1895] msgstore/restore/nothing-restored
2014-03-21 01:15:16.824 LL_I [1895]

Its restoring until 50% and then its aborting and nothing is restored. Any solutions for that?
 

CharlesCCO

Member
Jun 28, 2008
22
4
HI Tylonhh, did you renamed your backup ?
The new whatsapp using a new key "crypt5" to decrypt, i am not sure if you are restoring from a very old backup (i.e. msgstore.db.crypt") and hence throw error while decrypting the database.


What can you say about this log file?

Code:
[1895] msgstore/initialize
2014-03-21 01:15:11.849 LL_I [1895] msgstore/restore/backupfiles msgstore.db.crypt5 (5492752)
2014-03-21 01:15:11.850 LL_I [1895] msgstore/restore/copy msgstore.db.crypt5 5492752
2014-03-21 01:15:11.884 LL_I [1895] msgstore/restore/key CRYPT5
2014-03-21 01:15:16.817 LL_W [1895] msgstore/restore/error
### begin stack trace 2.11.186
[B][COLOR="Red"]java.io.IOException: Error while finalizing cipher[/COLOR][/B]
	at javax.crypto.CipherInputStream.read(CipherInputStream.java:107)
	at javax.crypto.CipherInputStream.read(CipherInputStream.java:143)
	at java.io.InputStream.read(InputStream.java:162)
	at com.whatsapp.util.wc.a(wc.java:82)
	at com.whatsapp.ldb.a(ldb.java:2203)
	at com.whatsapp.ldb.a(ldb.java:1121)
	at com.whatsapp.ldb.a(ldb.java:2242)
	at com.whatsapp.rl.a(rl.java:23)
	at com.whatsapp.rl.doInBackground(rl.java:14)
	at android.os.AsyncTask$2.call(AsyncTask.java:288)
	at java.util.concurrent.FutureTask.run(FutureTask.java:237)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
	at java.lang.Thread.run(Thread.java:841)
Caused by: javax.crypto.BadPaddingException: error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt
	at com.android.org.conscrypt.NativeCrypto.EVP_CipherFinal_ex(Native Method)
	at com.android.org.conscrypt.OpenSSLCipher.doFinalInternal(OpenSSLCipher.java:420)
	at com.android.org.conscrypt.OpenSSLCipher.engineDoFinal(OpenSSLCipher.java:480)
	at javax.crypto.Cipher.doFinal(Cipher.java:1178)
	at javax.crypto.CipherInputStream.read(CipherInputStream.java:105)
	... 13 more
### end stack trace

2014-03-21 01:15:16.818 LL_I [1895] msgstore/restore/nothing-restored
2014-03-21 01:15:16.824 LL_I [1895]

Its restoring until 50% and then its aborting and nothing is restored. Any solutions for that?
 
Last edited:

Tylonhh

Senior Member
May 26, 2011
228
86
Hamburg
I tried renaming, but that makes no sense because of the decrypting.
I have an back from the 19th this month. So it's just two days old and also from the same WhatsApp version which I use now.
I just got a new phone with a higher Android version. From galaxy S2 to Motorola G (4.4.2).

So normally there should be no errors. Does the log show you something? Does it mean WhatsApp can't decrypt it?

---------------
gesendet vom Barhocker
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    [SOLVED, see 2011/11/14 update]

    Anyone has experience in restore history successfully in Whatsapp?

    I have a backup file named "msgstore.db.crypt" in the Whatsapp folder in SD card.
    After I reset the phone and install back the WhatsApp, it will prompt me whether I want to restore History.

    After I clicked "Yes", there is a loading bar form 0% to 100%. However, nothing was restored except the group name...

    I traced back and send the log to my own gmail.
    I found the following things...

    msgstore/restore/backupfiles msgstore.db.crypt (597008)
    msgstore/restore/copy msgstore.db.crypt 597008
    msgstore/restore/ioerror java.io.IOException: File.renameTo failed

    After discussed with WhatsApp CS, they also have no idea how to solve this.
    Their reply is "it's not letting the app write into the internal storage properly."
    and the target internal storage location should be "/data/data/com.whatsapp/databases/"

    Anyone have same situation ??

    Updates: 2011/11/13
    Finally figured out one possible reason with the help from Titanium Backup Team, currently /data/data/com.whatsapp/database/ is linked to /firstboot/sqlite/com.whatsapp/.

    I try a simple copy of the folder "/data/data/com.whatsapp/" to SDcard , the database folder is not copied, possibly some permission issue..
    So even titanium backup also failed to backup the database folder.

    But i tried manually copy those db files to SDcard, it succeeds. Strange....

    Updates: 2011/11/14
    Dxmn i did it!!After two months of contacting WhatsApp support and Titanium Backup Team, and study the ROM structure of Android.
    Finally can restore the backup file successfully problems-free!!!!

    OK! Time to consolidate what i found in this two months....

    Problem:
    1. Failed to restore whatsapp history file "msgstore.db.crypt", only in Dell Streak, but succeed in other device (i tried Atrix, IDEOS and Galaxy Tab, they all succeed in restoring this file)

    Symptoms:
    1.
    For a normal procedure:
    i. Install whatsapp from market
    ii. register my phone no.
    iii. receive sms from whatsapp
    iv. my number is activated
    v. If there is msgstore.db.crypt or msgstore-yyyy-mm-dd.x.db[within 7 days] in \sdcard\WhatsApp\Databases\ , Whatsapp will ask if you want to restore history.
    vi. After you say yes, the app will restore all your history.

    HOWEVER, in my case, step vi will still prompt but it loads up to 10-15% , it will suddenly become 100%, and... you will see NOTHING in your whatsapp except your joined group name (which store in server).....

    2.
    In whatsapp, after failed to restore history, "Menu" > "Settings" > "More" > "Report a problem", enter something and click "Next" > select your email app > change to "To:" to your own email.
    In the log file inside, you should see a line "msgstore/restore/ioerror java.io.IOException: File.renameTo failed"

    3.
    By using Root Explorer, look for the \data\data\com.whatsapp, there should be a folder "databases", select the property of this folder. It is linked to \firstboot\sqlite\com.whatsapp\.

    Solutions:
    If you match the above symptoms, i guess the following steps may help you!~
    Suppose you are now using a phone, where whatsapp is not installed.

    1. Make sure you have msgstore.db.crypt or msgstore-yyyy-mm-dd.x.db[within 7 days] in \sdcard\WhatsApp\Databases\ and DO A BACKUP OF IT
    2. Install Whatsapp from market
    3. Just after finished installation, open RootExplorer, go to \data\data\com.whatsapp, you should see "databases" is linked to "\firstboot\sqlite\com.whatsapp\" if you check its property
    4. Check the owner of the folder "databases" by select "Owner" of this folder in RootExplorer.It should be something like "App-xx"(xx is app id)
    5. rename the "databases" folder to "databases-firstboot"
    6. create a folder using Root Explorer named "databases", and set its owner to the previous App-xx
    7. Just open whatsapp and follow the normal procedure, the db files will be stored in \data\data\com.whatsapp\databases\
    8. [i didnt do this step, but to ensure everything back to original] Finally revert the previous procedure, copy all the files from \data\data\com.whatsapp\databases to \data\data\com.whatsapp\databases-firstboot, and rename databases to databases-old, then rename databases-firstboot to databases.
    9. Force Stop Whatsapp and restart it.

    Hope this help everyone who have the same problem as me in Dell Streak or other devices.
    Good luck
    1
    But I found one interesting thing recently, if the backup is too old, you also can't restore history.
    I tried in my Atrix before, what i did to resolve this is to change the file creation date and file modified date to be a recent date.

    Then the history can be stored.

    However, this is not the solution for my Dell Streak...
    1
    Hi akita, i guess your case is not same as mine.
    But what i know is the database file "msgstore.db", which store all of your history, is located in \data\data\com.whatsapp\databases\

    If you know some SQL commands and have root access to your phone,
    Copy the file to your desktop, and use some sqlite editor to open the msgstore.db in PC, and export your conversation as CSV for archive purpose...

    Hope this help!~

    Good thing I read this thread. Was hoping that the backup work.

    I tried emailing the chat to myself but that function only email those part of the thread history that is loaded. I have a chat thread going back half a year and each time I load up a few months, my phone slows and freezes until watsapp finally FCs.

    Is there a function that allows me to let watsapp retrieve all the chat history from a single thread and post everything to me without me manually loading them?
    1
    Workaround

    I also faced similar problems after rooting my neo v.

    • I removed all the msgstore-*.db.crypt and msgstore.db files from /Whatsapp/Databases folder in sd card.
    • But retained only 1 msgstore-*.db.crypt file which I wanted to restore (ie the latest backup)
    • Renamed it to msgstore.db.crypt. So now i have only 1 file in the databases folder.
    • Stopped the whatsapp service.
    • When I restarted whatsapp, it asked for restore again.
    • Pressed yes and it got restored with the latest chats history.

    Hope it helps...