OSDN Git Service

android-x86/device-generic-common.git
7 years agoinit.sh: enable egl trace on error in debug mode
Mauro Rossi [Thu, 24 Dec 2015 16:54:33 +0000 (17:54 +0100)]
init.sh: enable egl trace on error in debug mode

The change enables egl trace on error by setting property debug.egl.trace error,
based on definition of any string in DEBUG variable.

Tested with marshmallow-x86 and applicable also to lollipop-x86.

7 years agoTest build 20151202
Chih-Wei Huang [Wed, 2 Dec 2015 15:55:00 +0000 (23:55 +0800)]
Test build 20151202

7 years agoinit.sh: unmute audio of Broadwell-Y-based tablets
Dmitry Sutyagin [Tue, 24 Nov 2015 10:51:00 +0000 (18:51 +0800)]
init.sh: unmute audio of Broadwell-Y-based tablets

7 years agoUpdate external storage configuration
Chih-Wei Huang [Thu, 26 Nov 2015 07:06:23 +0000 (15:06 +0800)]
Update external storage configuration

Now vold manages external storage in a much more dynamic fashion,
so we no longer need to define FUSE daemons or mount points.

Google internal bug: 19993667

7 years agoinit.x86.rc: use the marshmallow built-in command exec
Chih-Wei Huang [Fri, 20 Nov 2015 17:07:22 +0000 (01:07 +0800)]
init.x86.rc: use the marshmallow built-in command exec

7 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.

7 years agoFix the building issues on Android 6.0
Chih-Wei Huang [Sat, 10 Oct 2015 18:31:17 +0000 (02:31 +0800)]
Fix the building issues on Android 6.0

Remove components that can't be built temporarily.

7 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)

7 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.

7 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.

7 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.

7 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.

7 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

7 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

7 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.

7 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 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

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