Skip to content

Commit

Permalink
janice: Make Tee blobs device specific
Browse files Browse the repository at this point in the history
We make Tee blobs to be specific to avoid the annoying bug of janice blobs that are being copied to janicep

We also modify the system.prop so it doesn't include the RIL strings anymore, they are now properly overriden
  • Loading branch information
Pablo Lunarenko committed Jun 21, 2013
1 parent 909f331 commit d92e0ad
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
7 changes: 7 additions & 0 deletions janice.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
6 changes: 0 additions & 6 deletions system.prop
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file added tee/cops_ta.ssw
Binary file not shown.
Binary file added tee/custom_ta.ssw
Binary file not shown.
Empty file added tee/libbassapp_ssw
Empty file.
Binary file added tee/smcl_ta_8500bx_secure.ssw
Binary file not shown.

0 comments on commit d92e0ad

Please sign in to comment.