문제

I want to make a fullscreen application that can display the latest messages received on the Android device (an SMS wall).

I've tried pulling the MMSSMS.db file from the device with ADB, but the file can't be read on my computer. It seems like it's encrypted or something, because on the phone itself you can open and view it.

Is there any library or other solution available that can accomplish that? I've searched a lot and didn't find anything on the web...

Edit: i've tried using the sqlite.dll both with SQLite Browser and in C# itself. Both showed an empty database while it was readable (and not empty) in the built-in Database Viewer of Root Explorer.

I am not specifically asking for third-party libraries or tools, only if someone has had any experience with this and/or can help me further...

Edit 2: I came here only when I didn't find a solution after searching a lot on the web.

Thanks!

도움이 되었습니까?

해결책

I imagine that its a database file, most likely sqlite. You need to install a library to address such a file. http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top