Related
I searched but with no luck.
I would love to rotate the screen (manually or just by rotating the device) 90 degrees so I get the wide keyboard. It's much easier to type on and I text a ton. It looks like it's possible because you can rotate Opera and use the wide keyboard.
Thanks for any insight.
Try searching for an App called Gsen in the Themes, Applications and Software forum
edit: You're lucky that I'm bored right now. Here's the link: http://forum.xda-developers.com/showthread.php?t=403939
korytr said:
Try searching for an App called Gsen in the Themes, Applications and Software forum
Click to expand...
Click to collapse
Nice, thanks. However I just got a US version of the Diamond and it has rom version 1.93.422.4 WWE. I guess I'll just have to wait.
doesn't GSEN work with that ROM? you can try manual screen rotation.
kien said:
doesn't GSEN work with that ROM? you can try manual screen rotation.
Click to expand...
Click to collapse
It says "Not working on HTC Touch Pro with ROM version 1.90.0.0 or newer and HTC Touch Diamond with Telus ROM." on the first post ...
I tried it but it didn't work. Manual screen rotation?
Yep, I used Advanced Config to enable screen orientation (think its just a regisrtry key change) and assign long button press as a shortcut.
kien said:
Yep, I used Advanced Config to enable screen orientation (think its just a regisrtry key change) and assign long button press as a shortcut.
Click to expand...
Click to collapse
Cool! How do you assign the long press to rotate the screen? I don't see the option when assigning the key ...
Settings > Buttons > Button1 (Hold) > Assign <Rotate Screen>
kien said:
Settings > Buttons > Button1 (Hold) > Assign <Rotate Screen>
Click to expand...
Click to collapse
i don't have this in my options either.
You need to enable screen rotation before that option appears.
Excellent! Thanks for putting up with my noobness
kien said:
You need to enable screen rotation before that option appears.
Click to expand...
Click to collapse
Where is option to enable screen rotation?
I have been looking through all the settings on the D2 to manually change the screen to landscape as I used to be able to do on the Touch cruise but without success the G-Sensor is a bit of a hit and miss and only works on some programmes. I would like to use landscape with Navigon 7 anyone know how to do this ?
The TF3D interface does not work in landscape on default, there is an app available for it here
you can go to settings>all settings>system tab>screen and change the orientation, somehow this only works one time for me, it just changes back automatically.
in Navigon (I don't have this) there is probably an option where you can change the orientation
edit: change the orientation to landscape in the screen settings, and then start navigon.
Tnks for the reply TK tried the tweak did not seem to do anything apart from restarting the D2 there are no settings in the screen tab for changing orientation just alighn, Cleartype and Text Size.
will have to keep looking.
somehow the tweak options end up in the all programs list, found under Manila Rotate On/Off.
maybe this option came with one of the programs installed ^^
After you do the manilla landscape you soft-reset and then it should be there for you to rotate stuff. Another app to try out is G-Config. Search for that on the forum. You can add automatic rotation to apps that don't support it after you add them to the list you soft-reset and then try it again. I've managed to put MSN, Skype etc on it.
installed Advanced_Configuration_Tool_v3.3, start and then:
screen -> show orientation settings -> yes
then i configured the one button i can configure (left-bottom: press and hold):
settings -> all settings -> personal -> buttons -> <rotate screen>
wilbertvolkers
that worked thks for your help
wulls said:
that worked thks for your help
Click to expand...
Click to collapse
What about the phone app? When you're in navigation Mode with MN|7 and a call comes in, the phone app is in portrait, right?
Does anyone know, how to turn the phone app to landscape?
This is what many touch pro/fuze owners want to have - ability to get full control over their keyboards.
This is for Raphael only! Do not try to install this on other devices!
Do not ask me to make a version for other device since my remappers are driver dependent and this can be very and very complicated without real device (if possible at all).
So, what is it ? It's a modified keyboard driver with configurator application for keys setup. Any key (yeah, i mean ANY, including Home and Back keys) can be reassigned to perform desired actions. Keys on a QWERTY keyboard are not an exception, they might be remapped too.
If any key has an action configured and is defined to be processed by my driver extension, it wouldn't go into the system. That is to say no one program even like AEButton will see key events processed by my driver.
Driver extension also can vibrate on any key press.
Modified drivers were tested on many ROMs based on different OEMs, so they would work in most cases.
Thanks dcd1182 for CDMA version testing.
Features:
Different event types supported: single, double and triple clicks, long presses
Two modes of key mapping: three actions per key or direct key mapping
Key repeats in direct key mapping mode
Actions sequence repeats in actions mode
Key combinations using FN modifier
Default key behaviour action - you won't loose key's default behaviour if you just want to add double click or long press to it
Different key behaviour depending on foreground process/window class/window text
Multiple rules for each key to provide different behaviour for each application you want
Multiple actions for each event
Different predefined actions:
Run program
Key press emulation
Send symbol/text to active window
Close active window
Switch to window by class/text
Terminate data connection
Wi-Fi toggle
BT toggle
Screen rotation
Power management (screen power toggle, suspend, reset)
Exceptions lists which are used to deny key remapping depending on foreground process/window class/window text
Configurable long press and double click duration
Configuration import/export in configurator
Changelog is located here.
Configurator UI localization support information is located here.
Requirements:
- .NET CF 2.0 (for configurator app)
- WM 6.1/6.5 compatible
Usage:
- Install SdkCerts.cab
- Install RaphKbdControl_XXX.cab
- Soft reset
- Check if keyboard works by pressing hardware buttons and seeing if they do their work, if not - uninstall cab, this wouldn't work on your current ROM
- If it works - go to the control panel and find "Keyboard Config" on a System page
How to define key processing:
- Run configurator (Control Panel -> System -> Keyboard Config)
- Press Menu -> Add key
- When dialog asking you to press key appears press and release desired key
- Set up needed options in key setup dialog and press OK (left softkey)
- In configurator's main window press left softkey "Update settings" to let new configuration take place (reboot is not needed, coz new settings will work immediately after saving)
What to do if keyboard doesn't work after uninstallation of this software:
- in any way stop device "KBD1:"
- for example, you can use Dotfred's TaskManager - navigate to Devices tab and find the KBD1: string, then press Stop
- delete files \Windows\keypad.dll and \Windows\kbdcntrl.dll
- soft reset
How to add new button to Buttons applet and get it working:
- add or copy existing key [HKLM\Software\Microsoft\Shell\Keys\40CX], where X is 1-6
- under this key add next values:
* Name - display name of the button in list (doesn't matter what you write here, it's only for you)
* Icon - path to icon for this button
- goto configurator and define an 'emulate key press' action for any button you want and set these values here: key code - 'App X' and check 'Win' checkbox - only in this case button will work
- save settings and enjoy newly created button
TODO:
- optimization
- Shift+?? key combinations support (if there would be requests on this)
- more actions
- other useful things
- your suggestions ?
Backup before installing of modified driver is strongly recommended.
Be careful when downloading the cab, make sure you choose the correct version suitable for your device.
Also, here is small collection of AltTab programs attached.
You can use any of them assigned as 'run program' action to desired key to switch between running programs.
well im going to try this right now, thanks
tested and works great.
side note: under the todo list adding different key behaviours depending on active window would be great
thanks
Push!
What a great app ! Couold you try to add something like multi-pressd ?
Glad to see something like this come along.
Curious, any plans to integrate with the Buttons applet found in Settings?
Cheers,
Again, excellent work!
luciusz said:
Couold you try to add something like multi-pressd ?
Click to expand...
Click to collapse
Do you mean key combinations ? I will think about it.
hilaireg said:
Curious, any plans to integrate with the Buttons applet found in Settings?
Click to expand...
Click to collapse
No. Although buttons applet and my extension do similar work, they work in different ways, so it's not possible to integrate them at this moment.
It is very cool program.
But it is not work with russian keyboard on official Rom
Or it's my mistake?
after uninstall app and soft reset do not work hardware keyboard,
and keys: on/off device (on the top side) and loudness (on left side)
What can I do?
Cool tool!!! If you implement to configure different behaviour for different programs that would be really nice!
Wow; this really does sound like the tool I was hoping for. (The hardware keyboard and the home/back etc keys? Perfect!)
Sadly, seems like the rom I am using (MightyROM5, for CDMA and Sprint) wasn't one of them... oh, well. If anyone else with CDMA has a ROM and tries this successfully, though, I'd love to know so I can try a different one.
For me, the hardware keys worked again after an uninstall and soft reset. (To turn the screen back on after it fell asleep while I was doing this, I had to hold the power key down as if I was going to force it to turn off, only longer than normal -- just a FYI if someone else has the same issue.)
ldrn said:
Sadly, seems like the rom I am using (MightyROM5, for CDMA and Sprint) wasn't one of them... oh, well.
Click to expand...
Click to collapse
Could you send me keypad.dll (hope CDMA version has the same name as for GSM) file from your ROM ?
is there a way to make a tab key ? i really would like one . i hate having to touch the screen to change entry feilds on the internet ,usually when i log into xda or myspace or anywhere that has a forums ..... i use it tons on my computer and thats pretty much my only complaint about the fuze keyboard ...NO TAB !
tarkim said:
Could you send me keypad.dll (hope CDMA version has the same name as for GSM) file from your ROM ?
Click to expand...
Click to collapse
This is the keypad.dll from MightyRom 4.16 (CDMA):
Two requests:
1.
Please let me execute .lnk files also, not only .exe files
2.
I cannot use arguments when calling exe files. Please support arguments when calling exe files in the next version.
Thanks for listening!
Oliver
gmanfuzing said:
is there a way to make a tab key ? i really would like one . ....
Click to expand...
Click to collapse
owilsky said:
Two requests:
1. Please let me execute .lnk files also, not only .exe files
2. I cannot use arguments when calling exe files. Please support arguments when calling exe files in the next version.
Click to expand...
Click to collapse
All these would be implemented in new version which I'm currently working on. Wait a few days and you'll get it
mcw
tnx for driver, will se what I can do
Nice!
Will this app let me remap the Volume Up/Down to Scroll Up/Down?
tarkim said:
mcw
tnx for driver, will se what I can do
Click to expand...
Click to collapse
Wow, thank you for taking a look at this! (And thanks Mcw for posting it.)
kusbainian said:
Will this app let me remap the Volume Up/Down to Scroll Up/Down?
Click to expand...
Click to collapse
yes
ldrn
i've analyzed CDMA keypad driver that mcw posted here, it's 90% similar to GSM version
i will patch it in a free time like my one, but i haven't a CDMA device to test it so you will need to test patched driver
Amazing app, exactly what I dream about, thanks!
I would also like to propose some more functions than just running app with keypress, like for example closing window, closing app, opening start menu, etc...
And, if anybody knows standalone symbols keypad replacement, with your superb program we can get rid of this problem: http://forum.xda-developers.com/showthread.php?p=3911050
I have an issue with this app, dunno why but only my storage card is available to search exe from, I'm unable to search exe from main memory, how comes?
Thanks
Touch X INFINITY
SCREENS WILL COME LATER..
But if anyone out there who like my work could find it in there heart to make a small donation i would be forever greatful!
Support ME (Smaberg) to buy a New X1, so i can continue develop ROMs for the X1 CLICK HERE
Touch X INFINITY 2.0B ULTIMATE X-TREME _____________________________________________________________________________________________________________________________________________
Go here to download latest build
new in 2.0
many, many and many small fixes
added new internet explorer (request)
added new Drivers to fix lag (i hope my testers where right and theese work), there will come a cab with old drivers if this aint working.
added the custon notification manager (request)
and some more i won't tell
NEW in 2.0B
New agps app.
Totaly new drivers
New build
and many files changed
Fix for manila tabs in Touch X INFINITY 1.2 - View attachment manila_tabs_fix.cab
Go here to see an optional "start menu", this one is great...
http://www.panoramicsoft.com/mobileapps/launchpad/LaunchPad.php
ten charaters needed agian
Thankyou
Thank you!
Will give it a spin as soon as possible!
downloading now
will flash in a bit
am using this now. havent tested much but i noticed when it boots theres a mortscript error msg. something to do with titanium plugins?
and i like the wm6.5 start menu icons but the scrolling can be smoother.
photo swiping under photos and videos tab is laggy.
after disconnecting from pc, the two touch options on the bottom is stuck on all the tabs.
on the left is All Programs and right is Remove. they dont change according to the tab. i hv to restart TF3D to get it back to normal.
What's new about this ROM? Any improvements?
flashing it at the moment. i am so bored i need to play with my x1.
I tested Windows Media player with some clips created with Super and the video rendering sometimes slows to quickly catch up. This didn't happen in the previous version.
I've heard about tools for speeding up access to the memory card. Maybe that helps.
Also the soft keys gets stick to "all programs" and "remove" after you change from the programs tab
Other than that.. omg fast ROM
... testing further after reflashing ....
The first time I selected "Settings" I could see the soft button "All Settings", but when I selected it, I ended in the Communication Settings menu, repeatedly.
Back at the Home menu, I tried Settings again, but this time it only shows "All Programs" soft button. Clicking on it generates no action. I can't find a way to go to All Settings.
sinchi said:
... testing further after reflashing ....
The first time I selected "Settings" I could see the soft button "All Settings", but when I selected it, I ended in the Communication Settings menu, repeatedly.
Back at the Home menu, I tried Settings again, but this time it only shows "All Programs" soft button. Clicking on it generates no action. I can't find a way to go to All Settings.
Click to expand...
Click to collapse
similar bug to what i reported, seems to occur on all tabs, but most reproducible on program tab for me.
I noticed in the first version some bugs:
1. when you open most apps like message, opera, contacts and etc, when you press the upper left portion (inbox, url adress, search contact) it takes you to the app shortcuts/home of wm 6.5
2. camera button does not work
3. the lower left shortcut(all programs) on standby mode does not work and does not change when you switch between Touch flow apps like messaging, email, fave people, etc.
Overall awesome ROM as always
pacm23 said:
I noticed in the first version some bugs:
1. when you open most apps like message, opera, contacts and etc, when you press the upper left portion (inbox, url adress, search contact) it takes you to the app shortcuts/home of wm 6.5
2. camera button does not work
3. the lower left shortcut(all programs) on standby mode does not work and does not change when you switch between Touch flow apps like messaging, email, fave people, etc.
Overall awesome ROM as always
Click to expand...
Click to collapse
The camera hard button works for me. Once to activate the camera and once to take a picture.
... more testing ...
I installed latest Skype and it worked almost fine calling to a normal phone, except that when the screen goes black (for energy saving) the conversation was interrupted.
I had to press the power button to resume. After that, I had to keep touching the screen to keep the conversation alive.
sinchi said:
... more testing ...
I installed latest Skype and it worked almost fine calling to a normal phone, except that when the screen goes black (for energy saving) the conversation was interrupted.
I had to press the power button to resume. After that, I had to keep touching the screen to keep the conversation alive.
Click to expand...
Click to collapse
You can disable that feature in the WinMo Setting, isn't it?
Or delay the time before it will go in Standby
What's the difference between 1.2 & 1.1?
New drivers/tweak improvements or bugfixes?
Anyway it definitly looks promising ;-)
Keep up the good work, Smaberg
i stick to ur roms..i flash this one immidiately now..
yep fast and awesomely done. bravo!
i have wait looooooog time!thank you smaberg
Hi all!
How can i show keyboard on long press menu (default is search) on stock Rom like cm7 ?
Or any way to show it without touch on text (to use with jbed)
I think it depends on the apps you are using. Sometimes it shows automatically when you are about to write something
go to setting -----> cyanogenmod setting ----> input ----> long-press menu button -------> choose behavior -----> soft keyboard
xenv1 said:
Hi all!
How can i show keyboard on long press menu (default is search) on stock Rom like cm7 ?
Or any way to show it without touch on text (to use with jbed)
Click to expand...
Click to collapse
stock rom is what samsung put in your phone, cm7 is custom rom...
download game keyboard then open it and select "tap here to call out game keyboard on exit"
you will get keyboard then you can run the game, in which you want it
Messi10 said:
go to setting -----> cyanogenmod setting ----> input ----> long-press menu button -------> choose behavior -----> soft keyboard
Click to expand...
Click to collapse
i am using stock, not cm7
saisonics said:
I think it depends on the apps you are using. Sometimes it shows automatically when you are about to write something
Click to expand...
Click to collapse
i using java emulator, chat program, when input:
tap input text => java's input box => tap to show keyboard => typing => done (on keyboard) => done (on java's input box) => send (on chat program)
In cm7:
long press menu to show keyboard => typing => enter
dhlalit11 said:
download game keyboard then open it and select "tap here to call out game keyboard on exit"
you will get keyboard then you can run the game, in which you want it
Click to expand...
Click to collapse
But it not have space area, however i dont play gaming, i am chating
Sent from my GT-S5570 using xda premium