• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

device/generic/common


RSS
修訂. 時間 作者
3319a7c 2016-05-06 03:17:12 Chih-Wei Huang

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

989d000 2016-05-06 03:17:12 Chih-Wei Huang

init.x86.rc: use the marshmallow built-in command exec

4c27a85 2016-05-06 03:17:12 Chih-Wei Huang

Build v86d from source

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

d730b5c 2016-05-06 03:17:12 Chih-Wei Huang

Fix the building issues on Android 6.0

Remove components that can't be built temporarily.

87491eb 2016-05-06 03:17:12 Chih-Wei Huang

android-x86 5.1-rc1 release (20151007)

7c69285 2016-05-06 03:17:12 Chih-Wei Huang

Allow to add extra apps

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

39745eb 2016-05-06 03:17:12 Chih-Wei Huang

Allow to control native bridge via a property

The property is set by the Settings app.

81475bc 2016-05-06 03:17:11 Chih-Wei Huang

Enable native bridge

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

3fdee8f 2016-05-06 03:17:11 Chih-Wei Huang

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.

725c1b9 2016-05-06 03:17:11 Chih-Wei Huang

init.sh: add support of iio sensors

a3a5b70 2016-05-06 03:17:11 André Vitor

bluetooth: disable rfkill for usb bluetooth

3b1393c 2016-05-06 03:17:11 Chih-Wei Huang

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.

9cdbe12 2016-05-06 03:17:11 Chih-Wei Huang

Sync with android-x86-4.4-r2 release

eb30573 kitkat-x86 2016-02-06 13:07:21 Chih-Wei Huang

Add more firmware for the 4.4-r5 release

Squash some commits from marshmallow-x86.

e1c862d lollipop-x86 2015-11-26 16:01:07 Dmitry Sutyagin

init.sh: unmute audio of Broadwell-Y-based tablets

fea7a27 2015-10-20 19:37:01 Chih-Wei Huang

Build v86d from source

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

a84efd9 2015-10-07 04:20:17 Chih-Wei Huang

android-x86 5.1-rc1 release (20151007)

fd81c56 2015-10-07 00:09:17 Chih-Wei Huang

Add more firmwares

* ath10k QCA6174
* brcmfmac43340

ccaf37f 2015-10-06 01:15:38 Chih-Wei Huang

Allow to add extra apps

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

05ab9ac 2015-10-02 02:07:32 Chih-Wei Huang

Allow to control native bridge via a property

The property is set by the Settings app.

747cb9f 2015-09-30 19:07:42 Chih-Wei Huang

Enable native bridge

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

b58f691 2015-07-26 20:55:50 Chih-Wei Huang

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.

c52664a 2015-07-26 20:45:15 Chih-Wei Huang

Merge remote-tracking branch 'x86/kitkat-x86' into lollipop-x86

0db6aac android-x86-4.4-r3 2015-07-26 14:39:44 Chih-Wei Huang

Create symbolic links on $(TARGET_OUT)/lib/firmware

80486e3 2015-07-26 14:39:36 Chih-Wei Huang

Update firmwares for android-x86

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

The reference commit is 696403047a940c425c93cb8da1efcec6ffda0b6e.

9a99b6e 2015-07-26 14:39:35 Chih-Wei Huang

brcm: add firmwae for BCM43241 bluetooth

2eed4e4 2015-07-17 03:56:50 Chih-Wei Huang

init.sh: add support of iio sensors

89f5f44 2015-07-17 03:56:31 Chih-Wei Huang

Merge remote-tracking branch 'x86/kitkat-x86' into lollipop-x86

fa6a012 2015-06-22 01:47:09 Chih-Wei Huang

Update firmwares for android-x86

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

fa4b263 2015-05-04 01:23:51 Chih-Wei Huang

Add or update firmware for ath6k

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