#!/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