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.
HTC WM6 adjusting backlight brightness (C#/C++)
Started by
taridzo
, Apr 23 2008 07:01 PM
#1
Posted 23 April 2008 - 07:01 PM
#2
Posted 23 April 2008 - 07:14 PM
You can add a backlight button to the HTC Homeplug, aside from that it's in the settings
#3
Posted 25 April 2008 - 09:25 AM
shootydogthing, on Apr 23 2008, 20:14, said:
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?
#4
Posted 25 April 2008 - 09:52 AM
taridzo, on Apr 25 2008, 11:25, said:
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?
Offtopic
Something similar for the sound level would also be nice :-)
#5
Posted 25 April 2008 - 12:14 PM
O.o'
Sorry, can't help. no idea what you're going on about.
Sorry, can't help. no idea what you're going on about.
#6
Posted 01 May 2008 - 07:39 PM
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.
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 by NuShrike, 01 May 2008 - 07:42 PM.
KaiserSimFix: soft-reset-safe sim contacts hiding
CamerAware Buddy | HTCClassAction.org | KaiserGL SDK | LevelSight | FusionGPSFix
Support what I do and buy me a drink.
CamerAware Buddy | HTCClassAction.org | KaiserGL SDK | LevelSight | FusionGPSFix
Support what I do and buy me a drink.
#7
Posted 03 May 2008 - 09:03 PM
NuShrike, on May 1 2008, 20:39, said:
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.
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).
#8
Posted 29 April 2009 - 01:23 PM
taridzo, on May 3 2008, 21:03, said:
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
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users







Sign In
Create Account

Back to top









