|
|||||||
| Register | FAQ | XDA-Portal | XDA-Wiki | Device database | Donate! | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#21
|
||||
|
||||
|
Quote:
You have a good point actually. Backlight shouldn't go above the level where it was turned off at. I'll put that in the next build. |
| Sponsored Links |
|
#22
|
||||
|
||||
|
the program works great....
however on soft reset, the service is not started...if i reinstall ten it starts again...verified w/task manager & viewing details of the service.exe file.... how can i make the service start after reset?
__________________
AT&T Fuze (Rafael) s/n HT844 ROM: WM 6.5 Da_G's Kitchen Vers. ?Another One?! Software: FartApp & other useless stuff Radio: Ralph 1.14.x.x for now and Ril Cingular(Refurb) 8525 (Hermes 100) Cingular 8125 Wizard...gone now ![]() Download QuickMark! http://www.quickmark.com.tw/En/basic/download.asp These phone's are addicting! The more tweaks/apps etc. I read about the more I have to cram into my HTC! Can my HTC overdose???
|
|
#23
|
||||
|
||||
|
Quote:
Quick workaround posted to use a bootloader exe in the startup folder to flip the service on since this path doesn't have a cert/trust problem. Tested and works for me. |
|
#24
|
|||
|
|||
|
This also works for me. A quick google search claims the service needs to be signed in order to start with the OS.
|
|
#25
|
||||
|
||||
|
works now for me...thanks a ton, I like to read stuff on my phone before I go to bed, now it's not so bright!
__________________
AT&T Fuze (Rafael) s/n HT844 ROM: WM 6.5 Da_G's Kitchen Vers. ?Another One?! Software: FartApp & other useless stuff Radio: Ralph 1.14.x.x for now and Ril Cingular(Refurb) 8525 (Hermes 100) Cingular 8125 Wizard...gone now ![]() Download QuickMark! http://www.quickmark.com.tw/En/basic/download.asp These phone's are addicting! The more tweaks/apps etc. I read about the more I have to cram into my HTC! Can my HTC overdose???
|
|
#26
|
||||
|
||||
|
Seems to work for me now too! Thank you NuShrike!
__________________
---------------------------------------------------------------------------------------------------- History: Wallaby > Himalaya > Blue Angel > Universal > Hermes > Palm Treo 750 > Kaiser > Raphael My Apps: hTorch v3.2 | using camera LED as flashlight --> Last Updated: 2008-11-20 |
|
#27
|
||||
|
||||
|
One minor "problem" tough. When I turn on my device it starts at light level 1 and it takes about 5 seconds before it's adjusting to the environment and turning the backlight to a higher value. Is it possible to shorten this time or to set the backlight to high on turning on?
__________________
---------------------------------------------------------------------------------------------------- History: Wallaby > Himalaya > Blue Angel > Universal > Hermes > Palm Treo 750 > Kaiser > Raphael My Apps: hTorch v3.2 | using camera LED as flashlight --> Last Updated: 2008-11-20 |
|
#28
|
||||
|
||||
|
Quote:
Yes, the response time is a bit slow in order to keep it from flipping bright and dark rapidly due to the high inaccuracy of the sensor at low levels and the hysteresis being pretty simple. It's supposed to immediately turn back to auto if the auto-system wants backlight 4 because of the environment. I can add a tunable to make the history tracking adjustable (it's at 4 points * 3 seconds now), but I rather read up on some fuzzy-logic and get this right. ![]() |
|
#29
|
||||
|
||||
|
Advanced sensory-data filtering using a history-less first-order low-pass filter with a medium α implemented. Previously, it was an integer-based running-average that required a 3-4 point memory history.
The new algorithm requires < 1.0 floating-point resolution so a custom fixed-point math library with DSP-acceleration is now used plus the actual filter equation was recoded directly in assembly for speed, just for fun. Functionality that detected large and fast swings in sensor-data temporarily dropped because the filter's medium α duplicates some of the sensitivity. Also, direct backlight power-state tracking (idea borrowed from Lumos) naively implemented to just avoid sensor-data calculations and adjustments for that poll loop without any visible affect on power-draw. It could affect the ability to adjust to light-levels deterministically, but this is a .0 release so the filter-equation can still use some tweaking.
__________________
FU johnpatcher | KaiserSimFix | CamerAware Buddy | HTCClassAction.org | LevelSight | FusionGPSFix | WirelessNotifyOff Support what I do and donate me a frankfurter.
Last edited by NuShrike; 7th December 2008 at 04:43 AM.. |
|
#30
|
||||
|
||||
|
Quote:
__________________
FU johnpatcher | KaiserSimFix | CamerAware Buddy | HTCClassAction.org | LevelSight | FusionGPSFix | WirelessNotifyOff Support what I do and donate me a frankfurter.
|
![]() |
| Tags |
| auto-backlight, backlight |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|