Hi!
pywallet_partial_recovery_XXX.dat is just a file that records the places where pywallet found some data. It avoids having to rescan the whole disk (which is kinda long) if something crashes.
The __db files is something that is due to my too light understanding of the bsddb library (which is the format of bitcoin-qt wallets)
I copied the recovered_wallet.dat to my Bitcoin folder and renamed it wallet.dat, did a BitcoinQT --rescan and it shows no balance.
How many keys did it manage to recover?
How do I dump the keys from my recovered_wallet_1384920812.dat and is there any way to determine the approximate age of the keys in that file?
The regular way, recovered_wallet_1384920812.dat is really a wallet.dat (pywallet.py --dumpwallet --wallet recovered_wallet_1384920812.dat or something like that)
Should I be able to locate some of my send/recv addresses in either of those files?
They should be in the recovered_wallet_1384920812.dat, try looking at the dump