Please do this:
Edit src/java/org/smslib/modem/athandler/ATHandler.java and locate
method "switchStorageLocation(String mem)").
Remark the line:
getModemDriver().write("AT+CPMS=\"" + mem + "\"\r");
and add one below the previous (remarked) line:
getModemDriver().write("AT+CPMS=\"SM\", \"SM\", \"SM\"\r");
Recompile and try to read your messages.
P.S.
We will see about CMTI after this.
On Jun 4, 8:56 pm, maucem <[email protected]> wrote:
> Hi,
>
> the issue, as described in other posts on the Web is the CMTI not
> fired...
> I used portmon to watch how the software "Mobile partner" (provided by
> Huawei) fetch SMSs.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SMSLib User Group" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/SMSLib?hl=en
-~----------~----~----~----~------~----~------~--~---