Holger's qtopia repo: Changes to 'master'

git at git.openmoko.org git at git.openmoko.org
Thu Aug 21 15:19:35 CEST 2008


 .../phonevendors/ficgta01/vendor_ficgta01.cpp      |   31 +++++++++++++++----
 .../phonevendors/ficgta01/vendor_ficgta01_p.h      |    3 ++
 2 files changed, 27 insertions(+), 7 deletions(-)

New commits:
commit 9971aa8a69e31057b0f02af43b4c20333a77f13e
Author: Holger Freyther <zecke at selfish.org>
Date:   Thu Aug 21 15:14:30 2008 +0200

    [ficgta01] Fix the No registration bug (#1766)
        In 8380a8534e802c152c160e6699634ad9c66b1951 the SIM initialisation was
        postponed until after receiving "%CSTAT RDY, 1" from the modem but
        according to https://docs.openmoko.org/trac/ticket/1766 for some people
        RDY is never sent.
    
        Postpone initialisation until after SMS and PHB are ready (or if RDY
        comes first use that). That should resolve #1766 and still delay the init
        enough to have listing of the phonebook working.
    
        The code has an early exit for the case that status is not 1 and for the
        %CSTAT EONS, 1 it might fail but we are not interested in that notification
        anyway and it is doing no harm.
    
        This is minimally tested.




More information about the commitlog mailing list