replicant-packages_apps_Set.../replace-priv-apk.sh

16 lines
384 B
Bash
Executable File

#!/bin/bash
adb root
wait ${!}
adb remount
wait ${!}
adb shell mount -o rw,remount /system
wait ${!}
adb push $1 /system/priv-app/CyanogenSetupWizard/CyanogenSetupWizard.apk
wait ${!}
adb shell chmod 644 /system/priv-app/CyanogenSetupWizard/CyanogenSetupWizard.apk
wait ${!}
adb shell chown root:root /system/priv-app/CyanogenSetupWizard/CyanogenSetupWizard.apk
wait ${!}
adb reboot