diff --git a/extract-files.sh b/extract-files.sh index d85ef7d..59476d2 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -25,6 +25,7 @@ chmod 755 ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/akmd adb pull /system/bin/parse_radio_log ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/parse_radio_log chmod 755 ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/parse_radio_log adb pull /system/etc/AudioBTID.csv ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/AudioBTID.csv +adb pull /system/etc/AdieHWCodecSetting.csv ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/AdieHWCodecSetting.csv adb pull /system/etc/firmware/BCM4329B1_002.002.023.0360.0362.hcd ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/BCM4329B1_002.002.023.0360.0362.hcd adb pull /system/etc/firmware/BCM4329B1_002.002.023.0436.0439.hcd ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/BCM4329B1_002.002.023.0436.0439.hcd adb pull /system/etc/firmware/BCM4329B1_002.002.023.0436.0439.hcd ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/BCM4329B1_002.002.023.0436.0439.hcd diff --git a/leo.mk b/leo.mk index 3534fe2..a5928e5 100755 --- a/leo.mk +++ b/leo.mk @@ -131,6 +131,9 @@ PRODUCT_COPY_FILES += \ device/htc/leo/firmware/fw_bcm4329.bin:system/etc/firmware/fw_bcm4329.bin \ device/htc/leo/firmware/fw_bcm4329_apsta.bin:system/etc/firmware/fw_bcm4329_apsta.bin +#GSM APN LIST +PRODUCT_COPY_FILES += \ +vendor/cyanogen/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml PRODUCT_COPY_FILES += \ diff --git a/modules/bcm4329.ko b/modules/bcm4329.ko index 3e16fb8..7ada39e 100644 Binary files a/modules/bcm4329.ko and b/modules/bcm4329.ko differ diff --git a/modules/cifs.ko b/modules/cifs.ko index 6d9c69d..0f2d511 100644 Binary files a/modules/cifs.ko and b/modules/cifs.ko differ diff --git a/modules/msm_rmnet.ko b/modules/msm_rmnet.ko index a94f089..cbd6aab 100644 Binary files a/modules/msm_rmnet.ko and b/modules/msm_rmnet.ko differ diff --git a/modules/nls_utf8.ko b/modules/nls_utf8.ko index c81c89b..abbdc3a 100644 Binary files a/modules/nls_utf8.ko and b/modules/nls_utf8.ko differ diff --git a/modules/tun.ko b/modules/tun.ko index 2a45c02..8264074 100644 Binary files a/modules/tun.ko and b/modules/tun.ko differ diff --git a/zImage b/zImage old mode 100644 new mode 100755 index 309150b..91ef8f1 Binary files a/zImage and b/zImage differ