Diablo67
Well-Known Member
I want to add a build.prop tweak to accomplish this:
http://www.goodandevo.net/2011/01/h...eaming-on-your-rooted-htc-evo-sense-only.html
Which zero's out the HTTP and RTSP proxies and (in theory) provides faster 3G speeds.
I know you can do it through EPST, but I would like it built-in to my ROM.
I found this in the Photon forums:
Code:
sprint.mm.http.proxy = 0.0.0.0
sprint.mm.http.port = 0
sprint.mm.rtsp.proxy = 0.0.0.0
sprint.mm.rtsp.port = 0
But when I tried to add it to my build.prop, I checked in EPST, the values did not change.
Do I need to clear data for this to work? Do I need to have it in a fresh install? Is this code specific for Motorola phones? Is this even the right code? Is this even possible?
http://www.goodandevo.net/2011/01/h...eaming-on-your-rooted-htc-evo-sense-only.html
Which zero's out the HTTP and RTSP proxies and (in theory) provides faster 3G speeds.
I know you can do it through EPST, but I would like it built-in to my ROM.
I found this in the Photon forums:
Code:
sprint.mm.http.proxy = 0.0.0.0
sprint.mm.http.port = 0
sprint.mm.rtsp.proxy = 0.0.0.0
sprint.mm.rtsp.port = 0
But when I tried to add it to my build.prop, I checked in EPST, the values did not change.
Do I need to clear data for this to work? Do I need to have it in a fresh install? Is this code specific for Motorola phones? Is this even the right code? Is this even possible?
