Hi,
I am going through the DOC of GSM Modem.
Mean while i used My NOKIA 6300 Blutooth Modem.
and write
setStorageLocations("MTSMME"); on the last line of constructor of
ATHandler.java
its giving me o/p like this:
--------------------------------------------------
Version: 3.0.1
1 [main] WARN org.smslib - Callback indications were *not* set
succesfully!
Modem Information:
Manufacturer: Nokia
Model: Nokia 6300
Serial No: 356415027151075
SIM IMSI: * MASKED *
Signal Level: 54%
Battery Level: 94%
Sim Pin is : 0000
Now Sleeping - Hit <enter> to terminate.
-------------------------------------------------
Whats the problem here?
On Mar 16, 1:07 am, Thanasis <[email protected]> wrote:
> The storage ids are two-letter words. For example, the "SM" refers to
> the SIM memory.
>
> If you are brave enough, you can try with trial-and-error. To do this:
>
> 1) Edit ATHandler.java and add as the last constructor line the line:
> setStorageLocations("MTSMME");
>
> 2) Try to see if you can now read the messages stored in your modem.
>
> 3) If you do, the ID you are looking for must be one of "MT" or "ME" -
> try the combinations. If not, then you should really look at your
> modem's documentation - the ID could be any two-letter word...
>
> On Mar 15, 9:59 pm, Rahul Boss <[email protected]> wrote:
>
>
>
> > I gone through the Class InboundMessage and it has setMemIndex() and
> > setMemLocation() methods.
> > will these methods help me. but How & where can i call these methods
> > or where can i use this methods inside ReadMessage class?
>
> > Lets hope for the best. i'll search any doc.
>
> > On Mar 15, 11:26 pm, Thanasis <[email protected]> wrote:
>
> > > It seems that the modem does not report back the storage identifier
> > > which refers to its memory.
> > > There is not much I can do, unless you have some documentation which
> > > clearly states which is the identifier of the build-in modem memory.
>
> > > On Mar 15, 2:45 pm, Rahul Boss <[email protected]> wrote:
>
> > > > Hi,
>
> > > > I have IDEA NETSETTER GSM MODEM (HUAWEI) MODEL-EG162G.
>
> > > > My GSM Device has 2 memory locations
>
> > > > 1) GMS Modem memory
> > > > 2) SIM Memory
>
> > > > When i receive any sms it by default stores in to GSM Modem Memeory.
>
> > > > Ultimatly my SIM Memory always remains empty.
>
> > > > the big trajedy is that, ReadMessage class when it runs, it is
> > > > searching for the SMS which are stored in SIM Memeory. And
> > > > unfortunatly there is no SMS in SIM Memeory.
>
> > > > I want to tell ReadMessage class to search messages from GMS Modem
> > > > Memory to read it. How can i do it?
>
> > > > Other wise, i have to manually put the SMS in SIM card memeory
> > > > manually. Which is not possible for me.
>
> > > > How can i suggest my program to read message from my Local GSM Modem
> > > > Memory and not from the SIM Memeory?
>
> > > > Please help me...- Hide quoted text -
>
> > > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---