Wckediden - Mobile Tricks and Tweaks Community

Wckediden - Mobile Tricks and Tweaks Community (https://www.wckediden.com/index.php)
-   WM And PPC Applications (https://www.wckediden.com/forumdisplay.php?f=18)
-   -   [APP] VIBRATION FEEDBACK ON SCREEN TOUCH (not just dialer) (https://www.wckediden.com/showthread.php?t=172642)

Mike20PR 09-10-2008 11:41 AM

[APP] VIBRATION FEEDBACK ON SCREEN TOUCH (not just dialer)
 
3 Attachment(s)
This Software lets the phone vibrate when the touchscreen is touched. This feature is knwon from the Samsung Omnia Phone for example. It gives a better response and feeling for a finger tip on the screen.

It consists of two parts. The first one is VOA aka vibrate.exe (which is already mentioned in different threads) by Const and a configuration part VOAConfig by Kisja.

VOA by Const
It's a little application which runs in background and reacts on user activities with vibration.

Features:
- Vibrate always on touch events (mouse down, or mouse up)
- Vibrate only if SIP is active
- Vibrate on Key press (hardware keys)
- Adjustable vibration (duration in ms)
- configuration over command line parameters
- fully event based, so only battery consumption while vibrating
- No runtimes needed (pure C++ application)
- Works with WM 5+ (not 2003)

Command Line Parameters:
-nled: Which nled to use (1 on Diamond)
-len: vibration duration in milliseconds
-ondown: 0 - on mouse up, 1 - on mouse down
-onsip: 0 - handle every touch event, 1 - vibrate only if SIP is active
-keyon: 1 - Vibrate on Key press (is not affected by onsip!)

Changes:

10.09.2008
- improved vibration length/strength
- With short values (10-30) is the vibration like in Teeter

08.09.2008
- support for HTC Diamond

Known Issues/TODO:
- If onsip 1 is set, the Dialpad (Phone) is ignored, because it is not the SIP.

VOAConfig by Kisja

This application makes the configuration of VOA more simple.

Features:
- Choose activity mode (always/SIP only) (-onsip 0/1)
- Enable Vibration on Keys (-onkey 0/1)
- Enable VOA on startup (autostart)
- Choose vibration duration/strength (-len x)
- Start/Stop VOA
- Saves settings in registry
- Source code open (VisualBasic .NET/VS 2008 Solution)
- .NET 2.0/3.5 Runtime needed

TODO:
- Optimize duration option (Slider)
- Implement -ondown and -nled options

What it does not do
and what will possibly never be implemented:
- hook in other applications. VOA uses a systemwide activity timer to recognize events and does not communicate directly with other applications. This causes sometimes a little lag between the touch event and the vibration. Hooking into other applications would speed it up, but most applications do not have public events to react on.
- reduce touch screen area (for which vibration is activated) to windows borders or something else (think of SIP). VOA reacts on touch events on the whole touch screen (and keys under the display on the HTC Dieamond, cause they are touch capable too).


Files
The CAB file includes both applications in a single install file.
The version number reflects the version of VOAConfig and the Date stands for the release Date of VOA.

rico002 09-10-2008 01:23 PM

Re: [APP] VIBRATION FEEDBACK ON SCREEN TOUCH (not just dialer)
 
fresh man....ill give it a try thanks

Mike20PR 09-10-2008 01:32 PM

Re: [APP] VIBRATION FEEDBACK ON SCREEN TOUCH (not just dialer)
 
Quote:

Originally Posted by rico002 (Post 284743)
fresh man....ill give it a try thanks

go ahead bro, works great

NINE'SICKS 09-10-2008 01:46 PM

Re: [APP] VIBRATION FEEDBACK ON SCREEN TOUCH (not just dialer)
 
correct me if im wrong bro, but all we need it the cab? right...

Mike20PR 09-10-2008 01:49 PM

Re: [APP] VIBRATION FEEDBACK ON SCREEN TOUCH (not just dialer)
 
Quote:

Originally Posted by NINE'SICKS (Post 284757)
correct me if im wrong bro, but all we need it the cab? right...

thats what i did and it works fine

Prophet4321 09-10-2008 02:04 PM

Re: [APP] VIBRATION FEEDBACK ON SCREEN TOUCH (not just dialer)
 
When I install the first cab file, it gives a warning stating it may not work property because it was installed for a different version of WM?
Im on 6.1. Big deal or no?

Mike20PR 09-10-2008 02:06 PM

Re: [APP] VIBRATION FEEDBACK ON SCREEN TOUCH (not just dialer)
 
Quote:

Originally Posted by Prophet4321 (Post 284764)
When I install the first cab file, it gives a warning stating it may not work property because it was installed for a different version of WM?
Im on 6.1. Big deal or no?

no big deal , still should work fine

Prophet4321 09-10-2008 02:08 PM

Re: [APP] VIBRATION FEEDBACK ON SCREEN TOUCH (not just dialer)
 
One other note...do I need to export the 3rd config file and edit in Visual Studio or? It has no exe's or anything to run. Is there an option to turn it off, after it gets annoying! (w/o un installing)

Thanks!

broSki 09-10-2008 02:38 PM

Re: [APP] VIBRATION FEEDBACK ON SCREEN TOUCH (not just dialer)
 
Quote:

Originally Posted by Prophet4321 (Post 284766)
One other note...do I need to export the 3rd config file and edit in Visual Studio or? It has no exe's or anything to run. Is there an option to turn it off, after it gets annoying! (w/o un installing)

Thanks!

if your experienced in programming go right ahead and edit to your preference bro, but on most cases if your not then un install is your best resolution

NINE'SICKS 09-10-2008 02:46 PM

Re: [APP] VIBRATION FEEDBACK ON SCREEN TOUCH (not just dialer)
 
hey, it doesnt seem to be working for me..i install the cab in device, went to prog.. vib feed back selected 'vib always/vib keypress/enable start up and set it to 161 save and exit and an 'error occurred in voa config exe. am i setting it wrong ??

Prophet4321 09-10-2008 02:49 PM

Re: [APP] VIBRATION FEEDBACK ON SCREEN TOUCH (not just dialer)
 
Note - got it figured out. It puts a config file in the program files! Allows turning on and off, and configuration on milliseconds! Left Rep!

Prophet4321 09-10-2008 02:50 PM

Re: [APP] VIBRATION FEEDBACK ON SCREEN TOUCH (not just dialer)
 
NINE'SICKS ... did you download all three programs? I ran the cab first, then ran the 2nd exe in the second zip file, then everything worked great. I didn't need a soft reset either.

NINE'SICKS 09-10-2008 02:55 PM

Re: [APP] VIBRATION FEEDBACK ON SCREEN TOUCH (not just dialer)
 
actualy, no. i askd if i just needed the cab , i shouldv been more specific, thx!

Prophet4321 09-10-2008 03:03 PM

Re: [APP] VIBRATION FEEDBACK ON SCREEN TOUCH (not just dialer)
 
Quote:

Originally Posted by NINE'SICKS (Post 284795)
actualy, no. i askd if i just needed the cab , i shouldv been more specific, thx!

You only need the cab, and it will start vibrating immediately. The config tool didn't work right for me till the rest was done. Let me know if this solves your issue!

NINE'SICKS 09-10-2008 03:07 PM

Re: [APP] VIBRATION FEEDBACK ON SCREEN TOUCH (not just dialer)
 
i installed the cab ran it but when i try to save setting i get a error...imma soft reset, and see what happens.

Mike20PR 09-10-2008 03:09 PM

Re: [APP] VIBRATION FEEDBACK ON SCREEN TOUCH (not just dialer)
 
Quote:

Originally Posted by NINE'SICKS (Post 284800)
i installed the cab ran it but when i try to save setting i get a error...imma soft reset, and see what happens.

that error was reported already to the developer, still applies the settings anyway

Prophet4321 09-10-2008 03:12 PM

Re: [APP] VIBRATION FEEDBACK ON SCREEN TOUCH (not just dialer)
 
Theres three ways to save. The lower right hand corner "Save and Exit", The higher left button "SAVE" and going down to Options on the lower left and doing "Save and Exit". Try all three and see if one works over the others...(also on the second zip VOA-10.09.2008.zip), I physcially dbl clicked the voa.exe file. just as a heads up..I would try that to if nothing else including your soft reset did the trick..Let me know!

NINE'SICKS 09-10-2008 03:22 PM

Re: [APP] VIBRATION FEEDBACK ON SCREEN TOUCH (not just dialer)
 
lol.. the soft reset did the trick but can i set it for the screen only and not the hard buttons cuz as i type this it vib's....

anomoly 09-16-2008 01:15 PM

Re: [APP] VIBRATION FEEDBACK ON SCREEN TOUCH (not just dialer)
 
this is what i was looking for. installed via the cab on my phone, install placed it in the program files and works like a charm, no reset or anything.

The only thing is the vib is pretty strong, not sure if there's anyway to turn it down (i've already put it to 1 ms but the actual vib seems full power, but that might be a hardware thing that can't be switched)

thanx! rep!

Mike20PR 09-16-2008 01:18 PM

Re: [APP] VIBRATION FEEDBACK ON SCREEN TOUCH (not just dialer)
 
Quote:

Originally Posted by anomoly (Post 287746)
this is what i was looking for. installed via the cab on my phone, install placed it in the program files and works like a charm, no reset or anything.

The only thing is the vib is pretty strong, not sure if there's anyway to turn it down (i've already put it to 1 ms but the actual vib seems full power, but that might be a hardware thing that can't be switched)

thanx! rep!

glad you like the app

enjoy!!!

TaylorSPJ 10-27-2008 08:15 PM

Re: [APP] VIBRATION FEEDBACK ON SCREEN TOUCH (not just dialer)
 
does it eat your battery power?

Mogulboy 10-28-2008 08:49 PM

Re: [APP] VIBRATION FEEDBACK ON SCREEN TOUCH (not just dialer)
 
Dope. I'll check this out.

trentonmac 10-29-2008 03:35 AM

Re: [APP] VIBRATION FEEDBACK ON SCREEN TOUCH (not just dialer)
 
I like the idea but even at 1ms it is a bit too strong.

metallized 11-21-2008 08:49 PM

Re: [APP] VIBRATION FEEDBACK ON SCREEN TOUCH (not just dialer)
 
installed the cab but not working on my touch..... i don need to install those 2 zip files rite... i think thats what i read..... on the conf. i selected vibrate always, vibrate on keypress and duration is on 1 ms.... is there anything else i need to do ?????

NINE'SICKS 11-21-2008 09:36 PM

Re: [APP] VIBRATION FEEDBACK ON SCREEN TOUCH (not just dialer)
 
u may need to soft reset, i didnt but try it out.

yes it eats alot of battery depending on what u do, but unselect 'sounds and notification/hardware buttons' becuz itll vib like hell when ur texting!

bigollie 11-23-2008 05:11 PM

Re: [APP] VIBRATION FEEDBACK ON SCREEN TOUCH (not just dialer)
 
i was looking for a app like this
thanks alot
i works really good on my tilt.

D/\SH 11-23-2008 05:57 PM

Re: [APP] VIBRATION FEEDBACK ON SCREEN TOUCH (not just dialer)
 
Quote:

Originally Posted by bigollie (Post 312485)
i was looking for a app like this
thanks alot
i works really good on my tilt.

than please be sure to hit the thanks button and the installed button in the first post of this thread :>


All times are GMT -4. The time now is 11:07 AM.

Powered by vBulletin® Version 3.8.14
Copyright ©2000 - 2026, vBulletin Solutions Inc.
POWERED BY PHILLYFINESTSERVERSTAT FOR WCKEDIDEN|- NEXTELELITE| - PPCTHEME| - IDENINSIDER