Build.prop Mods
I will not be responsible if you mess up you phone. I absolutely am not a genius who figured this stuff out. It been out there for other phones for a while.
The default on the Triumph is to scan wifi in 90 second intervals. By increasing this value, you can potential increase your battery life (e.g. changing to 180 will cut in half the times your phone scans for wifi networks.)
The default on the Triumph is 48m. The heapsize is the pool of free memory allocated for apps. There is debate on what is the optimal heapsize. I haven't tried it yet, but I would try a range of 24m to 64m. I wouldn't think going any higher or lower then this range would be of any benefit since I believe the RAM is 512mb. I've read that 32m can potentially be optimal, but I believe it is a case of YMMV.
The default on the Triumph is 240. The screen density can improve how you screen appears in terms of the resolution. A common change value is 200.
I prefer to use adb to pull/push a copy of build.prop to my desktop rather then using an app to modify the file.
Now go play with you phone and let's all report back.
Please make any corrections or additions as you see fit.
Regards,
I will not be responsible if you mess up you phone. I absolutely am not a genius who figured this stuff out. It been out there for other phones for a while.
Code:
wifi.supplicant_scan_interval=90
Code:
dalvik.vm.heapsize=48m
Code:
ro.sf.lcd_density=240
I prefer to use adb to pull/push a copy of build.prop to my desktop rather then using an app to modify the file.
Now go play with you phone and let's all report back.
Please make any corrections or additions as you see fit.
Regards,