Page 3 of 10 FirstFirst 12345 ... LastLast
Results 21 to 30 of 96

Thread: RIL development in Froyo

777
  1. [translate]    #21
    Senior Member
    Join Date
    Mar 2010
    Location
    Belgium
    Posts
    233

    Default

    Quote Originally Posted by tux@dbox View Post
    there is no ttyS0 on spica
    I can see it through the terminal

    /dev/ttys0 (caps are not the same though)

    This might sounds stupid but, what about ttyGPS0?

  2. [translate]    #22
    Member
    Join Date
    Oct 2010
    Location
    Austria
    Posts
    31

    Default

    ttyGPS0 sends the nmea-strings!
    We can use ttyGPS0 do read and parse the nmea strings!

    But it sends it only, when gps is enabled (through ril)

  3. [translate]    #23
    Senior Member
    Join Date
    May 2010
    Location
    Hungary
    Posts
    726

    Default

    Quote Originally Posted by tux@dbox View Post
    The library implements the android gps interface and uses rild on port 7777 (samsung implementation) to operate with the gps device!
    This is the problem. If we replace libril to original one, we lost samsung implementation.
    @tux@dbox: can you skip this method to an another one (for example modem commands?)

    ---------- Post added at 02:19 PM ---------- Previous post was at 02:16 PM ----------

    Quote Originally Posted by tux@dbox View Post
    there is no ttyS0 on spica
    try /dev/s3c_serial0

    I think, that's baseband

  4. [translate]    #24
    Member
    Join Date
    Oct 2010
    Location
    Austria
    Posts
    31

    Default

    till now i did not find a way to activate the gps device without ril!
    I think we shout do a strace on rild ??

  5. [translate]    #25
    Member
    Join Date
    Jun 2010
    Location
    Spain
    Posts
    37

  6. [translate]    #26
    Member
    Join Date
    Jun 2010
    Location
    Poland
    Posts
    66

    Default

    What about modem.bin? Don't we have to load it in way described in S3C6410 User's Manual (chapter 23 - Modem Interface)?

  7. [translate]    #27
    Member
    Join Date
    Jul 2010
    Location
    Brno
    Posts
    82

    Default

    modem firmware seams to be in /dev/bml9 and libsec-ril.so seems to be loading it (guessing from bml dump and strings in libsec-ril.so):
    Code:
    onedram_nv_data_load
    dload_test
    onedram device (%s) open failed!
    /dev/bml9
    can't open a phone image from (%s). %s.
    dbl read size= %x
    phone boot start failed! %s
    memory init failed! %s.
    phone on failed!. %s

  8. [translate]    #28
    Senior Member
    Join Date
    May 2010
    Location
    Hungary
    Posts
    726

    Default

    Quote Originally Posted by krtek.net View Post
    modem firmware seams to be in /dev/bml9 and libsec-ril.so seems to be loading it (guessing from bml dump and strings in libsec-ril.so):
    Code:
    onedram_nv_data_load
    dload_test
    onedram device (%s) open failed!
    /dev/bml9
    can't open a phone image from (%s). %s.
    dbl read size= %x
    phone boot start failed! %s
    memory init failed! %s.
    phone on failed!. %s
    We can't skip libsec-ril.so, because that's hw related stuff. But we don't need skip libsec-ril.so. We need to skip libril.so, and compile own version from CM/AOSP sources.

  9. [translate]    #29
    Member
    Join Date
    Oct 2010
    Location
    Austria
    Posts
    31

    Default

    Quote Originally Posted by criminal View Post
    We can't skip libsec-ril.so, because that's hw related stuff. But we don't need skip libsec-ril.so. We need to skip libril.so, and compile own version from CM/AOSP sources.
    Thats right, but we need to know how to activate gps!

  10. [translate]    #30
    Senior Member
    Join Date
    Aug 2010
    Location
    PL
    Posts
    406

    Default

    I compiled Android's libril and all problems with Airplane, carrier searching and call waiting are still existing. I think it's not a libril problem. I investigated framework/base/telephony and there's everything OK, same as on other devices...

Page 3 of 10 FirstFirst 12345 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •