• 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

build


Commit MetaInfo

Révision924fc14025deb0d8272f2c90d4d1885342bd9998 (tree)
l'heure2011-06-27 02:16:18
AuteurChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Message de Log

generic_x86: add faketsd

Change Summary

Modification

--- a/target/board/generic_x86/init.rc
+++ b/target/board/generic_x86/init.rc
@@ -432,6 +432,10 @@ service logcat /system/bin/logcat -v time -f /data/log.txt
432432 disabled
433433 oneshot
434434
435+service faketsd /system/bin/faketsd
436+ user bluetooth
437+ group bluetooth
438+
435439 on property:gsm.sim.state=READY
436440 start ppp
437441
--- a/target/product/generic_x86.mk
+++ b/target/product/generic_x86.mk
@@ -19,6 +19,7 @@ PRODUCT_PACKAGES := \
1919 Snake \
2020 SoundRecorder \
2121 VisualizationWallpapers \
22+ faketsd \
2223 gralloc.mesa \
2324 i915_dri \
2425 i965_dri \