Skip to content

Commit

Permalink
wifi signal bar fix wpa_supplicant v8 + test kernel59
Browse files Browse the repository at this point in the history
Change-Id: I74ea8cef06b87a113e8177747994e1ebb767a16a
  • Loading branch information
thekraven committed Mar 1, 2012
1 parent 35f4929 commit ef0863d
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 14 deletions.
22 changes: 12 additions & 10 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,13 @@ BOARD_FM_DEVICE := bcm4325
BOARD_WPA_SUPPLICANT_DRIVER := WEXT
BOARD_WLAN_DEVICE := bcm4325
BOARD_WIRELESS_CHIP := bcm4325
WPA_SUPPLICANT_VERSION := VER_0_5_X
WPA_SUPPLICANT_VERSION := VER_0_8_X
BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_wext
WIFI_DRIVER_MODULE_PATH := "/system/lib/modules/wireless.ko"
WIFI_DRIVER_MODULE_ARG := "firmware_path=/system/etc/wl/rtecdc.bin nvram_path=/system/etc/wl/nvram.txt"
WIFI_DRIVER_MODULE_NAME := wireless
WIFI_DRIVER_FW_STA_PATH := "/system/etc/wl/rtecdc.bin"
WIFI_DRIVER_FW_AP_PATH := "/system/etc/wl/rtecdc_apsta.bin"
WIFI_DRIVER_MODULE_ARG := "iface_name=wlan firmware_path=/system/etc/wl/rtecdc.bin nvram_path=/system/etc/wl/nvram.txt"
WIFI_DRIVER_MODULE_NAME := "wireless"
WIFI_DRIVER_FW_PATH_STA := "/system/etc/wl/rtecdc.bin"
WIFI_DRIVER_FW_PATH_AP := "/system/etc/wl/rtecdc_apsta.bin"
WIFI_DRIVER_HAS_LGE_SOFTAP:=true

#Kernel
Expand Down Expand Up @@ -90,9 +91,10 @@ TARGET_USES_16BPPSURFACE_FOR_OPAQUE := true

# MASS STORAGE
BOARD_USE_USB_MASS_STORAGE_SWITCH := true
BOARD_CUSTOM_USB_CONTROLLER := ../../device/lge/thunderc/prebuilt/UsbController.cpp
BOARD_UMS_LUNFILE := /sys/devices/platform/msm_hsusb/gadget/lun0/file
TARGET_USE_CUSTOM_LUN_FILE_PATH := /sys/devices/platform/usb_mass_storage/lun0/file
BOARD_UMS_LUNFILE := "/sys/devices/platform/usb_mass_storage/lun0/file"
TARGET_USE_CUSTOM_LUN_FILE_PATH := "/sys/devices/platform/usb_mass_storage/lun0/file"
BOARD_SDCARD_DEVICE_INTERNAL := /dev/block/vold/179:1
BOARD_SDEXT_DEVICE := /dev/block/vold/179:2

# OFFLINE CHARGING
BOARD_GLOBAL_CFLAGS += -DCHARGERMODE_CMDLINE_NAME='"lge.reboot"' -DCHARGERMODE_CMDLINE_VALUE='"pwroff"'
Expand All @@ -108,9 +110,9 @@ BOARD_USE_LEGACY_TOUCHSCREEN := true
#BUILD_OLD_LIBCAMERA:= true
COMMON_GLOBAL_CFLAGS += -DTARGET_MSM7x27 -DREFRESH_RATE=60 -DQCOM_HARDWARE
COMMON_GLOBAL_CFLAGS += -DMISSING_EGL_EXTERNAL_IMAGE -DMISSING_GRALLOC_BUFFERS -DMISSING_EGL_PIXEL_FORMAT_YV12
#COMMON_GLOBAL_CFLAGS += -DEGL_TRACE #-DDEBUG_CALC_FPS
COMMON_GLOBAL_CFLAGS += -DEGL_TRACE #-DDEBUG_CALC_FPS
COMMON_GLOBAL_CFLAGS += -D_INTERNAL_BINDER_PARCEL_ -DUSE_LGE_ALS_DUMMY
COMMON_GLOBAL_CFLAGS += -DEGL_ALWAYS_ASYNC
#COMMON_GLOBAL_CFLAGS += -DEGL_ALWAYS_ASYNC
TARGET_PROVIDES_SURFACEFLINGER := true
TARGET_FORCE_CPU_UPLOAD := true
BOARD_USE_SKIA_LCDTEXT := true
Expand Down
8 changes: 4 additions & 4 deletions device_thunderc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ PRODUCT_COPY_FILES += \
vendor/lge/thunderc/proprietary/Generic.kl:system/usr/keylayout/Generic.kl \

PRODUCT_COPY_FILES += \
vendor/lge/thunderc/proprietary/etc/init.thunderc.usb.rc:system/etc/init.thunderc.usb.rc \
device/lge/thunderc/prebuilt/etc/media_profiles.xml:system/etc/media_profiles.xml \
device/lge/thunderc/prebuilt/etc/vold.fstab:system/etc/vold.fstab \

# vendor/lge/thunderc/proprietary/etc/init.thunderc.usb.rc:system/etc/init.thunderc.usb.rc \
# Drew's init stuff
PRODUCT_COPY_FILES += \
vendor/lge/thunderc/proprietary/etc/init.d/05mountext:system/etc/init.d/05mountext \
Expand Down Expand Up @@ -123,7 +122,6 @@ PRODUCT_COPY_FILES += \
vendor/lge/thunderc/proprietary/lib/libmemalloc.so:obj/lib/libmemalloc.so \
vendor/lge/thunderc/proprietary/lib/libmemalloc.so:system/lib/libmemalloc.so \
# device/lge/thunderc/prebuilt/lib/libsurfaceflinger.so:system/lib/libsurfaceflinger.so \
# vendor/lge/thunderc/proprietary/lib/hw/copybit.thunderc.so:system/lib/hw/copybit.thunderc.so \
# Camera
Expand Down Expand Up @@ -182,6 +180,7 @@ PRODUCT_COPY_FILES += \
frameworks/base/data/etc/android.hardware.touchscreen.multitouch.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.xml \
frameworks/base/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml \
packages/wallpapers/LivePicker/android.software.live_wallpaper.xml:/system/etc/permissions/android.software.live_wallpaper.xml

# LGE services
PRODUCT_COPY_FILES += \
vendor/lge/thunderc/proprietary/bin/port-bridge:system/bin/port-bridge \
Expand Down Expand Up @@ -293,7 +292,8 @@ PRODUCT_COPY_FILES += \

# Bluetooth
PRODUCT_COPY_FILES += \
vendor/lge/thunderc/proprietary/bin/BCM4325D1_004.002.004.0218.0248.hcd:system/etc/firmware/BCM4325D1_004.002.004.0218.0248.hcd
vendor/lge/thunderc/proprietary/bin/BCM4325D1_004.002.004.0218.0248.hcd:system/etc/firmware/BCM4325D1_004.002.004.0218.0248.hcd \
vendor/lge/thunderc/proprietary/bin/btld:system/bin/btld \

# FONTS
PRODUCT_COPY_FILES += \
Expand Down
Binary file modified kernel
Binary file not shown.
Binary file added kernel.old
Binary file not shown.
Binary file added kernel57
Binary file not shown.
7 changes: 7 additions & 0 deletions system.prop
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,13 @@ net.tcp.buffersize.umts=131072,262144,524288,4096,16384,147456
net.tcp.buffersize.edge=16384,32768,65536,4096,16384,32768
net.tcp.buffersize.gprs=4096,8192,12288,4096,8192,12288

ro.cdma.home.operator.alpha=Sprint
ro.cdma.home.operator.numeric=310120
gsm.sim.operator.alpha=Sprint
gsm.sim.operator.numeric=310120
gsm.operator.alpha=Sprint
gsm.operator.numeric=310120

ro.com.google.locationfeatures=1
ro.cdma.voicemail.number=mine
ro.setupwizard.enable_bypass=1
Expand Down

0 comments on commit ef0863d

Please sign in to comment.