Skip to content

Commit 443f894

Browse files
committed
Android 4.0.3 (IML74K)
1 parent 795e110 commit 443f894

File tree

83 files changed

+61
-61
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+61
-61
lines changed

crespo/BoardConfig4gVendor.mk

+8-6
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
-include vendor/akm/crespo4g/BoardConfigCrespo4g.mk
16-
-include vendor/broadcom/crespo4g/BoardConfigCrespo4g.mk
17-
-include vendor/cypress/crespo4g/BoardConfigCrespo4g.mk
18-
-include vendor/imgtec/crespo4g/BoardConfigCrespo4g.mk
19-
-include vendor/nxp/crespo4g/BoardConfigCrespo4g.mk
20-
-include vendor/samsung/crespo4g/BoardConfigCrespo4g.mk
15+
LOCAL_STEM := crespo4g/BoardConfigCrespo4g.mk
16+
17+
-include vendor/akm/$(LOCAL_STEM)
18+
-include vendor/broadcom/$(LOCAL_STEM)
19+
-include vendor/cypress/$(LOCAL_STEM)
20+
-include vendor/imgtec/$(LOCAL_STEM)
21+
-include vendor/nxp/$(LOCAL_STEM)
22+
-include vendor/samsung/$(LOCAL_STEM)

crespo/BoardConfigCrespo.mk

-6
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,3 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
15-
USE_CAMERA_STUB := false
16-
17-
BOARD_USES_GENERIC_AUDIO := false
18-
19-
BOARD_USES_LIBSECRIL_STUB := false

crespo/BoardConfigVendor.mk

+8-6
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
-include vendor/akm/crespo/BoardConfigCrespo.mk
16-
-include vendor/broadcom/crespo/BoardConfigCrespo.mk
17-
-include vendor/cypress/crespo/BoardConfigCrespo.mk
18-
-include vendor/imgtec/crespo/BoardConfigCrespo.mk
19-
-include vendor/nxp/crespo/BoardConfigCrespo.mk
20-
-include vendor/samsung/crespo/BoardConfigCrespo.mk
15+
LOCAL_STEM := crespo/BoardConfigCrespo.mk
16+
17+
-include vendor/akm/$(LOCAL_STEM)
18+
-include vendor/broadcom/$(LOCAL_STEM)
19+
-include vendor/cypress/$(LOCAL_STEM)
20+
-include vendor/imgtec/$(LOCAL_STEM)
21+
-include vendor/nxp/$(LOCAL_STEM)
22+
-include vendor/samsung/$(LOCAL_STEM)

crespo/device-crespo.mk

+6-5
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
LOCAL_PATH := vendor/samsung/crespo
16+
1517
# Prebuilt libraries that are needed to build open-source libraries
1618
PRODUCT_COPY_FILES := \
17-
vendor/samsung/crespo/proprietary/libsecril-client.so:obj/lib/libsecril-client.so
19+
$(LOCAL_PATH)/proprietary/libsecril-client.so:obj/lib/libsecril-client.so
1820

19-
# Samsung blobs necessary for crespo
21+
# Samsung blobs necessary for Nexus S hardware
2022
PRODUCT_COPY_FILES += \
21-
vendor/samsung/crespo/proprietary/libsecril-client.so:system/lib/libsecril-client.so \
22-
vendor/samsung/crespo/proprietary/samsung_mfc_fw.bin:system/vendor/firmware/samsung_mfc_fw.bin \
23-
vendor/samsung/crespo/proprietary/libsec-ril.so:system/vendor/lib/libsec-ril.so
23+
$(LOCAL_PATH)/proprietary/libsecril-client.so:system/lib/libsecril-client.so \
24+
$(LOCAL_PATH)/proprietary/libsec-ril.so:system/vendor/lib/libsec-ril.so

crespo/device-vendor.mk

+8-6
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
$(call inherit-product-if-exists, vendor/akm/crespo/device-crespo.mk)
16-
$(call inherit-product-if-exists, vendor/broadcom/crespo/device-crespo.mk)
17-
$(call inherit-product-if-exists, vendor/cypress/crespo/device-crespo.mk)
18-
$(call inherit-product-if-exists, vendor/imgtec/crespo/device-crespo.mk)
19-
$(call inherit-product-if-exists, vendor/nxp/crespo/device-crespo.mk)
20-
$(call inherit-product-if-exists, vendor/samsung/crespo/device-crespo.mk)
15+
LOCAL_STEM := crespo/device-crespo.mk
16+
17+
$(call inherit-product-if-exists, vendor/akm/$(LOCAL_STEM))
18+
$(call inherit-product-if-exists, vendor/broadcom/$(LOCAL_STEM))
19+
$(call inherit-product-if-exists, vendor/cypress/$(LOCAL_STEM))
20+
$(call inherit-product-if-exists, vendor/imgtec/$(LOCAL_STEM))
21+
$(call inherit-product-if-exists, vendor/nxp/$(LOCAL_STEM))
22+
$(call inherit-product-if-exists, vendor/samsung/$(LOCAL_STEM))

crespo/device4g-vendor.mk

+8-6
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
$(call inherit-product-if-exists, vendor/akm/crespo4g/device-crespo4g.mk)
16-
$(call inherit-product-if-exists, vendor/broadcom/crespo4g/device-crespo4g.mk)
17-
$(call inherit-product-if-exists, vendor/cypress/crespo4g/device-crespo4g.mk)
18-
$(call inherit-product-if-exists, vendor/imgtec/crespo4g/device-crespo4g.mk)
19-
$(call inherit-product-if-exists, vendor/nxp/crespo4g/device-crespo4g.mk)
20-
$(call inherit-product-if-exists, vendor/samsung/crespo4g/device-crespo4g.mk)
15+
LOCAL_STEM := crespo4g/device-crespo4g.mk
16+
17+
$(call inherit-product-if-exists, vendor/akm/$(LOCAL_STEM))
18+
$(call inherit-product-if-exists, vendor/broadcom/$(LOCAL_STEM))
19+
$(call inherit-product-if-exists, vendor/cypress/$(LOCAL_STEM))
20+
$(call inherit-product-if-exists, vendor/imgtec/$(LOCAL_STEM))
21+
$(call inherit-product-if-exists, vendor/nxp/$(LOCAL_STEM))
22+
$(call inherit-product-if-exists, vendor/samsung/$(LOCAL_STEM))

crespo/proprietary/libsec-ril.so

81.3 KB
Binary file not shown.
-29.3 KB
Binary file not shown.

crespo4g/BoardConfigCrespo4g.mk

-6
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,3 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
15-
USE_CAMERA_STUB := false
16-
17-
BOARD_USES_GENERIC_AUDIO := false
18-
19-
BOARD_USES_LIBSECRIL_STUB := false

crespo4g/device-crespo4g.mk

+20-17
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,32 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
LOCAL_PATH := vendor/samsung/crespo4g
16+
1517
# Prebuilt libraries that are needed to build open-source libraries
1618
PRODUCT_COPY_FILES := \
17-
vendor/samsung/crespo4g/proprietary/libsecril-client.so:obj/lib/libsecril-client.so
19+
$(LOCAL_PATH)/proprietary/libsecril-client.so:obj/lib/libsecril-client.so
1820

19-
# Samsung blobs necessary for crespo4g
21+
# Samsung blobs necessary for Nexus S hardware
2022
PRODUCT_COPY_FILES += \
21-
vendor/samsung/crespo4g/proprietary/libsecril-client.so:system/lib/libsecril-client.so \
22-
vendor/samsung/crespo4g/proprietary/libWiMAXNativeODB.so:system/lib/libWiMAXNativeODB.so \
23-
vendor/samsung/crespo4g/proprietary/samsung_mfc_fw.bin:system/vendor/firmware/samsung_mfc_fw.bin \
24-
vendor/samsung/crespo4g/proprietary/wimaxfw.bin:system/vendor/firmware/wimaxfw.bin \
25-
vendor/samsung/crespo4g/proprietary/wimaxloader.bin:system/vendor/firmware/wimaxloader.bin \
26-
vendor/samsung/crespo4g/proprietary/wimax_boot.bin:system/vendor/firmware/wimax_boot.bin \
27-
vendor/samsung/crespo4g/proprietary/libsec-ril.so:system/vendor/lib/libsec-ril.so \
28-
vendor/samsung/crespo4g/proprietary/libSECmWiMAXcAPI.so:system/vendor/lib/libSECmWiMAXcAPI.so \
29-
vendor/samsung/crespo4g/proprietary/wimax_service.jar:system/vendor/lib/wimax_service.jar
23+
$(LOCAL_PATH)/proprietary/libsecril-client.so:system/lib/libsecril-client.so \
24+
$(LOCAL_PATH)/proprietary/libsec-ril.so:system/vendor/lib/libsec-ril.so
3025

26+
# Samsung blobs necessary for CDMA/WiMAX on Nexus S hardware
27+
PRODUCT_COPY_FILES += \
28+
$(LOCAL_PATH)/proprietary/libWiMAXNative.so:system/lib/libWiMAXNative.so \
29+
$(LOCAL_PATH)/proprietary/wimaxfw.bin:system/vendor/firmware/wimaxfw.bin \
30+
$(LOCAL_PATH)/proprietary/wimaxloader.bin:system/vendor/firmware/wimaxloader.bin \
31+
$(LOCAL_PATH)/proprietary/wimax_boot.bin:system/vendor/firmware/wimax_boot.bin \
32+
$(LOCAL_PATH)/proprietary/libSECmWiMAXcAPI.so:system/vendor/lib/libSECmWiMAXcAPI.so \
33+
$(LOCAL_PATH)/proprietary/wimax_service.jar:system/vendor/lib/wimax_service.jar
3134

3235
# Samsung proprietary applications to support WiMAX, CDMA and Sprint
33-
PRODUCT_PACKAGES += \
34-
WiMAXSettings \
35-
SprintMenu \
36-
ODB \
37-
SystemUpdateUI
36+
PRODUCT_PACKAGES := \
37+
WiMAXSettings \
38+
SprintMenu \
39+
WiMAXHiddenMenu \
40+
SystemUpdateUI
3841

3942
# Overlay for WiMAX-related settings
40-
DEVICE_PACKAGE_OVERLAYS := device/samsung/crespo4g/crespo4g_overlay
43+
DEVICE_PACKAGE_OVERLAYS := $(LOCAL_PATH)/crespo4g_overlay

crespo4g/proprietary/Android.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
3333
include $(BUILD_PREBUILT)
3434

3535
include $(CLEAR_VARS)
36-
LOCAL_MODULE := ODB
36+
LOCAL_MODULE := WiMAXHiddenMenu
3737
LOCAL_SRC_FILES := $(LOCAL_MODULE).apk
3838
LOCAL_MODULE_CLASS := APPS
3939
LOCAL_MODULE_TAGS := optional
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-3.82 KB
Binary file not shown.
60.4 KB
Binary file not shown.

crespo4g/proprietary/libsec-ril.so

4.03 KB
Binary file not shown.
45.7 KB
Binary file not shown.

crespo4g/proprietary/wimaxfw.bin

4.78 KB
Binary file not shown.

crespo4g/reassemble-apks.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
(cd vendor/samsung/crespo4g/proprietary/ODB.apk.parts ; zip -r ../ODB.unsigned.apk .)
17-
java -jar $(find out/host -name signapk.jar) build/target/product/security/platform.x509.pem build/target/product/security/platform.pk8 vendor/samsung/crespo4g/proprietary/ODB.unsigned.apk vendor/samsung/crespo4g/proprietary/ODB.apk
16+
(cd vendor/samsung/crespo4g/proprietary/WiMAXHiddenMenu.apk.parts ; zip -r ../WiMAXHiddenMenu.unsigned.apk .)
17+
java -jar $(find out/host -name signapk.jar) build/target/product/security/platform.x509.pem build/target/product/security/platform.pk8 vendor/samsung/crespo4g/proprietary/WiMAXHiddenMenu.unsigned.apk vendor/samsung/crespo4g/proprietary/WiMAXHiddenMenu.apk
1818
(cd vendor/samsung/crespo4g/proprietary/SprintMenu.apk.parts ; zip -r ../SprintMenu.unsigned.apk .)
1919
java -jar $(find out/host -name signapk.jar) build/target/product/security/platform.x509.pem build/target/product/security/platform.pk8 vendor/samsung/crespo4g/proprietary/SprintMenu.unsigned.apk vendor/samsung/crespo4g/proprietary/SprintMenu.apk
2020
(cd vendor/samsung/crespo4g/proprietary/SystemUpdateUI.apk.parts ; zip -r ../SystemUpdateUI.unsigned.apk .)

0 commit comments

Comments
 (0)