The MP3car.com Store The MP3car.com Blog    

Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > LCD/Display

Reply
 
LinkBack Thread Tools Display Modes
Old 02-05-2006, 12:08 PM   #1
Variable Bitrate
 
Join Date: Jan 2005
Location: UK
Posts: 263
DWW-700H and equivalents Resume from Hibernation problem fix

I bought an equivalent to the DWW-700H on ebay recently. I've posted comments in another thread on it, and made mention to a problem I had. The issue was that on resuming from hibernation, the touch screen did not work. No amount of messing with devcon helped, nor did changing the drivers for different versions, but I did find that if I ran the touchkit configuration program, as soon as it had read from the device during initialisation the touchscreen would work.

Given it's a touch screen, running the config program manually after resume is impossible without a mouse or keyboard, so I decided to implement a software solution.

resumelaunch sits in the background (put it in your startup group) and detects whenever the PC resumes from hibernation. When it detects this state it launches the configured application, waits for a configured number of seconds, then terminates it with a 'TerminateProcess' call.

Software attached. Ini file contents should be self explanatory.

Ric.
Attached Files
File Type: zip reslaunch.zip (193.3 KB, 206 views)
__________________
EZSync - http://www.richmet.com/ezsync
ric355 is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 02-05-2006, 12:16 PM   #2
Constant Bitrate
 
HoSS's Avatar
 
Join Date: Dec 2004
Posts: 185
I had a very similar problem.
I dont use hibernation, but i was finding that after reboot the TS would not work unitil i ran the touchkit software.

My solution (posted in a thread here) was to use the hard to find 3.2.3.3122 liliput drivers.

try that, your program may not be needed....
HoSS is offline   Reply With Quote
Old 05-31-2006, 09:11 AM   #3
The Vauxhall Vectra Project
 
ccsnet's Avatar
 
Join Date: Jan 2003
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 2,678
Quote: Originally Posted by ric355
I bought an equivalent to the DWW-700H on ebay recently. I've posted comments in another thread on it, and made mention to a problem I had. The issue was that on resuming from hibernation, the touch screen did not work. No amount of messing with devcon helped, nor did changing the drivers for different versions, but I did find that if I ran the touchkit configuration program, as soon as it had read from the device during initialisation the touchscreen would work.

Given it's a touch screen, running the config program manually after resume is impossible without a mouse or keyboard, so I decided to implement a software solution.

resumelaunch sits in the background (put it in your startup group) and detects whenever the PC resumes from hibernation. When it detects this state it launches the configured application, waits for a configured number of seconds, then terminates it with a 'TerminateProcess' call.

Software attached. Ini file contents should be self explanatory.

Ric.

@Ric - Thanks for this - going to give it a go later - driving me mad.... Noticed too that the same problem happerns if you boot up if the screen is off.....

Is there any way to introduce a periodic check as well as a power on check as well an option just to run rather than terminate as well ?

( Are you going to publish the code as well ( not a coder my self just wondering ? )

@Hoss - I'm using those suggested drivers you mention... does not cure the problem as mentioned above but it does seem a little more reliable..

Thanks

Terran

Last edited by ccsnet; 05-31-2006 at 09:15 AM.
ccsnet is offline   Reply With Quote
Old 05-31-2006, 11:45 AM   #4
Newbie
 
Join Date: Oct 2005
Location: Mumbai, India
Posts: 50
awesome, will try it out...
shldn is offline   Reply With Quote
Old 05-31-2006, 11:48 AM   #5
Variable Bitrate
 
Join Date: Jan 2005
Location: UK
Posts: 263
Quote: Originally Posted by ccsnet
@Ric - Thanks for this - going to give it a go later - driving me mad.... Noticed too that the same problem happerns if you boot up if the screen is off.....

Is there any way to introduce a periodic check as well as a power on check as well an option just to run rather than terminate as well ?

( Are you going to publish the code as well ( not a coder my self just wondering ? )

@Hoss - I'm using those suggested drivers you mention... does not cure the problem as mentioned above but it does seem a little more reliable..

Thanks

Terran


Source...
Attached Files
File Type: zip reslaunch.zip (3.8 KB, 110 views)
__________________
EZSync - http://www.richmet.com/ezsync
ric355 is offline   Reply With Quote
Old 05-31-2006, 03:22 PM   #6
The Vauxhall Vectra Project
 
ccsnet's Avatar
 
Join Date: Jan 2003
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 2,678
Quote: Originally Posted by ric355
Source...

Cheers - do you think the above addtions could be stuck in too ?

Terran
ccsnet is offline   Reply With Quote
Old 05-31-2006, 04:22 PM   #7
Variable Bitrate
 
Join Date: Jan 2005
Location: UK
Posts: 263
Quote: Originally Posted by ccsnet
Cheers - do you think the above addtions could be stuck in too ?

Terran

I'm not developing at the moment, so won't be done by me.

Ric.
__________________
EZSync - http://www.richmet.com/ezsync
ric355 is offline   Reply With Quote
Old 06-01-2006, 05:08 AM   #8
The Vauxhall Vectra Project
 
ccsnet's Avatar
 
Join Date: Jan 2003
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 2,678
Quote: Originally Posted by ric355
I'm not developing at the moment, so won't be done by me.

Ric.

Fair dos - thanks for the code

Terran
ccsnet is offline   Reply With Quote
Old 06-04-2006, 09:24 AM   #9
The Vauxhall Vectra Project
 
ccsnet's Avatar
 
Join Date: Jan 2003
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 2,678
@Ric355..... Whats this writen in ? Pascal ? ( I'm guessing at at the file extention.... )

Cheers

Terran
ccsnet is offline   Reply With Quote
Old 06-04-2006, 03:05 PM   #10
Variable Bitrate
 
Join Date: Jan 2005
Location: UK
Posts: 263
Quote: Originally Posted by ccsnet
@Ric355..... Whats this writen in ? Pascal ? ( I'm guessing at at the file extention.... )

Cheers

Terran

Delphi 7
__________________
EZSync - http://www.richmet.com/ezsync
ric355 is offline   Reply With Quote
Old 06-04-2006, 04:46 PM   #11
The Vauxhall Vectra Project
 
ccsnet's Avatar
 
Join Date: Jan 2003
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 2,678
Quote: Originally Posted by ric355
Delphi 7

K - Thanks

Terran
ccsnet is offline   Reply With Quote
Old 06-19-2006, 05:10 PM   #12
The Vauxhall Vectra Project
 
ccsnet's Avatar
 
Join Date: Jan 2003
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 2,678
Thanks to Ric355's source & Konfoo I started this thred.... contributions are welcome ( inc Ric if you feel up to it )

Thanks once again Ric355

Terran
ccsnet is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


All times are GMT -5. The time now is 02:42 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics