Want to get your links back in your email? Want to get a choice of youtube, maps, or the web depending on text content - you know, like Sense used to work? 
Let me know if you have questions here -
(original way)
	
	
		
			
Use EStrongs File Explorer to set your system to r/w before invoking adb.
Get the Mini-SDK from here, it's all you need - http://androidforums.com/faqs/443072-adb-guide-updated-12-05-2011-a.html
Place the unzipped mini sdk in c:\sdk-tools on Windows, or under a folder sdk-tools under your name in the in the Finder on a Mac.
To get into the shell for Windows, you want to say:
	
	
	
		
For Mac, goto Finder, Applications, Utilities, Terminal, then say:
	
	
	
		
		
	
Make a nandroid backup first, nothing is ever as easy as it seems!!!!
PS - all credit for the trick goes to Steel25 and smw6180 of XDA. All I did was pull his stuff apart so I could use it in adb.
Ok, here's where to get the flashable zip for this, he did this phone first -
[MOD]HTCLinkifyDispatcher Fix - xda-developers
				
			
Let me know if you have questions here -
(original way)
Rooters can fix this, provided you have busybox with sed.
adb into /system, then
(copy/paste those lines into your adb shell window, the back tics make a difference)Code:su cd /system cp -p build.prop build.prop.orig `which sed` -i 's/ro.da1.enable=true/ro.da1.enable=false\nro.da1.method=false/g' /system/build.prop
Be sure the /system is mounted r/w, reboot to see effect, remove build.prop.orig or store away for future reference - and always make a nandroid backup before doing stuff like this first, I can't be held accountable if you don't.
Removes the App Association setting altogether.
Use EStrongs File Explorer to set your system to r/w before invoking adb.
Get the Mini-SDK from here, it's all you need - http://androidforums.com/faqs/443072-adb-guide-updated-12-05-2011-a.html
Place the unzipped mini sdk in c:\sdk-tools on Windows, or under a folder sdk-tools under your name in the in the Finder on a Mac.
To get into the shell for Windows, you want to say:
		Code:
	
	cd c:\sdk-tools
adb shell
	
		Code:
	
	cd $HOME/sdk-tools
./adb-mac shell
	PS - all credit for the trick goes to Steel25 and smw6180 of XDA. All I did was pull his stuff apart so I could use it in adb.

Ok, here's where to get the flashable zip for this, he did this phone first -
[MOD]HTCLinkifyDispatcher Fix - xda-developers
	

