Popup Clock when button is pressed? - General Topics

Does anyone know if there's a popup clock that would display for 1-2 seconds when a button is pressed and would shut of the screen after that. Like the one found in Palm Tungsten T's?

I know a tool that does the reverse - ae button plus has a function to display a clock for a few seconds when switch on.

HI, this sounds pretty simple to me, just having a clock program, (i do have on I made on my phone (actually very simple c# script) but i am at work at the mo, will upload it when management leave )
But with just this simple clock, i could easily add a timer, which would close the app after a couple of seconds. Job Done?
I'll get on it later tonight, when i get home.
Hmm, just loaded the app on my new phone, turns out you need the .NET compact framework, maybe i will remake a similar app in C++ when i can be arsed , but for now i will modify it to close after a couple of seconds. and if you dont midn the fact it need .net then it will work for you just fine

providence said:
Does anyone know if there's a popup clock that would display for 1-2 seconds when a button is pressed and would shut of the screen after that. Like the one found in Palm Tungsten T's?
Click to expand...
Click to collapse
Very easy to do with MortScript http://www.sto-helit.de/
Code:
utime=FormatTime("h:i A")
SetMessageFont(24)
SleepMessage(5,utime,"Time")
ToggleDisplay(False)
Plus you can customize it to suit your style. Be warned, MortScript can be addictive.

cool. can anyone create this small program?

Something kinda like S2U2, spb Time, or spb Mobile Shell's Now Screen... They all have a clock display on device wakeup.

yeah but what about when im just checking the time? I dont want to press powerup and power off just to check time. just press 1 button and it will auto shut off after 2 sec is better

I think vijay did something like this

providence said:
yeah but what about when im just checking the time? I dont want to press powerup and power off just to check time. just press 1 button and it will auto shut off after 2 sec is better
Click to expand...
Click to collapse
You can see the time displayed in the taskbar in every program by tapping start menu/settings/system bar/clock/ tap "more" at bottom, check box. or you can install this zip, and map it to a hardware button. Mine is mapped where the messaging button is. You need visual basic runtime installed before the clock will work.

hotdog53 said:
You can see the time displayed in the taskbar in every program by tapping start menu/settings/system bar/clock/ tap "more" at bottom, check box. or you can install this zip, and map it to a hardware button. Mine is mapped where the messaging button is. You need visual basic runtime installed before the clock will work.
Click to expand...
Click to collapse
You control the clock talking by tapping anywhere in the center. To close the program, you need to tap the ok button in the taskbar.

hotdog53 said:
You control the clock talking by tapping anywhere in the center. To close the program, you need to tap the ok button in the taskbar.
Click to expand...
Click to collapse
Or you may want to install this zip file and map it to a hardware button. This is actually an alarm clock, but does'nt have to be used as one.

hotdog53 said:
Or you may want to install this zip file and map it to a hardware button. This is actually an alarm clock, but does'nt have to be used as one.
Click to expand...
Click to collapse
Clock shows the actual time with sweep second hand movement. Like wearing a wrist watch.

thanks but not quite the solution im looking for.
would be nice if we can check the time with 1 button and will shut off the screen after 2-3 secs

Related

Single press device Lock

Folks, any idea how to switch off the screen / lock the keyboard without the need of double press the red power button?
This is kind of bothering cause when you're in a application and need quickly to put your Treo into your pocket, you need to press 1st to get to the home-screen and 2nd to switch off.
Yeah, seems to be something new with the 750 (no other treo before did this). Palm set this up purposely, so I wouldn't assume there's a workaround for it. You'll get used to double clicking
Not that I know
I have used it for ages and found many shortcuts but no "quick lock".
Sorry
How about getting an application that device locks your phone upon return from standby? I use BatteryStatus Today Plugin by Chi Tai Dang.. This plugin has the option to lock device on wakeup and set cpu speed(I use this a lot)..
But mine's a wizard, what do I know about Treo.. but what I do now is, press the power button to get the phone to go into standby and when I want to use it again, I press the power button and it will device lock upon wake up.
I don't have a Treo. How do you initiate said keyboard lock normally?
V
vijay555 said:
I don't have a Treo. How do you initiate said keyboard lock normally?
V
Click to expand...
Click to collapse
"Device lock" that you may know of isn't used on Treo's. Palm uses their own "keyguard," which uses the red END button as a power button when not on the phone. If you are on the today screen, one click will shut the device off. However, if you are in another program, the first tap brings you to the today screen, and the second click turns the screen off (and the keyguard on if you have selected it to be that way). On all other treo's, WM or POS, one click of the end button would shut the screen off (unless you were on the phone obviously, it would be the END function), regardless of what program you were in. Palm changed this, I assume, to be like most cell phones, where when you press the END key it returns to the home screen, regardless of what you were doing. Like a RAZR would do.
Thats the best way I can explain it. You would be surprised Vijay on how many customizations Palm made to the OS.
Yes, I've heard that they did - thank Goodness one of the OEMs finally saw fit to do something original.
Hmm.. from what you describe, clicking twice doesn't seem like a very big chore... I did something similar in VJOkButt. Is it really necessary to convert the 2 clicks to 1 click? Investigating it barely seems worth the effort
V
I agree, hence my original post.
When you are on the today screen, it works normally. And you can double-click quite rapidly and it will work. Not a big deal for me.
yes guys, its not that dramatical, but still, it would be an improvement also considering that I want to stay in that one application (a note which I'm editing) and want to get there after waking up the device again without the need of again starting application, look for the last note, opening etc...
with HTC hermes and others the power button works exactly like this and its even better.
Hi all,
If you're using it two handed hold option (the white key, left hand end of row 3) and press the red button once - closes the app and powers off.
But you need an odd-shaped hand to do that one handed!
It is not that the double click isn't easy to do, it's waht fire00 said; if you are in an app, it closes it and then powers off. Case in point, this weekend while driving to a friend's house, I had directions in my email and would have liked to have turned off the phone, but then I would have to find the email again and open it up. On my Wizard, i would just turn it off and then back on and the email would be there for me.
Gotta be a reg hack for someone to find.
mackangus said:
If you're using it two handed hold option (the white key, left hand end of row 3) and press the red button once - closes the app and powers off.
Click to expand...
Click to collapse
On my device, that method doesn't close the app. It just locks the keyboard and then powers off. When I power on again, the app is still running and on screen. I think that's what fire00 was looking for.
pjcace said:
It is not that the double click isn't easy to do, it's waht fire00 said; if you are in an app, it closes it and then powers off. Case in point, this weekend while driving to a friend's house, I had directions in my email and would have liked to have turned off the phone, but then I would have to find the email again and open it up. On my Wizard, i would just turn it off and then back on and the email would be there for me.
Gotta be a reg hack for someone to find.
Click to expand...
Click to collapse
Sorry PJC ACE, my mis-type - using option + red button powers the device off WITHOUT closing the app - just like the power button on the Wizard ;-)
My apologies!
GUYS YOU'RE ABSOLUTE TREO-EXPERTS !!!!!
thanks a lot, going to dance with the Treo cause I'm so haaapyyy !! )))
fire00 said:
GUYS YOU'RE ABSOLUTE TREO-EXPERTS !!!!!
thanks a lot, going to dance with the Treo cause I'm so haaapyyy !! )))
Click to expand...
Click to collapse
Option (hold)+Red Phone button is a nice alternative, but I'd really like to find a way to prevent the Red Phone from reverting to the Today screen, so I can power off directly with it with one press...Vodafone's excuse for specifically asking for it this way (every other phone's "End" button brings you back to the "home" screen) is ridiculous, these aren't like every other phone.
I installed HTC home plugin and now my red button wont let me go into standby. I uninstalled and still not working. Any ideas?
Side Button + Suspend
There is a thread at TreoCentral that explaines how to activate the side button and make it available for button assignment in the settings screen.
Second there is a small program called suspend.
I have mapped the 1 press of the side button to suspend and away we go.
1 - Click keyguards/screen off.
Also it resume in the place or program you left when you unlock it.
Regards

Shortcut to taskmanager from today screen?

My eyes hurt so much searching for a solution to this. I am looking for a way to create a shortcut to the task manager from the today screen without using the stylus.
Is there anything out there that can simulate hitting the x,y coordinates for where the task manager lies? WisVol.exe solves the issue of hitting the volume wo/ the stylus. I am looking for the same solution for the task manager.
Shortcut to taskmanager
Hi there,
I can think of 2 solutions:
1- go to settings/buttons and set a button you do ont use to launch either the built in task list (tasks) which should bring up the running programs dialog or any task manager you have installed.
2- use the file "defcpl.zip". I can't remember where I got it from but it is shortcuts that link directly to the control panel options. Only problem is that I cannot find a way for them to show a real icon.
what device do you have? it's a hard button on my i780 - you hold down the OK button....
I am customizing my Sprint Plugin. I have the speaker icon simulating the volume buttom. (Stylus-less Today Screen) I would like to replace the Opera icon with the Task Manager icon and start the Task Manager as shown. I need something to simulate hitting the x,y coordinates of the upper-right most corner of the Today screen.
I think VJOkButt has a mode that simulates clicking in the top right.
Try that for now. I'll also look into a better way to simulating the clickeration.
V
vijay555 said:
I think VJOkButt has a mode that simulates clicking in the top right.
Try that for now. I'll also look into a better way to simulating the clickeration.
V
Click to expand...
Click to collapse
Thanks. If anyone can do it would be you!

Closing program with hw-key, goddommit!

Im slowly going mad with Raphael, HTC didnt make this easy for me.
I only want simple things. Like, one hw-button on top panel of device, that really closes program. I mean REALLY, and EVERY TIME. Not casually, or just leave it hanging there on the background.
But no, this is a luxury I cant have. I always have to try to hit my big thumb into little X at right upper corner.
Lets have an example. Fire up File Explorer. Ok Im done with it and want to close program (by pressing nice and big hw-key, not aiming for small X). Options:
1. I press Home-button. I'm back at home screen and File Explorer running on background.
2. I press Back-button. I'm back at home screen and File Explorer running on background.
3. I press Endcall-button. I'm back at home screen and File Explorer running on background.
...Seriously, WTF??? Why do we have THREE hw-buttons in top panel of Raphael, that do exactly the same thing? And as far as I have observerd, there is no really good solutions yet for remapping these hw-keys.
All I want is:
1. Button that takes me back to Home-screen (obviously Home-button)
2. Button that changes from program to another (alt+tab, I could use Back-button for this)
3. Button that really closes program (obvious choise would be Endcall-button).
Goddommit.
The Back button is really the OK button from previous devices like the Hermes. I agree the Home button is probably useless, but I suppose it's a fast way to get to the Home screen when you're in a call, since pressing Hangup while you're in a call will... hangup the current call.
With all the RAM in the device, is there any reason to really close any apps?
AEBPlus can handle all of them,but the Back button not. Unfortunately the Home button can be handled,but after hitting it,it jumps to Todayscreen and makes the command defined in AEBPlus,so it is unusable. I want to use those 2 buttons for something different as well as some of the keys on keyboard(SMS to OK/Close). As I don't understant 3 buttons for same functions,I don't understand,why we have 2 hw-keys for entering the messaging on the keyboard.
Taajuus said:
All I want is:
1. Button that takes me back to Home-screen (obviously Home-button)
2. Button that changes from program to another (alt+tab, I could use Back-button for this)
3. Button that really closes program (obvious choise would be Endcall-button).
Goddommit.
Click to expand...
Click to collapse
Now that would be perfect in my eyes

Volume control program

Hello.
I need a program which can control my phones volume but control screen have to open by taskbar icon.
One good example is VolumeX but this is only trial.
Just checked the Volumex website....but could not see if it opens from taskbar (in 6.5 ofcourse). Can you confirm?
You must set it up on the 3rd tab at Start > Volumex Settings
Frank Caarls said:
Just checked the Volumex website....but could not see if it opens from taskbar (in 6.5 ofcourse). Can you confirm?
Click to expand...
Click to collapse
Yes, I confirm that I can open it from taskbar
Thanks....than I need to get Volumex....
Well the Volumex thingy really sucked for me. First of all, it's too complicated. A volume control program should be up-volume up, down-volume down and two other buttons for vibrate and silent profiles. I don't need the default volume and interval checking features. It's like programming your day once more for using the volume control program on your smartphone. And that's dumb. And it has some sort of fade-out feature that is really annoying because it runs so slow that you can actually see the steps of it dissapearing and when you want to actually change the volume it doesn't check for idle state because I was pressing the volume keys and the app was doing it's routine of fading out even as I'm using it. Paying 10$ for this app would be a serious waste. It seems like it's the easiest thing in the world to write an app for controlling the volume, yet there is no good one out there. Too bad as I'm stuck with the 3.1 look on the default 6.5.5 package.
I find the default volume and timer feature useful for work, I use min volume at work and max when I listen music with headphones... but when I end listening I always forget to restore it to min and my boss gets mad... Volumex reminds me to switch to default (min) volume.
Btw it costs 8.90 not 10
why dont just asine a mini prog on the one of the hard keys, like volctrl.exe ie,got one uploaded look @ me pfile
janksd said:
Hello.
I need a program which can control my phones volume but control screen have to open by taskbar icon.
---------------------------------------------------------------------
heres the program,its liteweight and finger friendly,one minus no vibro option, am not fussy am happy with that chrz
Click to expand...
Click to collapse
whyayeman said:
janksd said:
Hello.
I need a program which can control my phones volume but control screen have to open by taskbar icon.
---------------------------------------------------------------------
btw here sm more assignable like programs if u interested
Click to expand...
Click to collapse
Click to expand...
Click to collapse

Add options to power button menu or double press hardware keys

I don't see a physical camera button on my captivate. i was wondering if i can add the option to the power button menu to open the camera. If not, is there an app or way to hold down a volume button or click a certain amount of times to get it to open the camera?
reason i ask is because I have a 19 month daughter and would need to open camera asap to take pictures as they happen.
if this have been covered sorry... ideally i would love to add the option and few more to that power button menu..
thanks
I'd like to see the capability to program all of them for click, double click, triple click, and long press. There is an app for htat for WinMO.
I have a very nice app that adds a lot of that type of functionality, Tasker, but that is not one of them.
I'm going to suggest it. What we may hear is that Android won't allow it. Seems I have bumped my head into that response two or three times, with comment that Android considers it a security issue.
Yes this is what i am looking for. Such as the search button. Replace that with a short cut button to open camera. I wish devs are seeing this. This will be an awesome mod.
arrrghh...
power strip o power control, takes over the search long hold action to come up with widgets and things... So i think the mapping is there.
Krad said:
I don't see a physical camera button on my captivate. i was wondering if i can add the option to the power button menu to open the camera. If not, is there an app or way to hold down a volume button or click a certain amount of times to get it to open the camera?
reason i ask is because I have a 19 month daughter and would need to open camera asap to take pictures as they happen.
if this have been covered sorry... ideally i would love to add the option and few more to that power button menu..
thanks
Click to expand...
Click to collapse
Just move the camera icon to one of the bottom 4 location. Since you have to unlock the phone before you can start the camera anyway, using the hardware button or clicking the screen make very little different.
You can try using the Widget Locker app. With it I placed the camera shortcut on my lockscreen. Much faster access but not exactly what you are looking for.
Sent from my SAMSUNG-SGH-I897 using XDA App
I second widget locker. Use it with pure messenger and pure calendar to make the lock screen useful.

Categories

Resources