用的SQLite Database Browser打开的。
打开之后,可以打开联络人.sulitedb(或者ADDRESS.sqlitedb),然后选择标签Execute SQL,在SQL string: 里输入下面的语句:
select abperson.rowid,abperson.first,abperson.last,ABMultiValue.value from abperson ,ABMultiValue where abperson.rowid=ABMultiValue.record_id
然后单击Execute query,就可以把号码和联系人对应起来了。
在linux或者cygwin下,sqlite3 xxx.sqlitedb就能打开,然后用sql语句更新就行了
.你直接把addressbook.sqlitedb传回2.0下/var/mobile/Library/Addressbook 下就可以用回备份的电话本
firefox有个sqlite扩展,装了那个就能打开
数据库文件,只能用原手机软件打开!!
使用 SQLite Maestro 或是 SQLite Database Browser 都可以。