- Nov 8, 2011
- 3,836
- 1,394
your build.prop don't stick cause in /system/bin there is a file that reverts it back to stock, file is called preinstall.sh
you can do several things, delete it or edited it.
edit this line
$BUSYBOX cp /mnt/nanda/vendor/system/build.prop /system/
add # in front of it and save.
should now look like this
# $BUSYBOX cp /mnt/nanda/vendor/system/build.prop /system/
you can do several things, delete it or edited it.
edit this line
$BUSYBOX cp /mnt/nanda/vendor/system/build.prop /system/
add # in front of it and save.
should now look like this
# $BUSYBOX cp /mnt/nanda/vendor/system/build.prop /system/