OSDN Git Service

android-x86/hardware-ril.git
14 years agoCleanup and changes of responseCdmaInformationReocrds, Broadcast SMS
Wink Saville [Fri, 22 May 2009 20:26:36 +0000 (13:26 -0700)]
Cleanup and changes of responseCdmaInformationReocrds, Broadcast SMS
configuration and reponseRilSignalStrength.

From Motorola, change reponseCdmaInformationRecords to use string for
marshalling and simplify by removing duplicate code.

Change Broadcast SMS configuration adding some some new fields
for Gsm Broadcast configuration and some name changes to be
more coherent.

Cleanup responseRilSignalStrength, includes some code refactoring
and removing the sending of the number of intergers. Now it is assumed
that a RIL_SignalStrength structure being sent so it is not necessary to
send the length. There is a corresponding change in
frameworks/base/telephony/java/com/android/internal/telephony/RIL.java.

14 years agoEnable new libhtc_ril which supporting new CDMA ril interface.
johnwang [Fri, 22 May 2009 22:50:34 +0000 (15:50 -0700)]
Enable new libhtc_ril which supporting new CDMA ril interface.

1) Enable new libhtc_ril and support new RIL_Call structure 2) Remove "#define NEWRIL".

14 years agoTeleca 2b changes.
Wink Saville [Tue, 19 May 2009 01:00:44 +0000 (18:00 -0700)]
Teleca 2b changes.

14 years agoUpdate comments in ril.h to clarify the format in RIL_SMS_WriteArgs and deprecate...
johnwang [Fri, 15 May 2009 02:19:47 +0000 (19:19 -0700)]
Update comments in ril.h to clarify the format in RIL_SMS_WriteArgs and deprecate RIL_REQUEST_RESET_RADIO. Fix couple typo.

15 years agoAdd get/set SMSC address to ril.h.
jsh [Mon, 11 May 2009 21:52:35 +0000 (14:52 -0700)]
Add get/set SMSC address to ril.h.

15 years agoMerge change 744 into donut
Android (Google) Code Review [Fri, 1 May 2009 01:59:48 +0000 (18:59 -0700)]
Merge change 744 into donut

* changes:
  Add RIL_UNSOL_OEM_HOOK_RAW

15 years agoHandle RIL_REQUEST_GET_SIM_STATUS as per the new ril.h specification.
Wink Saville [Thu, 30 Apr 2009 21:20:52 +0000 (14:20 -0700)]
Handle RIL_REQUEST_GET_SIM_STATUS as per the new ril.h specification.

15 years agoAdd RIL_UNSOL_OEM_HOOK_RAW
Jaikumar Ganesh [Wed, 29 Apr 2009 20:27:51 +0000 (13:27 -0700)]
Add RIL_UNSOL_OEM_HOOK_RAW

Add RIL_UNSOL_OEM_HOOK_RAW to send unsolicited OEM
commands from the baseband.

Tested using radiooptions tool.

15 years agoPartially fix 1820187 by using RIL_CallOld since we're not
Wink Saville [Wed, 29 Apr 2009 22:53:39 +0000 (15:53 -0700)]
Partially fix 1820187 by using RIL_CallOld since we're not
yet fully switched to the new ril.h.

This is only partially fixed because there is an opposite
problem with getSIMStatus in reference-ril.c. Here we should
be returning the new RIL_CardStatus but we're returning the
just the integer. This will be fixed in a subsequent Change.

15 years agoTeleca 090414 & 090423 patches for CDMA to complete phase1 work.
Wink Saville [Fri, 24 Apr 2009 18:54:14 +0000 (11:54 -0700)]
Teleca 090414 & 090423 patches for CDMA to complete phase1 work.

15 years agomerge cupcake into donut
Jean-Baptiste Queru [Thu, 23 Apr 2009 00:56:59 +0000 (17:56 -0700)]
merge cupcake into donut

15 years agoNew ril.h & changes to ril.cpp to support it.
Wink Saville [Wed, 22 Apr 2009 21:50:00 +0000 (14:50 -0700)]
New ril.h & changes to ril.cpp to support it.

There are NEWRIL:TODO's in the code to identify
additional changes needed when a new vendor ril
is delivered.

Also changes to some appendPrintBuf's, apparently
it's been a while since debug has been turn on
as there were quite a few compile time errors.

15 years agoAI 144570: Fix some non-sequential RIL commands.
Wink Saville [Sat, 4 Apr 2009 01:02:34 +0000 (18:02 -0700)]
AI 144570: Fix some non-sequential RIL commands.
  RIL_REQUEST_CDMA_SUBSCRITION ... RIL_REQUEST_DEVICE_IDENTLY changed
  from 99 .. 102 to 95 to 98 so they directly follow
  RIL_REQUEST_CDMA_BROADCAST_ACTIVATION which is 94. These values are
  used as indexes into s_commands an array of CommandInfo which
  is a non-sparse arrary so there should be no gap.
  BUG=1765265

Automated import of CL 144570

15 years agoAI 144185: Integrate cdma into the main code base.
Wink Saville [Thu, 2 Apr 2009 08:37:03 +0000 (01:37 -0700)]
AI 144185: Integrate cdma into the main code base.

Automated import of CL 144185

15 years agoAI 143198: am: CL 142968 Remove showlease, wpa_cli and radiooptions tools from user...
Mike Lockwood [Sat, 28 Mar 2009 00:32:57 +0000 (17:32 -0700)]
AI 143198: am: CL 142968 Remove showlease, wpa_cli and radiooptions tools from user builds.
  Should save us 52K in /system
  BUG=1739507
  Original author: lockwood
  Merged from: //branches/cupcake/...

Automated import of CL 143198

15 years agoAutomated import from //branches/cupcake/...@142968,142968
Mike Lockwood [Thu, 26 Mar 2009 19:50:55 +0000 (12:50 -0700)]
Automated import from //branches/cupcake/...@142968,142968

15 years agoAutomated import from //branches/donutburger/...@140572,140572
John Wang [Wed, 25 Mar 2009 00:56:29 +0000 (17:56 -0700)]
Automated import from //branches/donutburger/...@140572,140572

15 years agoauto import from //branches/cupcake_rel/...@141571
The Android Open Source Project [Fri, 20 Mar 2009 06:08:56 +0000 (23:08 -0700)]
auto import from //branches/cupcake_rel/...@141571

15 years agoauto import from //branches/cupcake_rel/...@140373
The Android Open Source Project [Thu, 19 Mar 2009 00:39:47 +0000 (17:39 -0700)]
auto import from //branches/cupcake_rel/...@140373

15 years agoauto import from //depot/cupcake/@136594
The Android Open Source Project [Thu, 5 Mar 2009 22:34:37 +0000 (14:34 -0800)]
auto import from //depot/cupcake/@136594

15 years agoauto import from //depot/cupcake/@135843
The Android Open Source Project [Wed, 4 Mar 2009 03:32:15 +0000 (19:32 -0800)]
auto import from //depot/cupcake/@135843

15 years agoauto import from //depot/cupcake/@135843
The Android Open Source Project [Wed, 4 Mar 2009 02:28:48 +0000 (18:28 -0800)]
auto import from //depot/cupcake/@135843

15 years agoauto import from //branches/cupcake/...@132569
The Android Open Source Project [Fri, 20 Feb 2009 15:38:32 +0000 (07:38 -0800)]
auto import from //branches/cupcake/...@132569

15 years agoauto import from //branches/cupcake/...@130745
The Android Open Source Project [Tue, 10 Feb 2009 23:44:04 +0000 (15:44 -0800)]
auto import from //branches/cupcake/...@130745

15 years agoauto import from //branches/cupcake/...@126645
The Android Open Source Project [Fri, 16 Jan 2009 00:12:12 +0000 (16:12 -0800)]
auto import from //branches/cupcake/...@126645

15 years agoCode drop from //branches/cupcake/...@124589
The Android Open Source Project [Thu, 18 Dec 2008 02:05:51 +0000 (18:05 -0800)]
Code drop from //branches/cupcake/...@124589

15 years agoInitial Contribution
The Android Open Source Project [Tue, 21 Oct 2008 14:00:00 +0000 (07:00 -0700)]
Initial Contribution