1. 01 Feb, 2011 1 commit
  2. 10 Dec, 2010 1 commit
    • Nick Kralevich's avatar
      fix umask · aea7d5be
      Nick Kralevich authored
      Don't create files / directories that are world writable.
      
      Bug: 3214214
      
      Change-Id: I6b6caede4446e9e952bffdb2b14e429b2699c69b
      aea7d5be
  3. 19 Nov, 2010 1 commit
    • John Wang's avatar
      Add comments for HANGUP request. · 06bae4bc
      John Wang authored
      For bug #3136179
      
      Clarify RIL should NOT report active connection for GET_CURRENT_CALLS
      
      after HANGUP request returns.
      
      Change-Id: Icf9cc14b7d9cbfee6552cf51a648432caac28ab1
      06bae4bc
  4. 11 Oct, 2010 1 commit
  5. 10 Oct, 2010 1 commit
    • Xia Wang's avatar
      Add control commands for Mock Ril · 2b7b0f7d
      Xia Wang authored
      - Hangup a call remotely for the given cause.
      - Set call transition flag
      - set call to alert
      - set call to active
      - add a dialing call (this is for testing purpose
      
      Add ril request support: RIL_REQUEST_LAST_CALL_FAIL_CAUSE
      
      Change-Id: I56d0a10a7bff31eb11f4f9b64b53acf7931e6cb7
      2b7b0f7d
  6. 08 Oct, 2010 1 commit
    • Xia Wang's avatar
      Add command to start incoming call. DO NOT MERGE · bf40f252
      Xia Wang authored
      Add start incoming call command,
      add ril request: RIL_REQUEST_ANSWER to Mock Ril
      Fix: rilRequestHangupWaitingOrBackground should also hang up incoming call
      
      Change-Id: I48b8cc98ced2ee5f449d4cc212a9b8e8413b0cff
      bf40f252
  7. 06 Oct, 2010 1 commit
    • Xia Wang's avatar
      Port Mock Ril from master branch to GB. DO NOT MERGE · 14171dca
      Xia Wang authored
      - Replace functions in protobuf_v8.cpp, node_buffer.cpp with those in v8 version of GB:
        replace Object::Get(uint32_t index) with Object::Get(Handle<Value> key)
        replace As function with Object::Cast();
      - Modify Android.mk file
        Add "LOCAL_MODULE_TAGS" for librilproto-java
        Tag modules as "debug" so that it can be build in userdebug build
      
      Change-Id: I1523786a63ef66b263b80e069dfcab865cab348f
      14171dca
  8. 03 Aug, 2010 1 commit
    • jsh's avatar
      Support for fetching PSC of serving cell. · f44700c4
      jsh authored
      Instead of adding a new RIL command, just extend RIL_REQUEST_REGISTRATION_STATE.
      
      Bug: 2465036
      Change-Id: I8f42bb8da65ec7d2f7627b14d7506c38b71ad83d
      f44700c4
  9. 30 Jul, 2010 1 commit
    • Xia Wang's avatar
      DO NOT MERGE · 060f053e
      Xia Wang authored
      Fix index error in the radiooptions enable/disable QXDM Log
      
      Change-Id: I6118742f76f6c90d47a9512c48ae2bacb03f93e9
      060f053e
  10. 12 May, 2010 1 commit
  11. 11 May, 2010 1 commit
  12. 10 May, 2010 1 commit
    • Naveen Kalla's avatar
      Notify user regarding invalid number during MO call. · 1b3a6fe0
      Naveen Kalla authored
      When user dials an invalid number, network returns a failure
      as "unobtainable number" (See the Table 10.5.123/3GPP TS 24.008 for
      the possible failure causes). Changes done to display message to
      indicate user that an invalid number has been dialed.
      
      Change-Id: Ibe191991ee6f24dd683dca47f6af54e400ef17df
      1b3a6fe0
  13. 06 May, 2010 1 commit
  14. 21 Apr, 2010 1 commit
    • John Wang's avatar
      Add RIL_E_ILLEGAL_SIM_OR_ME error code. · 7553447d
      John Wang authored
      It is for bug 2571583 to provide better failure information of network operator selection.
      
      Basically, network selection should return RIL_E_ILLEGAL_SIM_OR_ME when the failure is
      permanent and don't need retry, such as illegal SIM, ME,  HRL config, etc.
      
      Change-Id: Idd5337423a3772febfcfe68b4a87eb3cf5a4696e
      7553447d
  15. 07 Apr, 2010 1 commit
  16. 09 Mar, 2010 1 commit
  17. 05 Feb, 2010 3 commits
  18. 30 Jan, 2010 3 commits
  19. 29 Jan, 2010 1 commit
  20. 28 Jan, 2010 1 commit
  21. 22 Jan, 2010 2 commits
  22. 12 Jan, 2010 1 commit
  23. 08 Jan, 2010 1 commit
  24. 24 Dec, 2009 1 commit
    • Wink Saville's avatar
      Fix build. · dac5d5a6
      Wink Saville authored
      Change-Id: I2b28f321e48865212c3b970e61a86b578d71e89f
      dac5d5a6
  25. 22 Dec, 2009 1 commit
  26. 15 Nov, 2009 4 commits
  27. 13 Nov, 2009 1 commit
  28. 22 Oct, 2009 3 commits
  29. 21 Oct, 2009 1 commit
  30. 06 Oct, 2009 1 commit
    • Doug Kwan's avatar
      Add back a missing shared library used by rild to linker command line. ... · 1371755f
      Doug Kwan authored
      Add back a missing shared library used by rild to linker command line.  Currently this works because the library is linked via dependency of another shared library used by
      rild.  This is fragile and not the right thing to do.  The library is used only for
      ARM so also need to check the target.
      1371755f