diff --git a/leo.mk b/leo.mk index 6f36f0c..d012d75 100644 --- a/leo.mk +++ b/leo.mk @@ -36,8 +36,6 @@ PRODUCT_LOCALES := en # General properties PRODUCT_PROPERTY_OVERRIDES += \ ro.sf.lcd_density=240 \ - rild.libpath=/system/lib/libhtc_ril_wrapper.so \ - rild.libargs=-d /dev/smd0 \ ro.ril.ecc.HTC-ELL=92,93,94 \ ro.ril.ecc.HTC-WWE=999 \ ro.ril.enable.a52.HTC-ITA=1 \ @@ -122,10 +120,10 @@ PRODUCT_PACKAGES += \ gralloc.qsd8k \ hwcomposer.default \ hwcomposer.qsd8k \ - libgenlock \ - libmemalloc \ - libtilerenderer \ - libQcomUI + libgenlock \ + libmemalloc \ + libtilerenderer \ + libQcomUI # Omx PRODUCT_PACKAGES += \ @@ -143,11 +141,11 @@ PRODUCT_PACKAGES += \ # Omx cli test apps PRODUCT_PACKAGES += \ - libmm-omxcore \ - mm-vdec-omx-test \ - liblasic \ - ast-mm-vdec-omx-test \ - mm-venc-omx-test + libmm-omxcore \ + mm-vdec-omx-test \ + liblasic \ + ast-mm-vdec-omx-test \ + mm-venc-omx-test PRODUCT_PACKAGES += \ Stk \ diff --git a/prebuilt/kernel b/prebuilt/kernel index ec6a952..1e30cb6 100644 Binary files a/prebuilt/kernel and b/prebuilt/kernel differ diff --git a/prebuilt/modules/bcm4329.ko b/prebuilt/modules/bcm4329.ko old mode 100644 new mode 100755 index 03e1385..19ed25a Binary files a/prebuilt/modules/bcm4329.ko and b/prebuilt/modules/bcm4329.ko differ diff --git a/prebuilt/modules/cifs.ko b/prebuilt/modules/cifs.ko old mode 100644 new mode 100755 index aa5a665..3a078d9 Binary files a/prebuilt/modules/cifs.ko and b/prebuilt/modules/cifs.ko differ diff --git a/prebuilt/modules/fuse.ko b/prebuilt/modules/fuse.ko old mode 100644 new mode 100755 index 9adc7bf..346fff1 Binary files a/prebuilt/modules/fuse.ko and b/prebuilt/modules/fuse.ko differ diff --git a/prebuilt/modules/kineto_gan.ko b/prebuilt/modules/kineto_gan.ko old mode 100644 new mode 100755 index 3fe853a..0cc8360 Binary files a/prebuilt/modules/kineto_gan.ko and b/prebuilt/modules/kineto_gan.ko differ diff --git a/prebuilt/modules/msm_rmnet.ko b/prebuilt/modules/msm_rmnet.ko old mode 100644 new mode 100755 index 68b97d6..6ca6ad0 Binary files a/prebuilt/modules/msm_rmnet.ko and b/prebuilt/modules/msm_rmnet.ko differ diff --git a/prebuilt/modules/reiserfs.ko b/prebuilt/modules/reiserfs.ko index 6e174d7..7845e67 100755 Binary files a/prebuilt/modules/reiserfs.ko and b/prebuilt/modules/reiserfs.ko differ diff --git a/prebuilt/modules/tun.ko b/prebuilt/modules/tun.ko old mode 100644 new mode 100755 index 4080141..1b792ff Binary files a/prebuilt/modules/tun.ko and b/prebuilt/modules/tun.ko differ diff --git a/prebuilt/modules/zram.ko b/prebuilt/modules/zram.ko index 6d8b61b..fe3f328 100755 Binary files a/prebuilt/modules/zram.ko and b/prebuilt/modules/zram.ko differ diff --git a/prebuilt/recovery_kernel b/prebuilt/recovery_kernel old mode 100644 new mode 100755 index e6375e9..1e30cb6 Binary files a/prebuilt/recovery_kernel and b/prebuilt/recovery_kernel differ diff --git a/system.prop b/system.prop new file mode 100755 index 0000000..89198da --- /dev/null +++ b/system.prop @@ -0,0 +1,2 @@ +rild.libpath=/system/lib/libhtc_ril_wrapper.so \ +rild.libargs=-d /dev/smd0 \ \ No newline at end of file