[GSM] Enable HSUPA - Improve Connection
Some users of CyanogenMOD or other ROMs may notice that their upload speed while on H/3G is poor. You can try this tweak to see if it helps. You need to be rooted or have a custom ROM for this to work.
-You need to have USB Debugging on.
-You need AndroidSDK installed (or a way to use adb).
-adb pull /system/build.prop build.prop
-Edit that file with something like Notepad++
-Search for (or add) ro.ril.hsxpa=2 or ro.ril.hsxpa=1 (some people report better results with 2)
-You can also check ro.ril.gprsclass=12 (by default it may be 10, so you can try 12)
-Save the file
-adb remount
-adb push build.prop /system/build.prop
-Reboot the phone (you may have to twice)
INFO:
ro.ril.hsxpa=0 - UMTS r99
ro.ril.hsxpa=1 - HSDPA
ro.ril.hsxpa=2 - HSDPA/HSUPA
GPRS Class----Max. data transfer speed
Class 2--------8 - 12 kbps upload / 16 - 24 kbps download
Class 4--------8 - 12 kbps upload / 24 - 36 kbps download
Class 6--------24 - 36 kbps upload / 24 - 36 kbps download
Class 8--------8 - 12 kbps upload / 32 - 40 kbps download
Class 10-------16 - 24 kbps upload / 32 - 48 kbps download
Class 12-------32 - 48 kbps upload / 32 - 48 kbps download
|