diff --git a/janice.mk b/janice.mk index baba56d..189673e 100644 --- a/janice.mk +++ b/janice.mk @@ -16,6 +16,13 @@ DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay PRODUCT_AAPT_CONFIG := normal hdpi PRODUCT_AAPT_PREF_CONFIG := hdpi +# TEE +PRODUCT_COPY_FILES += \ + $(LOCAL_PATH)/tee/cops_ta.ssw:system/lib/tee/cops_ta.ssw \ + $(LOCAL_PATH)/tee/custom_ta.ssw:system/lib/tee/custom_ta.ssw \ + $(LOCAL_PATH)/tee/libbassapp_ssw:system/lib/tee/libbassapp_ssw \ + $(LOCAL_PATH)/tee/smcl_ta_8500bx_secure.ssw:system/lib/tee/smcl_ta_8500bx_secure.ssw + # RIL PRODUCT_PROPERTY_OVERRIDES += \ mobiledata.interfaces=pdp0,wlan0,gprs,ppp0 \ diff --git a/system.prop b/system.prop index be411f3..5f74176 100644 --- a/system.prop +++ b/system.prop @@ -5,12 +5,6 @@ rild.libpath=/system/lib/libsec-ril.so rild.libargs=-d /dev/ttyS0 -# RIL -ro.ril.hsxpa=1 -ro.ril.gprsclass=10 -ro.telephony.ril_class=SamsungU8500RIL -ro.telephony.sends_barcount=1 - ro.sf.lcd_density=240 ro.lcd_min_brightness=30 diff --git a/tee/cops_ta.ssw b/tee/cops_ta.ssw new file mode 100644 index 0000000..d1c5a25 Binary files /dev/null and b/tee/cops_ta.ssw differ diff --git a/tee/custom_ta.ssw b/tee/custom_ta.ssw new file mode 100644 index 0000000..0b00661 Binary files /dev/null and b/tee/custom_ta.ssw differ diff --git a/tee/libbassapp_ssw b/tee/libbassapp_ssw new file mode 100644 index 0000000..e69de29 diff --git a/tee/smcl_ta_8500bx_secure.ssw b/tee/smcl_ta_8500bx_secure.ssw new file mode 100644 index 0000000..126d7e6 Binary files /dev/null and b/tee/smcl_ta_8500bx_secure.ssw differ