Guest taridzo Posted April 23, 2008 Report Posted April 23, 2008 I have a HTC Touch WM6 and cannot find a working solution to programmatically adjust the backlight brightness. All the solutions I find seem to have worked on early devices. Does anyone have an idea how HTC implements the backlight driver? Thanks in advance for any help.
Guest shootydogthing Posted April 23, 2008 Report Posted April 23, 2008 You can add a backlight button to the HTC Homeplug, aside from that it's in the settings
Guest taridzo Posted April 25, 2008 Report Posted April 25, 2008 You can add a backlight button to the HTC Homeplug, aside from that it's in the settings Thanks for the response, but would the HTC Homeplugin have a programming interface that I can use in C# or C++. For instance, does it have a brightness.exe that I can call within my program with commandline arguments?
Guest Mr_Gee Posted April 25, 2008 Report Posted April 25, 2008 Thanks for the response, but would the HTC Homeplugin have a programming interface that I can use in C# or C++. For instance, does it have a brightness.exe that I can call within my program with commandline arguments? thats something I'd also like to see Offtopic Something similar for the sound level would also be nice :-)
Guest shootydogthing Posted April 25, 2008 Report Posted April 25, 2008 O.o' Sorry, can't help. no idea what you're going on about. :D
Guest NuShrike Posted May 1, 2008 Report Posted May 1, 2008 (edited) Disassemble backlight.dll. That's how I got my program working. You'll need to DeviceIoControl("BKL1:") and send it some control codes. The HTCutil.dll has most of the API you need. When I have more free time, I can put out an exe you can call to with params to do that ... otherwise, I'm sure you can figure it out. Edited May 1, 2008 by NuShrike
Guest taridzo Posted May 3, 2008 Report Posted May 3, 2008 Disassemble backlight.dll. That's how I got my program working. You'll need to DeviceIoControl("BKL1:") and send it some control codes. The HTCutil.dll has most of the API you need. When I have more free time, I can put out an exe you can call to with params to do that ... otherwise, I'm sure you can figure it out. That sound exciting already, NuShrike. I'd greatly appreciate the exe (and code possibly?). I'm not sure how I should dissamble a dll file, the best i've done is getting the exported methods names (e.g. BKL_Open).
Guest karpikpl Posted April 29, 2009 Report Posted April 29, 2009 That sound exciting already, NuShrike. I'd greatly appreciate the exe (and code possibly?). I'm not sure how I should dissamble a dll file, the best i've done is getting the exported methods names (e.g. BKL_Open). can someone please help... I need to fix this backlight problem but I don't know how to get and dissasemble backlight.dll
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now