• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

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

device/generic/x86


Commit MetaInfo

Revision280d2bd1eb2d5601a002700b2d1c325b7889a4f9 (tree)
Time2016-01-24 01:45:53
AuthorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

android-x86-4.4-r4 release (20160123)

Change Summary

Incremental Difference

Binary files a/app/LIME-HD.apk and /dev/null differ
--- /dev/null
+++ b/idc/Microsoft_Surface_Type_Cover_UNKNOWN.idc
@@ -0,0 +1,3 @@
1+touch.deviceType = default
2+touch.orientationAware = 1
3+touch.gestureMode = spots
--- a/init.sh
+++ b/init.sh
@@ -44,6 +44,11 @@ function init_hal_bluetooth()
4444 BTUART_PORT=/dev/ttyS1
4545 brcm_patchram_plus -d --no2bytes --enable_hci --patchram /system/lib/firmware/brcm/bcm43241b4.hcd $BTUART_PORT
4646 ;;
47+ MacBookPro8*)
48+ rmmod b43
49+ modprobe b43 btcoex=0
50+ modprobe btusb
51+ ;;
4752 *)
4853 for bt in $(lsusb -v | awk ' /Class:.E0/ { print $9 } '); do
4954 chown 1002.1002 $bt && chmod 660 $bt