Android-x86
Fork
Spenden

  • R/O
  • HTTP
  • SSH
  • HTTPS

hardware-ril: Liste der Commits

hardware/ril


RSS
Rev. Zeit Autor
f6def41 gingerbread-x86 2011-05-02 19:59:19 Chih-Wei Huang

Merge branch 'aosp-fix' into gingerbread-x86

9754262 2011-05-02 19:54:14 Chih-Wei Huang

Support 3G modem card on x86

Change-Id: I47b7dd5e1610a285a1a413dee1843018f097d9a0

4a76897 2011-05-02 19:54:13 Chih-Wei Huang

mock-ril: fix compiling an issue on Mac OS X

The $(src_java) and $(gen_src_java) are empty in mock-ril/Android.mk
if the architecuture is not arm, or the build is non-debug variants.
It results in a "find -name ..." statement with an empty searching
directory by $(call all-java-files-under,...) of librilproto-java.
The BSD derived find on Mac OS X complains about that.

The patch tried to fix the issue in the ways:

* always defines $(src_java) and $(gen_src_java) no matter what TARGET_ARCH is.
* only defines module librilproto-java in debug variants build.

Change-Id: I8a04657d280abc8df1fc3cf95d7143c2225f6ef5

Signed-off-by: Chih-Wei Huang <cwhuang@linux.org.tw>

8541cb3 2011-04-15 19:24:31 Axel Lin

Add a missing MUTEX_RELEASE() in ril_event_del

In the case of (ev->index < 0 || ev->index >= MAX_FD_EVENTS),
we must call MUTEX_RELEASE() before return.

Change-Id: Ic0b21a8e1fbc940c4bfcc1fc8b606536e2484c71

6737ebc 2011-04-15 19:24:31 Henrik Hall

Modifying description for RIL_UNSOL_RESPONSE_NEW_BROADCAST_SMS.

Allowing for both GSM and UMTS format CBS message pdus.

Change-Id: I0f920d2c1affe930a0da4c0ba5fce6d03f488146

ef7009b 2011-04-15 19:24:31 Wink Saville

Revert "Add timer delete support to rild" DO NOT MERGE

This reverts commit 7edd07c9184a3abfaa3f4a161b74b3da9d7bbd56.
We need to revert here as this change is not in Gingerbread
or later branches.

Change-Id: I1b0d68655e3a91647f455cbc43f421db39f9aa55

95d5389 2011-04-15 19:24:31 Pal Szasz

Keep also the CAP_NET_RAW capability

This capability is used to open a packet connection, needed by
do_dhcp -> dhcp_init_ifc -> open_raw_socket in libnetutils.

Change-Id: Ib9fcabccea0bef551f93edf6d7f58f31ca748763

9ccb204 2011-04-15 19:24:31 Naveen Kalla

Add timer delete support to rild

Change-Id: Ia862f4cac116bf1ee98788c004860cdb2c70f356

10fc967 2011-04-15 19:24:31 Henrik Hall

Fix data type of RIL_UNSOL_RESPONSE_NEW_BROADCAST_SMS

Fixing incorrect data type of RIL_UNSOL_RESPONSE_NEW_BROADCAST_SMS
in Android RIL.

The Android RIL specifies that the unsolicited response signal
RIL_UNSOL_RESPONSE_NEW_BROADCAST_SMS should contain a raw byte array
(ril.h). However, in the implementation of the Java RIL and the C++
RIL daemon, the data is unpacked as a string. This causes data
delivered from the network stack to be garbled.

Changing so that both the C++ RIL deamon in platform/hardware/ril and
the Java RIL in frameworks/base follows the specification.

Change-Id: Ifa1b9907934256a46cba2b77a560873199e761dd

3b1530a 2011-02-01 10:07:12 Lorenzo Colitti

Port RIL v4 to gingerbread from master.

Version 4 is backwards compatible with versions 2 and 3, so
this will not affect passion.

Bug: 3333633
Change-Id: If2e48e9dd37e17e9955563d2cd2cb94ccb2a8efe

aea7d5b 2010-12-11 08:53:57 Nick Kralevich

fix umask

Don't create files / directories that are world writable.

Bug: 3214214

Change-Id: I6b6caede4446e9e952bffdb2b14e429b2699c69b

06bae4b 2010-11-19 09:44:23 John Wang

Add comments for HANGUP request.

For bug #3136179

Clarify RIL should NOT report active connection for GET_CURRENT_CALLS

after HANGUP request returns.

Change-Id: Icf9cc14b7d9cbfee6552cf51a648432caac28ab1

230e5a7 2010-10-12 08:59:00 Xia Wang

Disable response for CMD_UNSOL_CALL_RING in mock ril

change incomingCallIsAnswered -> incomingCallIsProcessed:
Stop sending out UNSOL_CALL_RING if the incoming call is answered or hangup.

Change-Id: Icccadc1d55e682f0705020d6af580979f200a755

2b7b0f7 2010-10-11 05:46:14 Xia Wang

Add control commands for Mock Ril

- 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

bf40f25 2010-10-09 05:57:58 Xia Wang

Add command to start incoming call. DO NOT MERGE

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

14171dc 2010-10-06 12:50:02 Xia Wang

Port Mock Ril from master branch to GB. DO NOT MERGE

- 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

f44700c 2010-08-04 06:50:19 jsh

Support for fetching PSC of serving cell.

Instead of adding a new RIL command, just extend RIL_REQUEST_REGISTRATION_STATE.

Bug: 2465036
Change-Id: I8f42bb8da65ec7d2f7627b14d7506c38b71ad83d

060f053 2010-07-30 11:23:43 Xia Wang

DO NOT MERGE

Fix index error in the radiooptions enable/disable QXDM Log

Change-Id: I6118742f76f6c90d47a9512c48ae2bacb03f93e9

ed9d64a 2010-05-13 01:31:55 The Android Open Source Project

merge from open-source master

Change-Id: I7ce5870268166dffb6fabffb45b325b57dbe6ef0

bdbc6b0 2010-05-12 02:09:03 Naveen Kalla

Add support for EVDO rev B

Change-Id: Id81d062e1108c00121cb06d70eef1af9c57a25b7

1b3a6fe 2010-05-11 08:45:11 Naveen Kalla

Notify user regarding invalid number during MO call.

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

76e1a7b 2010-05-07 06:41:14 Dan Bornstein

For issue #2651381, allow library prelinking.

Change-Id: I38bf6d01992aeb64d18551824fc834ffb43e297f

7553447 2010-04-22 03:33:10 John Wang

Add RIL_E_ILLEGAL_SIM_OR_ME error code.

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

3a4840b 2010-04-08 05:29:58 Wink Saville

Remove STOP SHIP logs and comments from ril.cpp.

bug: 2577644
Change-Id: I7021a12950b4a562c88c393ae75ad2394df3d655

bd4b12e 2010-03-09 11:04:54 Jean-Baptiste Queru

Add an empty CleanSpec.mk

Change-Id: Ia3388aad9c264d9cb2d6ade6e2800290f68d6dd4

e65672b 2010-02-06 07:20:15 The Android Open Source Project

am 64f6d1f2: am 358c03ff: reconcile main tree with open-source eclair

Merge commit '64f6d1f2ee0563cb8cffaf3ceeeab7393538cf31'

* commit '64f6d1f2ee0563cb8cffaf3ceeeab7393538cf31':
android-2.1_r1 snapshot

64f6d1f 2010-02-06 01:47:17 The Android Open Source Project

am 358c03ff: reconcile main tree with open-source eclair

Merge commit '358c03ff70ce697f4b6d57cc048c0c37b5feb3b8' into eclair-plus-aosp

* commit '358c03ff70ce697f4b6d57cc048c0c37b5feb3b8':
android-2.1_r1 snapshot

358c03f eclair-x86 2010-02-06 01:09:38 The Android Open Source Project

reconcile main tree with open-source eclair

3475b8a 2010-01-30 13:11:50 John Wang

am 2a7411dc: am 5909cf83: Add RIL_UNSOL_RESEND_INCALL_MUTE.

Merge commit '2a7411dc92f15111e36f72214216f96aab2c51f9'

* commit '2a7411dc92f15111e36f72214216f96aab2c51f9':
Add RIL_UNSOL_RESEND_INCALL_MUTE.

2a7411d 2010-01-30 13:08:37 John Wang

am 5909cf83: Add RIL_UNSOL_RESEND_INCALL_MUTE.

Merge commit '5909cf831f0d687e93164daaecc43a2ff792cc3a' into eclair-plus-aosp

* commit '5909cf831f0d687e93164daaecc43a2ff792cc3a':
Add RIL_UNSOL_RESEND_INCALL_MUTE.

Show on old repository browser