Results 1 to 2 of 2
  1. #1
    qbeexx
    Guest
    I would like to save a bunch of non-numeric in phonebook's number
    entry.

    e.g.
    at+cpbw="shelikesshopping",129,"mother"

    Do i need to use some at command to change the phonebook behavior
    before doing this? and which command should i use?

    Thanks.

    qbee



    See More: how to save Non-Numeric character in phonebook's Number entry




  2. #2
    Kevbert
    Guest

    Re: how to save Non-Numeric character in phonebook's Number entry


    qbeexx Wrote:
    > I would like to save a bunch of non-numeric in phonebook's number
    > entry.
    >
    > e.g.
    > at+cpbw="shelikesshopping",129,"mother"
    >
    > Do i need to use some at command to change the phonebook behavior
    > before doing this? and which command should i use?
    >
    > Thanks.
    >
    > qbee


    Hi,
    I don't think you can do this.
    Firstly you need to select the place where the info will be stored
    with
    at+cpbs="ME" for the phone memory (check options with
    at+cpbs=?)
    then to write to a memory location
    at+cpbw=1,"01234567",129,"mother"
    Note that 1 is location 1 in memory, the second part must be a number,
    the third part (129) is the type of number (local, international etc)
    and the fourth part is a tag.
    You may want to check what's in memory first with
    at+cpbr=1,50 to check the first 50 locations prior to writing
    to one of these locations.
    Cheers
    Kevbert.


    --
    Kevbert



  • Similar Threads