summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-03-17 16:13:26 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-03-17 16:35:57 +0100
commit11eb915ee2b39a9d2fa8219adc01f6f40bb4f194 (patch)
tree179b651fe5aa2687f9ab354e673efdec34b49dcc
parent7b79930eed82ab0eb6d0d98fd8c11f9ad685bfd8 (diff)
downloaddevice_samsung_i9300-for-master.tar.gz
device_samsung_i9300-for-master.tar.bz2
device_samsung_i9300-for-master.zip
Ship most of the potentially useful libsamsung-ipc toolsfor-master
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>
-rw-r--r--i9300.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/i9300.mk b/i9300.mk
index 651d4ff..812bd1c 100644
--- a/i9300.mk
+++ b/i9300.mk
@@ -105,8 +105,12 @@ PRODUCT_PACKAGES += \
# RIL and the script to disable/enable the modem
PRODUCT_PACKAGES += \
+ ipc-modem \
+ ipc-test \
libsamsung-ril \
- modem.sh
+ modem.sh \
+ nv_data-imei \
+ nv_data-md5
PRODUCT_PROPERTY_OVERRIDES += \
ro.telephony.call_ring.multiple=false \