How are sms stored in any phones?

↘锁芯ラ 提交于 2019-12-12 03:54:33

问题


I just wanted to know how all the sms in the phone stored internally?? and how do i access this internal files?


回答1:


It depends on various flavors of phone OSs like Symbian, android, iOS

For example: Android saves its SMS's in /data/data/com.android.providers/telephony/databases/mmssms.db iPhone also used SQLite database internally. /var/root/Library/SMS/sms.db

It's a lightweight embedded SQLite database.




回答2:


Have a look at the Wammu project. It can access phonebooks, SMS, calendars, etc. on many cell phone types.




回答3:


Text files in older phones while newer ones may use light weight databases. (Details about Android and iOS in zengr's answer.)

If possible you can browse the file system on your phone. It the phone does not allow that then you will probably have to root it.



来源:https://stackoverflow.com/questions/3975435/how-are-sms-stored-in-any-phones

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!