[Q] Screen Sensitivity & snooze control - HD Mini General

1. I find the screen to be far too sensitive. A brush of the thumb is enough to place an unintentional telephone call. I installed Auto Config sensitivity to the lowest level and finger pressure to the highest, but it really hasn't helped. Perhaps the solution is to deactivate the soft "phone" button directly under the Home icon. Just to gripe about it, it seems a dumb place to put that button. Is there some way of turning that button off? Or in fact, increasing the pressure require to activate the screen?
2. The reminders are under the control of the pre-loaded and pathetic calendar program. As a result "snoozes" are limited to 5 minutes. I bought and installed Thumbcal -- a worthy program -- but there doesn't seem to be anyway of making it the default calender. Maybe I overlooked a switch. Can anyone help?
Thanks

1. use AE Button plus to unbind the send end keys. This will solve your problem.
I also use vangrieg in call lock so that you only slide to answer. Follow the steps in the following link regarding important note to HD2 users. HD Mini users will need to follow that too.
http://forum.xda-developers.com/showthread.php?t=556801

Thank you. The case of the accidental phone call has been solved. It took me a while to figure out but it was $8 well spent.

humphster said:
Thank you. The case of the accidental phone call has been solved. It took me a while to figure out but it was $8 well spent.
Click to expand...
Click to collapse
for snoozes, i use BsB Tweeks to enable x min/hour/day notifications. can snooze up to a day.
http://forum.xda-developers.com/showthread.php?t=589305

Once again my thanks. You are obviously well versed in customizing these phones.

humphster said:
Once again my thanks. You are obviously well versed in customizing these phones.
Click to expand...
Click to collapse
learnt a lot from the community @ XDA. Just sharing my 2 cents...

In any case, thank you.

humphster said:
2. The reminders are under the control of the pre-loaded and pathetic calendar program. As a result "snoozes" are limited to 5 minutes. I bought and installed Thumbcal -- a worthy program -- but there doesn't seem to be anyway of making it the default calender. Maybe I overlooked a switch. Can anyone help?
Thanks
Click to expand...
Click to collapse
You are correct. HTC calendar is really pathetic. It's included in the phone only for eye-candy purposes. No real value or function to it.
ThumbCal is a really great choice of a replacement calendar app. But it won't work from the calendar link of the homescreen. The homescreen calendar link is a real weirdo. It links to 3rd-party calendar app only when you have no appointment for today. So forget about that. (Actually, almost all of the whole homescreen graphics and links are useless. An unnecessary waste of screen real estate).
What you can do is to position ThumbCal icon somewhere up in the first few icons of WinMo menu. That way, you can access ThumbCal from anywhere. Just press the "Windows" button (center button on the lower edge of the phone), and you get to ThumbCal app anytime anywhere.
Another way is to use BSB Tweaks to reconfigure the left softkey of Sense UI, and change it from the default "Phone" to "ThumbCal".
Now, for the "snooze" problem. Again, use BSB Tweaks to modify windows notifications. Enable dismiss X time in notifications. This will revert the notifications back to the normal WinMo style. With a menu choice of snooze duration to choose from.

Thanks for the suggestion. I added thumbcal on the quicklinks, but your suggestion is just as efficient. The BsB tweal was already suggested. I implemented and works just fine.
Both are good ideas.

Related

"Mini S2U"

Source Code Finally Posted...
Sorry it took so long to post the source. I haven't been monitoring this thread for some time due to other time demands. A recent email reminded me that I promised to release the source, so here ya go...
Release 6 Notes Below...
About a week ago, I was looking for an app that would lock my wizard when it came out of suspend. I use a bluetooth headset for all my calls, so I rarely remove my phone from its carrier. However, while talking, I tend to move around and frequently the hang-up button would be pressed resulting in a disconnect.
Frustrated, I looked at a few apps. I really like the "Slide to Unlock" feature in the iPhone-like app S2U. It more or less suited my needs. However, my bluetooth headset wouldn't work with S2U installed.
Thus I set about writing an app that would "lock" the phone whenever it came out of suspend mode. The result is the app, LockDown, attached to this post. Once run, LockDown sits in the background waiting for "resume" event. At this time, it locks all keys and prevents any stylus events save one - a "Slide right to unlock" slider control. As with S2U, once the thumb tab is slid all the way to the right, the keys are unlocked and the unit once again responds to the stylus. Also note that LockDown only takes up 5k of memory.
LockDown has been tested on TNT.1933 (WM6) for the Wizard. It's compiled as a PPC 2003 app, so in theory it should also work on WM5 and any PPC 2003 devices. I've tested it with my Visual Studio WM5 and PPC emulators, and it worked fine. However, it couldn't test it on the real deals.
It's a new app. While I'm not experiencing any problems, please consider it beta for now. As such, don't wire it up as an auto-start link until you've run with it awhile and are certain it works as advertised. For now, I suggest just copying it to your \windows folder and linking to it there. If you have any problems, please report them, and I'll address them ASAP.
Release 6 Notes
The slider bug was fixed.
The Message option was fixed.
Application Invocation
Lockdown [-lock] [-close]
With the -lock parameter, the application starts in lock mode.
With the -close parameter, the application is removed from memory (if running).
Registry Options in Folder \HKEY_LOCAL_MACHINE\Software\Lockdown\Slider
Position (DWORD, 0):
If set to 0, the slider is centered.
If > 0, the slider is positioned X pixels below the "Top Taskbar".
If < 0, the slider is positioned X pixels above the "Bottom Taskbar".
Padding (DWORD, 2):
Pixel offsets for slider arrow from the left and right edges of the slider window.
Message (String, "Slide right to unlock.")
The text message displayed in the slider window.
TextColor (DWORD, 00FFFFFF hex):
Color of slider message. Note that the HEX color format is 00BBGGRR where BB is blue, GG is green, and RR is red.
FontPoint (DWORD, 16):
The font size of the slider message.
PenColor (DWORD, 00F04050 hex):
Color of the slider arrow.
BackgroundColor (DWORD, 00CCCCCC hex):
Color of the slider background.
WidthMultiplier (String, .92):
Must be a floating point value. Multiply this value with the lesser value of the desktop height or width (in pixels) to determine the slider width.
For example: If the desktop display is 240 by 320 and the WidthMultiplier is 0.9, the slider width is 216 (240 X .9) pixels.
HeightMultiplier (String, .22):
Must be a floating point value. Multiply this value with the lesser value of the desktop height or width (in pixels) to determine the slider height.
TabWidthMultiplier (String, 1.5):
Must be a floating point value. Multiply this value with the calculated slider height to determine the width of the slider arrow.
Note that the height of the arrow is always equal to the height of the slider.
EnableAnswer (DWORD, 1):
If set to 1, the answer button is enabled during an incoming call period (while the phone is ringing).
If set to 0, the answer button is always disabled.
EnableIgnore (DWORD, 1):
If set to 1, the ignore button is enabled during an incoming call period (while the phone is ringing).
If set to 0, the ignore button is always disabled.
After the installation, only the Position key will be present in the registry. I figure that most users will only tweak this value.
To modify the other parameters, add the appropriate keys with the defined types as shown in parenthesis. The default values are also listed in the parenthesis.
If you decide to tweak these parameters, please remove any shortcut to Lockdown from the StartUp folder. While I've taken steps to prevent "bad" values in these parameters, I still suggest this precaution.
Please note that Lockdown must be terminated and restarted before any changes to registry settings take effect.
As always, if you have any issues, please let me know.
W James
Very Great app...im sure many will find it useful
Does not work on my CDMA Touch
Tried it out but does not run on my CDMA touch.
It work for me on Hermes With schaps wm6 Ver 4.30
thanks.
WJames said:
Greets.
About a week ago, I was looking for an app that would lock my wizard when it came out of suspend. I use a bluetooth headset for all my calls, so I rarely remove my phone from its carrier. However, while talking, I tend to move around and frequently the hang-up button would be pressed resulting in a disconnect.
Frustrated, I looked at a few apps. I really like the "Slide to Unlock" feature in the iPhone-like app S2U. It more or less suited my needs. However, my bluetooth headset wouldn't work with S2U installed.
Thus I set about writing an app that would "lock" the phone whenever it came out of suspend mode. The result is the app, LockDown, attached to this post. Once run, LockDown sits in the background waiting for "resume" event. At this time, it locks all keys and prevents any stylus events save one - a "Slide right to unlock" slider control. As with S2U, once the thumb tab is slid all the way to the right, the keys are unlocked and the unit once again responds to the stylus. Also note that LockDown only takes up 5k of memory.
LockDown has been tested on TNT.1933 (WM6) for the Wizard. It's compiled as a PPC 2003 app, so in theory it should also work on WM5 and any PPC 2003 devices. I've tested it with my Visual Studio WM5 and PPC emulators, and it worked fine. However, it couldn't test it on the real deals.
It's a new app. While I'm not experiencing any problems, please consider it beta for now. As such, don't wire it up as an auto-start link until you've run with it awhile and are certain it works as advertised. For now, I suggest just copying it to your \windows folder and linking to it there. If you have any problems, please report them, and I'll address them ASAP.
W James
Click to expand...
Click to collapse
hi WJames,
any screenshots of your app? it sounds very usefull, but how does it look
like?
today plugin s2u
it was a dream cam true if was a today plugin, to the left...lock, to the right ...unlock, but in the today,
I use my standard windows lock today plugin, without the lock buttons, so when i touch any buttom , the backlight goes on (to see the clock and appointments in one clic).
today plugin s2u is the rigth way.
great work
red.schumi said:
hi WJames,
any screenshots of your app? it sounds very usefull, but how does it look
like?
Click to expand...
Click to collapse
as he said...it sits behind the screen..and waits for the resume event
Here's a screen shot as per request. It's very plain jane. I wasn't looking for the beauty of something like S2U. I merely wanted a functional app that didn't take up much real estate (5kb).
Once it's gone through the paces and looks to be bug-free, I'll release the code and you can tweak to meet your needs.
It gives a black screen with white text in the center of screen saying "Slide right to unlock." There is a box with a plain white slider. You cannot see your today screen.
edit: Sorry, had the page open while I tested it and did not notice your reply before posting.
is it me or do we really need another "slide to unlock" app to mimic the iphone. There's already S2U Pro & S2U2.
What's funny, is that yeah these are cool but are they really needed? If you setup the device button lock correctly, then what's the point of a S2U app? All it does is add one more step to getting to your today page....
smittyofdhs said:
is it me or do we really need another "slide to unlock" app to mimic the iphone. There's already S2U Pro & S2U2.
What's funny, is that yeah these are cool but are they really needed? If you setup the device button lock correctly, then what's the point of a S2U app? All it does is add one more step to getting to your today page....
Click to expand...
Click to collapse
To each his own, but i run S2U2 because it allows me to operate my phone via bluetooth while the buttons are locked. The builtin lock doesn't let me do that.
perasite said:
To each his own, but i run S2U2 because it allows me to operate my phone via bluetooth while the buttons are locked. The builtin lock doesn't let me do that.
Click to expand...
Click to collapse
Hmm, never had that problem with bulit-in lock. Yes, to each their own. I've installed/uninstalled S2U2 soooo many times. I love the app but end up finding that it serves me no real purpose (other then eye candy) and it gets uninstalled. New version comes out, installed for a about 3-4 hours, then uninstalled again.
Very Nice...can i Request something?
Hi
Thanks for the nice application
very small, problem free so far (on Eten M700 with WM6) & useful
Can i have 3 requests please:
1- can you make the slider spring back to the left if it was accidentaly moved to the right, right now it stays half way & i think if you make it spring back it will be more safe as a lock & it will look better too
2- can you make the slider button wider (double) so i can catch it with my fat fingers
3- can you add an icon, so i may put it in my today launcher list & it would look better than the plain white square, something like a lock or key or a hand can do.
I also noticed that sometimes as i come out of the suspend mode, the slider is either late to appear (1-2 sec) & may remain unresponsive for two or three trys to slide it to right (stays in place)
Once started i couldn't figure how to get rid of it & seems that only way is to soft reset to go back to normal wake up without locking
Hope these comments help..thanks again for nice work
smittyofdhs said:
is it me or do we really need another "slide to unlock" app to mimic the iphone. There's already S2U Pro & S2U2.
What's funny, is that yeah these are cool but are they really needed? If you setup the device button lock correctly, then what's the point of a S2U app? All it does is add one more step to getting to your today page....
Click to expand...
Click to collapse
Those apps you mentioned take a ****load of memory and add to battery drain because of all the animations and graphics. His is a simple slide function that sips memory and battery life. Very useful IMO. Sliding is good cuz I find unlocking the WM way to be annoying. I have to touch an icon to lock. Then to unlock, I have to press two buttons. With sliding, it locks automatically and unlocking is accompished in one simple motion.
You're right that there's already enough S2U programs.
I also think S2U2 is an awesome balance between beauty and speed/mem cost. For people who have only tried S2U, you really need to change to S2U2... WAY faster and stable!
In most cases, yes S2U isn't that necessary, as it's similar an extra step to get to your today page, but I need it because:
1) My alarms don't wake if the phone is on standby, so I put it onto S2U2 mode when I sleep
2) My audio manager doesn't go to the next song if the phone is on standby, so I have to lock my phone while listening using S2U2
I question how good it'll be to have Slide 2 Lock as a today plugin, since I don't need some extra waste of space. What I do is set the gesture right-to-left (using FTouchFlo) to execute S2U2 so when I slide right to left, it opens S2U2, then sliding left to right, unlocks it. Love it!
smittyofdhs said:
is it me or do we really need another "slide to unlock" app to mimic the iphone. There's already S2U Pro & S2U2.
What's funny, is that yeah these are cool but are they really needed? If you setup the device button lock correctly, then what's the point of a S2U app? All it does is add one more step to getting to your today page....
Click to expand...
Click to collapse
I hate to say it, but that's not quite true. If you setup the lock all buttons, sure you won't accidentally turn it on, but if you get a phone call, it doesn't just power right off (at least my 6700 doesn't) - it can and has made phone calls like that...
And as for the S2U/2 - they use quite a bit more memory than this. A 5k program use is great, although I won't use it because I like the clock on s2u2.
Great App
This is all I ever really wanted. Just a very simple slide unlock. simple.
Excellent.
thanks.
This simple slide to unlock app is perfect for my needs...Thanks!
The point here is WJames created an application for his own use and shared it with everybody. If someone think that it is not req. they might not use it. Anyway thanks for the nice little app.
Thanks! Great small app. Would be fantastic with a simple white clock above the lock bar though, so we could check the time on the phone without unlocking it. Thanks a bunch!

(25 November 2008) Haptic Feedback 0.3.1 - LG KS20 support (hopefully)!

There are probably similar apps around, but I got bored and made my own!
Currently, there are no options. It's on, or it's off!
Download the cab from here, install it, and then run "Haptic Feedback" from the programs menu.
By default, it installs a shortcut to launch at startup, but if you don't like that, delete "\Windows\Startup\HapticFeedback.Startup.lnk".
If Haptic Feedback is already running, starting the link again will cause it to exit.
Notes:
No external frameworks are required - pure C++
Supports MoDaCo AppToDate
Coming whenever I have enough time to implement it:
Settings - lots!
A settings application
Some features I haven't yet thought about... Suggestions anyone?
Support for keyboard response
I can't be held responsible for any damage or loss caused directly or indirectly via use of this program, etc etc...
Change Log:
0.3.1 LG KS20 Support!
The "CustomLED" option allows for different LEDs to be set as the vibrate (default is 1. KS20 users should set it to 3)
0.3 Sound playback!
VibrateEnabled - enable vibration (1 is yes, 0 is no)
SoundEnabled - enable sound (1 is yes, 0 is no)
Sound - the full path to the sound file (only used if SoundEnabled = 1)
0.2 Settings! Stored under HKCU\Software\l3v5y\Haptic Feedback
HoldVibrate - keep vibration on until the screen is no longer down
HighTime - the time (in milliseconds) the vibration should be sustained
LowTime - the time (in milliseconds) the vibration should be held low
PollingInterval - the time (in milliseconds) between polls of the mouse state
0.1 Initial release
No point in a screenshot, as there is no form!
DISTRIBUTION OF THIS IN ANY FORM MAY RESULT IN VIOLENT DEATH CAUSED BY nir36, OR MYSELF - DON'T DO IT!
Feature Request
I know Heptic feedback is primarily designed to be vibrate response function but my suggestion is, Allow user setting to select both when Heptic feedback or audible feedback on or off for example only if SIP keyboard is enabled or in a specific program.
I really don't like the screen tap sound when used in general for all screen taps under winmo general settings but I would like the ability to have screen taps sound or vibrate feedback or both when I use my keyboard. So the ability to assign sounds or vibration independently of each other would be nice.
Curious G
lol i love this. it's pointless and battery consuming. but i love it
nir36 said:
lol i love this. it's pointless and battery consuming. but i love it
Click to expand...
Click to collapse
Why do you think I made it?
It only consumes as much power as getting called constantly, and it's great for annoying people trying to use my phone...
thanks for sharing its cool.
curious george said:
I know Heptic feedback is primarily designed to be vibrate response function but my suggestion is, Allow user setting to select both when Heptic feedback or audible feedback on or off for example only if SIP keyboard is enabled or in a specific program.
I really don't like the screen tap sound when used in general for all screen taps under winmo general settings but I would like the ability to have screen taps sound or vibrate feedback or both when I use my keyboard. So the ability to assign sounds or vibration independently of each other would be nice.
Curious G
Click to expand...
Click to collapse
I'll see if I can work out how to do that! It seems a nice idea.
Thanks!
l3v5y said:
Why do you think I made it?
It only consumes as much power as getting called constantly, and it's great for annoying people trying to use my phone...
Click to expand...
Click to collapse
dude. i suggest you stop giving your phone to people/losing it.
nir36 said:
dude. i suggest you stop giving your phone to people/losing it.
Click to expand...
Click to collapse
Meh...
I wrote it mainly because I find it useful, and partly to test if I can get input from the device - I'm planning on creating a keyboard hook to launch my Dialer when the "call" button is pressed.
ooo! you should also share this with supbro for his iDialer..
that would be magnificant!
i'm off to sleep, 2000 hours of studying tomorrow.
cheers
nir36 said:
ooo! you should also share this with supbro for his iDialer..
that would be magnificant!
i'm off to sleep, 2000 hours of studying tomorrow.
cheers
Click to expand...
Click to collapse
If I can get it to work, I will send it to supbro.
any way to lower the intesity of the vibration? its hurting my hand
This app works with ftouchsl, which other apps ive tried dont.
Mike
Mike1002 said:
any way to lower the intesity of the vibration? its hurting my hand
This app works with ftouchsl, which other apps ive tried dont.
Mike
Click to expand...
Click to collapse
As of yet, no. Currently, the vibration motor is being controlled in the same way as LEDs, so it's either on or off... I'll look into an alternate method though.
It won't work on my LG-KS20 too. Just like the other pgm - Vibration Feedback.
this is nice little app
thanks for sharing
if u can find some way to make this just work when the on screen keyboard is up that would be awesome
lbhocky19 said:
if u can find some way to make this just work when the on screen keyboard is up that would be awesome
Click to expand...
Click to collapse
it doesnt work with the onscreen keyboard.... dam.. that whose the whole reason i wanted this application ...
what device u running
i have a htc touch pro
works with PCM Keyboard
but i just wish it was a less of a vibration. too loud for me.
imagine in class just hearing loud ass vibrations while im texting?
that teaches you to stop texting while you're in class
l3v5y said:
As of yet, no. Currently, the vibration motor is being controlled in the same way as LEDs, so it's either on or off... I'll look into an alternate method though.
Click to expand...
Click to collapse
I think there is a way. Vibrations in Tweeter are very light, compared to the ones when there is a call or an alarm.
Excellent App, i will watch this development closely as its something id love. For the moment it feels like my Polaris is going to explode when i scroll Sometimes it also misses its "que"
But great work, very impressed.

[Q] TF3D mods if possible?

I don't know if this is something you can do, but can you find a way to do this on the tf3d?:
1) Edit the "calender" button on the main screen so I can choose it to launch Pocket Informant calender instead of the normal calender?
2) Edit the ammount of agendas to be shown on the main screen? I mean,it only displays like two?
3) Get rid of the call history on the main screen for more room.
4) Make it so if I click on the clock, it won't go to the clock editing screen? Twice my time changed when I had it in my pocket. I REALLY wish the power button on my FUZE was as harder to push as the one on the Tilt.
5) Get rid of the delay when going from one tab to another? I don't mean the heavy delay on the contacts tab, but the 1-2 second pause when going from one tab to another? I think the pause is from a screen fade or something.
And this one would be hard:
1) Would it be possible to make the clock 50% smaller so more appointments show on the main screen without swiping to the secondary main screen?
Anybody? I think the clock one might be possible, but haven't found a small one yet.
Hey!
1. & 4. It is possible there is a little prog out here that redirects that buttons.
5. I think is not possible because it caused by a lag cpu power sometimes
The rest: +1
I was thinking the same about the home screen. But there are some heavy problems.
-No SDK --> Everything has to be coded in tf3d's mode9/lua language/script mix that is hardly known. Especially editing mode9 is a pain in the ass at this time, cause there is no documentation and everything has to be cracked. Anyway, there are a few people that understand the platform enough to be able to somthing like that.
I was working on a semiautomated mode9 editor but havn't got the time... perhaps I will resume that project one day.
Then it would be possible...
starstreak said:
I don't know if this is something you can do, but can you find a way to do this on the tf3d?:
1) Edit the "calender" button on the main screen so I can choose it to launch
Click to expand...
Click to collapse
are you talking about the softkey. the 'button' at the bottom of the screen? you can edit your softkeys by editing the keys in this directory:
Go to the HKEY_LOCAL_MACHINE\Software\HTC\Manila key in your registry
homeRSK is right softkey.
No, not the two soft buttons. The one that's actually in TF3D. The one that says Calender on the TODAY part of the screen
ngravatt said:
are you talking about the softkey. the 'button' at the bottom of the screen? you can edit your softkeys by editing the keys in this directory:
Go to the HKEY_LOCAL_MACHINE\Software\HTC\Manila key in your registry
homeRSK is right softkey.
Click to expand...
Click to collapse
I would like to resurrect this topic, as I have exactly the same questions which - to date, remain unanswered.
My agenda thingy suddenly diceded it was time to stop working as a button :s
when I press it noting happens?!?
So I would like the button to start working again AND would like he rest as well.
someone? any help? ideas?
mderm said:
Hey!
1. & 4. It is possible there is a little prog out here that redirects that buttons.
5. I think is not possible because it caused by a lag cpu power sometimes
The rest: +1
I was thinking the same about the home screen. But there are some heavy problems.
-No SDK --> Everything has to be coded in tf3d's mode9/lua language/script mix that is hardly known. Especially editing mode9 is a pain in the ass at this time, cause there is no documentation and everything has to be cracked. Anyway, there are a few people that understand the platform enough to be able to somthing like that.
I was working on a semiautomated mode9 editor but havn't got the time... perhaps I will resume that project one day.
Then it would be possible...
Click to expand...
Click to collapse
I think you mean SSMaPa, you can get it here > http://forum.xda-developers.com/showthread.php?t=407777
iharkins said:
I think you mean SSMaPa, you can get it here > http://forum.xda-developers.com/showthread.php?t=407777
Click to expand...
Click to collapse
Thanks! That's exactly what I need.

Can the HTC Touch HD rotate screen in landscape mode?

Hi!
I just got the HTC Touch HD a couple of days ago.
Just wondering how to make the screen rotate on the HTC Touch HD in landscape mode.
Can anyone guide me on how to get the screen to rotate please?
download gyrator 2
also, use the search
Get a registry editor, then: HKLM - System - GDI - Rotation - HideOrientationUI (change from 1 to 0)
And yes.....you the search function.....it´s all been discussed before.......like here: http://forum.xda-developers.com/showthread.php?t=448142
Hi,
Great information, thank you very much ! I have successfully 'activated' this extra option with the use of Total Commander's built-in Registry Editor (another excellent find on this site ).
It is a great way to get a feel for what programms look like in Landscape Mode, since I haven't (yet) installed any Auto-Rotate programms.
Now I'd like to find a way to make accessing this Setting easier/faster because everytime you go back to a TouchFlo 3D screen the Device changes back to Portrait-mode. Back to browsing the forum; am getting my HD set-up the way I like it...one step at a time...
Regards,
Rolf (SmartPhone-newbie from The Netherlands)
This is the Must-Have :
http://www.freewarepocketpc.net/ppc-download-gsen.html
GSEN makes exactly what you asked
Hi,
zeltron4u said:
GSEN makes exactly what you asked
Click to expand...
Click to collapse
I understand popular alternatives are Gyrator 2 or Mobile Magic
I myself would like to be able to rotate the screen manually only. After editing the Registry as per the above description this is now possible on my Touch HD.
This however takes a lot of clicks so I hope to find a way to assign this option to either a Start Menu Shortcut or a long-press Hotkey. I think I stumbled across a post regarding this issue in one of my many hours reading through this forum and its Wiki. I didn't pay much attention to it at the time so I'll have to try and find that information again...
Regards,
Rolf
^Rook said:
Hi,
I understand popular alternatives are Gyrator 2 or Mobile Magic
.....so I hope to find a way to assign this option to either a Start Menu Shortcut or a long-press Hotkey.
Click to expand...
Click to collapse
So why don´t you do just that? Assign the rotation to the long-press-answer-key. That´s what I´ve done from day one....
^Rook said:
Hi,
I understand popular alternatives are Gyrator 2 or Mobile Magic
I myself would like to be able to rotate the screen manually only. After editing the Registry as per the above description this is now possible on my Touch HD.
This however takes a lot of clicks so I hope to find a way to assign this option to either a Start Menu Shortcut or a long-press Hotkey. I think I stumbled across a post regarding this issue in one of my many hours reading through this forum and its Wiki. I didn't pay much attention to it at the time so I'll have to try and find that information again...
Regards,
Rolf
Click to expand...
Click to collapse
I found this little utility, it opens a pop-up window that rotates the screen and gives you the option of which position you want. I have used AEPlus button mapper to assign it to the "volume up" button. It works great, but the only thing is....don't try to rotate the TouchFlo3d windows, it doesn't like that at all. I think that is why the HD doesn't auto-rotate yet, TF3d can't take it. Start the app that you want to use, then activate the "Screen Rotate" utility.
http://classic.pocketgear.com/software_detail.asp?id=27016
Hi Michi,
michi123 said:
So why don´t you do just that? Assign the rotation to the long-press-answer-key. That´s what I´ve done from day one....
Click to expand...
Click to collapse
Because I didn't know one COULD do that Hahaha... Thanks so much for pointing this out to me I did it right away and it works great...even with TouchFlo !
Was this option available in Key Assigment right away or only after the registry was altered as described above
Regards,
Rolf
Hi Matterhorn,
Matterhorn said:
I found this little utility
Click to expand...
Click to collapse
Thanks for the link, don't think I saw that one mentioned before It seems "there are many roads that lead to Rome"
Regards,
Rolf
Matterhorn said:
I found this little utility, it opens a pop-up window that rotates the screen and gives you the option of which position you want. I have used AEPlus button mapper to assign it to the "volume up" button. It works great, but the only thing is....don't try to rotate the TouchFlo3d windows, it doesn't like that at all. I think that is why the HD doesn't auto-rotate yet, TF3d can't take it. Start the app that you want to use, then activate the "Screen Rotate" utility.
http://classic.pocketgear.com/software_detail.asp?id=27016
Click to expand...
Click to collapse
I might be being blind, but I can't see a "download" link anywhere on that page!
http://www.pocketkai.com/asp/en/download-demo.aspx
here you go! hope this helps
umexed said:
http://www.pocketkai.com/asp/en/download-demo.aspx
here you go! hope this helps
Click to expand...
Click to collapse
yeah, thanks, that's where I got it from in the end, but it took until th 9th google search result to find that website and thus a working download location! That's rediculous for a freeware application!
Amusing thing is, I went to assign this to a button using AE Button Plus, and it turns out there's already an option in that program to assign buttons to "rotate screen" and "rotate screen clockwize" (american-sic) missed it before due to not looking for it specifically at the time!
Which screens are TF3d?
Is that the home screen (when tf3d is enabled)?
The screen doesnt remain in landscape mode.
After accessing the call menu it goes back to portrait mode.
CorruptedSanity said:
The screen doesnt remain in landscape mode.
After accessing the call menu it goes back to portrait mode.
Click to expand...
Click to collapse
I can get the phone screen to go landscape with the rotate app in AEBplus, but if I'm in landscape in another app and switch to the phone app, it goes back to portrait. Maybe the problem is the HTC phone screen, the generic WM probably works ok.
Matterhorn,
Actually I turned off TF3D from the Home menu in settings.
It still resets to portrait after accessing phone menu.
chaosdefinesorder said:
yeah, thanks, that's where I got it from in the end, but it took until th 9th google search result to find that website and thus a working download location! That's rediculous for a freeware application!
Amusing thing is, I went to assign this to a button using AE Button Plus, and it turns out there's already an option in that program to assign buttons to "rotate screen" and "rotate screen clockwize" (american-sic) missed it before due to not looking for it specifically at the time!
Click to expand...
Click to collapse
I didn't see that in AEButtons Plus, thanks for the tip.
Can some 1 post a direct link with a program which rotates the HD's screen. Plix Plox
^^
nigga886 said:
Can some 1 post a direct link with a program which rotates the HD's screen. Plix Plox
^^
Click to expand...
Click to collapse
http://gyrator.brins0.net/

CLIQ gets added button functionality 01/28 through OTA

http://forums.t-mobile.com/t5/MOTOR...available-STILL-1-5-though/td-p/304863/page/2
There was an OTA update to the CLIQ today, which was taken down after 15 minutes. Reports say this added functionality to their home button as such:
There is also a new option to double-click home button to launch, contact, voice search, etc... it's under Application Settings
Click to expand...
Click to collapse
As for the double tap on the home screen, you can now set that as a shortcut. So if you press the home key twice, it will open up a certain function of the phone. Like take you to your contacts or open something else. By default it opens up google voice search.
Click to expand...
Click to collapse
No you can't customize the Double Tap. It is located under Settings - Application Settings and gives you the choices of Voice Search, Messaging, Dialer, Map, Contact and Camera
Click to expand...
Click to collapse
Is there any chance that something like this can be either a) ported over, or if it's not possible, b) developed for the Nexus One? (Basically if it is possible to add button functionality using the standard SDK tools?)
And even better, edited/hacked so as to allow home button double-tap to launch ANY app? (And even add double tap functionality for the other buttons?)
I don't see this working too well with capacitive buttons, tbh.
double tap on track ball
I wish there is a way to have double tab on he track ball to launch the dialer or to my favorite contacts. It would make it easy for making phone calls.
nuc70st said:
I wish there is a way to have double tab on he track ball to launch the dialer or to my favorite contacts. It would make it easy for making phone calls.
Click to expand...
Click to collapse
i can dig that!
but with the option to change it like camera, txt, etc...
nuc70st said:
I wish there is a way to have double tab on he track ball to launch the dialer or to my favorite contacts. It would make it easy for making phone calls.
Click to expand...
Click to collapse
That too!
The reason I ask if this is even possible to develop using the standard SDK tools is because I've been searching and searching and searching and searching over the past year with my G1 for some app on the Market that adds or alters button functionality. To date, there is not a *SINGLE* app that does this for *ANY* Android phone.
Until yesterday's update of course. Finally!!!
Is this something that ONLY Motorola (and other carriers) can do?
Personally, I would love to see a mod in spare parts or something that would make it so that all of the capacitive buttons at the bottom of the screen on the Nexus would require a double-tap to be activated. This would help us avoid brushing up against them accidentally when not meaning to. Granted, it would take a little bit of getting used to double-tapping them to make them work, but I'm sure some people would appreciate and use such a mod. I'm talking about a purely optional mod that you would not have to have turned on (but could via Spare Parts) and would be off to keep the button behavior stock by default.
kylez64 said:
i can dig that!
but with the option to change it like camera, txt, etc...
Click to expand...
Click to collapse
i guess the longevity of the trackball is low, at least it is on my blackberry. if you are onto this, mate, then, maybe, it could be either dblpress or longpress - to chose from?
tutech said:
Personally, I would love to see a mod in spare parts or something that would make it so that all of the capacitive buttons at the bottom of the screen on the Nexus would require a double-tap to be activated. This would help us avoid brushing up against them accidentally when not meaning to. Granted, it would take a little bit of getting used to double-tapping them to make them work, but I'm sure some people would appreciate and use such a mod. I'm talking about a purely optional mod that you would not have to have turned on (but could via Spare Parts) and would be off to keep the button behavior stock by default.
Click to expand...
Click to collapse
Hah, different strokes for different folks. I wouldn't use that, but that's exactly why it should be customizable.
Can any Android developers comment on this?
I found one! It's called Button Shortcut in the market. Great App!
Paul22000 said:
I found one! It's called Button Shortcut in the market. Great App!
Click to expand...
Click to collapse
Using it now. Works great. Replaced search-button long press with Dialer.
Perfect!
karthikjr said:
Using it now. Works great. Replaced search-button long press with Dialer.
Perfect!
Click to expand...
Click to collapse
Hell yeah! Now I wonder what it would take to get a back button long press?
I emailed the developer to see if a Back button long press was possible. His answer:
It is not possible to override function of back button.
-social mobile <[email protected]>
Click to expand...
Click to collapse
Well that's a bummer! I do like this lite app Button Shortcut at least for a Dialer launch button!

Categories

Resources