Ta'varen
7th October 2008, 11:11 PM
I take no responsibility for anything you do to your device.
I recently updated to DCD’s 3.2.6 ROM (http://forum.xda-developers.com/showthread.php?t=420075) on my Verizon XV6800, and decided to create an sdconfig.txt and provisioning xml files for my settings (UC info here (http://forum.xda-developers.com/showthread.php?t=366337) and wiki here (http://wiki.xda-developers.com/index.php?pagename=AutoRun)), to make upgrading easier. While searching out which registry settings I wanted to convert to provisioning xml files, I found a setting that enables long pressing the end key to end the active internet connection. This works without installing HTC EndKey. To enable this, either import the following .reg file, edit the key manually (this can be done with TaskMgr (http://forum.xda-developers.com/showthread.php?t=280104) by dotfred) or integrate the provxml file into your UC scripting.
The .reg file is as follows:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\OEM\Keybd]
"EndDataCall"=dword:00000001
The .provxml file is as follows (Produced with reg-2-xml (http://forum.xda-developers.com/showthread.php?t=386677) by ervius):
<wap-provisioningdoc>
<!-- *** COMMENTO *** -->
<characteristic type="Registry">
<characteristic type="HKLM\Software\OEM\Keybd" translation="filesystem">
<parm name="EndDataCall" datatype="integer" value="1"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>
I recently updated to DCD’s 3.2.6 ROM (http://forum.xda-developers.com/showthread.php?t=420075) on my Verizon XV6800, and decided to create an sdconfig.txt and provisioning xml files for my settings (UC info here (http://forum.xda-developers.com/showthread.php?t=366337) and wiki here (http://wiki.xda-developers.com/index.php?pagename=AutoRun)), to make upgrading easier. While searching out which registry settings I wanted to convert to provisioning xml files, I found a setting that enables long pressing the end key to end the active internet connection. This works without installing HTC EndKey. To enable this, either import the following .reg file, edit the key manually (this can be done with TaskMgr (http://forum.xda-developers.com/showthread.php?t=280104) by dotfred) or integrate the provxml file into your UC scripting.
The .reg file is as follows:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\OEM\Keybd]
"EndDataCall"=dword:00000001
The .provxml file is as follows (Produced with reg-2-xml (http://forum.xda-developers.com/showthread.php?t=386677) by ervius):
<wap-provisioningdoc>
<!-- *** COMMENTO *** -->
<characteristic type="Registry">
<characteristic type="HKLM\Software\OEM\Keybd" translation="filesystem">
<parm name="EndDataCall" datatype="integer" value="1"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>