Seite 1 von 1

Need Help..In decoding .dat files created by MPE

Verfasst: So 9. Jan 2011, 11:27
von visuku
i need help in decoding the data files which are created by MPE eg: Calls.dat etc..can u help me??

Verfasst: So 9. Jan 2011, 11:32
von FJ
The calls.at is build like a csv-file. Instead of ; is a nullbyte used as seperator

Verfasst: So 9. Jan 2011, 11:55
von visuku
i'm sorry...
how can i see it without using MPE?
i need to know more about ..
notes.dat
organizer.dat
phonebook.dat
sms.dat
smsarchive.dat

i need to see this files without help of MPE

RE: Decoding .dat files without the need of MPE

Verfasst: So 9. Jan 2011, 19:29
von RobinMathewRajan
Very simple, just open those .dat files with Notepad. It works for all .dat files created by MPE. When opening 'SMS.dat you only see the original SMS code (PDU) instead of actual readable text. In the case of SMSArchive, the PDU code & readable text is intermixed.

Verfasst: Di 11. Jan 2011, 05:20
von visuku
thank you robin..
is there any way to read the mesage from pdu or convert the pdu to message??
also in case of smsarchive
is there any way to see that .dat file as we see in MPE or in HTML view?

Verfasst: Sa 15. Jan 2011, 15:08
von FJ
You can export the data into several formats with MyPhoneExplorer

Verfasst: Sa 15. Jan 2011, 15:35
von visuku
i kno that..
but my need is to view the content correctly without using MPE from .dat files

Verfasst: So 16. Jan 2011, 10:20
von FJ
Phonebook.dat = vCard-Format
Notes.dat = vNote-Format
Organizer.dat = vCalendar-Format
SMS.dat = csv-based <ID>,<Storage>,<PDU>,<Timestamp>

If you want to decode PDU's then you have to write a decoder. PDU-Code is well explained in Web. use Google

Verfasst: So 16. Jan 2011, 13:31
von visuku
Thank you...