Related
Hi,
first...excuse me for my very bad english!!!
I have the following problem: after installed some programs the display remain always powered on also after many minutes.
I think that some parameter in the registru have been chanched.
Someone know how can I resolve the problem?
Thanks!
Doc
After watching something in TCMP player I have that issue sometimes. The screen just wont go back to sleep. I fix it by going into the start menu > settings > power options, usually just going in there and back to the home screen will reset it for me. However when I first installed it I had the time out options set pretty high and it did not always power off after installing stuff. I lowerd those and have not had a problem since.
Could be a different problem though, what program did you install? What changes to the phone have you made?
this is a knows bug in the s710 and s730. programs like tomtom and TCMP player change the Display key to a high value and reset it to the previous. Th eproblem is the key doen't exist on there phones.
search for the backlight-bug in the s710 forum.
start menu > settings > power options > ok, then you have reset all parameters
Regards
If the light goes off, but the display stays on, you must lock your keyboard, display goes out after some time that way(like you've set in the "settings" menu).
look here:
http://forum.xda-developers.com/showthread.php?t=303778
To solve the problem get a registry editor and do the following:
HKCU / Control Panel / Power => values => LockLevel then you open the values and set "Display" to 30 (30 equals 30 seconds).
domenicostorino:
Thanks. I hope this finally helps.
Unfortunately the display's again on. "Display timeout on battery" and "Display time out on AC" are again (automaticaly) set to 30 seconds and the display doesn't go off.
Thats really weird, without changing anything on mine once I exit the Core or TCPMP player I just load the power options and click done, just going in the menu resets my phone to normal power off functions.
I wonder if in the regestry its not actually locking in the change like the call beep...
I'm looking for a task manager that I can launch with a hard button with the help of AEButton,
in which I can scroll though my open programs using the scroller not the touch screen and close each in turn or close all.
I've tried a lot and they all either;
- They dont have the facility to use the buttons as a scroller, touch only.
- They cant be launched to open using a hardware button, as in the program launches but all I get is the little cross, dot button appear in the top right of my today screen, not actually open the task manager.
- Or they dont have the facility to close all apps.
there must be a simple little program that does this, and im starting to feel like i've tried them all...
I can distantly remember using a version on RomEOS 1.2.1 but cant find any reference to it, it allowied me to 'check' each program and close them, and launched as an actual program, rather than enabling a cross on my today screen. And it wasn;t HTC Taskmanager.
Any suggestions you lovely people? I think one handed PPC use is they way to go and this is frustraiting me.
Install SPB Pocket Plus
Soft reset
Go to Settings-Buttons
Assign "Alt-Tab" on any button you want.
Press button, see all open prg's and scroll with the wheel to the one you want, press wheel and you are there.
Hi,
ever tried WkTask (freeware) ?
Quickmenu does the trick for me. Much better than WKTask. Also freeware. X button closes the app, gives a PC feel to menus and you don't ever have to use stylus.
Thanks for the replies
tried both WKTask and Quickmenu, but evenually settles on HandySwitcher, turned out to be a bonus that you can customise the colours, since i have a white background and couldn't read the white text on the menu.
Success!
Why wouldn't you use the task switching part of phoneAlarm?
You can set the default function to the switcher and be managing open tesks with 2 button pushes.
I second Quickmenu. Once you click the exe once it'll auto start after soft resets. Goto the settings and customize the startmenu the way you want. I set mine up to have Running programs first and that set to be shown as submenu and then it allows you the close one or close all feature, quickmenu popout second, then a break and then program, settings, and office folders all set to submenus and then my regular programs as links below. I can control it all with my finger or with the jog dial. Retains your windows TSK theme and if you set it to replace windows start menu it is like the other never existed. Excellent program and very lightweight. To fix the text issue I use UI Tweaker. Also helps me match the color to my TSK better. Just my personal preference.
I really enjoy this forum since it helps me a lot to increase the productivity with my HTC Touch Pro. I found many useful applications. Unfortunately, after installing a large number of them, I run into the infamous 32 processes limit of Windows Mobile. So I decided to write my own app that combines all the features that I find useful. It is implemented as a Pocket PC service, so it does not require an own process.
Here are the features:
- Better vibration for incoming calls. I found the built-in vibration function very annoying as it vibrates permanently during an incoming call. This extensions vibrates in pulses of 300 ms with a pause of one second when a call is incoming
- SIP changer depending on stylus state. If stylus is out, another soft input panel is selected as if stylus is in. Can be changed via the registry keys StylusInSIP and StylusOutSIP.
- Stroke Launcher. If the finger is stroked from one button to another, an application is launched.Four directions are possible: From home button to accept phone call button and vice versa as well as from back button to reject phone call button and vice versa. The applications can be configured via the RightUpApp, RightDownApp, LeftUpApp and LeftDownApp registry keys. The required length of the stroke can be configured via the GestureMinLen registry key. Unfortunately, the program has to poll HTC's NAV sensor directly in order to not disturb the functionality of the wheel sensor. The sleep time between two polls can be configured with the GesturePollingDelay (in ms). If you use very fast strokes and the device does not react, try to decrease this value.
- Key lock if device is face down. The key lock is activated and the device is powered off if it is turned face down. The key locked is acknowledged by two short vibrations. Key lock can be disabled depending on the foreground window or active process list. Exclude list can be specified via the ExcludedProcesses and ExcludedWindows registry keys. The tolerance for the face down detection can be configured via the FacedownTolerance registry key.
The registry settings for Buttler are stored in HKLM\Software\Butler. Each extension described above can be switched of by setting the EnableFeature registry key to 0.
As I have not much time to react on bugs or feature requests, I have also attached the source code. Fell free to modify my Butler but please publish it here so that we all can benefit from it.
The Butler service is started with the program "StartButler.exe" located in the Windows directory. I call it from a MortScript during device boot. It is important that HTC Touch Flo 3D is already loaded. For some reason, the gsensors can not be initialized if Touch Flo 3D is not loaded. Here is the code I use:
# Wait for TouchFlo3D
While(ProcExists("manila.exe")=0)
Sleep(1000)
EndWhile
# Start the butler
Run("\Windows\StartButler.exe")
Have fun!
Siggie
Change log:
V1.0:
- Initial release
V1.1:
- Reading of the NAV sensor completely rewritten. The sensor is now directly polled. This does not interfere with other programs, so the wheel sensor and the camera is working again.
- EnableFeature registry keys added for switching off each extension individually.
linuxis said:
New thread For Keyboard Slide Out Support:
http://forum.xda-developers.com/showthread.php?p=3305730#post3305730
Updated CAB is there. Happy using.
Click to expand...
Click to collapse
sounds like an excellent program, I'll try it
man, great app. it is totally replacing hbutton, and lets me start using voice commander again. two questions....can you list the other sip layout entries? i really want to use the full qwerty when the stylus is out and in. secondly, is there a way to define a diff lock such as s2u2 and then shut down. either way, the function is fine as is and really, thanks for sharing
I'm interest in Stroke Launcher more than the other apps. is there a chance you can provide a cab for just that portion of your application> I know it's contrary to your original intent (of combining apps) but that's the only one of those apps I really would want so I have the opposite- no desire to install any extra apps even if it's a single process Thanks.
about to give it a shot, sounds great
but i second the request to have s2u2 when put face down
noticed that if you delete the entries for sip, keeping the actual keys though. butler wont start. guess it still needs to check those values i was trying to get it to do nothing to my sip's and just keep full qwerty.
edit** here is the key for full qwerty {36BC8FF6-8241-4c36-ABDE-204885471FEE} and the other keys are all listed under HKCR/CLSID and look like this:
(HTC SIPs)
{198D503A-...} = Phone Keypad
{36BC8FF6-...} = Full QWERTY
{62B00599-...} = Compact QWERTY
(MS Default SIPs)
{42429667-...} = Keyboard
{42429690-...} = Letter Recognizer
{42429691-...} = Block Recognizer
{F0034DD0-...} = Transcriber
Maybe it would be easier to be able to just input the name
Sound great, I'll give it a try as well.
can you make it so that when it face down, the light turn off?
ok i figured out how to change what sip came when
and i turned off "facedown"
only problem is that the smart scroll such as zooming in opera and pics no longer works or autofocus in camera
Great app cannot go unrecognized!
so i downloaded and installed and forgot to make shortcut. A day after i just luanch it using fileexplorer with copy on storage card. Sounds like alot but considering i only reset once a week maybe... its not so bad.
After using it for a half day. I have to admit i was waiting for a way to use shortcuts with out using manilla. I am a RLtoday fan and i dont really use all of manilla features. I LOVE IT. I am considering removing Manilla all together. This has great potential for those of use that want alternatives to manilla.
This should really be placed in essentials.
Thank you.
**BTW cant get screen lock disabled, anyone have more detailed instructions for disabling face down lock?
to disable the lock i set the sensor threshold to 0
in the registry path that was said earlier in the thread
V1.1 available
I have added a new version that fixes the wheel sensor and camera problem. There are also now registry keys available to switch off each feature individually.
ok I dont know what happend but i installed this app and after a restart the keyboard pops up on the splash screen and the phone freezes.. I need a resolution fast. I really dotn want to hard reset. I have a lot of stuff i need back up.... Please help!!!
fuk it. had to hard reset.
any chance on just releasing stroke launcher as a standalone app so we don't need to install all and then disable them? Thanks
Exclude S2U2
How can I disable stroke launcher, when s2u2 is active? I tried to add S2U2(name of DWORD value=0) to ExcludedWindows and s2u2.exe to ExcludedProcesses, but stroke launcher is still active, any ideas?
Great App siggie1970,
Thanks .. I Think The most important thing to do now is to add a User Interface for the configuration..as it kinda hard to do it through the registry
thanks
Wow amazing programs are being released and 09 just started. Great name btw How are resources being used with this program? Since your combining apps perhaps you could work with the guy to incorporate his new alternative to gyrator/ screen tilt app.
bugsykoosh said:
any chance on just releasing stroke launcher as a standalone app so we don't need to install all and then disable them? Thanks
Click to expand...
Click to collapse
that is not the purpose of the program
would it be possible to turn one of the sides into scrolling up and down?
like leave the left up and down for app launching but right side scrolling that would make it pretty much perfect for me
then of course a configurator, although i got it setup but no fun having to change on each new install
It sounds like a great program, thanks! Stroke Launcher, I like that one LOL
Hi,
I want to disable Touch wheel (whole "touch area") that is in bottom part of Diamond. I was trying to use Advanced Config or DiamondTweak to disable this support in certain applications, but without any positive results for whole phone
Can somebody help? I find this as very annoying feature.
Thanks for advice.
Install SensorScroll (use the search function), install it and open the sensorscroll settings (start menu). double tap the last line in the configurator and set 'mode' to always off.
This is written without actually testing it so some names might vary. be a little creative
WinStart V2.4
Features
Task manager (close/view background apps)
Icon's image and name can be changed
Icons can be moved
Background image can be easily changed
Text color of icon can be changed
Lock feature
Quick list of recent programs
Possibility to order icons by name and type
Icon's name can be hidden
What's new?
WinStart can be assigned to any key
Long press on top icons are now working
Square background image possibility
New animation
Possibility to disable the background image (for old devices, the speed gain is real)
Scrolling function rewrited (I hope you will tell me if it's better or worse!)
Various bugs fixed (folder with dots are correctly printed, quick links and background windows are now correctly handled, landscape correctly handled, no more gap between icons...)
Download explications
Please go to my website !
Cant open file
Sent from my X10i using XDA App
You're right, wrong cab...
I edited the first post, you should be able to test now !
Performance on Rhodium
[EDIT]
I am using the full version now, which shas an option to disable the original start menu, which saves alot of memory.
Performance is great on the Rhodium
[/EDIT]
I wanted to try it on the Tilt 2, because it is a memory starved device.
There is no memory advantage to using this over the normal start menu.
It looks nice, and the recent program list is great.
But for the Rhhodium, memory is critical, so I will go back to using the Panel Stat menu cooked into Energy ROMs.
It would be nice if the free version would have had the graphic transitions when opening folders. It looked cool on the demo that was done on an HD2, but, other devices, such as my Tilt 2 or my Fuze, are slower.
I would want to see that performance before purchasing. If I could see that I would consider purchasing it for my Fuze.
But, as far as the memory usage. I can't use it with my Tilt 2. It consumes more memory than having the original start menu.
The full version can disable the original start menu, so you can spare approx 30 Mo in RAM.
The demo was done on an HD (older than Tilt2) and no problems. I think it will be smooth for both (Tilt2 and Fuze), but I'm not sure of that!
I can't create a demo version with graphic transitions, too much work...
As you are a "productive and contributing member", I can give you a serial... Send me a PM if you are interested!
petititi said:
The full version can disable the original start menu, so you can spare approx 30 Mo in RAM.
The demo was done on an HD (older than Tilt2) and no problems. I think it will be smooth for both (Tilt2 and Fuze), but I'm not sure of that!
I can't create a demo version with graphic transitions, too much work...
As you are a "productive and contributing member", I can give you a serial... Send me a PM if you are interested!
Click to expand...
Click to collapse
Thanks.
While testing the full paid version, I am very impressed.
I have more memory available than before, when I was using the Panel Start menu available in Energy Roms.
This start menu is great.
Starts faster.
More responsive.
Better transitioning graphics.
Graphics are very smooth on my Tilt 2.
And the most recent program feature is really nice to have.
This is definitely worth the money.
Thanks for this feedback
WinStart with CHT Softkeys
First of all very nice!!
I purchased the full version at your referenced site.
I am having a problem. I use CHT 2.0 on my NRGZ28 ROM, and I use the CHT Softkeys. I cannot get WinStart to pull up the start menu using the "StartMenu" CHT softkey. If I disable the CHT softkeys, the the normal StartMenu icon works fine.
Within CHT SoftKeys, there are ways to set key assignments:
"Run path" which prompts me to enter an application to run. WinStart is not a listed application.
"Command Line" which prompts me to "enter command line parameters". I don't know what to do here?
Is there a way you can get this to work with the CHT SoftKeys?
I have CHT2.0 too, but I never used the SoftKeys...
I take a look and come back to tell you how do this.
WinStart with XDA_UC
Thank you...while waiting...I'll ask another question.
I flash ROM's a lot when new versions come out. I use XDA_UC to install my various apps that I use. WinStart will DEFINITELY be one.
My question: On a fresh install with a new ROM, is there a registry key or something that I should install along with the cab to get the initial "fresh-install" parameters - username/password information - automatically applied?
OK, so it's not as easy as I thought... I try something but it work only the first time... What I do :
In HKCU\Software\HTC\Manila
>Set CHT.Softkeys.KeyCustom1.Path to: \Program Files\winstart\winstart.exe (no quotes or anything else)
In CHT editor, set icon1 to custom1... But as said before this will work only the first time.
I work on this and in a few days (I hope 24h), I will post a new version.
For the second question, you will have to save these two values :
HKLM/Software/Manila_WinStart/licenceKey and HKLM/Software/Manila_WinStart/password.
You can also export the entire HKLM/Software/Manila_WinStart/ key to save your settings too... If this is not an option for you, tell me via PM, I will send you a patcher...
Winstart / Softkeys
petititi said:
OK, so it's not as easy as I thought... I try something but it work only the first time... What I do :
In HKCU\Software\HTC\Manila
>Set CHT.Softkeys.KeyCustom1.Path to: \Program Files\winstart\winstart.exe (no quotes or anything else)
In CHT editor, set icon1 to custom1... But as said before this will work only the first time.
I work on this and in a few days (I hope 24h), I will post a new version.
For the second question, you will have to save these two values :
HKLM/Software/Manila_WinStart/licenceKey and HKLM/Software/Manila_WinStart/password.
You can also export the entire HKLM/Software/Manila_WinStart/ key to save your settings too... If this is not an option for you, tell me via PM, I will send you a patcher...
Click to expand...
Click to collapse
Hello - I appear to have the same issue as WMG316. After installation and reboot. I can go to \Program Files\WinStart\ and run ConfigWinstart.exe. I select DEBUG, Stop Service, and then Start Service, Back, Save. At this point the Hard and Softkeys work properly until the next reboot. I have not put any WinStart in my Startup folder.
I hope this helps get closer to a long-term solution. I really like this app and it is still worth the money.
petititi said:
OK, so it's not as easy as I thought... I try something but it work only the first time... What I do :
In HKCU\Software\HTC\Manila
>Set CHT.Softkeys.KeyCustom1.Path to: \Program Files\winstart\winstart.exe (no quotes or anything else)
In CHT editor, set icon1 to custom1... But as said before this will work only the first time.
I work on this and in a few days (I hope 24h), I will post a new version.
snip...
Click to expand...
Click to collapse
Thanks...I had tried that and came to same conclusion...only works on the first try!
Hopefully you'll get that worked out so CHT SoftKeys can be used!!
I look forward to the update.
How to Backup "Renamed Icons"
Another question. I have renamed a few of the icons in the start menu. I cannot locate where these changes are saved. Is there a way to backup these settings for subsequent ROM flashes?
wmg316, you can export registry key HKLM-Security-Shell-Startinfo-Start , which contains data about all links: their position, icon, name & visibility..
Start Menu Hardware Key on Rhodium
Maybe a bug?
Since disabling the CHT SoftKeys I have had no problem initiating the Start Menu with the default soft key. I am still in hopes that you will fix that issue though!
My problem...when I try to use the hardware key start menu on the Tilt 2 (Rhodium) it does not work.
I can get it to work by following these steps:
Use Start Menu soft key to go to Start Menu
Select Menu, Options
At this point the option to "Hook the windows hardware key" is checked...I uncheck this...then check it again and select save
After this process, the hardware key works.
After a soft reset, the hardware key does not work and I have to go through the aforementioned steps to get it to work again.
Yes,I think this problem is the same as CHT softkey (they emulate an hardware keydown).
So I think in a few hours these two bugs will be corrected !
The problem is now solved...
I work on an option to save/restore the settings so I will change the version number of first post when finished.
For now you can install the attached file which correct the bug but don't include the option to save/restore settings...
petititi said:
The problem is now solved...
I work on an option to save/restore the settings so I will change the version number of first post when finished.
For now you can install the attached file which correct the bug but don't include the option to save/restore settings...
Click to expand...
Click to collapse
Confirmed to work:
I uninstalled v2.1 and soft reset
I installed v2.2
Turned on CHT Softkeys
Tested CHT Softkey start menu - worked
Tested hardware key start menu - worked
Soft reset
Tested CHT Softkey and hardware start menus again - worked
Thank you!!
You guys work fast! The issue with the hardware and CHT Softbar starting was my only real issue with this. I bought the paid version and love it. Thank you.
The only other minor cosmetic thing I have noticed is that when you first open the program, it leaves some odd artifacts on the screen as you run it the first time. For example, after a soft reset, the first time I open the menu, I can't see my task bar on top, I see a part of my CHT hometab. Once I close it, it works great for all other openings.
Also, when you click on a program, the animation works fines to zoom the icon at me, but once it is done, the screen briefly jumps back to the start menu background showing me just the icon I clicked on until the program actually opens.
Like I said, purely cosmetic, but I figured I would mention them. Again, thanks a ton for the program, it is by far and away the best start menu I have tried. Light years ahead of even the default WM one.