OSDN Git Service

android-x86/hardware-libhardware_legacy.git
14 years agoandroid-2.1_r1 snapshot
The Android Open Source Project [Tue, 12 Jan 2010 23:19:05 +0000 (15:19 -0800)]
android-2.1_r1 snapshot

14 years agoeclair snapshot
Jean-Baptiste Queru [Fri, 13 Nov 2009 02:46:07 +0000 (18:46 -0800)]
eclair snapshot

14 years agoFix a hideous bug in the GPS emulation.
David Turner [Sat, 22 Aug 2009 06:47:50 +0000 (23:47 -0700)]
Fix a hideous bug in the GPS emulation.

This fixes a long-standing bug in the GPS emulation, and comes
from an open-source contributor (Rene de Groot)

See https://review.source.android.com/#change,10251

14 years agoAdd virtual destructor.
Marco Nelissen [Tue, 7 Jul 2009 18:04:11 +0000 (11:04 -0700)]
Add virtual destructor.

14 years agogps: Set SUPL server via hostname rather than IP address.
Mike Lockwood [Fri, 19 Jun 2009 18:57:20 +0000 (14:57 -0400)]
gps: Set SUPL server via hostname rather than IP address.

The GPS engine needs the hostname for the secure SUPL case
and deferring the DNS lookup to the HAL might be helpful in the future
if the SUPL server is on a carrier's private network.

Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agogps: Add hooks for GPS location injection.
Mike Lockwood [Thu, 11 Jun 2009 16:27:28 +0000 (12:27 -0400)]
gps: Add hooks for GPS location injection.

This will allow injecting cell ID location to the GPS
(not implemented yet).
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoam c69847d6: AI 149496: Backport emulator-related donut fixes into cupcake. This...
David Turner [Tue, 2 Jun 2009 20:15:19 +0000 (13:15 -0700)]
am c69847d6: AI 149496: Backport emulator-related donut fixes into cupcake.   This includes the following fixes:   - remove potential qemud crash at system boot   - fix GPS fix emulation   - fix inter-emulator networking (DNS resolution helper now behaves correctly on all IPv6-capable systems)   - add -prop <name>=<value> option to add system properties on boot   - allow F5 keybinding for SEARCH on keyboard-less hardware configurations   - allow skins to provide a "search" button   - fixed bad QADD/QSUB/QDADD/QDSUB ARM CPU instructions emulation

Merge commit 'c69847d6e5b418ef8e77893de73925aac5c64b5f' into donut

* commit 'c69847d6e5b418ef8e77893de73925aac5c64b5f':
  AI 149496: Backport emulator-related donut fixes into cupcake.

14 years agoAI 149496: Backport emulator-related donut fixes into cupcake.
David Turner [Tue, 2 Jun 2009 19:30:48 +0000 (12:30 -0700)]
AI 149496: Backport emulator-related donut fixes into cupcake.
  This includes the following fixes:
  - remove potential qemud crash at system boot
  - fix GPS fix emulation
  - fix inter-emulator networking (DNS resolution helper now behaves correctly on all IPv6-capable systems)
  - add -prop <name>=<value> option to add system properties on boot
  - allow F5 keybinding for SEARCH on keyboard-less hardware configurations
  - allow skins to provide a "search" button
  - fixed bad QADD/QSUB/QDADD/QDSUB ARM CPU instructions emulation

Automated import of CL 149496

14 years agoMerge change 2038 into donut
Android (Google) Code Review [Wed, 20 May 2009 14:15:45 +0000 (07:15 -0700)]
Merge change 2038 into donut

* changes:
  Remove deprecated version of openInputStream. Continuation of bug 1846343

14 years agoMerge change 1976 into donut
Android (Google) Code Review [Wed, 20 May 2009 14:14:09 +0000 (07:14 -0700)]
Merge change 1976 into donut

* changes:
  Add input source parameter to openInputStream factory function. This change lays the foundation for recording from different sources. A series of changes will follow that implement the factory function for the various hardware configurations. Finally, the deprecated function will be removed. Bug 1846343

14 years agoFix GPS emulation.
David 'Digit' Turner [Wed, 20 May 2009 12:18:45 +0000 (14:18 +0200)]
Fix GPS emulation.

The problem was that qemu_gps_set_position_mode() was called with the value
GPS_POSITION_MODE_MS_BASED, which corresponds to AGPS (Assisted GPS), and
returned an error (which was not properly filtered by the JNI caller, but this
is the subject of another change).

This explains why GPS emulation doesn't work in the 1.5_r1 SDK. Unfortunately,
this fix requires generating a new system image for 1.5_r2 :-(

By the way, Mike, I don't understand why this position mode is being passed.
Looking at the code in GpsLocationProvider.java, I believe that this can only
happen if a SUPL host is given by the network, and I don't think this is the
case in the emulator, is it?

14 years agoRemove deprecated version of openInputStream.
Dave Sparks [Wed, 20 May 2009 01:36:08 +0000 (18:36 -0700)]
Remove deprecated version of openInputStream.
Continuation of bug 1846343

14 years agoAdd input source parameter to openInputStream factory function.
Dave Sparks [Tue, 19 May 2009 20:51:40 +0000 (13:51 -0700)]
Add input source parameter to openInputStream factory function.
This change lays the foundation for recording from different sources.
A series of changes will follow that implement the factory function
for the various hardware configurations. Finally, the deprecated
function will be removed.
Bug 1846343

15 years agoGPS: Generalize SUPL support to include AGPS for CDMA
Mike Lockwood [Mon, 11 May 2009 12:38:54 +0000 (08:38 -0400)]
GPS: Generalize SUPL support to include AGPS for CDMA

Signed-off-by: Mike Lockwood <lockwood@android.com>
15 years agoMerge branch 'readonly-p4-donut' into donut
Dmitry Shmidt [Mon, 20 Apr 2009 16:07:11 +0000 (09:07 -0700)]
Merge branch 'readonly-p4-donut' into donut

15 years agoAI 146929: Make TI Wifi driver choice framework-independent - part 2
Dmitry Shmidt [Mon, 20 Apr 2009 16:05:42 +0000 (09:05 -0700)]
AI 146929: Make TI Wifi driver choice framework-independent - part 2
  BUG=1786365

Automated import of CL 146929

15 years agogps: Add support for bringing up a GSM data connection on demand for SUPL.
Mike Lockwood [Tue, 14 Apr 2009 20:21:50 +0000 (16:21 -0400)]
gps: Add support for bringing up a GSM data connection on demand for SUPL.

Signed-off-by: Mike Lockwood <lockwood@android.com>
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 //branches/cupcake/...@137197
The Android Open Source Project [Mon, 9 Mar 2009 18:52:14 +0000 (11:52 -0700)]
auto import from //branches/cupcake/...@137197

15 years agoauto import from //depot/cupcake/@135843
The Android Open Source Project [Wed, 4 Mar 2009 03:32:14 +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/...@132276
The Android Open Source Project [Thu, 19 Feb 2009 18:57:35 +0000 (10:57 -0800)]
auto import from //branches/cupcake/...@132276

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/...@127101
The Android Open Source Project [Tue, 20 Jan 2009 22:03:59 +0000 (14:03 -0800)]
auto import from //branches/cupcake/...@127101

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