Vibration as feedback to screentaps... - 8125, K-JAM, P4300, MDA Vario General

I installed the cab that makes the wizard vibrate when tapping the phone dial pad, and I really like it. Is there a way to make it vibrate with any screen tap? or at least with any screen tap that's supposed to make sound like the start menu button.

Where did you get this cab? I would like this feature for dialing.

Search for the word "vibrate" in this forum.

I have searched for "vibrate" word on the "wizard" forum ... but no answer with the cab ...
can you give us the link please ?
thanks

http://forum.xda-developers.com/showthread.php?t=239462&highlight=vibrate+Phone+Dialer read that link it works very well, I used PHMRegEdit to make the changes, where the post quotes *vibrate* it really does mean that you type ALL nine characters (don't miss the two * out) - Mike

thanks a lot !
but, in the thread, there is a .rar file with 2 cabs.
I have DL it, and I'll test it this afternoon.

You don't need any CAB files just a simple reg edit is all that is required:
StronG01 said:
I find the way!!!!!!!!!!!
for i = 0 to 9
Give an example for "i" Button:
[HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf "i"]
1. Rename Standart DWORD parameter "Sound" to "Sound1"
2. Create new String Parameter "Sound"
3. Assign value *vibrate* to this new parameter.
next i
Click to expand...
Click to collapse
Mike

I think it's easiest with the CAB files ! (in my mind !)
and a lot faster too!

So is there a way to make the device vibrate for every screen tap with a registry tweak?

Related

Can anyone help with any of these???

Hi guys! Had my M5000 for about 10 days now and finally getting used to it but I wonder if anyone canm help with any of the following questions??
1. How do we edit the dictionary?? I can't even find how to add words and that would be REALLY handy as I normally use the phone pad for typing!
2. Can we select a default input method? (I use the phone pad but it always reverts to popup keyboard)
3. Can we change what the soft keys to on the today screen? (I'd dearly love to change Calendar to Messaging!)
4. I prefer to keep event, program and notification sounds all turned on but can I disable the start button click and the noise it makes when opening programs or settings??
5. My device is set to turn off after three mins - Is there a way to make it turn on again when I press ANY button? (I swear the power button moves in the dark lol)
6. When I go into my games menu it takes just over 40 seconds to list them all (I have about 20 games all installed on my memory card) - Does anyone know what might cause this??
7. Is there a way to get these phones to receive files over bluetooth from other make of phone? Mates with both Nokias and Sony have tried sending me pictures over BT but no luck
Think that's it for now - Sorry if any of these are stupid questions with obvious answers that I've missed but I'm pretty sure I've tried every damn menu on the device now lol! I'm also hoping that there's things here that other people would also like ot know!
Thanks
1. The dictionary can have words added to it by making a document in Word (named, for example: 'Personal dictionary') and saving it. Any word you add will be in the dictionary from that point on (as long as the document is not deleted).
3. Try registry hack here: http://wiki.xda-developers.com/index.php?pagename=Universal_Registry
5. Try 'Settings' - 'Buttons' - Lock tab - 'Do not lock buttons'
4. Not sure if there's a reg hack for it, I've searched for the filenames below and their paths to no avail. but the only other way would be to remove the following files from \Windows:
hwandsw.wav
MenuPop.wav
If you remove or copy these to a different location, then you won't hear anything. During the old XDA / XDA2 and i phases, I used to swap the WM2002/3 sounds for PC Windows noises. Later, when it came to 2005, I used the set contained on here as they were much nicer.
6. If they're on the SD card then presumably it has to search the SD for all of the .exe files. This could be improved by perhaps defragging your card (StorageTools is a good app for this). Another thing may be to try creating links to your game .exes in a folder on the PHONE, and replace the Start > Programs > Games icons with links to the PHONE copies. You can add / remove these by going to \Windows\Start Menu\Programs\Games
7. http://wiki.xda-developers.com/index.php?pagename=Universal_Registry - look for the section entitled To change the ability to receive files via Bluetooth (OBEX)
Ant
Hi
The registry obex 'hack' does exactly the same thing as going to settings, comms, beam, and clicking the selection box 'recieve all beams' Beam = Ir AND Bluetooth.
I find that the button lock setting does not work. With it set to 'do not lock' you still cant press any button to switch the unit on
Nigel
Thanks for the tips guys
Maybe I should have been more specific with the dictionary thing - I want to be able to add words to the predictive text (Town/friends names for example) - Does adding them to the dictionary do this??
Yes, adding any words to the dictionary adds them to predictive text, as well. The predictive text uses the dictionary.
Plus you'll find that as you type more and more, it will automatically add words you spell out it doesn't recognise.
Ant
Thanks guys - Especially for the registry link - Some REALLY great stuff there
hmmmmm... One quickie though:
For example, to change the left-hand softkey to start Pocket Excel you would set
* HKEY_CURRENT_USER\Software\Microsoft\Today\Keys\112\(Default) = Pocket Excel
* HKEY_CURRENT_USER\Software\Microsoft\Today\Keys\112\Open = \windows\pxl.exe
Anyone know how I set this to open contacts???

Remap left softkey on Today screen?

Greetings,
I'd like to remap the left softkey on the Today screen to go to something else besides calendar. I've searched all the forums and have turned up several apps (vijaytoggletoday, smartskey, and some others) but they all seem to be geared toward either totally removing the soft key menu bar from the Today screen, or changing the behavior of the hardware soft key buttons. I just want to change what the left soft key points to from Calendar to something else. I saw a post sometime ago where someone had remapped it to Comm Manager, so I know it's possible. How do I do it?
Thanks!
SP
Search google for soft key changer.
Also available on Buzzdev.net
Also in a registry hack on the wiki, in the Today keys.
V
what did you find that removed the softkeys all together?
Regarding remapping, look for SoftKeyApplet or SoftKeyAppletEx ..
To change the application launched by the Today screen Left soft key:
HKCU\Software\Microsoft \Today\Keys\112\Open = "\Windows\Calendar.exe" (REG_SZ string, including quotes)
To change the title of the Left soft key:
HKCU\Software\Microsoft \Today\Keys\112\(Default ) = Calendar (REG_SZ string, no quotes)
To change the application launched by the Today screen Right soft key:
HKCU\Software\Microsoft \Today\Keys\113\Open = "\Windows\Calendar.exe" (REG_SZ string, including quotes)
To change the title of the Right soft key:
HKCU\Software\Microsoft \Today\Keys\113\(Default ) = "Calendar" (REG_SZ string, no quotes)
Note that 113 normally doesn't exist by default, and probably needs to be created Also note that there is at least 1 application that allows you to set these through a GUI, developed by FdcSoft called SoftKeyAppletEx
gravejoker vjtoggletodayII will remove the softkeys
Thanks guys...
Chaotic, exactly what I was looking for.. .thanks!
Grave, as chaotic said, vijaytoggletoday will do it, as well as DCINoBar.
SP
Wonderful Chaoticdruid !!!! But how can i set the call registry ? Thanks
Hi, you all don't thank me..all I did was copy/paste from one of my notes, which I saved from the wiki.
deika95;1045382 said:
Wonderful Chaoticdruid !!!! But how can i set the call registry ? Thanks
Click to expand...
Click to collapse
I'm not sure what you mean by the call registry, If you care to explain, Ill try to help.
ChaoticDruid said:
Hi, you all don't thank me..all I did was copy/paste from one of my notes, which I saved from the wiki.
I'm not sure what you mean by the call registry, If you care to explain, Ill try to help.
Click to expand...
Click to collapse
I want to say the incoming and outcoming call list. Thanks
To access the call log, you can do it programmatically, or use VJPhoneShortcuts.
V
Please who can help me with a registry hack to set the incoming/outcoming calls instead of the calendar button ?
ChaoticDruid said:
Hi, you all don't thank me..all I did was copy/paste from one of my notes, which I saved from the wiki.
I'm not sure what you mean by the call registry, If you care to explain, Ill try to help.
Click to expand...
Click to collapse
Please can you help me. Thanks
Nobody know which is the .exe file that start the incoming/outcoming call list ? Thanks
I dont think you can get to the call history using an exe file .. has to be done programatically ..
I think I already indicated above, VJPhoneShortcuts.
V
First you must install "NewMenu", then create a new item, then choose "callhistory.exe" from windows folder. That's easy!
User22 said:
First you must install "NewMenu", then create a new item, then choose "callhistory.exe" from windows folder. That's easy!
Click to expand...
Click to collapse
But what kind of application is NewMenu ? Where can i find it ? Thanks
deika95 said:
But what kind of application is NewMenu ? Where can i find it ? Thanks
Click to expand...
Click to collapse
Hey deika95, with 38 post YOU SHOULD KNOW how to USE the SEARCH FUNTION of this FANTASTIC FORUM :
http://forum.xda-developers.com/showthread.php?t=255580&highlight=newmenuhttp://forum.xda-developers.com/showthread.php?t=255580&highlight=newmenu
There's a another quick way to hach the softkeys
Use AEButton Plus: it is useful to modify all the settings for the hardware buttons......
http://ae.inc.ru
User22 said:
First you must install "NewMenu", then create a new item, then choose "callhistory.exe" from windows folder. That's easy!
Click to expand...
Click to collapse
There isn't callhistory.exe in the windows folder.
Try what Vijay suggested .. that should give you shortcuts to the Call history and Speed dial .. then remap one of the soft keys to it ..
And no .. I dont think there's any CallHistory.exe anywhere ..

Registry Tweaks

I've been trying to find the WM6 tweak to rename/reallocate the bottom pair of soft keys on my home page 'Phone' and 'Contacts'. I have hard keys for both so current config is redundant.
The WM5 tweaks (http://wiki.xda-developers.com/index.php?pagename=WM5_Tweaks_Other) don't seem to be tottally relevant (I have changed my default input device which works fine) as I only have 'Htc_default.tsk' as a sub under HKCU/Software/Microsoft/Today no 'Keys' option.
I've exoprted the registry (TRE editor) but can't find an equivalent 'key' value to edit.
Is it because I'm using HTChome?
Any guidance will be much appreciated.
http://www.freewareppc.com/utilities/remapsoftkeys.shtml
?
i use the attached softkey_applet.cab, which is in this forum.
here is a site with other registry tweaks. my favorite, especially useful for the BA with this rom, is the one to minimize pressure when tapping the screen... http://www.pocketpctweaks.com/pocketpc_tweaks/view_all_tweaks
The pocketPCtweaks reflects the info in the wiki but cheers anyway.
Thanks for CAB will give it a run and post results.
Pressure minimise has made block recognition input faster and much more accurate - A recommended tweak
This tweak works exactly the same like on WM5. You actually need to create those keys.
Hi do anyone know how to create NEW SMS soft key button, which file to link the button to??
1. save the following text to notepad:
10#"\Windows\tmail.exe" -service "SMS" -to "" -body "
emperor83"
2. in the foregoing, the filename will end in .txt (eg. New SMS.txt). rename the filename extension from .txt to .lnk (eg. New SMS.lnk)
3. copy to your ppc
4. use the softkey application to assign it (eg. New SMS.lnk) to a softkey
5. whenever you click on the said softkey, the new SMS will be activated.
* please note that you can change emperor83 with any text you want (eg. Freddie Krueger); it will be subsequently displayed in the message body
raymonds said:
1. save the following text to notepad:
10#"\Windows\tmail.exe" -service "SMS" -to "" -body "
emperor83"
2. in the foregoing, the filename will end in .txt (eg. New SMS.txt). rename the filename extension from .txt to .lnk (eg. New SMS.lnk)
3. copy to your ppc
4. use the softkey application to assign it (eg. New SMS.lnk) to a softkey
5. whenever you click on the said softkey, the new SMS will be activated.
* please note that you can change emperor83 with any text you want (eg. Freddie Krueger); it will be subsequently displayed in the message body
Click to expand...
Click to collapse
Thank you, it works!! U r great

Who can change the left softkey on phone screen not today screen?

My left softkey on phone screen is changed to PhotocontactPro Program after I touch it.now I want to change to contactPM but I can't remember how to change it.I try to find out many programs to change and edit the registry file but not succeed. hope everyone knows about how to change please tell me.we wait for you thanks.
Search for Schaps autoconfiguration tool on here, install and run it. You should then be able to do what you want.
WB
try this
did u try this registry option for left softkey
HKEY_CURRENT_USER\Software\Microsoft\Today\Keys\112
Default: ContactPM (type ContactPM)
Open: (Enter Full Path of the program) i.e. Program Files\.......
Thanks Lord but your advice is for changing the softkey on Today screen. not on PHONE/dialpad Screen.
I had this same problem, and despite numerous searches, I could not figure out how to change the word "contacts", but I was able to map it to another contacts program quite easily. Try using the entries below.
this is from pocketcm faq!
How to add this application as the default contact manager?
You can also do it by hand:
Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\Rai\:MSCONTACTS
Change "String 1" value from :MSPOUTLOOK contacts to "\Program Files\PocketCM\PocketCM.exe".
Make sure that you add the "" on the new entry.
Or the easy way
http://www.freewarepocketpc.net/ppc-download-remap-softkeys.html
THANKS to everyone for your advices and Thank you very much AUDYO. Your advice is the best luck for me.Now I can remap to the new one by editing in the registry according to your post.Because of you, I can do that Thank you again.
asawinc said:
THANKS to everyone for your advices and Thank you very much AUDYO. Your advice is the best luck for me.Now I can remap to the new one by editing in the registry according to your post.Because of you, I can do that Thank you again.
Click to expand...
Click to collapse
How did you change the softkey in 'Phone'??? I can't work it out from Audyo's post! Can you help me!

Remap Softkeys

I´m using pocket informant for PIM management and HD Tweaks to remap the softkeys, however, I can´t assign to any of the softkey the pocket informant contacts or calendar, only the WM.
Any ideas on how to solve this?
You need to modifye keys in the registry. Here is how I've done it on my HD (it's in french, so you may have to translate the path for your version)
Using a registry editor,
- I have assigned the label "Agenda" to the left soft key :
HKLM\Software\HTC\Manila\HomeLSKText="Agenda"
- I've assigned the week view to the key :
HKLM\Software\HTC\Manila\HomeLSKPath="Windows\menu démarrer\programmes\informant utils\piweek.lnk"
Note that the "Informant Utils" folder contains a shortcut for each view, you can choose whichever you want, their name are self explanatory.
I've configured the x button to close all applications but PI (to have it always active and then have a faster access) :
- start PI
- go to settings>Task manager> tab "current" (or whatever the first tab name is in your language)
- tap and hold on the PI task, then select "add to exclusive"
That way, when I click on the left soft key (now labeled "Agenda") I switch to PI in week view. I can then switch from PI by using the Home button or the x button, PI will stay active and the next switch will be very fast.
Nor working for me...
I should work. You must have made a mistake somwhere. Did you do a soft reset? Did you doublecheck the path to be sure you wrote it correctly?
You can also try the program HD Tweak wich allow you to set that in section 14.4 & 14.5.
My answer to HTCZar was irrelevant, because Claude already anwered.
As I said in the first post, I tried to use HD Tweaks, however the optios presented don´t include the PI calendar\agenda, how do I put them there?
Coude said:
- I've assigned the week view to the key :
HKLM\Software\HTC\Manila\HomeLSKPath="Windows\menu démarrer\programmes\informant utils\piweek.lnk"
Click to expand...
Click to collapse
Could you possibly check the link properties for this and month view? Just for anyone that might have got rid of all those extra links cluttering up his 'All programs list'...
What I'd like to have set up, the left soft key goes to Pocket Informant (maybe the screen where you choose what view you want) and when I tap an appointment in TF3D it loads the agenda view, using SSMaPa. (Can you get me a link for this?)
Here is the link as read in the properties of the shortcut :
For PIWeek.lnk :
"\Program Files\WebIS\PocketInformant\PITab.exe" 4?\Program Files\WebIS\PocketInformant\PITab.exe,-113
For PIMonth :
"\Program Files\WebIS\PocketInformant\PITab.exe" 4?\Program Files\WebIS\PocketInformant\PITab.exe,-114
To get rid af tho extras link in 'All program list', it would have been better to move the shortcut in another folder, so you could still use them if needed...
I haven't used SSMaPa yet (but I planned to) therefore I can't help you on this matter. Sorry.
Yeah, I should have just moved them... silly me. Thanks for your help. Could you possibly give the link to the agenda view too? Thanks.
Is there a link to 'view' view?
I´ll Try that Again then.
Is it possoble to change the hardware keys function?
Works fine! Thank you very much! @claude
Where do you put the path and exactly how are you writing it ?
@AndyCr15
Could you possibly give the link to the agenda view too?
Click to expand...
Click to collapse
"\Program Files\WebIS\PocketInformant\PITab.exe" 2?\Program Files\WebIS\PocketInformant\PITab.exe,-111
Is there a link to 'view' view?
Click to expand...
Click to collapse
Sorry, I couldnt find one.
@HTCzar
Where do you put the path and exactly how are you writing it ?
Click to expand...
Click to collapse
1. You need to install registry editor. I use Resco Registry Editor, but there are some other.
2. Open the registry and follow the tree up to the parameter HomeLSKPath. Taping on the parameter should provide a field where to keyin the path string.
3. Quit the registry editor
4. Restart TF3D or do a Soft Reset.
I´ve done that, and i´m also using Resco editor.
The path strings begins with Windows\....PIWeek.lnk right? it takes no " "?

Categories

Resources