OSDN Git Service

android-x86/device-generic-common.git
8 years agoinit.sh: unmute audio of Broadwell-Y-based tablets lollipop-x86
Dmitry Sutyagin [Tue, 24 Nov 2015 10:51:00 +0000 (18:51 +0800)]
init.sh: unmute audio of Broadwell-Y-based tablets

8 years agoBuild v86d from source
Chih-Wei Huang [Tue, 20 Oct 2015 10:37:01 +0000 (18:37 +0800)]
Build v86d from source

Now the source built v86d can work on both 32-bit and 64-bit system.

8 years agoandroid-x86 5.1-rc1 release (20151007)
Chih-Wei Huang [Tue, 6 Oct 2015 19:20:17 +0000 (03:20 +0800)]
android-x86 5.1-rc1 release (20151007)

8 years agoAdd more firmwares
Chih-Wei Huang [Tue, 6 Oct 2015 15:09:17 +0000 (23:09 +0800)]
Add more firmwares

* ath10k QCA6174
* brcmfmac43340

8 years agoAllow to add extra apps
Chih-Wei Huang [Mon, 5 Oct 2015 16:15:38 +0000 (00:15 +0800)]
Allow to add extra apps

Add prebuilt AndroidTerm.apk from Google Play which
is licensed under the Apache License version 2.0.

8 years agoAllow to control native bridge via a property
Chih-Wei Huang [Thu, 1 Oct 2015 17:07:32 +0000 (01:07 +0800)]
Allow to control native bridge via a property

The property is set by the Settings app.

8 years agoEnable native bridge
Chih-Wei Huang [Wed, 30 Sep 2015 10:07:42 +0000 (18:07 +0800)]
Enable native bridge

Add the library libnb and script to support the arm translator.

8 years agoProperly define TARGET_USES_64_BIT_BINDER
Chih-Wei Huang [Sun, 26 Jul 2015 11:55:50 +0000 (19:55 +0800)]
Properly define TARGET_USES_64_BIT_BINDER

If TARGET_ARCH or TARGET_KERNEL_ARCH is 64-bit,
TARGET_USES_64_BIT_BINDER should be true.

8 years agoMerge remote-tracking branch 'x86/kitkat-x86' into lollipop-x86
Chih-Wei Huang [Sun, 26 Jul 2015 11:45:15 +0000 (19:45 +0800)]
Merge remote-tracking branch 'x86/kitkat-x86' into lollipop-x86

8 years agoCreate symbolic links on $(TARGET_OUT)/lib/firmware android-x86-4.4-r3
Chih-Wei Huang [Thu, 16 Jul 2015 18:47:54 +0000 (02:47 +0800)]
Create symbolic links on $(TARGET_OUT)/lib/firmware

8 years agoUpdate firmwares for android-x86
Chih-Wei Huang [Thu, 16 Jul 2015 16:55:44 +0000 (00:55 +0800)]
Update firmwares for android-x86

Copied from linux-firmware.git and removed firmwares not used by
android-x86.

The reference commit is 696403047a940c425c93cb8da1efcec6ffda0b6e.

8 years agobrcm: add firmwae for BCM43241 bluetooth
Chih-Wei Huang [Thu, 16 Jul 2015 15:50:29 +0000 (23:50 +0800)]
brcm: add firmwae for BCM43241 bluetooth

8 years agoinit.sh: add support of iio sensors
Chih-Wei Huang [Sat, 6 Jun 2015 00:39:30 +0000 (08:39 +0800)]
init.sh: add support of iio sensors

8 years agoMerge remote-tracking branch 'x86/kitkat-x86' into lollipop-x86
Chih-Wei Huang [Thu, 16 Jul 2015 18:56:31 +0000 (02:56 +0800)]
Merge remote-tracking branch 'x86/kitkat-x86' into lollipop-x86

8 years agoUpdate firmwares for android-x86
Chih-Wei Huang [Sun, 3 May 2015 16:16:47 +0000 (00:16 +0800)]
Update firmwares for android-x86

Copied more files from linux-firmware.git. The reference commit is
ec89525b2ab65f1d5ae4f67e27f0d525ddedd2ef.

8 years agoAdd or update firmware for ath6k
Chih-Wei Huang [Tue, 10 Mar 2015 07:22:19 +0000 (15:22 +0800)]
Add or update firmware for ath6k

Copied firmwares from https://github.com/qca/ath6kl-firmware.

9 years agobluetooth: disable rfkill for usb bluetooth
André Vitor [Sun, 18 Jan 2015 03:40:15 +0000 (00:40 -0300)]
bluetooth: disable rfkill for usb bluetooth

9 years agoAdd fstab to fix annoying 'RLIMIT_NICE not set' errors
Chih-Wei Huang [Fri, 9 Jan 2015 17:03:47 +0000 (01:03 +0800)]
Add fstab to fix annoying 'RLIMIT_NICE not set' errors

Originally android relies mount_all to trigger some actions.
But android-x86 doesn't use fstab before. So we trigger these
actions on fs stage directly. This works before lollipop.

However, lollipop changed the built-in class main to be
triggerred via init*.rc. So I triggerred it on fs as well.
But this is incorrect. It makes the actions in class main
run before on boot stage. That causes rlimit not being
set for services started in class main.

Fix the issue by adding a fstab and do mount_all on fs stage
like normal android system. It should correct other possible
timing issues.

9 years agoSync with android-x86-4.4-r2 release
Chih-Wei Huang [Thu, 8 Jan 2015 17:31:25 +0000 (01:31 +0800)]
Sync with android-x86-4.4-r2 release

9 years agochange default firmware dir
Chih-Wei Huang [Sat, 27 Dec 2014 18:53:14 +0000 (02:53 +0800)]
change default firmware dir

9 years agoMerge remote-tracking branch 'x86/kitkat-x86' into lollipop-x86
Chih-Wei Huang [Thu, 8 Jan 2015 17:19:39 +0000 (01:19 +0800)]
Merge remote-tracking branch 'x86/kitkat-x86' into lollipop-x86

9 years agoSupport calibration of Panasonic Toughbook CF-19 mk2 and mk3 models
Phil Eichinger [Tue, 16 Dec 2014 12:01:06 +0000 (13:01 +0100)]
Support calibration of Panasonic Toughbook CF-19 mk2 and mk3 models

9 years agoandroid_x86: enable embedded Superuser
Chih-Wei Huang [Thu, 11 Dec 2014 16:32:49 +0000 (00:32 +0800)]
android_x86: enable embedded Superuser

9 years agoSupport calibration of Panasonic Toughbook CF-19 mk1 touchscreen
Phil Eichinger [Wed, 10 Dec 2014 09:10:33 +0000 (10:10 +0100)]
Support calibration of Panasonic Toughbook CF-19 mk1 touchscreen

9 years agoInitial lollipop-x86 porting
Chih-Wei Huang [Wed, 5 Nov 2014 03:58:43 +0000 (11:58 +0800)]
Initial lollipop-x86 porting

9 years agoAdd firmwares for android-x86 android-x86-4.4-r2
Chih-Wei Huang [Tue, 30 Dec 2014 09:01:08 +0000 (17:01 +0800)]
Add firmwares for android-x86

Copied from linux-firmware.git and removed firmwares not used by
android-x86.

The reference commit is 78535e88bfb95e2f50afb6f9e728df0fbec2cddc.

11 years agoAdd support for per device bluetooth configuration.
Wink Saville [Fri, 17 Aug 2012 16:00:19 +0000 (09:00 -0700)]
Add support for per device bluetooth configuration.

Bug: 6837125
Change-Id: I1773bc63123d71c8708d4328aa472b6ce25a08a5

11 years agoInitial empty repository
Chad Jones [Thu, 16 Aug 2012 22:42:13 +0000 (15:42 -0700)]
Initial empty repository