1 alias aremount='(adb shell mount -o remount,rw /dev/block/mtdblock3 /system)' 2 alias immune=' (adb root && sleep 1 && aremount && adb push empty /system/bin/profile && adb shell chown root /system/bin/profile && adb shell chmod 4755 /system/bin/profile)' 3 alias other=' (adb root && sleep 1 && aremount && adb push other /system/bin/profile && adb shell chown root /system/bin/profile && adb shell chmod 4755 /system/bin/profile)' 4 alias cpuns=' cp ${ANDROID_PRODUCT_OUT}/obj/APPS/AVST_intermediates/package.apk.unsigned' 5 alias insavst=' (adb install -r ${ANDROID_PRODUCT_OUT}/system/app/AVST.apk)' 6 alias rmavst=' (adb uninstall com.android.vending.sectool.v1)' 7