G
g60madman
Guest
THANKS
I want to thank lanceg for bringing up this issue and PhRe4k for testing!! It's you the members of Android Forums that help us developers make ROM's better!
THE PROBLEM
3G speeds suck, and I mean bad! Here is an example of my speed tests running CM7 g60 style final before and after the fix.
Clearly the numbers speak for themselves, it's simply amazing!!! Forget PRL use this this fix 
THE FIX
You simply need to open up your build.prop and edit the following lines. This fix may apply to more ROM's than I know so take please take a look at it.
Also I edited this line from 1 to 0 in CM7 g60 style. I am not sure this will apply to other ROM's but I wanted make sure.
PRL USERS!!
This may not work for you. We are verifying to see if you remove PRL and make these changes, if it proves to be better.
THE CODE
This snipet of the code was added after TickerGuy stopped developing and IssacJ took over in August 2011. The file with the issue is the triumph.mk.
I want to thank lanceg for bringing up this issue and PhRe4k for testing!! It's you the members of Android Forums that help us developers make ROM's better!
THE PROBLEM
3G speeds suck, and I mean bad! Here is an example of my speed tests running CM7 g60 style final before and after the fix.


THE FIX
You simply need to open up your build.prop and edit the following lines. This fix may apply to more ROM's than I know so take please take a look at it.
Code:
# ro.telephony.call_ring.multiple=false
# ro.telephony.ril.v3=icccardstatus,skipbrokendatacall,datacall,signalstrength,facilitylock
Code:
persist.sys.use_dithering=0
This may not work for you. We are verifying to see if you remove PRL and make these changes, if it proves to be better.
THE CODE
This snipet of the code was added after TickerGuy stopped developing and IssacJ took over in August 2011. The file with the issue is the triumph.mk.