|
To fix the problem, we just need to clean all history in the sqlite3 database, I had fixed it on my pre plus,
( j" M9 X$ F3 D. W s2 d; E, h
7 N# w9 o/ h, ^- _# l4 P) t+ [. S d' o3 }. v9 g# y
$ y G1 @' Q2 P) \Delete the specific contact or number which has the problem.
9 |$ D- H* J; tBackup you database file to another location, such as:
) ~: D9 I1 v$ c( Z5 `1 g. S5 vcp -f /var/luna/data/dbdata/PalmDatabase.db3 /media/internal/% `! C/ ^1 [- \# Z$ `
& x0 ]( ^1 ^0 ]7 C( y0 Q* Y
1 G9 s2 V' O. L) C DPlease install the ‘Terminal’ to execute the shell command. You can install it from preware.- ^2 h" {+ l7 S
n( P. ]+ X# L: ~* z- X
$ j8 U, P; f& F, n5 K4 I$ e4 }Second, at the shell, open an interactive session with SQLite, opening the contacts database: |1 S1 a! \+ s3 j8 E8 r4 r
sqlite3 /var/luna/data/dbdata/PalmDatabase.db3/ A" q8 L5 f0 O7 ~' n; F4 H" _
& r) g5 {' b4 ^- q8 K
% l) p/ `: x% K1 |& f1 n% s2 n& ]6 M# Q- i( D* x& j
9 Q7 ?+ W! d6 J1 A3 b# m$ [, W
" V+ Y# ]% e0 c% TTo avoid the error ‘no such collation sequence: LOCALIZED_SECONDARY’, load the lib in the SQLite session, such as:
+ A4 z' p N' D+ L, n.load /usr/lib/sqlite3_palm_extension.so - {$ C4 N( {3 l1 E7 H0 N
; g# N+ N Y8 O* Z
And delete all history record,
, [ X' \+ r( E$ ]DELETE FROM com_palm_messaging_data_ChatThread;
& Q( H. l5 w5 k f& R: s+ P1 m) |4 j
' O' G# S5 M. ?
5 k, b% ^( K6 ~* `! L) h5 yNow, re-create the contact and try to send the SMS, it should work fine.2 r( L! j" c7 ^! S8 r
5 v% ]& N9 t! _& Y4 }6 J6 Q
输入命令时,字母都用小写即可。 |
|