how to activate vueflo orientation in wm6??? - Advantage X7500, MDA Ameo ROM Development

hi all .
I have x7500 with original ship rom WM6.and need to activate the vueflo orientation (screen flipping) as AP4 for all application not only browser?!
how to do that ?
thanx

Related

Rotate your WM2003SE screen from start menu.

For all of those who are now running SE thanks to dcs and others. Just download this little app, unzip it, run setup when connected via activesync and then add it to your start menu. Works like a charm and saves having to hard map a button to rotate your screen we are already limited to buttons as it is. I just put it at the top of my start menu and can use from any application of course. Thank you guys for all of your hard work.
not bad at all. but what i did was use phm plus; it gives you the short cut icons to the items in the settings folder (like bt, clock, input, etc). in this case i copied the "screen" shortcut and had it appear in the today screen using tdlaunch. just click on the icon and the option for landscape or portrait comes up.
cheers
thanks .. that was a very nice utility ..
Cool, another way is to assign it a hardware button, very easy t flip on the fly.
RE
Hi ZeroXtreme!
If you'll to assign the RotateSE to a hardware button its slower than the default Rotate Screen because of the rotating circle.
I think creating a shotcut on the Today screen launcher program is still a better choice and it can also relieves one of the hardware buttons for other use.
Thnx
Works as intended...
thats weird :? ...
does'nt WM2003SE has a <Rotate Screen> at "Assign a program:" list in Buttons section ?! :?:
in my i-mate JAM i can rotate the screen between 'Portrait' and 'Landscape(right-handed)' by pressing "Record" button
i wonder if xda2 wm2003se has it or not, coz mine gone junk while i'm upgrading to chines rom SE
later 8)
@NightmarE
Yes, it does have the hardware button assignment, the problem is that most of us have already used all the hardware buttons for other tasks, so a Start menu option is a nice solution...
I agree I have upgraded to the blue angel but having it in the start menu is much better than hardmapping it to a button, I posted the app for those who want a different option, if you want to waste a button on just rotation then be my guest but some of like myself don't use screen rotation that often then it is better in the start menu and not on a button that I need, considering I use alot of apps like Microsoft Voice Command.
It os better to have it in the Start Menu than in a Today Screen, if you are in the middle of a app it is easier to just open the Start Menu and rotate than go through settings->screen or close then today then back to the app...
I'm using SPB Pocket Plus and add "rotate screen to the right" to close/minimize dialog ... That's just how I do it. Free Up start menu slot for my other frequently used apps.
Right now I'm quite a happy XDA2 user
use PHM utility to add a shortcut of RotatSE in Task bar near by bluetooth icon it will be like i-mate Jam icon 8) ...
laters :lol:
I assinged one hardware button to flip the screenand made the flipting system easily and fast...
Works great on the Treo 700wx. Thanks!
Hi, is ROM version 1.66.00WWE a wm2003SE?
Just tried the software a while ago but it didn't work.
Is there a version of this working on wm2003? just found out that my phone is not wm2003SE version but a wm2003, software not compatible with wm2003. :c
Works ok, but...
Hi.
It works fine, but how I configure it to rotate to the other side (clockwise) ??
Thanks in advance,
Joe

Need help with side button assigment.

Dear friends!
Does anyone know how to bind the side button (volume) under WM2003SE on Wallaby? Under PPC2002 and WM2003 it's work fine, but now...
Or, if someone has Wallaby runing WM2003 or PPC2002, can you take a look in registry key HKLM\software\microsoft\shell\keys and write here it's subkeys?
I have 40C1 and 40C2, meaning 0xC1 (button 1) and 0xC2 (button 2), that's all.
XShell said:
Dear friends!
Does anyone know how to bind the side button (volume) under WM2003SE on Wallaby? Under PPC2002 and WM2003 it's work fine, but now...
Or, if someone has Wallaby runing WM2003 or PPC2002, can you take a look in registry key HKLM\software\microsoft\shell\keys and write here it's subkeys?
I have 40C1 and 40C2, meaning 0xC1 (button 1) and 0xC2 (button 2), that's all.
Click to expand...
Click to collapse
I have exactly the same problem
Doesn't AEButton Plus work?
V
How do I inderstand, AEButton Plus made for other devices and shouldn't work on Wallaby. It's couse the codes of slider buttons of Himalaya (something like 0x74 and 0x75) are different from volume button on Wallaby (0x87).
2 andrespeng: Under 2003SE in some applications this button works as ESCape.
So: if someone has Wallaby runing WM2003 or PPC2002, can you take a look in registry key HKLM\software\microsoft\shell\keys and write here it's subkeys?
I go back for wm2003 final
I am not using wm2003SEC any more, I go back for wm2003...the 2003SEC give too much trouble, and it is slow....now my Walby is working perfectly..........I don´t have any registry editor, so I can not see the registry you ask, may be later I will download a registry editor from the internet,,,... i tell you later
download mapvolumese.exe from this thread
http://forum.xda-developers.com/viewtopic.php?p=125966
place it in windows/startup and enjoy.
k_dima, thaks!
Re: Need help with side button assigment
My Wallaby running PPC2002 has the same two subkeys: 40C1 and 40C2.
Cheers.

Rotate screen application

Since I couldn't find it anywhere else I just made it myself
My Hermes allows me to rotate the screen using a hardware button assignment or using the HTC Home plugin. Using a 'touchflo'-like application -with no hardware button to spare- it was annoying going back to my today-screen to rotate the screen.
It turned out the Compact Framework 2.0 has this nice class which would do the trick: Microsoft.WindowsCE.Forms.SystemSettings.ScreenOrientation
So I "wrote" exactly 10 lines of code (including class/function def) to rotate my screen.
Anyone interested: download and install the cab.
+ Does not remain in memory: rotates the screen and exits
+ Now you can create a shortcut to rotate the screen
+ tested on a Hermes (TyTN)
- Requires Compact Framework 2.0 (should be default for Windows Mobile 6.0)
- CF is a huge overhead when only needed for this program, but I'm to lazy to go for the API call (ChangeDisplaySettingsEx)
- No settings: rotates 90 degrees counter clockwise (or 90 degrees clockwise with the Rotate Screen CW cab) -on my TyTN it matches the screen setting when the keyboard slides out-
- Icon is but-ugly
- Not tested on other hardware, but I expect the worst thing that could happen is a frozen device which will work nicely after a soft-reset. My expectation is based on the fact it's a CF 'call' and not an API call, therefore it does not write to memory locations directly.
Use 'as is'.
I might be tempted to add 'settings' if people actually would use the program and have requests...
When installed on other devices: a message would be appreciated (even if is doesn't work)
no one yet
I would use this. But except for wiring it to a hardbutton, can you make it (maybe as a setting) to have it go into landscape mode when opening New SMS and then back to portrait when SMS is sent?
I also posted this in another thread but maybe this one is more appropriate.
Thanks
It does work on the Mogul/PPC-6800. Rotates the screen 270° Why wouldn't you just create a mortscript file to do this the only line that you would need is
Code:
Rotate(270)
saenzjoseph said:
It does work on the Mogul/PPC-6800. Rotates the screen 270° Why wouldn't you just create a mortscript file to do this the only line that you would need is
Code:
Rotate(270)
Click to expand...
Click to collapse
Is this in reference to my post or the original?
rotating
i don't know if this can be done or not, but if touchflo can have a rotate recognition (similar to HTC album where u can rotate a picture) and use this to rotate the screen in the direction u want to what do u think... is this smtg one should ask efrost?
freakflow said:
Is this in reference to my post or the original?
Click to expand...
Click to collapse
No. But you can have a script that rotates 270° or 90°(landscape) and then opens the SMS app and when it closes the SMS app it rotates back to 0°(portrait). It would read something like this. But im not sure that you can assign it only to the creation of a new message
Code:
Rotate(270)
Runwait( "type the path of your SMS application here" )
Rotate(0)
saenzjoseph said:
Why wouldn't you just create a mortscript file to do this the only line that you would need is
Code:
Rotate(270)
Click to expand...
Click to collapse
Mortscript is a great tool, but it requires some scripting-knowledge to get it working. A small app is easier to install for most people.
But I agree mortscript is the better option if you want a "rotate-start app-rotate back" sequence
This small app is just because of my frustration Microsoft didn't give me a "rotates screen"-shortcut.
Thank you.. Still works great..
works like a charm on my htc prophet with winmo 6.5
thanks a lot!
Any way to decrease the length of time it takes to depress the button?
blackstone with leo rom
works great on wm6.5 on a polaris.
work perfectly on my charmer and this really solve my problem ! thank you .... well done
this is a very nice piece of s/w, i find it very helpful to me. thank you, lextendo, for yr contribution.
Works with SGH-i200 (WM6.1)
lextendo said:
Since I couldn't find it anywhere else I just made it myself
Click to expand...
Click to collapse
Tanks you for this app!
It works with my SGH-i200 (WM6.1)!
The "i320 rotation app" is faster than your "Rotate screen" application but needs more clicks to get back to normal...
So I will use your "Rotate screen CW.cab"!
Grondinm said:
I have been looking to do the same thing for some time now. i found that it's a registry value so my thinking is that it must be possible to create a script or app that can change this value but i have yet to find one.
the reg key and values are:
[HKEY_LOCAL_MACHINE\System\GDI\ROTATION]
Change the Value of "Angle" to the
dword:00000000 or dword:00000360 -> Portrait Mode
dword:00000090 -> Landscape(Right-Handed)
dword:00000180 -> Portrait Up-side Down
dword:00000270 -> Landscape (Left-Handed)
Click to expand...
Click to collapse
Rotating with MortScript is real comfortable!
saenzjoseph said:
...a script that rotates 270° or 90°(landscape) and then opens the SMS app and when it closes the SMS app it rotates back to 0°(portrait). It would read something like this.
Code:
Rotate(270)
Runwait( "type the path of your SMS application here" )
Rotate(0)
Click to expand...
Click to collapse
Thanks saenzjoseph!
If you have installed MortScript you only need one line to rotate!
Code:
Rotate(270)
And back:
Code:
Rotate(0)
Rotate and remap keys (d-pad)
If you want to remap some keys use "AEButton Plus".
In this thread they remaped the d-pad with that tool...
MortScript for IErotate and AEButton cfg for d-pad
can this be used on a...
can this app be used on HTC TOUCH2 ? just wondering..
anyone test it on HD2?
App Rotate screen v1.1

S2U2 v1.00 Problem....

Hi,
i have a problem with the S2U2 tool. I have installed the software on my Niki phone. It works very well but i have one problem and i hope somebody can tell me how to fix this.
The Niki has a Keyboard, and when S2U2 is active and i open the Keyboard the phone dont unlock itself. I always have to use the slide button on the display when i want to unlock the phone. Is there a way when i open the Keyboard that the phone unlocks automatic ?? I also whant that the phone locks itself when i close the keyboard.
Have you looked at this app, its great
http://forum.xda-developers.com/showthread.php?t=359212
thx but i like the S2U2 tool, i have installed the other tool befor but the features of S2U2 are better for me.... Only the problem with the Keyboard....
u should ask the S2U2 developer, not us ...

[Q] Screen Rotation particulary not working

hi,
i have a problem with my hd2 (latest standard htc-rom 1.66.407.1 german, no mods, etc.): while screen rotation works fine on htc sense album view and sense music-player, it doesn't on email or sms functions. it simply doesn't rotate into landscape mode, not even while typing on the keyboard.
any ideas to fix this behavior?
Thx and regards.

Categories

Resources