- 26 Jun, 2015 2 commits
-
-
Amit Mahajan authored
* commit 'afb60bbc': DO NOT MERGE Change to add STK_PERMISSION for stk related commands.
-
Amit Mahajan authored
And make stk commands protected. Bug: 21697171 Change-Id: I7649c7341428194963ac74e9ae622dfa76ea738b
-
- 09 Jun, 2014 2 commits
-
-
Amit Mahajan authored
* commit '63dce7fe': Handle provisioning APN by turning off/on radio.
-
Amit Mahajan authored
The change is specific to AT&T as they want no signaling from device during provisioning. I've tested following cases: - expired AT&T SIM to make sure provisioning flow works as expected. - airplane mode on/off with both active and expired AT&T SIM. - wifi <-> mobile transitions work okay. - LTE with Verizon SIM (basic sanity). bug: 13190133 Change-Id: I215963174ae6000ae71d1dda693f95413f3d6e81
-
- 04 Jun, 2014 1 commit
-
-
Adam Lesinski authored
Previously we would get an NPE if there was no isms service running on the device. Now we return sensible defaults and throw UnsupportedOperationException for methods that are meant to invoke actions and have a void return type. Change-Id: I894809a0d6431b7c6472ec6f69d3b8e84a1418ea
-
- 19 Mar, 2014 1 commit
-
-
Wink Saville authored
* commit 'c187f0e9': Handle provisioning APN by turning off/on data.
-
- 13 Mar, 2014 2 commits
-
-
Sudheer Reddy Yampalla authored
* commit '82d87aeb': Telephony: Add + for international number for MT SMS
-
Wink Saville authored
This is a start and two tests succeed: Tested expired AT&T SIM and waiting 15min for alarm to fire. Tested a provisioned Verizon SIM and works normally. I've NOT tested AT&T where I've properly completed the provisioning. I've NOT tested T-Mobile SIM either provisioned or not-provisioned. I've NOT tested provisioning over WiFi. I've NOT tested that WiFi <-> Mobile works I've NOT tested voice calls, SMS, MMS ... The current bug is below, but it is poorly named either it should be renamed or a new bug created. Bug: 13190133 Change-Id: I0a09f642614cd27a8655e9dae764b8999ce485b8
-
- 11 Mar, 2014 2 commits
-
-
Sudheer Reddy Yampalla authored
Add + if international number is not having + at starting. Bug: 10951615 Bug: 11599528 Change-Id: I0000b0685181f17ba6b5b0eaaba60a77971e7908
-
Robert Greenwalt authored
* commit 'b0b637db': Switch from SIM to carrier info for wifi country
-
- 10 Mar, 2014 1 commit
-
-
Robert Greenwalt authored
Now will also inform when no known country too. bug:11062898 Change-Id: I4a938119c1c06898b39b3bcc6124031d2f66dd71
-
- 07 Mar, 2014 2 commits
-
-
Robert Greenwalt authored
* commit 'fb36cdca': Fix isSameNamedOperatorConsideredRoaming [DO NOT MERGE]
-
Robert Greenwalt authored
Does a loop checking data based on your current network, but exits out based on the result of the first check rather than doing the rest of the checks. Bug: 11408729 Bug: 12121959 Change-Id: I37f98682702ec19467f374d64a23e15fb87e9697
-
- 31 Jan, 2014 1 commit
-
- 28 Jan, 2014 1 commit
-
-
duho.ro authored
delete ADN cache after SIM REFRESH RESET for updating the SIM contacts Bug: 12751374 Change-Id: I2d707dca3e76271f203b1b86212947e3287a8ed1
-
- 16 Dec, 2013 3 commits
-
-
Wink Saville authored
* commit '89edee05': Removing the error return value requirement for RIL_REQUEST_SIM_OPEN_CHANNEL.
-
Wink Saville authored
-
Shishir Agrawal authored
On error, the RIL implementation should throw an error and the value returned does not need to be valid. Change-Id: Idf81e6f7e2aa5e967e97cef402dfd53150b9b183
-
- 13 Dec, 2013 3 commits
-
-
Wink Saville authored
* commit 'de9ca65e': Change in semantics for RIL_REQUEST_SIM_OPEN_CHANNEL: -1 indicates error.
-
Wink Saville authored
-
Shishir Agrawal authored
Changing the RIL_REQUEST_SIM_OPEN_CHANNEL comment to state that the modem should return -1 on error and not 0. Change-Id: Ied71c23857659048f080531b79f98eb9db221c96
-
- 06 Dec, 2013 4 commits
-
-
Jake Hamby authored
* commit 'f39de086': Consider EF-SMS for both gsm and cdma
-
Jake Hamby authored
* commit 'ddeba83b': Consider EF-SMS for both gsm and cdma
-
Jake Hamby authored
-
The Android Open Source Project authored
* commit '7330d304':
-
- 05 Dec, 2013 3 commits
-
-
The Android Open Source Project authored
-
John Huang authored
* commit '9e6a8351': RIL changes for supporting generic SIM communication.
-
John Huang authored
-
- 03 Dec, 2013 2 commits
-
-
Jake Hamby authored
* commit '023346cf': Fix OOBE crash/DoS after receiving 0-byte WAP push.
-
Jake Hamby authored
Add a try/catch block around the code in WapPushOverSms.dispatchWapPdu(), so we don't get into a reboot trap on receiving weirdly formed messages. Only catch ArrayIndexOutOfBoundsException, which is difficult to prevent inside dispatchWapPdu() for 0-byte PDUs or other unusual contents. The caller should probably catch any unhandled exceptions of other types and log them with stack traces. Bug: 11967705 Change-Id: Iabfec68d2564dd438d45c80cdba877bf19fa0397
-
- 02 Dec, 2013 1 commit
-
-
Shishir Agrawal authored
Exposes four new commands through RIL.java: - RIL_REQUEST_SIM_TRANSMIT_BASIC (AT+CSIM - TS 27.007) - RIL_REQUEST_SIM_OPEN_CHANNEL (AT+CCHO - TS 27.007) - RIL_REQUEST_SIM_CLOSE_CHANNEL (AT+CCHC - TS 27.007) - RIL_REQUEST_SIM_TRANSMIT_CHANNEL (AT+CGLA - TS 27.007) Change-Id: Iee4d950d37a6097493cd945e611c914c40827215
-
- 23 Nov, 2013 1 commit
-
-
The Android Open Source Project authored
* commit '543d79cc':
-
- 22 Nov, 2013 2 commits
-
-
The Android Open Source Project authored
-
Wink Saville authored
* commit 'd84e5b87': Telephony: Add + for international number for MT SMS
-
- 21 Nov, 2013 1 commit
-
-
Wink Saville authored
-
- 15 Nov, 2013 2 commits
-
-
Wink Saville authored
* commit '449cbf85': if provisioning apn conditionally restart the radio.
-
Wink Saville authored
Some radios need a swift kick in the butt after provisioning. Bug: 11673637 Change-Id: Ie758a303fd751d204fd6baa60217e88df6376aae
-
- 14 Nov, 2013 2 commits
-
-
Wink Saville authored
* commit 'a28a290b': Telephony: unchange SIM info from CDMAPhone when SIM exists
-
Wink Saville authored
-
- 13 Nov, 2013 1 commit
-
-
David Braun authored
* commit '98003f87': Do not attempt to configure null preferred activity
-