diff options
author | Steve Kondik <shade@chemlab.org> | 2011-05-16 22:38:17 -0400 |
---|---|---|
committer | Steve Kondik <shade@chemlab.org> | 2011-05-16 22:38:17 -0400 |
commit | 6e212cf45fc7c048cd651d9e75dae9aa32af5839 (patch) | |
tree | 1af1b5f97912ba55ecaf40f132f918a5e668df18 /prebuilt/common/bin | |
parent | 40cfe2f73443e2632a761ef863ddac1f1ff18afe (diff) | |
download | vendor_replicant-6e212cf45fc7c048cd651d9e75dae9aa32af5839.zip vendor_replicant-6e212cf45fc7c048cd651d9e75dae9aa32af5839.tar.gz vendor_replicant-6e212cf45fc7c048cd651d9e75dae9aa32af5839.tar.bz2 |
cm: Update APK name of new Kineto app
Change-Id: I46c18bde4654f11969137be3be954206f9620d81
Diffstat (limited to 'prebuilt/common/bin')
-rw-r--r-- | prebuilt/common/bin/modelid_cfg.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/prebuilt/common/bin/modelid_cfg.sh b/prebuilt/common/bin/modelid_cfg.sh index 8a94592..762b15c 100644 --- a/prebuilt/common/bin/modelid_cfg.sh +++ b/prebuilt/common/bin/modelid_cfg.sh @@ -10,7 +10,7 @@ # Espresso TMUS MODELID PB6510000 # -kineto=/system/app/MS-HTCVISION-KNT20-02.apk +kineto=/system/app/MS-HTCEMR-KNT20-02-A0-GB-02.apk rm_kineto=y cat /proc/cmdline|egrep -q '(PC1010000)|(PB9910000)|(PD1510000)|(PB6510000)' @@ -23,7 +23,7 @@ if [ "$rm_kineto" = "y" ]; then if [ -f $kineto ]; then - rm -f /system/app/MS-HTCVISION-KNT20-02.apk + rm -f /system/app/MS-HTCEMR-KNT20-02-A0-GB-02.apk rm -f /system/lib/libkineto.so rm -f /system/lib/libganril.so rm -f /system/lib/librilswitch.so |