aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-03-17 16:36:08 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-03-17 16:36:08 +0100
commit0ef27316dab11869f314a08bc9fe437268f2ad15 (patch)
tree8f4881ec554fa01e86da9573e147e3bf85bf9adc
parente82f11135dab592f0a8e0aa1283ac4df97fac292 (diff)
downloaddevice_samsung_n5100-0ef27316dab11869f314a08bc9fe437268f2ad15.tar.gz
device_samsung_n5100-0ef27316dab11869f314a08bc9fe437268f2ad15.tar.bz2
device_samsung_n5100-0ef27316dab11869f314a08bc9fe437268f2ad15.zip
This ships all the tools that could be useful. The nv_data-imei tool wasn't shipped as it doesn't support this device yet. The ipc-modem and ipc-test tools are shipped as they can be used to test the modem bootstrap without any dependencies on the Android framework. This can for instance help with tracking regressions so it's good to have them in the releases as well. Shipping nv_data-md5 on the device isn't strictly necessary as it can also be compiled from libsamsung-ipc source code, however not every Replicant user know how to do that. As this tool can help to fix some cases of nv_data corruptions, it is useful to enable users to use it easily. Shipping it makes it accessible in the recovery after mounting the system partition (by using Advanced -> Mount system partition) in the recovery menu. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rwxr-xr-xn5100.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/n5100.mk b/n5100.mk
index a7ad88d..8d29243 100755
--- a/n5100.mk
+++ b/n5100.mk
@@ -20,9 +20,13 @@ DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
# RIL and the script to disable/enable the modem
PRODUCT_PACKAGES += \
- libsamsung-ril \
+ ipc-modem \
+ ipc-test \
libaudio-ril-interface \
- modem.sh
+ libsamsung-ril \
+ modem.sh \
+ nv_data-imei \
+ nv_data-md5
# Stock parameters
PRODUCT_PROPERTY_OVERRIDES += \