|
To fix the problem, we just need to clean all history in the sqlite3 database, I had fixed it on my pre plus,
G0 n6 S) k! }% b5 b" x0 G# R% J3 a. p8 s& Z" j
$ d l/ p& y2 @8 U
9 T" a, `* I! a5 d& d+ K* U( k4 JDelete the specific contact or number which has the problem.
9 P, a8 i% @9 ABackup you database file to another location, such as:- ~! A" {* e. R2 w l- G X2 Z
cp -f /var/luna/data/dbdata/PalmDatabase.db3 /media/internal/
7 H0 O& w- y: ^+ _ \: x5 f' y& [3 ]# l* @2 D- q2 c
5 P/ g3 n1 g2 j: `8 ^
Please install the ‘Terminal’ to execute the shell command. You can install it from preware.
7 p2 |) G7 C$ u* u% L% k) Y
7 Q& {) d" ^8 }( X! c8 }+ N* V7 f, |( f+ r, Z+ X" J
Second, at the shell, open an interactive session with SQLite, opening the contacts database:5 q" `: _* c- O: H
sqlite3 /var/luna/data/dbdata/PalmDatabase.db3: F1 V5 U3 E+ v; L( r0 f* A% o% s
( t' l- ^) Z) a- n5 v1 | Z
w4 `+ E/ h8 i5 t" D4 [# i
$ l$ n4 H! ?! I; n
2 p$ [7 M: S+ K$ F$ t* I$ C
" U- a. K5 o/ XTo avoid the error ‘no such collation sequence: LOCALIZED_SECONDARY’, load the lib in the SQLite session, such as:3 T$ p9 K E8 Y W
.load /usr/lib/sqlite3_palm_extension.so
& o1 g4 @% ~% T
c& j! x: d. B' HAnd delete all history record,7 j- _; J8 I* M5 {2 p% u1 o' B
DELETE FROM com_palm_messaging_data_ChatThread;
$ z4 T4 z: t- e& o6 ^1 Y7 j4 r9 w Q4 ]7 x: M: W' W
+ y! C1 z3 F$ X% x0 t
l7 v0 u1 Z! |( J2 H. a9 y5 j# H
Now, re-create the contact and try to send the SMS, it should work fine.$ w. }+ y$ ?( \; t; r; z6 R7 f
. b, F' P1 r- {$ r/ q* p8 s# ?输入命令时,字母都用小写即可。 |
|