I dunno if I'm only one who has this problem but when I'm occasionally on sun I can't see nothing on my Kaiser and it's really difficult to setup backlight brightness on touchscreen which u can't see.... So I've been looking alot if there is some utility which I can link with button or gesture and I haven't found anything... So I've wrote my own utility. Feel free to use it as well if u find it useful -> http://lobster.ic.cz/?page=bl
is this useful or is there easier way to do that??
Been searching for an app like this for a week.
Works great!
Thanks.
Here's another program that gives you a today plug in for it:
http://forum.xda-developers.com/showthread.php?t=412896
I'll b trying yours tho as I like the idea of UL with icons for up and down
Cheers,
Matthew
I made a cab with this program mapped to the PTT button. I have a AT&T Tilt, Im not sure if your phone has a PTT button or if its called something else or whatever.
With this, just run the cab then I tap the button and it changed the brightness really quickly, no menu or anything, I love it! If I walk out into the sun I just tap the button 3 times and my screen is bright.
Lobsterii, I love this program thanks a ton!
I'm glad that I could helped u out guys... actually there might be more funny stuff possible only if HTC release some documentation on theirs DLL files cos it's pain to guess arguments...
you did it all by guessing? I figured you would have decompiled the dll.
Truly excellent! I have also been looking for something like this for a long time.
I figured I might as well kick off the feature requests that always follow a new release: How about the option set both battery and power brightness with one command? Perhaps by a special switch, or by only specifying the brightness level (i.e. no 'b' or 'p' switch)? Or is there a way to do it already?
Thanks again for a useful app!
you did it all by guessing? I figured you would have decompiled the dll.
Click to expand...
Click to collapse
I've read some forum where someone pointed out that backlight function should be in some dll by HTC dunno where it was... Then I was googling "dll find export function" and I've found prog "DLL Export Viewer" which can show function names in dll. Unfortunatelly there is generally impossible to find out how many/what arguments the function has. So I've found function name like HTCUtilSetOnBatteryBrightnessLevel and I've simply try prototype int HTCUtilSetOnBatteryBrightnessLevel(int); but it crashed... so I keep going like int HTCUtilSetOnBatteryBrightnessLevel(int*); and it worked... voila...
pudifoot said:
Truly excellent! I have also been looking for something like this for a long time.
Click to expand...
Click to collapse
thx alot...
I figured I might as well kick off the feature requests that always follow a new release: How about the option set both battery and power brightness with one command? Perhaps by a special switch, or by only specifying the brightness level (i.e. no 'b' or 'p' switch)? Or is there a way to do it already?
Click to expand...
Click to collapse
done. + it's now compiled as an release version so it actually has 50KB less than old version... enjoy it's at the same place instead original files http://www.lobster.3web.cz/bordel/bl/index.htm...
Nice improvements! how about another a switch so that it will toggle between brightest to dimmest? So if this was used it would just go between 1 or 10 and none in between.
Thanks for implementing the feature I was looking for. A perfect application - it's small and fast, and it gets the job done with excellence.
Thank you. Works perfectly.
silentanvil said:
Nice improvements! how about another a switch so that it will toggle between brightest to dimmest? So if this was used it would just go between 1 or 10 and none in between.
Click to expand...
Click to collapse
hmhm... what I wouldn't do for y... There is new version 02 (on my web at the same place) where u can setup your own sequence. Length of sequence might be from 1 to 10... values are as usual from 0 to 9... But numbers must not repeat (known feature I don't see point to solve it) so u can set something like "bl02.exe 0 5 1 9 3" or whatever else... enjoy
Report any found bugs... I mean it's super simple but it's 4 am so I'm half sleeping...
lobsterii said:
hmhm... what I wouldn't do for y... There is new version 02 (on my web at the same place) where u can setup your own sequence. Length of sequence might be from 1 to 10... values are as usual from 0 to 9... But numbers must not repeat (known feature I don't see point to solve it) so u can set something like "bl02.exe 0 5 1 9 3" or whatever else... enjoy
Report any found bugs... I mean it's super simple but it's 4 am so I'm half sleeping...
Click to expand...
Click to collapse
Awesome! Thanks so much! I've also been looking everywhere for something like this!
Awesome!
Well done! I've been looking for ages for something to do this.
How to use bl02...
Something from lobsterii that helped me:
create link in Total commander (file manager) I think its in options "File -> >>>>> -> Create shortcut" then I have another file bl02.lnk then I open properties of the lnk file, I click tab shortcut and put the text of path into "" and after it I wrote parameters so it looks like
"\Program files\bl\bl02.exe" 1 3 9
OK dumb question and first time posting so don't slaughter me. If I understand the thread correctly this will put large buttons to adjust from the Backlight screen....correct? Is there a program (other than the PTT button which I'm using) that will allow a button or swipe to adjust the brightness without having to open the brightness display? If you get far enough to open the utility then its not that hard to move the brightness up. Sorry for the dumbness of the question.
volleykinginnc said:
If I understand the thread correctly this will put large buttons to adjust from the Backlight screen....correct?
Click to expand...
Click to collapse
my bl02.exe doesn't put any button anywhere... it's just app which actually toggle brightness. U can try to run it via file explorer it should change brightness...
volleykinginnc said:
Is there a program (other than the PTT button which I'm using) that will allow a button or swipe to adjust the brightness without having to open the brightness display?
Click to expand...
Click to collapse
There is plenty of programs to map this app to buttons, finger swipes and some other crazy stuff like voice commands etc.. For example I'm using FTouchFlo (u can use FTouchSl which is easier to configure) and map backlight change for finger swipes... Most easy way is just copy blXX.exe to /Windows/Start Menu/Programs/blxx.exe and then go to Start->Settings->(tab)Personal->Buttons and link it with some buton...
I'm just now at work so have no time for more explanation... but Once I get home I'll create some FAQ at download page cos... cos it'll be easier for all of us
dont sweat it that was a perfect explanation and I now have it helped me to get it running to a button.
One other quick question though....I have S2U2. So the button doesn't work until I have unlocked it (which sometimes is hard to see going out to daylight) is there any way (easy way, Im no programmer)to allow the button to work (that is brighten the display via the button I have it mapped to) while it is still locked?
volleykinginnc said:
dont sweat it that was a perfect explanation and I now have it helped me to get it running to a button.
One other quick question though....I have S2U2. So the button doesn't work until I have unlocked it (which sometimes is hard to see going out to daylight) is there any way (easy way, Im no programmer)to allow the button to work (that is brighten the display via the button I have it mapped to) while it is still locked?
Click to expand...
Click to collapse
I'm sure he won't be able to bypass A_C's S2U2, but (assuming you have a Kaiser, you didn't say) if you enable dpad in S2U2 you can always hold your right dpad button to make sure S2U2 is unlocked, even if you can't see the screen, and then hit the button for the "bl02.exe 9" link.
Ha ha...you guys are awesome! Right Dpad enabled and now it works like a charm even in the brightest sun!! Thanks for the great application...makes a big difference in usability.
Some of you experts ought to make a list of these application gems (this program/kaeser tweaks etc) to make it easy for the noobs like me. This is good stuff!!
Related
Is it possible to remove to whole bar at the bottom of the home screen? Mine has links to contact & calender, but I just want to remove it since I dont use them at all...
Any ideas?
soft key applet
you can use a program called soft key applet, which is downloadable from the xda ftp site, not sure if you can simply turn these off, but you can assign different programs to them.
I use dcinobar, you can just click the .exe to enable / disable it. I have mine placed in the \windows\startup folder works perfectly.
s4vva said:
I use dcinobar, you can just click the .exe to enable / disable it. I have mine placed in the \windows\startup folder works perfectly.
Click to expand...
Click to collapse
nice post, def. gonna try this one out when I get the chance as I never use the on screen soft keys anyway,(plus I know I ain't the only one who can't stand the fact that the home screen plugin from HTC doesn't allow one to scroll down the today screen in landscape mode)and a little extra room is welcomed with open arms. I'm guessing you can still use the soft keys if you want to by pressing the hw buttons on the device right????
cheers
Heres the trick..
It LOOKS a lot better. It makes more of your image available to use.
But wither or not you use the buttons doesnt even matter, because when at the today screen, even if you press those buttons they still work. I use mine all the time, but I dont like the clutter, but it doesnt matter. I just remember what buttons do what, since they still work.
Im adding this to my newbie thread
Thanks!!
This gives the homescreen just a bit more room.
Another nice mod is to remove the iconset for the unlock/com man/etc located above this bar. I used the regedit method using total commander- simply delete the following from your registry:
\\HKLM\INIT\LAUNCH92
This is the key that launches the tray application at boot (To re-enable create the registry key above with the value TrayAp.exe)
Have fun!
morotorium said:
Another nice mod is to remove the iconset for the unlock/com man/etc located above this bar. I used the regedit method using total commander- simply delete the following from your registry:
\\HKLM\INIT\LAUNCH92
This is the key that launches the tray application at boot (To re-enable create the registry key above with the value TrayAp.exe)
Have fun!
Click to expand...
Click to collapse
Actually I found the tray icons very useful and actually added my own tray from batterstatus. One touch activation of any of the radio's and various programs makes using the tray very efficient. Plus you can access the tray without even touching the screen so its a win-win in my eyes.
Regarding Neptunes' first post at the top,
"(plus I know I ain't the only one who can't stand the fact that the home screen plugin from HTC doesn't allow one to scroll down the today screen in landscape mode)"
I have spent days looking for a fix/patch for this. Is not having the scroll feature in landscape mode the final answer on this one?
Thanks guys!
Scroll
Go to HKLM\Software\Microsoft\Today\Items\HTC Home and change the type to 4.
Poweroff and poweron.
Thanks, exactly what i need.
I had an 8125 and now I have a tilt. In making the switch I have run into a few anooying problems that I am sure someone already solved? I have looked all over the forums so if these are answered, could you please point me in the right direction?
1) The ever popular PTT issue. Took me a while but I got it going. It was interesting that there was an incompatibility between the fix and BatteryStatus. Not sure what THAT was about? But it is working now.
Soooo...How do I get button FIVE to appear on my button maps? Neither the stock button feature in the settings nor AEButton Plus shows button 5, the camera button. It would also be kewl to map the OK button on the side, but I am guessing that is too much to ask? *Blink*
2) I have set the brightness at about the medium level (that was a disappointment because I was able to set it to the lowest on the 8125) but somehow the backlight keeps going dim after a time. I have looked all over the parameters to configure this but I can't find it? How do I keep the display from going dim on me? I have the tilt set to sleep at 1 minute and I do not have the backlight going dim at all, so I don't know what else to do?
3) Now that PTT button is mapped, I did what all of you did, I set it to Voice Command. But of course the push and hold I want the convenience of RECORD like I had on the 8125. I have tried all of the shortcuts and such I could find on this site and everyone of them put the voice recorder on my screen but did NOT initiate the record feature. Is there no way to do this on the tilt? I think I remember something about a parameter? /b or something like that? I tried to find it again but I was unable to.
Thanks for your help, guys...
Thomas <><
http://www.thomasamckean.com
Colonel, HOKC
Author, Soon Will Come the Light: A View From Inside the Autism Puzzle
Author, Light On the Horizon: A Deeper View From Inside the Autism Puzzle
ThomasMcKean said:
I had an 8125 and now I have a tilt. In making the switch I have run into a few anooying problems that I am sure someone already solved? I have looked all over the forums so if these are answered, could you please point me in the right direction?
2) I have set the brightness at about the medium level (that was a disappointment because I was able to set it to the lowest on the 8125) but somehow the backlight keeps going dim after a time. I have looked all over the parameters to configure this but I can't find it? How do I keep the display from going dim on me? I have the tilt set to sleep at 1 minute and I do not have the backlight going dim at all, so I don't know what else to do?
Click to expand...
Click to collapse
Hi Welcome
Not sure bout your other two questions, but the backlight is easy
Look in Start/Settings/System/ Backlight
You want the second tab, which is for Battery Power.
There you can set the timeout for it.
PS: If you have already tried this, then sorry for pointing it out, but sometimes the obvious solution is hard to find
AEButton Plus
I am able to remap both the OK button on the side and the Camera button with AEButton PLus.
I do have a slight problem that I am looking for a solution and hope someone knows the answer. When I remapped the OK button on the side, the first press still gives me the start menu no matter what I have it set for. The second press does the function I have programmed for double press. But is there anyway to not have it give me the start menu on the first press? I have it as none in the standard WM6 buttons panel. And I have it as lock phone on AEButtonPlus for both the first press and double press. But it always requires double press to make it happen. Any ideas?
-- Charley
VID
Very Nice. Let the apps start rolling.
-Shake for answering calls.
-Scroll a web page or any other scrolling done by just tilting the gorgeous phone.
More ideas? Ill start posting and adding. So show your imagination boys!
_______________________________________
Motion Sensor Appsssss:
_______________________________________
1. Mr. CharlyV (pioneer i believe) Click Thanks we apreciate.
2. Mr. Sushilange: Click Thanks very much Mr. Sushilange.
3. Mr. Stesa: Great "shake and wake" idea!!!!!
4. Public demand of a Gsensor calibrating tool.
Sergio PC said:
VID
Very Nice. Let the apps start rolling.
Click to expand...
Click to collapse
yeah! I have ideas for games but unfortunatly not the possibilities to write the soft
Read this article for more information about the SDK:
http://msmobiles.com/news.php/7477.html
Let's try this in VB.net, as soon as I manage to get it to work I will try to write some games (don't know if I can but I will try )
I hope someone can create some kind of calibrating tool, mine needs to be calibrated really bad.
I'm still working on a new app which uses the sensor, but it'll takes a bit time, until i can release it.
Until i released it, i don't tell you what app it is
sushilange said:
I'm still working on a new app which uses the sensor, but it'll takes a bit time, until i can release it.
Until i released it, i don't tell you what app it is
Click to expand...
Click to collapse
I'm really wait for your good try. Keep it on.
ahaa.. godd news. v all r waiting.
This really does allow developers to start making some killer apps for our diamon. Carnt wait to see what pops up over the next few weeks!!
Hi I've a idea is:
1) When shake on vertical (UP => Down => UP) then LOCK the phone
2) When shake on horizontal (LEFT => RIGHT => LEFT) then UNLOCK the phone
I think this is so cool when you use the phone ^_^
So, here is my app: http://forum.xda-developers.com/showthread.php?t=406769
@Wolfblood: I can do this, if i have time, because it is not so different than my new app. Instead of changing the profile, i would change the lock status.
sushilange said:
So, here is my app: http://forum.xda-developers.com/showthread.php?t=406769
@Wolfblood: I can do this, if i have time, because it is not so different than my new app. Instead of changing the profile, i would change the lock status.
Click to expand...
Click to collapse
Maybe there could be a sticky thread with links to the apps which make use of the g-sensor?
I am about to develop a very, very simple spirit-level app for teh diamond just to get used to the sensor api for C# http://blog.enterprisemobile.com/2008/07/using-htc-diamonds-sensor-sdk-from-managed-code/
btw: is there any information on other apis as for instance to the vibration, the camera etc.? i couldn't find anything for the touch diamond
edit: teh simple spirit level test can be found here: http://forum.xda-developers.com/showthread.php?p=2389529&posted=1#post2389529
sushilange said:
So, here is my app: http://forum.xda-developers.com/showthread.php?t=406769
@Wolfblood: I can do this, if i have time, because it is not so different than my new app. Instead of changing the profile, i would change the lock status.
Click to expand...
Click to collapse
Nice nice, looking forward.
What about an app that answers a phone call with a shake? i belive they had it on the Nokia n95 if im not mistaken.
Good luck dude!!
what about a shake to wake up from standby ?
Did anyone managed to get this to work in VB.NET instead of C#? I know VB.NET but not C#...
Sergio PC said:
-Scroll a web page or any other scrolling done by just tilting the gorgeous phone.
Click to expand...
Click to collapse
That feature was on the Athena .. VueFlo I think it was called
Would be pretty sweet indeed.
One question though .. if we had more than one app making use of the tilt sensor, so say Gsen and the Profile switcher (haven't tried the latter yet, sounds great though), would they both work together?
Very nice very nice, the idea by Mr. Stesa, ill like my diamond to wake and .... !
peace.
Can somebody post a "Hello World" package with the included dll for VisualStudio 2005?
Tilt Sensor Calibration
I think a VERY usefull application will be a sensor calibration app, may Diamonds including mine, have sensor declination.
You can test it laying diamond without backcover in a flat table, you can se if Teeter ball´s stay without moving or it´s going to anyway, in my case, it going down and to the left.
I Don´t know if this calibratión can be stored in registry and make it permanent, but this would be great. Calibration app only have to ask user to put diamond in really flat an leveled surface to make the work.
Thanks for this great stuff.
sushilange said:
So, here is my app: http://forum.xda-developers.com/showthread.php?t=406769
@Wolfblood: I can do this, if i have time, because it is not so different than my new app. Instead of changing the profile, i would change the lock status.
Click to expand...
Click to collapse
Hi Sushilange,
Thanks for you hear my voice ^_^
Today I've think more what can we do on Diamond. Then I think maybe we can add function key + shake to do more. Like:
1) Hold Down the Vol Down Key + shake horizontal = Play Next Music/SMS/Email/Photo
2) Hold Down the Vol Up Key + shake horizontal = Play Previous Music/SMS/Email/Photo
3) Hold Down the Action Key [The Round Button] + shake to Right = Move the TouchFLO3D Tab to Next Right Tap
4) Hold Down the Action Key [The Round Button] + shake to Left = Move the TouchFLO3D Tab to Next Left Tap
5) Hold Down the End Key + shake = Close all application
6) Hold Down the Phone Key + shake = Open the Contacts
7) Hold Down the Back Key [←] + shake = Switch to Next Running application
8) Hold Down the Home Key + shake = Open your favorite application
9) Hold Down the Power Key + shake = Turn the LCD in WHITE and MAX the Backlight, So Diamond become a supper flashlight!
10) When not press any key + Rotation = Auto-Rotation just like GSen
See the Diamond can do a lot of things and iPhone can go back to home
Maybe if can open those setting for user then they can custom the action what they need will be best for all people ^o^
Sushilange, You are very cool and you creating a very cool tools too ^o^
Shake to Wake UP
I'm one of you guys waiting to see any app that will wake the device up from stand by just by shaking it. If anyone has any info please share it. Thank you.
Hi folks,
I was wondering if anyone knows how to adjust the behaviour of the shortcut which is set-up by default on the shortcut page of HTC Home on my T-Mobile Vario III.
Basically, when tap the shortcut, it rotates the screen, however it rotates 90 degrees clockwise - as if it were set for 'Landscape (Left Handed)'. I would really like to be able to rotate the other-way, effectively setting 'Landscape (Right Handed)' using this shortcut. Is there any little tweak that can be performed to achieve this?
Thanks and regards,
Rob.
I'm interest on this feature too.
Thanks
Borghy said:
I'm interest on this feature too.
Thanks
Click to expand...
Click to collapse
Guys, u can try quickmenu2.7 or wktask, small little programs(something like task managers) and they have the function to rotate the screen.
Mikulec said:
Guys, u can try quickmenu2.7 or wktask, small little programs(something like task managers) and they have the function to rotate the screen.
Click to expand...
Click to collapse
Thanks, I've tried, but if it is possible I would like only to change the function of the existence shortcut because both sw have hundred of function that I don't need and come annoying for me...
If that sw does, that means that could be possible, if not edit the current shortcut, to create another... I hope that someone can help me because I'm not very practised in editing WM...
Thanks
bye
unzip and place anywhere, and create a shortcut in your home, and give a shot, it should be what you are looking for.
Thanks for the prg... but It doesn't work.. I don't know why, but it make an error.... never mind..
I made, with the precious advice of "col Cyber", a mscr file that can be use with MortScript with this code:
Code:
If(Screen("portrait") = True)
Rotate(90)
else
Rotate(0)
EndIf
It works very well!
Bye
Hi,
i noticed that automatic backlight is no so convenient:
the night, i found the level too bright, so i desactivate the "auto feature"
but now to change it, i have to go to start/settings/plus/etc
not so easy, if you are outside with a beautiful sunlight and you forgot
to increase the level after your last night ;-)
is there an easy way to up/down like with the volume?
perhaps associate with AE button plus, long press with volume up/down
but in this case wee need an exe/link to associate to them)
any idea ?
thanks
regards
i am using ageya G-Light for automatic light level, it is a suefull free tool.
http://www.ageye.de/index.php?s=glight/screens
gwassef said:
i am using ageya G-Light for automatic light level, it is a suefull free tool.
http://www.ageye.de/index.php?s=glight/screens
Click to expand...
Click to collapse
Many thanks, exactly what i wanted for tweaking
edit:something i installed might have messed up the keyboard popping up, it's back to normal now The only worry is that in the "exception settings",
i cant type anything
as for example copilot.exe, because the keyboard doesnt pop up, and its icon isnt present in the bottom part of the screen , i tried to copy/paste from notepad, but when i tap(long press) in the programs field, i am not proposed
(select, paste etc)
Do you encounter that (ps: its not the only application to do that)
Click to expand...
Click to collapse
regards
you have to select new first, then you will have a line to write in it what you need
gwassef said:
you have to select new first, then you will have a line to write in it what you need
Click to expand...
Click to collapse
hi,
something had messed up the keyboard popping up, it's back to normal now
thanks