• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root A new build.prop to increase screen responsiveness

Motorhead1991

Android Expert
build.prop

I tested this on my girlfriend's T301 and she enjoyed the improvement. I pulled the alteration from a ROM builder's file for the ZTE Avail (Anthony062991).

To install:

1. Plug your tablet into a computer with adb and unzip the folder into the common directory (the same folder as adb)

2. adb shell
#mount -o remount,rw -t system /dev/block/mtdblock3 /system
#rm /system/build.prop
#exit

3. adb push build.prop /system

4. adb reboot

5. Enjoy the newfound responsiveness.o
 
Warning to those that aren't familiar with these commands - deleting the build.prop file (the 3rd line of step 2) can cause major headaches if you can't put a replacement on your device or put it in the wrong place. Renaming the old one via a file manager app may be a safer idea so it is still on the device & can be recovered if needed.
 
1. Plug your tablet into a computer with adb and unzip the folder into the common directory (the same folder as adb)

Unzip what folder?

Thank you.
 
Back
Top Bottom