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

Root Question For The Knowledgeable

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?
 
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?


Out of curiosity why would these values not go into the Service Provider apk? It does talk about a new ROM in the article so I an assuming you need a fresh install. Try that and keep me posted. I'll try to dig deeper if I get the time today.
 
Out of curiosity why would these values not go into the Service Provider apk? It does talk about a new ROM in the article so I an assuming you need a fresh install. Try that and keep me posted. I'll try to dig deeper if I get the time today.
Thanks brother.
 
not sure this can be done through the build.prop as you will need your mrl to open EPST Looks like its pretty manual the only way I think you can do it from your ROM would be to change the file that the EPST reads from. I'm still digging around the ROM but so far I have not Found it. :(
 
Back
Top Bottom