• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

build


Commit MetaInfo

Revisionda33cce254c99c72b1567ce574eeb5d7644ae921 (tree)
Time2010-11-26 16:07:29
AuthorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

generic_x86: several updates

* init.rc: wifi and 3G support
* support both hdpi and mdpi
* add original audio files
* new firmware for rt2860sta module

Change Summary

Incremental Difference

Binary files a/target/board/generic_x86/firmware/RT2860STA/RT2860STA.dat and /dev/null differ
Binary files /dev/null and b/target/board/generic_x86/firmware/rt2860.bin differ
--- a/target/board/generic_x86/init.rc
+++ b/target/board/generic_x86/init.rc
@@ -318,7 +318,7 @@ service netd /system/bin/netd
318318
319319 #service debuggerd /system/bin/debuggerd
320320
321-service ril-daemon /system/bin/rild
321+service ril-daemon /system/bin/rild -l /system/lib/libreference-ril.so
322322 socket rild stream 660 root radio
323323 socket rild-debug stream 660 radio system
324324 user root
@@ -344,7 +344,7 @@ service bootanim /system/bin/bootanimation
344344 disabled
345345 oneshot
346346
347-service wpa_supplicant /system/bin/wpa_supplicant -Dawext -iwlan0 -c /data/misc/wifi/wpa_supplicant.conf
347+service wpa_supplicant /system/bin/wpa_supplicant -Dawext -c/data/misc/wifi/wpa_supplicant.conf
348348 group system wifi inet
349349 disabled
350350 oneshot
@@ -417,5 +417,17 @@ service dhcpcd /system/bin/dhcpcd -o domain_name_servers -ABKL
417417 disabled
418418 oneshot
419419
420+service ppp /system/bin/pppd call gprs
421+ user root
422+ group system radio
423+ disabled
424+ oneshot
425+
426+on property:gsm.sim.state=READY
427+ start ppp
428+
429+on property:gsm.sim.state=UNKNOWN
430+ stop ppp
431+
420432 #Please do not change anything below this line. If you want to add new service, add it above this line
421433 #REMOVE FROM HERE
--- a/target/product/generic_x86.mk
+++ b/target/product/generic_x86.mk
@@ -29,6 +29,7 @@ THIRD_PARTY_APPS = \
2929 LIME \
3030
3131
32+$(call inherit-product,frameworks/base/data/sounds/OriginalAudio.mk)
3233 $(call inherit-product,$(SRC_TARGET_DIR)/product/generic.mk)
3334
3435 # Overrides
@@ -39,5 +40,7 @@ PRODUCT_POLICY := android.policy_phone
3940 PRODUCT_PROPERTY_OVERRIDES += \
4041 ro.com.android.dataroaming=true
4142
43+PRODUCT_LOCALES += hdpi mdpi
44+
4245 GENERIC_X86_CONFIG_MK := $(SRC_TARGET_DIR)/board/generic_x86/BoardConfig.mk
4346 GENERIC_X86_ANDROID_MK := $(SRC_TARGET_DIR)/board/generic_x86/AndroidBoard.mk