|
楼主 |
发表于 2010-8-31 00:19
|
显示全部楼层
问题解决了, 有类似的问题, 可以参考我的解决过程。8 `5 l% b3 w9 I& |
- f# ?; W0 m) ~ S
To fix the problem, we just need to clean all history in the sqlite3 database, I had fixed it on my pre plus,
7 j5 O& g5 |) X/ v0 u. E# R3 N; s/ P
1. Delete the specific contact or number which has the problem.
) x( L F& @( R N/ d- ]* d2. Backup you database file to another location, such as:
9 _$ z; L% n' g& bcp -f /var/luna/data/dbdata/PalmDatabase.db3 /media/internal/5 w4 W2 e O8 S* U
! F' X, t6 n( Q! t' Z- L! A
3. Please install the ‘Terminal’ to execute the shell command. You can install it from preware.) {3 U; g/ M3 D! d8 q
' S4 M0 H5 d4 l& Z+ A+ Z& p
4. Second, at the shell, open an interactive session with SQLite, opening the contacts database:* B0 j, O2 H: m8 k4 S" M/ l! `
sqlite3 /var/luna/data/dbdata/PalmDatabase.db3
' P Q; ]: e& I( x! b) X1 V; [# d! H6 f. r6 i) D1 R
# m6 p1 q' W0 u1 o
5. To avoid the error ‘no such collation sequence: LOCALIZED_SECONDARY’, load the lib in the SQLite session, such as:) `3 q2 Y. R" D) r) V+ I/ V
.load /usr/lib/sqlite3_palm_extension.so
# E i1 T4 r3 }, \# u! [% ?- p. @4 \9 u8 m2 f2 I0 L: B. t' d# R
6. And delete all history record,( v$ t- k( g& S4 F
DELETE FROM com_palm_messaging_data_ChatThread;- ^7 t5 }5 q8 d% `- Z2 }6 U
6 J# O' Q& e" V
Now, re-create the contact and try send the SMS, it should work fine. |
|