• R/O
  • HTTP
  • SSH
  • HTTPS

Liste der Commits

Tags
Keine 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. Zeit Autor
522f707 oreo-x86 2020-07-16 02:30:37 Chih-Wei Huang

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

Conflicts:
nativebridge/bin/enable_nativebridge

d6b109f nougat-x86 2020-07-16 02:11:56 Chih-Wei Huang

nativebridge: mount sfs with the ro option

If the sfs is in a read-only /system, mount may fail without the ro
option.

Reported-by: Katharine Chui <katharine.chui@gmail.com>

5c17050 2020-07-16 02:00:20 Chih-Wei Huang

Add quirks for yoga 530 81EK

Reported-and-tested-by: Katharine Chui <katharine.chui@gmail.com>

64c7fc2 2020-05-28 20:20:02 Chih-Wei Huang

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

905c026 2020-05-23 12:44:54 Chih-Wei Huang

alsa: add driver state file for chtnau8824

Tested-by: caldon724 <caldon724@gmail.com>

d832ccb 2020-05-21 01:09:22 Chih-Wei Huang

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

b3b34a4 android-x86-7.1-r4 2020-05-15 15:03:28 Chih-Wei Huang

Add nouveau to blacklist

The driver does more harm than good. Don't use it.

881c24b 2020-05-15 15:03:06 Chih-Wei Huang

Set BOARD_USES_DRM_GRALLOC

This is necessary for mesa 18.2.

7049bbe android-x86-8.1-r5 2020-05-07 17:34:22 hatharry

Enable serial gps

8f5acb2 2020-05-07 17:27:04 Chih-Wei Huang

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

c386644 2020-05-07 17:25:26 hatharry

init.sh: set pcm to 100%

5bddcb8 2020-05-02 23:33:58 Chih-Wei Huang

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

61847ec 2020-05-02 23:32:13 Chih-Wei Huang

Fix sdcardfs permissions issue

Some applications encounter a file access error in /storage/emulated/0/
like

[E] System.UnauthorizedAccessException: Access to the path "/storage/emulated/0/Android/data/com.fgol.HungrySharkEvolution/files/test" is denied.

Michael pointed out the root cause is the init.rc of AOSP will set owner,
group and permissions of /config/sdcardfs before sdcardfs module is loaded.

Previously we don't always load sdcardfs module since it doesn't work in
some cases (e.g., /data is mounted on tmpfs). However, to fix the issue,
let sdcardfs always be loaded in early-init stage, and use the property
ro.sys.sdcardfs to decide whether to enable sdcardfs.

0899eb5 2020-04-12 22:36:18 Chih-Wei Huang

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

ecf2484 2020-04-12 22:32:21 Chih-Wei Huang

init.sh: add quirks for Lenovo IdeaPad D330

Tested-by: Ashutosh prusty <ashutoshprusty29@gmail.com>

fe46df1 2020-04-10 21:50:34 Chih-Wei Huang

init.sh: fix virgl support in kernel 5.x

708ef40 2020-04-10 21:38:36 Chih-Wei Huang

alsa: add chtcx2072x.state

Reported-and-tested-by: Massimiliano Mattioli <m.mattioli67@gmail.com>

8bd90bd android-x86-8.1-r4 2020-03-14 11:55:17 Chih-Wei Huang

init.sh: change virgl resolution to 1280x768

Seems 1280x800 doesn't work on some devices with newer kernels.

4130f32 2020-03-12 15:10:18 Chih-Wei Huang

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

1fc48e8 2020-03-12 15:08:22 Chih-Wei Huang

init.sh: add pointercal for Teclast x98 air 3G

Tested-by: XiaoTao Liu <kevin.liu912@gmail.com>

3ad4607 2020-03-09 13:55:24 Chih-Wei Huang

init.sh: add quirks for Teclast x98 air 3G

Tested-by: XiaoTao Liu <kevin.liu912@gmail.com>

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