- 08 Oct, 2010 1 commit
-
-
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
-
- 06 Oct, 2010 1 commit
-
-
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
-
- 03 Aug, 2010 1 commit
-
-
jsh authored
Instead of adding a new RIL command, just extend RIL_REQUEST_REGISTRATION_STATE. Bug: 2465036 Change-Id: I8f42bb8da65ec7d2f7627b14d7506c38b71ad83d
-
- 30 Jul, 2010 1 commit
-
-
Xia Wang authored
Fix index error in the radiooptions enable/disable QXDM Log Change-Id: I6118742f76f6c90d47a9512c48ae2bacb03f93e9
-
- 12 May, 2010 1 commit
-
-
The Android Open Source Project authored
Change-Id: I7ce5870268166dffb6fabffb45b325b57dbe6ef0
-
- 11 May, 2010 1 commit
-
-
Naveen Kalla authored
Change-Id: Id81d062e1108c00121cb06d70eef1af9c57a25b7
-
- 10 May, 2010 1 commit
-
-
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
-
- 06 May, 2010 1 commit
-
-
Dan Bornstein authored
Change-Id: I38bf6d01992aeb64d18551824fc834ffb43e297f
-
- 21 Apr, 2010 1 commit
-
-
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
-
- 07 Apr, 2010 1 commit
-
-
Wink Saville authored
bug: 2577644 Change-Id: I7021a12950b4a562c88c393ae75ad2394df3d655
-
- 09 Mar, 2010 1 commit
-
-
Jean-Baptiste Queru authored
Change-Id: Ia3388aad9c264d9cb2d6ade6e2800290f68d6dd4
-
- 05 Feb, 2010 3 commits
-
-
The Android Open Source Project authored
Merge commit '64f6d1f2' * commit '64f6d1f2': android-2.1_r1 snapshot
-
The Android Open Source Project authored
Merge commit '358c03ff' into eclair-plus-aosp * commit '358c03ff': android-2.1_r1 snapshot
-
The Android Open Source Project authored
-
- 30 Jan, 2010 3 commits
-
-
John Wang authored
For bug 2400052. Notification requires user resend mute/unmute to get uplink audio in a call.
- 29 Jan, 2010 1 commit
-
-
The Android Open Source Project authored
-
- 28 Jan, 2010 1 commit
-
- 22 Jan, 2010 2 commits
-
-
John Wang authored
Add status 10, 12, 13 and 14 to distinguish emergency calls only status from status 0, 2, 3 and 4. This feature will only be enabled in case setting "ro.ril.emc.mode"=2 in system property.
- 12 Jan, 2010 1 commit
-
-
The Android Open Source Project authored
-
- 08 Jan, 2010 1 commit
-
-
Wink Saville authored
Some new code in ril.cpp to handle both old and new rils needed some tweaking so the new and old size was used. bug: 2353510
-
- 24 Dec, 2009 1 commit
-
-
Wink Saville authored
Change-Id: I2b28f321e48865212c3b970e61a86b578d71e89f
-
- 22 Dec, 2009 1 commit
-
-
Wink Saville authored
Define the UUS data structures and add a pointer to it in RIL_Call for MT Calls and RIL_Dial for MO calls. UUS information can be used to pass the skypeId on some networks. Make the corresponding changes to serialize and deserialize the data at the RIL interface. Change-Id: Ibbd471cd062910fd4c365f76e809cfb224bd34a2
-
- 15 Nov, 2009 4 commits
-
-
Jean-Baptiste Queru authored
Merge commit '94ba73d4' * commit '94ba73d4': eclair snapshot
-
Jean-Baptiste Queru authored
-
Jean-Baptiste Queru authored
Merge commit 'goog/stage-korg-master' into HEAD
-
Jean-Baptiste Queru authored
-
- 13 Nov, 2009 1 commit
-
-
Jean-Baptiste Queru authored
-
- 22 Oct, 2009 3 commits
-
-
Naveen Kalla authored
Merge commit 'd14d79bc' * commit 'd14d79bc': ril.h: Change latitude-longitude fields to be compliant with 3GPP2 spec.
-
Naveen Kalla authored
Merge commit '36b721c2' into eclair-plus-aosp * commit '36b721c2': ril.h: Change latitude-longitude fields to be compliant with 3GPP2 spec.
-
Naveen Kalla authored
Merge commit '36b721c2' into eclair-mr2-plus-aosp * commit '36b721c2': ril.h: Change latitude-longitude fields to be compliant with 3GPP2 spec.
-
- 21 Oct, 2009 1 commit
-
-
Naveen Kalla authored
Base Station Latitude and Longitude values in the response to the RIL_REQUEST_REGISTRATION_STATE message need to be changed from hexadecimal values to decimal values compliant with the 3GPP2 C.S0005-A specification. Bug: 2201613 Change-Id: I2591f43bf78b861cf5cadd1eb66866bcf6605a29
-
- 06 Oct, 2009 2 commits
-
-
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.
-
- 02 Oct, 2009 1 commit
-
-
Doug Kwan authored
contains call to a shared library without explicitly linking it. Currently this works because the library is linked via dependency of another shared library used by the executable. This is fragile and not the right thing to do.
-
- 01 Oct, 2009 1 commit
-
- 30 Sep, 2009 1 commit
-
-
jsh authored
-
- 29 Sep, 2009 1 commit
-
-
Naveen Kalla authored
am 03c1edf2: ril.h: Add a failure cause for CDMA call failures, rename RIL_REQUEST_CDMA_VALIDATE_AKEY and minor clarifications in the interface definitions. Merge commit '03c1edf2' into eclair-plus-aosp * commit '03c1edf2': ril.h: Add a failure cause for CDMA call failures, rename
-