Reject call using the "JogBar" - Shadow General

While working on my wm6.0 rom project (see the rom forum) I found this:
Code:
<!-- Remove reject call function, 2007-3-16 -->
<characteristic type="Registry">
<characteristic type="HKCU\ControlPanel\JogBar\Settings" translation="filesystem" >
<parm name="EnableRejectCallFunc" datatype="integer" value="0" />
</characteristic>
</characteristic>
I didn't test it yet but seams you can reject a call using the "wheel" on the shadow.

Related

Adding Profiles (Smartphone)

I'd like to add a new profile to my Smartphone (Qtek8310), so I can have different sound settings when I'm on Call during the night. Since there is no "Add Profile" in the profiles.exe app I added a registry key and values:
[HKEY_CURRENT_USER\ControlPanel\Profiles\Pikett]
"Order"=dword:00000009
"Name"="Pikett"
"LocName"="Pikett"
Now profiles.exe shows me an entry called "Pikett", but I can not edit the sound settings, because this screen is empty.
Does anyone know where those profile settings are saved and if there is a way to add settings for a new profile?
I added Pikett.prof.xml to \Application Data\Profiles\ which I copied from Normal.prof.xml and edited it this way:
<characteristic type="Normal"><characteristic type="Registry">
<characteristic type="HKCU\ControlPanel\Profiles\Pikett">
<parm name="Name" value="Pikett"/>
</characteristic>
</characteristic>
<characteristic type="Sounds">
<parm name="RingTypeAll" value="apw3r"/>
</characteristic>
<characteristic type="Registry">
<characteristic type="HKCU\ControlPanel\SoundCategories">
<characteristic type="Ring">
<parm name="InitVol" value="1"/>
</characteristic>
<characteristic type="Alarm">
<parm name="Script" value="pw10pw10c110pw10c110pw30c110pw30c110pw30c110pw120c110pw300c110p"/>
<parm name="InitVol" value="1"/>
</characteristic>
<characteristic type="Notification">
<parm name="Script" value="p"/>
<parm name="InitVol" value="1"/>
</characteristic>
</characteristic>
</characteristic>
<characteristic type="Sounds">
<characteristic type="System">
<parm name="InitVol" value="1"/>
</characteristic>
</characteristic>
</characteristic>
Now editing the sound profile works, but selecting the new "Pikett" entry results in switching back to the normal profile after 1 second.
Does anyone know how to "establish" this new profile?

green battery icon on t-mobile roms fixed!

for more info, see here: http://forum.xda-developers.com/viewtopic.php?t=52221
Jimm98y said:
for more info, see here: http://forum.xda-developers.com/viewtopic.php?t=52221
Click to expand...
Click to collapse
Nicely done Jimm98y, i dont have a green icon but it worked on my device. My only tip would be on the greenbatteryfix.cab installer to give no option to install on device or storage card - just install straight to windows with no dialog. Cheers
yes, I know what you mean but I don't know how to make it. But if you choose storage or storage card, the fix is always installed in windows folder...
Jimm98y said:
yes, I know what you mean but I don't know how to make it. But if you choose storage or storage card, the fix is always installed in windows folder...
Click to expand...
Click to collapse
I just put together this xml for a cab for a gx.dll fix. It gives no prompt destination dialog if that helps to modify yours.
<wap-provisioningdoc>
<characteristic type="Install">
<parm name="InstallPhase" value="install" />
<parm name="AppName" value="gx dll fix" />
<parm name="NumDirs" value="1" />
<parm name="NumFiles" value="1" />
<parm name="NumRegKeys" value="0" />
<parm name="NumRegVals" value="0" />
<parm name="NumShortcuts" value="0" />
</characteristic>
<characteristic type="FileOperation">
<characteristic type="%CE2%" translation="install">
<characteristic type="MakeDir" />
<characteristic type="gx.dll" translation="install">
<characteristic type="Extract">
<parm name="Source" value="gx.dll" />
</characteristic>
</characteristic>
</characteristic>
</characteristic>
<characteristic type="Registry">
</characteristic>
</wap-provisioningdoc>
yes, it works, thanks very much, I use it in new version of this fix. And does anybody know how to import the cab with certificate into the cab with fix?
Jimm98y said:
yes, it works, thanks very much, I use it in new version of this fix. And does anybody know how to import the cab with certificate into the cab with fix?
Click to expand...
Click to collapse
I would at first try it like this
<wap-provisioningdoc>
<characteristic type="Install">
<parm name="InstallPhase" value="install" />
<parm name="AppName" value="gx dll fix" />
<parm name="NumDirs" value="1" />
<parm name="NumFiles" value="2" />
<parm name="NumRegKeys" value="0" />
<parm name="NumRegVals" value="0" />
<parm name="NumShortcuts" value="0" />
</characteristic>
<characteristic type="FileOperation">
<characteristic type="%CE2%" translation="install">
<characteristic type="MakeDir" />
<characteristic type="gx.dll" translation="install">
<characteristic type="Extract">
<parm name="Source" value="gx.dll" />
</characteristic>
</characteristic>
<characteristic type="sdkcerts.cab" translation="install">
<characteristic type="Extract">
<parm name="Source" value="sdkcerts.cab" />
</characteristic>
</characteristic>
</characteristic>
</characteristic>
<characteristic type="Registry">
</characteristic>
</wap-provisioningdoc>
obviously ignore gx.dll bit, just add sdkcerts.cab section and change value of numfiles at top to '2'
Actually that may not work, but his may - diff order.
</characteristic>
<characteristic type="FileOperation">
<characteristic type="%CE2%" translation="install">
<characteristic type="MakeDir" />
<characteristic type="sdkcerts.cab" translation="install">
<characteristic type="Extract">
<parm name="Source" value="sdkcerts.cab" />
</characteristic>
</characteristic>
<characteristic type="gx.dll" translation="install">
<characteristic type="Extract">
<parm name="Source" value="gx.dll" />
sdkcerts.cab should be first to install! lol
yes, it could work, but I use cabwiz.exe to make a cab, how it looks in *.inf file? Or If I use the xml file, how can I compile it into the cab?
Jimm98y said:
yes, it could work, but I use cabwiz.exe to make a cab, how it looks in *.inf file? Or If I use the xml file, how can I compile it into the cab?
Click to expand...
Click to collapse
I'll pm you

Creating installation cab (file ops) with registry tweaks

Hi, after looking for long time on this forum and on google, I'm stuck
I'm looking a way, with tools MAKECAB, to create an autoinstall file with registry tweak.
The goal is to purpose an addons for TF3D Config, and auto apply all tweaks during installation process.
So
I already have this :
Code:
<wap-provisioningdoc>
<characteristic type="Registry">
<characteristic type="HKLM\System\GDI\GLYPHCACHE">
<parm name="limit" value="131072" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Drivers\SDCARD\ClientDrivers\Class\SIM_Class">
<parm name="DisablePowerManagement" value="0" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Drivers\SDCARD\ClientDrivers\Class\MMC_Class">
<parm name="DisablePowerManagement" value="0" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Drivers\SDCARD\ClientDrivers\Class\NAND_Class">
<parm name="DisablePowerManagement" value="0" datatype="integer" />
</characteristic>
<characteristic type="HKLM\System\CurrentControlSet\Control\Power\Timeouts">
<parm name="ACResumingSuspendTimeout" value="90" datatype="integer" />
</characteristic>
<characteristic type="HKLM\System\CurrentControlSet\Control\Power\Timeouts">
<parm name="BattResumingSuspendTimeout" value="90" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Software\HTC\Camera\P6">
<parm name="Enable" value="1" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Software\HTC\Camera\P8">
<parm name="Enable" value="1" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Software\HTC\Camera\P9">
<parm name="Enable" value="1" datatype="integer" />
</characteristic>
<characteristic type="HKCU\ControlPanel\Phone">
<parm name="Vol" value="34952" datatype="integer" />
</characteristic>
<characteristic type="HKCU\ControlPanel\BackLight">
<parm name="AutoDeviceLockEnable" value="0" datatype="integer" />
</characteristic>
<characteristic type="HKCU\ControlPanel\BackLight">
<parm name="AutoDeviceLockTimeout" value="5" datatype="integer" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
I just want to copy a file name tweaks_custom.xml to TF3D Install directory
Here my try :
Code:
<wap-provisioningdoc>
<characteristic type="Install">
<parm name="InstallPhase" value="install" />
<parm name="OSVersionMin" value="4.0" />
<parm name="OSVersionMax" value="6.99" />
<parm name="BuildNumberMin" value="0" />
<parm name="BuildNumberMax" value="-536870912" />
<parm name="AppName" value="Celogeek TF3D Custom Tweaks" />
<parm name="InstallDir" value="%CE1%\Diamond TF3D Config" translation="install" />
<parm name="NumDirs" value="1" />
<parm name="NumFiles" value="1" />
<parm name="NumRegKeys" value="0" />
<parm name="NumRegVals" value="14" />
<parm name="NumShortcuts" value="0" />
</characteristic>
<characteristic type="FileOperation">
<characteristic type="%CE1%\Diamond TF3D Config" translation="install">
<characteristic type="MakeDir" />
<characteristic type="tweaks_custom.xml" translation="install">
<characteristic type="Extract">
<parm name="Source" value="ctweaks.001" />
</characteristic>
</characteristic>
</characteristic>
</characteristic>
<characteristic type="Registry">
<characteristic type="HKLM\System\GDI\GLYPHCACHE">
<parm name="limit" value="131072" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Drivers\SDCARD\ClientDrivers\Class\SIM_Class">
<parm name="DisablePowerManagement" value="0" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Drivers\SDCARD\ClientDrivers\Class\MMC_Class">
<parm name="DisablePowerManagement" value="0" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Drivers\SDCARD\ClientDrivers\Class\NAND_Class">
<parm name="DisablePowerManagement" value="0" datatype="integer" />
</characteristic>
<characteristic type="HKLM\System\CurrentControlSet\Control\Power\Timeouts">
<parm name="ACResumingSuspendTimeout" value="90" datatype="integer" />
</characteristic>
<characteristic type="HKLM\System\CurrentControlSet\Control\Power\Timeouts">
<parm name="BattResumingSuspendTimeout" value="90" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Software\HTC\Camera\P6">
<parm name="Enable" value="1" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Software\HTC\Camera\P8">
<parm name="Enable" value="1" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Software\HTC\Camera\P9">
<parm name="Enable" value="1" datatype="integer" />
</characteristic>
<characteristic type="HKCU\ControlPanel\Phone">
<parm name="Vol" value="34952" datatype="integer" />
</characteristic>
<characteristic type="HKCU\ControlPanel\BackLight">
<parm name="AutoDeviceLockEnable" value="0" datatype="integer" />
</characteristic>
<characteristic type="HKCU\ControlPanel\BackLight">
<parm name="AutoDeviceLockTimeout" value="5" datatype="integer" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
How can I pack it to a cab, and make it work ?
rename it _setup.xml
use makecab.exe like this from command line:
makecab.exe _setup.xml cabfilename.cab
your second xml doesn't look wellformed to me, it should begin like the first one with <wap-provisioningdoc> among other things.
geistteufel said:
How can I pack it to a cab, and make it work ?
Click to expand...
Click to collapse
Take a look in this thread...
http://forum.xda-developers.com/showthread.php?t=409306
ok thanks
its for registry tweak only
I know how to do that
I was looking for a free and easy way (no installing visual studio or big soft), to make installer with local file in cab and registry tweaks
for registry I have found makecab, work fine, under windows.
for copie file with local resource (in the cab), I have found pocketpc-cab (on linux)
I'm not really happy to go and back, and make 2 soft ...
WinCE Cab was my better solution, but it's not free.
how can I make it for free ?

VoIP using like DECT at home

Hey guys,
i got fully internet by 1&1, so also the telephone. i wanna know if it's possible to get my HD set like a normal telephone when i'm at home.
So i had thoughts about using voip and wifi to get this managed, so that i can use my normal telephone number on the HD, when connected to my fritzbox.
Are that possible thoughts?
If yes, how can i manage to get that target?
Voip on Touch HD
I'm glad to answer yes! Pls see my post at forum.xda-developers.com/showpost.php?p=3184203&postcount=510 and go to http://forum.xda-developers.com/show...ht=destr0+VOIP to download the necessary cab.
I tried this on official Htc Rom, works as well. Before installing, disable tf3d. After reset, run SIPConfig Tool and enter account detail. Under Tools, enable or disable Voip over 3g depending on data plan or contractual restrictions. On the Today screen, you will see an Internet Calling option, it's used to activate or disable the use of the Ip line instead of GSM. If you wish to use tf3d, go to Settings, Today uncheck Internet Calling and check tf3d. To place a call, press the send key, tap settings, go to Internet tab, set to Whenever available. Now, every time you activate your wifi, calls will be routed through Voip. You can see your Voip provider named on the top of the Phone app instead of your cellular operator. A short squeaky beep also plays before each call, signalling you're using the Voip.
Let me know if it works with you too!
Anyone able to edit the dialing plan to on the topic accept numbers starting with international code '+' instead of 00? This would allow the ip phone to perfectly integrate with the contacts book. I've found a couple of threads but I wasn't successful in implementing the proposed changes to make it work.
thx for ur information, but what to put in details at slip config? username/pw and slip server?
Prophete said:
I'm glad to answer yes! Pls see my post at forum.xda-developers.com/showpost.php?p=3184203&postcount=510
Click to expand...
Click to collapse
Amazing ... finally working VoIP for WM 6.1 and sound routed through internal speaker !!! Thanks a lot for the link. Works great on my HD with stock ROM and internetcalls.com (betamax family) as VoIP provider.
Parameters SIP COnfig
4varic3 said:
thx for ur information, but what to put in details at slip config? username/pw and slip server?
Click to expand...
Click to collapse
You need to subscribe an account wit ha Voip provider, f.i. at voipbuster, where you choose a username and a password. The Voip provider will then debit your bank account or credit card. The sip server to be inputed looks always like this:
sip.providename.extension (extension: com, de, it or other)
For those who installed that cab (destr0_VOIP_WM61___SIP_Config_1.1.CAB) and who has their GPS killed ... here is the answer ...
1. You have to take this cab and unzip it do some directory
2. Modify _setup.xml file and DELETE entries related to dnsapi.dll. Here is how it should look like:
<wap-provisioningdoc>
<characteristic type="Install">
<parm name="InstallPhase" value="install" />
<parm name="OSVersionMin" value="4.0" />
<parm name="OSVersionMax" value="5.99" />
<parm name="BuildNumberMin" value="0" />
<parm name="BuildNumberMax" value="-536870912" />
<parm name="AppName" value="destr0 VOIP and SIP Configuration" />
<parm name="InstallDir" value="%CE1%\Sip Config Tool" translation="install" />
<parm name="NumDirs" value="3" />
<parm name="NumFiles" value="5" />
<parm name="NumRegKeys" value="16" />
<parm name="NumRegVals" value="36" />
<parm name="NumShortcuts" value="1" />
</characteristic>
<characteristic type="FileOperation">
<characteristic type="%InstallDir%" translation="install">
<characteristic type="MakeDir" />
<characteristic type="SipConfig.exe" translation="install">
<characteristic type="Extract">
<parm name="Source" value="SIPCON~1.001" />
</characteristic>
</characteristic>
</characteristic>
<characteristic type="%CE2%" translation="install">
<characteristic type="MakeDir" />
<characteristic type="ipdialplan.xml" translation="install">
<characteristic type="Extract">
<parm name="Source" value="IPDIAL~1.003" />
<parm name="WarnIfSkip" />
</characteristic>
</characteristic>
<characteristic type="rtcdll.dll" translation="install">
<characteristic type="Extract">
<parm name="Source" value="00RTCDLL.004" />
<parm name="WarnIfSkip" />
</characteristic>
</characteristic>
<characteristic type="voipphonecanvas.dll" translation="install">
<characteristic type="Extract">
<parm name="Source" value="VOIPPH~1.005" />
<parm name="WarnIfSkip" />
</characteristic>
</characteristic>
<characteristic type="ringback.wma" translation="install">
<characteristic type="Extract">
<parm name="Source" value="RINGBACK.006" />
<parm name="WarnIfSkip" />
</characteristic>
</characteristic>
</characteristic>
<characteristic type="%CE11%" translation="install">
<characteristic type="MakeDir" />
<characteristic type="Sip Config Tool.lnk" translation="install">
<characteristic type="Shortcut">
<parm name="Source" value="%InstallDir%\SipConfig.exe" translation="install" />
</characteristic>
</characteristic>
</characteristic>
</characteristic>
<characteristic type="Registry">
<characteristic type="HKLM\Comm\RTC\AdapterTypes">
<parm name="1" value="131073" datatype="integer" />
<parm name="2" value="131074" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Security\Phone\VoIP">
<parm name="VoIPPhoneCanvasIsAvailable" value="1" datatype="integer" />
<parm name="HandsetModeMaxVolume" value="52428" datatype="integer" />
<parm name="SpeakerModeMaxVolume" value="65535" datatype="integer" />
</characteristic>
<characteristic type="HKCU\Software\Microsoft\Vmail">
<parm name="VMailFlags" value="4" datatype="integer" />
</characteristic>
<characteristic type="HKLM\System\State\VoIP\Phone">
<parm name="Network Preferences" value="0" datatype="integer" />
</characteristic>
<characteristic type="HKCR\VoIP\CLSID">
<parm name="" value="{3BBDAFA4-5F80-4382-8543-715801B701E1}" datatype="string" />
</characteristic>
<characteristic type="HKCR\CLSID\{3BBDAFA4-5F80-4382-8543-715801B701E1}\InprocServer32">
<parm name="" value="voipphonecanvas.dll" datatype="string" />
</characteristic>
<characteristic type="HKLM\Security\Provisioning\CSPs\.\Vendor\MSFT\VoIP">
<parm name="" value="{DAB192CE-B659-460c-AE27-0F32ECB471D4}" datatype="string" />
</characteristic>
<characteristic type="HKLM\System\VoIP\SIP">
<parm name="RtcInitFlags" value="0" datatype="integer" />
<parm name="OutgoingFailOn302" value="0" datatype="integer" />
<parm name="EnablePort5060" value="0" datatype="integer" />
</characteristic>
<characteristic type="HKCU\ControlPanel\Sounds\RingTone2">
<parm name="Script" value="apw3r" datatype="string" />
<parm name="Category" value="Ring" datatype="string" />
</characteristic>
<characteristic type="HKCU\ControlPanel\Sounds\DialingVoIP">
<parm name="Sound" value="dpadctl.mid" datatype="string" />
<parm name="Script" value="p" datatype="string" />
<parm name="Category" value="InCallFeedback" datatype="string" />
</characteristic>
<characteristic type="HKCU\ControlPanel\Sounds\TransferComplete">
<parm name="Sound" value="dpadctl.mid" datatype="string" />
<parm name="Script" value="p" datatype="string" />
<parm name="Category" value="InCallFeedback" datatype="string" />
</characteristic>
<characteristic type="HKCU\ControlPanel\Sounds\RingbackVoIP">
<parm name="Sound" value="ringback.wma" datatype="string" />
<parm name="Script" value="apw3r" datatype="string" />
<parm name="Category" value="InCall2" datatype="string" />
</characteristic>
<characteristic type="HKCR\CLSID\{7a42ea29-a2b7-40c4-b091-f6f024aa89be}\InprocServer32">
<parm name="" value="rtcdll.dll" datatype="string" />
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Today\Items\"Internet Calling"">
<parm name="DLL" value="voipphonecanvas.dll" datatype="string" />
<parm name="Enabled" value="1" datatype="integer" />
<parm name="Flags" value="0" datatype="integer" />
<parm name="Options" value="0" datatype="integer" />
<parm name="Order" value="99" datatype="integer" />
<parm name="Selectability" value="2" datatype="integer" />
<parm name="TabOrder" value="50" datatype="integer" />
<parm name="Type" value="4" datatype="integer" />
<parm name="ST_EMbedded" value="" datatype="string" />
</characteristic>
<characteristic type="HKCU\System\State\Messages\vmail\VoIP\Unread">
<parm name="" value="" datatype="string" nooverwrite="1" />
</characteristic>
<characteristic type="HKLM\Software\HTC\VoIP">
<parm name="" value="" datatype="string" nooverwrite="1" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
3. use cabarc.exe (google it) to assemble everything back. Use you favorite ipdialplan.xml - just rename it to IPDIAL~1.003
Here is my command (single line):
CABARC.EXE N voip_nickb.cab _setup.xml 00RTCDLL.004 IPDIAL~1.003 RINGBACK.006 SIPCON~1.001 VOIPAN~1.000 VOIPPH~1.005
4. move cab (in my case voip_nickb.cab ) to your device and install.
5. Run SipConfig and configure you VoIP provider
6. Soft-reset
7. New Today's plugin will apear. My has name "Internetcalls", because my VoIP provider is internetcalls.com. Click on it and select ".. wherever not available" (or something like that)
8. Start WiFi and click on Todays plugin until in says "Selected"
9. Start calling
I have VoIP outgoing call working fine using internal speaker. And I have GPS working too
Prophete said:
I'm glad to answer yes! Pls see my post at forum.xda-developers.com/showpost.php?p=3184203&postcount=510 and go to http://forum.xda-developers.com/show...ht=destr0+VOIP to download the necessary cab.
Anyone able to edit the dialing plan to on the topic accept numbers starting with international code '+' instead of 00? This would allow the ip phone to perfectly integrate with the contacts book. I've found a couple of threads but I wasn't successful in implementing the proposed changes to make it work.
Click to expand...
Click to collapse
Here is my dialing plan for internetcalls.com (betamax family). They need 00 in front of phone numbers. And I do have all my contacts as +1 (xxx) xxx-xxxx. It works for me. See that I'm in area code 813, so you may want to modify this. Supports 11, 10, 7 digits calling, as well as international format.
<dialplan xmlns='http://schemas.microsoft.com/embedded/VoIP'>
<dialplan-header>
<host>#use_sipsrv_host_name#</host>
</dialplan-header>
<!-- Dial Plan rules -->
<!-- IP address rules -->
<rule pattern='\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}'
restrict='Cell,SMS'
/>
<rule pattern='(\d{1,3})\*(\d{1,3})\*(\d{1,3})\*(\d{1,3})'
dial='\1.\2.\3.\4'
display='\1.\2.\3.\4'
transfer='\1.\2.\3.\4'
restrict='Cell,SMS'
/>
<!-- 11-digits rules -->
<rule pattern='1\s*-?\s*(\d{3})\s*(\d{3})\s*-?\s*(\d{4})(\s*[Xx]\s*\d+)?'
dial='sip:0111\1\2\[email protected]$host$'
display='1 (\1) \2-\3'
transfer='sip:0111\1\2\[email protected]$host$'
/>
<rule pattern='1\s*-?\s*\((\d{3})\)\s*(\d{3})\s*-?\s*(\d{4})(\s*[Xx]\s*\d+)?'
dial='sip:0111\1\2\[email protected]$host$'
display='1 (\1) \2-\3'
transfer='sip:0111\1\2\[email protected]$host$'
/>
<rule pattern='\+\s*1\s*-?\s*(\d{3})\s*(\d{3})\s*-?\s*(\d{4})(\s*[Xx]\s*\d+)?'
dial='sip:0111\1\2\[email protected]$host$'
display='+1 (\1) \2-\3'
transfer='sip:0111\1\2\[email protected]$host$'
/>
<rule pattern='\+\s*1\s*-?\s*\((\d{3})\)\s*(\d{3})\s*-?\s*(\d{4})(\s*[Xx]\s*\d+)?'
dial='sip:0111\1\2\[email protected]$host$'
display='+1 (\1) \2-\3'
transfer='sip:0111\1\2\[email protected]$host$'
/>
<!-- Russia -->
<rule pattern='\+\s*7\s*-?\s*\((\d{4})\)\s*(\d{3})\s*-?\s*(\d{3})(\s*[Xx]\s*\d+)?'
dial='sip:0117\1\2\[email protected]$host$'
display='+7 (\1) \2-\3'
transfer='sip:0117\1\2\[email protected]$host$'
/>
<rule pattern='\+\s*7\s*-?\s*\((\d{3})\)\s*(\d{3})\s*-?\s*(\d{4})(\s*[Xx]\s*\d+)?'
dial='sip:0117\1\2\[email protected]$host$'
display='+7 (\1) \2-\3'
transfer='sip:0117\1\2\[email protected]$host$'
/>
<!-- 10-digits rules -->
<rule pattern='(\d{3})\s*(\d{3})\s*-?\s*(\d{4})(\s*[Xx]\s*\d+)?'
dial='sip:0111\1\2\[email protected]$host$'
display='(\1) \2-\3'
transfer='sip:0111\1\2\[email protected]$host$'
/>
<rule pattern='\((\d{3})\)\s*(\d{3})\s*-?\s*(\d{4})(\s*[Xx]\s*\d+)?'
dial='sip:0111\1\2\[email protected]$host$'
display='(\1) \2-\3'
transfer='sip:0111\1\2\[email protected]$host$'
/>
<!-- 7-digits rules -->
<rule pattern='(\d{3})\s*-?\s*(\d{4})'
dial='sip:0111813\1\[email protected]$host$'
display='\1-\2'
transfer='sip:0111813\1\[email protected]$host$'
/>
<!-- Plus Sign -->
<rule pattern='(\+)(\d+)'
dial='sip:00\[email protected]$host$'
display='011\2'
transfer='sip:011\[email protected]$host$' />
<!-- SIP URI rules -->
<rule pattern='[Ss][Ii][Pp][Ss]?:\s*(\d{3})(\d{3})(\d{4})@(.+)'
display='(\1) \2-\3'
restrict='Cell,SMS'
/>
<rule pattern='([Ss][Ii][Pp][Ss]??\s*([a-zA-Z0-9_-]+)@(.+)'
display='\2'
restrict='Cell,SMS'
/>
<rule pattern='[Ss][Ii][Pp][Ss]?:\s*([^@]+)'
display='\1'
restrict='Cell,SMS'
/>
<!-- 5-digits rules -->
<rule pattern='(\d{3})-?(\d{2})'
dial='sip:\1\[email protected]$host$'
display='\1\2'
transfer='sip:\1\[email protected]$host$'
/>
<rule pattern='1\s*\((\d{3})\)\s*(\d)'
dial='sip:1\1\[email protected]$host$'
display='1\1\2'
transfer='sip:1\1\[email protected]$host$'
/>
<!-- Only digits -->
<rule pattern='(\d+)'
dial='sip:\[email protected]$host$'
display='\1'
transfer='sip:\[email protected]$host$'
/>
</dialplan>
in opposit to the other answeres to your question I have understood that you like to use 1&1 as VoIP Provider. I have tried it several times and I don´t believ that it will work. You have to use an additional provider for VoIP calls via your HD
4varic3 said:
Hey guys,
i got fully internet by 1&1, so also the telephone. i wanna know if it's possible to get my HD set like a normal telephone when i'm at home.
So i had thoughts about using voip and wifi to get this managed, so that i can use my normal telephone number on the HD, when connected to my fritzbox.
Are that possible thoughts?
If yes, how can i manage to get that target?
Click to expand...
Click to collapse
bogdatov said:
Amazing ... finally working VoIP for WM 6.1 and sound routed through internal speaker !!! Thanks a lot for the link. Works great on my HD with stock ROM and internetcalls.com (betamax family) as VoIP provider.
Click to expand...
Click to collapse
DUDE how did you fix that?! the sound is here still coming trough the rear speaker.. with a very low volume!
Voip Info for Voip.com
Sorry for the question. NOOB here. But, How do I get username and password for Voip.com. From what I have experienced I don't think they can provide me with that info. I have a small box in that connects to my modem which servers as my phone. Please help. Thanks. I have an Sprint HTC Diamond
cobrawnl said:
DUDE how did you fix that?! the sound is here still coming trough the rear speaker.. with a very low volume!
Click to expand...
Click to collapse
I took existing cab - destr0 from http://forum.xda-developers.com/showthread.php?t=401608
and modified it to remove one DLL which caused GPS to fail. Also I modified ipdialplan.xml to handle 7-digit calls with area code of 813. You can always overwrite it in \windows with your favorite dial plan. Here is the cab I use now. Sound comes just like in regular call.
Also ... before I installed destr0's cab I made full backup with SPB Backup. Since destr0's cab killed my GPS, I restored HD from backup and THEN installed my cab. Just to make sure they do not interfere
bogdatov said:
I took existing cab - destr0 from http://forum.xda-developers.com/showthread.php?t=401608
and modified it to remove one DLL which caused GPS to fail. Also I modified ipdialplan.xml to handle 7-digit calls with area code of 813. You can always overwrite it in \windows with your favorite dial plan. Here is the cab I use now. Sound comes just like in regular call.
Also ... before I installed destr0's cab I made full backup with SPB Backup. Since destr0's cab killed my GPS, I restored HD from backup and THEN installed my cab. Just to make sure they do not interfere
Click to expand...
Click to collapse
Great! so if i give my touch hd a hard reset. And then install your cab. it will working fine?!
ill give it a try! and i will let you know! tnx!
EDIT: Damn! its not working again! the sound is still coming from the rear speaker! what do you have what i dont?
Not available on Today Screen
bogdatov said:
I took existing cab - destr0 from http://forum.xda-developers.com/showthread.php?t=401608
and modified it to remove one DLL which caused GPS to fail. Also I modified ipdialplan.xml to handle 7-digit calls with area code of 813. You can always overwrite it in \windows with your favorite dial plan. Here is the cab I use now. Sound comes just like in regular call.
Also ... before I installed destr0's cab I made full backup with SPB Backup. Since destr0's cab killed my GPS, I restored HD from backup and THEN installed my cab. Just to make sure they do not interfere
Click to expand...
Click to collapse
I tried installing this on my phone, configuring my SIP, but it is not showing on the Today Screen. I soft reset the phone and made sure it was selected under the Today Screen Settings. I even unchecked, applied, and rechecked, applied to make sure.
Any suggestions?

HTC Hotfix for sms not sounding (Diamond2)

Can someone find out what does this fix do? Many people have this problem on HD too.
http://www.htc.com/asia/SupportDownload.aspx?p_id=249&cat=0&dl_id=592
xml
I found this XML after "unzip" the hotfix .exe. It appears not to be some simple registry settings. As i understand there are some files that will be overwrite, especially rilphone.dll.
¿Does HD and TD2 share hardware? I assume that will allow us to try this files...
<wap-provisioningdoc>
<characteristic type="Install">
<parm name="InstallPhase" value="install" />
<parm name="SetupDLL" value="1" />
<parm name="OSVersionMin" value="3.0" />
<parm name="OSVersionMax" value="4.21" />
<parm name="BuildNumberMin" value="0" />
<parm name="BuildNumberMax" value="-536870912" />
<parm name="UnsupportedPlatforms" value="JUPITERHPC" />
<parm name="AppName" value="HotFix TOP05002" />
<parm name="InstallDir" value="%CE1%\TOP05002" translation="install" />
<parm name="NumDirs" value="2" />
<parm name="NumFiles" value="6" />
<parm name="NumRegKeys" value="1" />
<parm name="NumRegVals" value="1" />
<parm name="NumShortcuts" value="0" />
</characteristic>
<characteristic type="FileOperation">
<characteristic type="\temp" translation="install">
<characteristic type="MakeDir" />
<characteristic type="rilphone.dll" translation="install">
<characteristic type="Extract">
<parm name="Source" value="rilphone.001" />
<parm name="NoSkip" />
</characteristic>
</characteristic>
</characteristic>
<characteristic type="\Windows" translation="install">
<characteristic type="MakeDir" />
<characteristic type="CM_Entries.xml" translation="install">
<characteristic type="Extract">
<parm name="Source" value="CM_ENT~1.002" />
<parm name="NoSkip" />
</characteristic>
</characteristic>
<characteristic type="CheckFile.exe" translation="install">
<characteristic type="Extract">
<parm name="Source" value="CHECKF~1.003" />
<parm name="NoSkip" />
</characteristic>
I posted a method of fixing the SMS issue on the touch HD a few weeks back that works 100%, so you might want to search for that before HTC release a fix for us or someone ports the diamond 2 fix
spud_work said:
I posted a method of fixing the SMS issue on the touch HD a few weeks back that works 100%, so you might want to search for that before HTC release a fix for us or someone ports the diamond 2 fix
Click to expand...
Click to collapse
Thanks for the tip but before posting i searched all over the forum and not find any solution. Only "workarounds". Just in case someone find the workarounds useful they can find it here. Your post suggest the need to set to on the "wake up on sms" and install third party software. This is about a solution that the manufacter provided to other device to have the behavior that the device was design for (to have sms sound without having to leave standby mode)...i would like to get the feature that i payed HTC for ...
thanks!

Categories

Resources