|
楼主 |
发表于 2010-8-31 00:19
|
显示全部楼层
问题解决了, 有类似的问题, 可以参考我的解决过程。5 W% B! r( n! h7 Q
H9 F0 y0 F! e7 w6 ]: X3 E, _To fix the problem, we just need to clean all history in the sqlite3 database, I had fixed it on my pre plus,
9 i; |" {( G! y9 u, O0 c# w' v8 {* \# y) {7 b' ]3 G) L; ~
1. Delete the specific contact or number which has the problem.; K4 g4 K+ a& M$ @
2. Backup you database file to another location, such as:3 U4 ?6 l4 ?: H6 ~, r
cp -f /var/luna/data/dbdata/PalmDatabase.db3 /media/internal/% V# W! q8 s+ V! p4 I( T
; i' F1 Z; e! S9 Z
3. Please install the ‘Terminal’ to execute the shell command. You can install it from preware.
0 _) c0 E& y- Z' y5 ^+ _% _. z5 B F! q, `# X, \
4. Second, at the shell, open an interactive session with SQLite, opening the contacts database:3 @" i1 k9 h; i* a v8 K
sqlite3 /var/luna/data/dbdata/PalmDatabase.db3
* c- w/ `0 t) E* H6 e
% m3 I7 ^; H% Y9 o/ Q+ n ^- @& k6 i. P% c- i: {$ k' k
5. To avoid the error ‘no such collation sequence: LOCALIZED_SECONDARY’, load the lib in the SQLite session, such as:3 p: V0 R5 G" C( a- Y
.load /usr/lib/sqlite3_palm_extension.so. ~2 ]1 R! v4 p% q5 g6 B
+ N) M. H8 [7 y7 c& A2 {6 ^6 A1 T6. And delete all history record,( C( w4 V1 s# Q
DELETE FROM com_palm_messaging_data_ChatThread;: x7 {9 P* |7 f6 v. A8 U
0 N7 \" ~# d9 ^8 x2 k- a9 W
Now, re-create the contact and try send the SMS, it should work fine. |
|