|
楼主 |
发表于 2010-8-31 00:19
|
显示全部楼层
问题解决了, 有类似的问题, 可以参考我的解决过程。' V5 Q. H; S& @# `7 Y
+ P4 v1 g5 Y. lTo fix the problem, we just need to clean all history in the sqlite3 database, I had fixed it on my pre plus,
' j$ \' ^+ g8 T9 Y' Y- o
) v. L7 ?: S8 Z: g1. Delete the specific contact or number which has the problem.
6 ?7 Q. n& |- \* L- Q, z4 K; G; |2. Backup you database file to another location, such as:
: r$ { K/ T+ o8 U! H Lcp -f /var/luna/data/dbdata/PalmDatabase.db3 /media/internal/9 W3 |" K' r W
% R* q+ K! u2 L' B L
3. Please install the ‘Terminal’ to execute the shell command. You can install it from preware.4 v: N- y1 F7 t0 ^4 u
( e3 R: a% E1 k7 L# H/ Y. L( R3 x4. Second, at the shell, open an interactive session with SQLite, opening the contacts database:. V3 A7 c) p' }8 ~, S, r( h6 w
sqlite3 /var/luna/data/dbdata/PalmDatabase.db3
, t3 ?, Y7 P# H& n0 _6 W: b+ g) w0 C: ?0 w& [& H9 V
( ^* m: t7 R) a& o, i( s" L
5. To avoid the error ‘no such collation sequence: LOCALIZED_SECONDARY’, load the lib in the SQLite session, such as:
4 W7 J( t) C: J/ P3 s* G1 z* v.load /usr/lib/sqlite3_palm_extension.so
; C) ?+ x2 T$ I( a! E3 M9 T6 F, K
. o! q$ h3 I$ x0 {6. And delete all history record,
' j. }9 l1 G7 e) w, x; BDELETE FROM com_palm_messaging_data_ChatThread;4 z- z' H4 D( h8 H
5 r7 r) y H# e; d/ w
Now, re-create the contact and try send the SMS, it should work fine. |
|