over my 6 month tenure at droid forums, I have learned quite a bit about things I'd have never given thought to. Rooting and romming are pretty basic, but modding system files, sbfing (your first time can be a self induced stress nightmare), and changing the way your radio works get a bit more interesting.
I thought I'd share a couple things I have picked up, one of which will work for pretty much any android phone and the other probably only applies to the Droid 2 Global. This is tweaking your software 3G settings, and modding your radio driver to unthrottle your 3G connection.
Note: This tweak/hack basically bridges the 3G speed increase tweak, a fix for the D2Gs weak GSM signal, and a driver/hardware level unthrottle into a two part process
To start, I assume you have the speedtest.net and rootexplorer apps.
The 3G tweak is as follows:
Open root explorer (or whichever app you use to edit system files) and navigate to /data, long click local.prop and scroll down to open in text editor. at the end of local.prop add the following lines and an extra empty line at the end, then reboot. voila you should have a more consistent, less laggy 3G connection.
the code is (much thanks goes out to Zeppelinrox and his v6 supercharger script):
ro.ril.hsxpa=3
ro.ril.gprsclass=12
ro.ril.hep=1
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=28
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=9
again, save this WITH an extra empty line at the end, reboot and you're done. you should notice overall smoother download speeds, higher upload, and somewhat faster ping.
Now for the fun part! you can try this at your own risk, I have had no problems in the execution of this hack. Much thanks goes out to DF user monks700 for helping me figure things out.
The Radiocomm radio driver Throttle Remover hack!:
(as quoted from his email to me, slightly modified for easability)
Okay so this should be relatively straightforward. Radiocomm will run on W7 32-bit (also 64 bit. ignore the warnings/errors). You need version 11.11.7 (download link is at the bottom of this post). The MA should be set to common->MDM 6x00, under the menu settings->usb you should select PST driver. Then plug in the phone and put it in PC mode. Radio detection should be green. A few drivers may install. Then use the arrow buttons on the right of the screen to scroll to the P2K 4 tab. Select it. In the STElem / RDELEM box you will see a few text fields. change element id to 01C2, record to 0001, offset is unchanged and length to 0001. Data is 01. Press STELEM (one of the buttons in the box). The text box at the upper middle of Radiocomm will change to green and tell you that things were successful (if you scroll down a bit, that is) Go ahead and reboot your phone, it should be all set.
And thats all. I personally have noticed a definite increase and/or sustained rate of download speeds when in a high speed 3G area versus having the speeds jump around before being pushed down.
Links:
http://dl.dropbox.com/u/7632904/RadioComm_v11.11.7_Install.msi, courtesy of pilonull - Works with 64 bit windows 7!