[GUIDE] Build.prop mods tutorial.
Hello fellow android users, Cant find anything like this in our T989 forums so ill write one for the few of us who have not flashed build.prop mods or the crazies like me who want to know exactly whats going in my phone . This is a collection of things i know that work on 2.3.6 aosp,cm7. Tested on G1, MT3G, Vision, Supersonic, LG P999 and T-989
#Add-disable debug icon in notification panel
persist.adb.notify = 0
#Add-GPU hardware acceleration. toggle 1=on and 0=off
debug.sf.hw=1
#mod-resolution/lcd density find this line in your buildprop change (240). I like 230 the most but read of people doing 180, clear market updates if you have problems
ro.sf.lcd_density=240
#Add-lock launcher into memory works well with adw, adw ex clean scrolling and animations untested with others:
ro.HOME_APP_ADJ=1
#Add-remove boot animation
debug.sf.nobootanimation=1
#Add-remove delay after ending calls:
ro.lge.proximity.delay=25
mot.proximity.delay=25
#Add-save battery life while on wifi (SCAN INTERVAL IN MILLISECONDS)
wifi.supplicant_scan_interval=180
#Add-jpg quality 100 %:
ro.media.enc.jpeg.quality=100
#Add-fix dialing out delay:
ro.telephony.call_ring.delay=0
#Add-3/4 G optimizing High-Speed Packet Access Evolved=3g on crack LETS JUST CALL IT 4G. Hey its cool with the ITU
ro.ril.hsxpa=2
ro.ril.gprsclass=32
ro.ril.hep=1
ro.ril.hsdpa.category=28
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=268449905
ro.ril.hsupa.category=9
ro.ril.def.agps.mode=2
ro.ril.def.agps.feature=1
ro.ril.enable.sdr=1
ro.ril.enable.gea3=1
ro.ril.enable.fd.plmn.prefix=23402,23410,23411
ro.ril.disable.power.collapse=0
ro.ril.enable.a52=1
ro.ril.enable.a53=1
ro.ril.enable.dtm=1
#mod-build number shown within setting/about. add whatever after the =
ro.build.display.id=GINGERBREAD.UVKID
Anything with (ro) is a running system variable you must reboot to take affect.
Within root explorer navigate to system/build.prop make sure you toggle ro/rw in the top right corner. long press build.prop until a menu appears select open with text editor proceed to add or change variables you've selected from above. When finished save&exit. Root explorer will back up the original.
Please pm me if you have any feedback or additions to this list.
Feel free to use this in anything you want roms/mods/flash-able zips whatever. PERMISSION GIVEN cause what are we without open souce.