Landscape mode and button change - 8125, K-JAM, P4300, MDA Vario Software Upgrading

I have 2 questions:
I tried in different rom versions to make my default mode landscape but each time I pull the keyboard out and in it changes back to portrait, any settings for that
2 is: I want to change and utilize the buttons currently assinged for calendar and contacts for other things like the start menu and ok button but I can not reassign them in the BUTTONs menu - where can i do so
thx
cmairhof

Not sure about 1, but as far as your second question, you need smartskey my friend. This is a valuable app that you should install to Main Memory (Not storage card!). Search on Wizard smartskey, read the forum started by Water (the author) and enjoy...

only one solution
one solution....100% working...and u'r Wizard will be only in landscape mode....
Take care.... :wink:

Related

Remove Calender&Contacts bar

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.

Butler - Using capacitive area as stroke launcher and many more features

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

switching to landscape mode?

I'm sure there is a program someone has written to switch you screen to landscape mode without sliding the keyboard out,could someone point me in the right direction please i have done a couple of searches for it and scoured through numerous pages but cannot find it.
Thanks
AEButton Plus. You can set a button press (once, twice, etc) to rotate the screen.
start - settings - personal - buttons - change assign to a button to <rotate screen>
When you get wrong direction of rotation you need to go to settings - system - screen and change orientation
Then you will get changing screen to landscape,
i got that on hold button 6
Ok i have looked into ae button plus and this is just for mapping keys,in the default rom keymapper you can't select <rotate screen> as a option to map to a button.does ae button plus somehow make this command available to you?
Just looked again and found it...DUH!
Thanks guys
u need this program
this is the best program i was found its the same as the guy on top say.
i upload it to my privet server so u can download it www.webmotion-design.com/screen.rar its 2 small cab and install them both and then add a hard butten to one of them .koby
Great tip. I never realized it was in the list for buttons. I have always wanted this capability assigned to a button rather than a 3 step process. Thanks.
Thank you for the tip!!!!! Awesome... my Tomtom now displays as expected
mirorr please

Landscape Problem

Hi
I my HTC viva i used the app called advance config program and made Landscape option appear in Screen settings and when i am in the Home screen it changes back to Portrait mode...
I redo the step and made not to show that option in screen settings....
Now the problem is that the Boot screen pic comes in landscape ( windows mobile 6.1 ) and the home screen also and when the it display launching Touch Flow, it turns back to portrait mode....
Pls help me out guyzzz.....
I did not install any theme andall....
landscape mode is not compatible in TouchFLO, that's why there's no Rotate shortcut in WM6.1... when you're in portrait mode, restart your phone and hopefully everything will be back to the normal portrait mode.
Thanks Buddy....
Still the problem is there...
And now a new prob, i use to type msg in Full Querty only, when i tun off and turn on the mob it comes back to compact Querty....
hard reset is your last resort.
How to backup my Sim contact and how to hard reset it....
Will app installed in my MMC card should it be reinstalled?
your SIM card contacts will not be affected but ALL files in your MAIN memory will be erased... and you have to reinstall again ALL your games and apps.
to hard reset your Viva... press both green and red button together and power off... then follow the on-screen instruction.
best of luck mate!
Thanks m8....

[WM 6.x,28-04-2011] WinStart v2.4 Final, New start menu replacement

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.

Categories

Resources