• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1alias aremount='(adb shell mount -o remount,rw /dev/block/mtdblock3 /system)'
2alias 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)'
3alias 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)'
4alias cpuns='	cp ${ANDROID_PRODUCT_OUT}/obj/APPS/AVST_intermediates/package.apk.unsigned'
5alias insavst=' (adb install -r ${ANDROID_PRODUCT_OUT}/system/app/AVST.apk)'
6alias rmavst=' (adb uninstall com.android.vending.sectool.v1)'
7