• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

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

device/generic/common


RSS
Rev. Tiempo Autor
6dfd642 oreo-x86 2020-02-21 19:10:26 Chih-Wei Huang

nativebridge: change arm libraries dir

The downloading is carried out by Download Manager now.

03da3d9 2020-01-08 11:08:23 Mauro Rossi

init.sh: add support for HWC kernel cmdline for all GPUs

Allows to select hardware composers using the values {drm,drm_minigbm,intel}
in conjuction with respective GRALLOC {gbm,minigbm,intel}

The default is hwcomposer disabled, with ro.hardware.hwcomposer not set,
based on the assumption that hwcomposer. module does not exist

Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>

b3c94a4 2020-01-08 11:07:52 Mauro Rossi

enable iris, i915drmfb and nouveaudrmfb support

Changelog of updates to graphics stack:
- Enable iris in BOARD_GPU_DRIVERS
- Add support for 0*i915drmfb
- Use 0*nouveau* expression for new nouveaudrmfb and old nouveaufb

Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>

4831c61 2019-12-10 11:48:19 Chih-Wei Huang

Merge remote-tracking branch 'x86/nougat-x86' into oreo-x86

Conflicts:
nativebridge/bin/enable_nativebridge

814774b nougat-x86 2019-12-10 11:41:01 Chih-Wei Huang

init.sh: add quirks for more devices

* ASUS M80TA (tested-by: Mydaet)
* Cube i7 Stylus (tested-by: yangdalao)

716763c 2019-11-23 12:56:57 Chih-Wei Huang

Remove androidboot.selinux=permissive from cmdline

The default selinux mode is set to permissive in init. If you want to
use enforcing mode, add androidboot.selinux=enforcing to cmdline.

6d50976 android-x86-8.1-r3 2019-10-24 19:14:36 Chih-Wei Huang

init.sh: fix virgl support of newer kernel

c47cc72 android-x86-7.1-r3 2019-10-21 12:18:48 Chih-Wei Huang

nativebridge: update short URLs

189ab22 2019-10-17 17:24:00 Chih-Wei Huang

Always use 64-bit binder

bf8294e 2019-10-15 18:43:45 Chih-Wei Huang

Merge remote-tracking branch 'x86/nougat-x86' into oreo-x86

7a6799a 2019-10-15 18:35:48 Chih-Wei Huang

init.sh: add quirks for Acer SP111-33

Tested-by: Ralph deGennaro <rmdegennaro@gmail.com>

9b4484c 2019-10-08 18:31:25 Chih-Wei Huang

kernel.mk: remove obsolete rules

Now the wl driver is built from external/kernel-drivers.

acd01e7 2019-10-07 12:19:31 Chih-Wei Huang

Merge remote-tracking branch 'x86/nougat-x86' into oreo-x86

9cd9740 2019-10-07 12:08:05 Chih-Wei Huang

app: update TermOne Plus

fcae9b1 2019-07-30 18:59:41 Chih-Wei Huang

nativebridge: set default context to mount sfs command

b6c5a59 2019-07-25 18:18:24 Chih-Wei Huang

sepolicy: fix avc denied of surfaceflinger

4a74143 2019-07-04 16:27:56 Chih-Wei Huang

Merge remote-tracking branch 'x86/nougat-x86' into oreo-x86

95e7c35 2019-07-04 16:22:45 Chih-Wei Huang

Add support of OpenGApps

You may specify the variant by GAPPS_VARIANT. The default is pico.

You still need to add .repo/local_manifests/opengapps.xml to enable it.
Refer to https://github.com/opengapps/aosp_build for more details.

77c1378 2019-06-28 13:33:12 Chih-Wei Huang

Merge remote-tracking branch 'x86/nougat-x86' into oreo-x86

9c7ded6 2019-06-28 13:32:38 Chih-Wei Huang

init.x86.rc: set owner/group of wpa_supplicant.conf

3c92c02 2019-06-21 11:41:21 Chih-Wei Huang

kernel.mk: install modules for 'kernel' goal

When do 'make kernel' on the top of android-x86 tree, only $OUT/kernel is
generated but the modules are not installed to $OUT/system/lib/modules.
The patch fixes that.

67c1b4f android-x86-8.1-r2 2019-06-13 18:09:26 Chih-Wei Huang

Merge remote-tracking branch 'x86/nougat-x86' into oreo-x86

8ac9fea 2019-06-13 18:08:41 Chih-Wei Huang

init.sh: enable virt_wifi if needed

Some Android apps are not interested in ethernet devices and would rather
connect to a wireless interface. This patch allows the devices with only
ethernet interface to treat one of its network connections as wireless,
satisfying Android apps's network connection requirements.

The ethernet interface being simulated can be specified by the property
net.virt_wifi. The default is eth0.

The feature is enabled if wlan0 doesn't exist, or VIRT_WIFI=1 is set in
kernel cmdline. To disable it, set VIRT_WIFI=0 kernel cmdline.

df62a66 2019-06-13 18:05:50 Chih-Wei Huang

init.sh: remove wl driver if it's not used

Sometimes the Broadcom wl driver is loaded unexpectedly. Unload it
if it's not being used.

c60a711 2019-06-03 19:15:31 Chih-Wei Huang

Add HIDL HAL for memtrack

b999802 2019-05-30 17:47:52 Chih-Wei Huang

Merge remote-tracking branch 'x86/nougat-x86' into oreo-x86

060d1ec 2019-05-30 17:46:12 Chih-Wei Huang

bluetooth: do not define BTM_DEF_LOCAL_NAME

Use the device model as the default Bluetooth name.

71d9297 2019-04-30 16:42:34 Chih-Wei Huang

Merge remote-tracking branch 'x86/nougat-x86' into oreo-x86

1834383 2019-04-30 16:35:02 Chih-Wei Huang

Add an idc file for the stylus of Surface Go

Reported-and-tested-by: Wing Chun Lau <johnnylau34@gmail.com>

5165f82 2019-04-30 16:33:43 Chih-Wei Huang

init.sh: add quirks for Lenovo miix 320

Tested-by: Marco <ghzmrc91@gmail.com>