pressy4pie

Untitled

Sep 1st, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.25 KB | None | 0 0
  1. #!/bin/bash
  2. su
  3. mount -o rw,remount /dev/block/mmcblk0p12 /system
  4.  
  5. if [ -e /system/build.prop ];
  6. then
  7.    echo "Build.prop found. Removing"
  8.    rm /system/build.prop
  9. else
  10.    echo "Build.prop not found. Restoring"
  11.    cp /sdcard/Build.prop /system
  12. fi
Advertisement
Add Comment
Please, Sign In to add comment