I have upgraded my MDA CIII to the HTC WM6 ROM. Just a quick question, is it possible to include numbers in the call history as well as Contacts when using smart dial?
Thanks in advance.
Yes, it is.
Smart dialler from B&B v2 has it.
So further software is required.. is it not possible to amend some registry key to look in both lists?
Can it be turned on thru the registry?
Yes you can:
Remove operator skin from Phone app
If your device's Phone app is skinned, you can remove by setting:
HKLM\Security\Phone\Skin\Enabled = 0 (DWORD decimal)
Similarly, you can restore it with:
HKLM\Security\Phone\Skin\Enabled = 1 (DWORD decimal)
mattan said:
Yes you can:
Remove operator skin from Phone app
If your device's Phone app is skinned, you can remove by setting:
HKLM\Security\Phone\Skin\Enabled = 0 (DWORD decimal)
Similarly, you can restore it with:
HKLM\Security\Phone\Skin\Enabled = 1 (DWORD decimal)
Click to expand...
Click to collapse
Thanks Mattan, Exactly what I wanted. It gets rid of the scrappy Dialler and in my opinion adds a better looking one with more functionality.
A big thankyou for you help.
goblinIT said:
Yes, it is.
Smart dialler from B&B v2 has it.
Click to expand...
Click to collapse
hi ... ca u post the link for Smart Dialer B&B v2 .
Tnx
Related
Finally.....
Got it looking pretty good, but does ne1 know how to increase the number of icons to more than 7.
also, how to call items from the control panel, like memory or today, so i can edit these settings with one click insted of having to go thru the menu`s everytime.
I dont know if it is possible to add arguments to the HTC Home plug... but you need to call the control panel like this:
Code:
\windows\ctlpnl.exe cplmain.cpl,13,0
13 is for Settings->Today... you have to try different values
0 is the first Today tab
does the homeplug in work on universal?
i was told in a post in the general section that it doesnt
when i installed it ,icons didnt display right.
can someone post .cab for universal nd explain how to get it to work on universal
tnx
grifone said:
does the homeplug in work on universal?
i was told in a post in the general section that it doesnt
when i installed it ,icons didnt display right.
can someone post .cab for universal nd explain how to get it to work on universal
tnx
Click to expand...
Click to collapse
Which ROM are u using, WM6 hopefully, i htink the HTC Homeplug only works with six. Most of the ROMs come with Homeplug.
Here`s the basic Homeplug.
bepe said:
I dont know if it is possible to add arguments to the HTC Home plug... but you need to call the control panel like this:
Code:
\windows\ctlpnl.exe cplmain.cpl,13,0
13 is for Settings->Today... you have to try different values
0 is the first Today tab
Click to expand...
Click to collapse
Bepe
It didn`t like that at all, any idea how to increase the number of icons ?
I dont know about the number of items...
but this will help you with the other problem
Registry:
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\HTCHomeplug\2]
"LaunchApPath"="\\Windows\\TodayTab1.lnk"
Content of \Windows\TodayTab1.lnk:
Code:
19#\windows\ctlpnl.exe cplmain.cpl,13,0
tested
yes, i see how that would work, will try it ASAP.
cheers
bepe said:
I dont know about the number of items...
but this will help you with the other problem
Registry:
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\HTCHomeplug\2]
"LaunchApPath"="\\Windows\\TodayTab1.lnk"
Content of \Windows\TodayTab1.lnk:
Code:
19#\windows\ctlpnl.exe cplmain.cpl,13,0
tested
Click to expand...
Click to collapse
you wouldnn`t happen to have the entire list for ctlpnl.exe, also what does the #19 stand for..
cheers
Found this:
http://www.xs4all.nl/~itsme/projects/xda/xda-controlpanel.html said:
ctlpnl.exe cplmain.cpl,1 - set password
ctlpnl.exe cplmain.cpl,2 - set ownerinfo
ctlpnl.exe cplmain.cpl,3 - battery status
ctlpnl.exe cplmain.cpl,4 - memory status
ctlpnl.exe cplmain.cpl,5 - about
ctlpnl.exe cplmain.cpl,7 - align
ctlpnl.exe cplmain.cpl,8 - keyboard settings
ctlpnl.exe cplmain.cpl,9 - sound
ctlpnl.exe cplmain.cpl,10- remove programs
ctlpnl.exe cplmain.cpl,11- start menu
ctlpnl.exe cplmain.cpl,12- button assignments
ctlpnl.exe cplmain.cpl,13- today screen
ctlpnl.exe cplmain.cpl,15- beam settings
ctlpnl.exe cplmain.cpl,16- clock
ctlpnl.exe cplmain.cpl,17- network adapters
ctlpnl.exe cplmain.cpl,18- regional settings
ctlpnl.exe cplmain.cpl,19- connections
ctlpnl.exe cplmain.cpl,20- phone settings
ctlpnl.exe cplmain.cpl,22- manage certificates
ctlpnl.exe cplmain.cpl,23- bluetooth
Click to expand...
Click to collapse
#19 means: "\windows\ctlpnl.exe" = 19 chars... you dont need to change that
ans as sayed:
ctlpnl.exe cplmain.cpl,13,0 - today screen - first tab
ctlpnl.exe cplmain.cpl,13,1 - today screen - second tab
...
yes i am using wm6.
i installed the basic cab however still the same.
icons do not appear right. ex .the 3cins on the bottoms only appear half of them.can I increase the spce used by it on the screen?
grifone said:
yes i am using wm6.
i installed the basic cab however still the same.
icons do not appear right. ex .the 3cins on the bottoms only appear half of them.can I increase the spce used by it on the screen?
Click to expand...
Click to collapse
Are you talking about the icons at position 1 or 2.
The Cab file was for the HTC Homeplug, which is the group of icons about half way down the screen (position 1) it is activated by going to "setting-today-items"
davieshyland said:
Finally.....
Got it looking pretty good, but does ne1 know how to increase the number of icons to more than 7.
also, how to call items from the control panel, like memory or today, so i can edit these settings with one click insted of having to go thru the menu`s everytime.
Click to expand...
Click to collapse
the new htchomeplug 1.12.0.0 support 9 icons and with app params.
here's my sample, the 7th icon is connections:
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\HTCHomeplug\6]
"iconindex"=dword:81
"LaunchApPath"="ctlpnl"
"LaunchApParam"="cplmain.cpl,19"
"ResPath"="\\Windows\\htcicon.dll"
link or even better, cab please.....
here's the CAB with 9 icons
Thank you...Thank you...Thank you...Thank you...
and now... hide systray ?
Hello guy, thx a lot for this cab, it work fine for me.
Now i would like to remove/hide the tray at the bottom of my today screen, i haven't find the tips..., any solution ?
thx !
i installed the 9icon .cab and it worked fine.
however can someone tell me how can I change what icons i want to see,and the icons type.
tnx
Hi, can someone make a cab file for adding only a "call history" tab on tf3d?
I need this tab only.
Thank you very much...
Hi,
look here: http://forum.xda-developers.com/showthread.php?t=450278
wfg
starbase64
starbase64 said:
Hi,
look here: http://forum.xda-developers.com/showthread.php?t=450278
wfg
starbase64
Click to expand...
Click to collapse
Thanks, but it seems not only the "call history" but 15-tab! In fact, I wanna install a 15-tab on my tf3d, but there is no traditional chinese file for me, I also don't know how to change it(I've read that post already, but its really too complicate for me), but I found the "call history" tab seems can displayed in traditional chinese.
Hi, if I put the words translation from English to Traditional Chinese here, can someone make a Traditional Chinese version of TF3D 15-tab for me? I really want to have such a file, but I am afraid that I'm not understand how to make it. Hope someone can help me, thank you very much....
Home = 首頁
Contacts = 人物
Messages = 訊息
Mails = 郵件
Weather = 氣象
Stocks = 股票
Internet = 網際網路
Photos/Videos = 相片及影片
Musics = 音樂
Setting = 設定
Programs = 程式集
Call History = 通話記錄
Comm Mgr = 通訊管理員
Calendar = 月曆
Sounds Setting= 響鈴設定
Hi
Is there a possibility to view a list over last used programs simular as for the previous version of TF3D like on the Touch HD?
Mabye some tweak or program that would make this possible and easy/quick to use?
I would really like the option to quickly open last previous used programs even though the are closed/not running in the background.
Thanks!
If you click the windows/start button in the top left it shows the last 5 programs used just under the top bar.
you must change the Startmenu via Registry if you have the TF3D startmenu
running, before you can use the tipp from vHatch
HKLM\Software\HTC\EnlargeMenu
EnableManilaStartMenu = 1(Default)/ 0 (OldWMstyle)
LRC said:
you must change the Startmenu via Registry if you have the TF3D startmenu
running, before you can use the tipp from vHatch
HKLM\Software\HTC\EnlargeMenu
EnableManilaStartMenu = 1(Default)/ 0 (OldWMstyle)
Click to expand...
Click to collapse
Oh, I thought my answer was too simple, lol. I have the TMO TP2 and didn't need to change the registry at all to have the windows start menu function.
If i want the HTC startmenu, how do i get that? Also, would someone post a screen shot of what it's supposed to look like? please? thanks
LRC said:
you must change the Startmenu via Registry if you have the TF3D startmenu
running, before you can use the tipp from vHatch
HKLM\Software\HTC\EnlargeMenu
EnableManilaStartMenu = 1(Default)/ 0 (OldWMstyle)
Click to expand...
Click to collapse
Oki, thanks for your answer. Any tip of a easy to use registry editor?
Hi,
I've already asked on several forums but unfortunately no answers so far
My env: CF 2.0, WM 6+
I'm trying to create fullscreen application and I need to display Sip
panel completely at the bottom of the screen - without taskbar.
I have used few ways to do it:
1. FindWindow for "SipWndClass" and then SetWindowPos or MoveWindow
2. SipGetInfo/SipSetInfo setting rcSipRect and clearing SIPF_DOCKED bit.
These methods work fine with e.g. WM 6.1 but not with WM 6.5 – part of taskbar is still visible and sip panel is located over it.
You can see it here: http://img822.imageshack.us/img822/9240/sshot000.png
Any ideas how to make it working with all systems?
Rgds
I am hiding and displaying SIP in eVC++ native code with these functions:
SipShowIM(SIPF_ON);
SipShowIM(SIPF_OFF);
Well,it is shifted up as the menubar height is,but without icon in the middle.
I think,that if I get SIPwindow position and change it,it could be also moved. Didn't tried.
WM6.5.3
TomasNM said:
Well,it is shifted up as the menubar height is,but without icon in the middle.
Click to expand...
Click to collapse
The icon is not displayed because of me I used FindWindow for "MS_SIPBUTTON" and ShowWindow to hide it.
TomasNM said:
I think,that if I get SIPwindow position and change it,it could be also moved. Didn't tried.
WM6.5.3
Click to expand...
Click to collapse
I thought that was what I did by using FindWindow("SipWndClass", null) and then SetWindowPos or MoveWindow. As I mentioned in the 1st post it works ok in WM6.1 but not in WM6.5.
Rgds
OK,
I think I found it - after some tests it looks that it's also necessary to move window "SipBackDropWndClass".
Seems to be working in WM6 and WM6.5.
Rgds
That's good news.
However if I would like to achieve it,I would find the SIP window,then move it and enable.disable with SipShowIM(SIPF_ON);SipShowIM(SIPF_OFF);
Will this work?
TomasNM said:
That's good news.
I would find the SIP window,then move it
Click to expand...
Click to collapse
At the moment that's my code:
Code:
IntPtr sipWind = FindWindow("SipBackDropWndClass", null);
MoveWindow(sipWind, Left, Top, Width, Height, false);
sipWind = FindWindow("SipWndClass", null);
MoveWindow(sipWind, Left, Top, Width, Height, false);
Is that what you ment?
hi guys,
With mango update, in the menù of apps, now there are letters as shortcut when you have more than x apps installed.
Is it possible to disable this function via registry tweak or set a differente value for x?
random_n said:
This bugged me pretty quickly after I tripped the limit (I don't have enough apps to justify the jumplist) so I went registry hunting.
HKCU\Software\Microsoft\Start
DWORD: GroupingThreshold
Change it to something larger. Mine was somehow set to 0 or 1 (can't remember which offhand). Turned it up to 45 (0x0000002D), did a soft reset/power cycle, and all was well.
Click to expand...
Click to collapse
SOLVED
borich said:
hi guys,
With mango update, in the menù of apps, now there are letters as shortcut when you have more than x apps installed.
Is it possible to disable this function via registry tweak or set a differente value for x?
Click to expand...
Click to collapse
WHY would you want to turn this OFF??!?!?!
because i think that the icon search on the left, do the same thing and don't "enlarge" the list