list of last used programs - 8525, TyTN, MDA Vario II, JasJam General

Hello,
could somebody please indicate, where/how to shorten the list of entries in last used programs as part of the 'start' command.
I want more permanent entries and less 'last used'
Tx
Hans Kurscheidt

You can't. Sorry.

Menneisyys said:
You can't. Sorry.
Click to expand...
Click to collapse
A max of 7 permanent programs only
S.K.

Related

Registry trouble with phoneAlarm

Just recently I detected that I do not receive any calendar notifications any more, which is really annoying. Device wakes up but no sound at all. Browsed some threads on this (http://forum.xda-developers.com/showthread.php?p=1035667#post1035667) but only advise I found is to hard reset - which I do not want. I checked the registry instead and found some questioning entrys.
Could anybody USING PHONEALARM (www.pocketmax.net) on a Prophet or any other WM5 device please post some of his registry entries here?
- HKCU\ControlPanel\Notifications\Reminders
- HKCU\ControlPanel\Notifications
Many thanks
Hase01
I have no problem with these software. Did you have the last version already?
cidriver said:
I have no problem with these software. Did you have the last version already?
Click to expand...
Click to collapse
Could you post you registry values then? Would be very helpful for me
Thanks
To me either pocket clock or PHONEALARM caused the same problem.
I went back to a sprite back-up point from before installing both applications. Then my reminders and alarms worked again.
I have not tried to reinstall either of them.
Robin
cidriver said:
I have no problem with these software. Did you have the last version already?
Click to expand...
Click to collapse
Could you help me posting your registry values please? Once I found a solution without hard resetting I will post it here, seems that many have this problem. And I feel it is connected to PhoneAlarm
hase01 said:
Could you help me posting your registry values please? Once I found a solution without hard resetting I will post it here, seems that many have this problem. And I feel it is connected to PhoneAlarm
Click to expand...
Click to collapse
The registry values?
I didn't manipulate the registry, I just put the user name and introduce the serial number.
cidriver said:
The registry values?
I didn't manipulate the registry, I just put the user name and introduce the serial number.
Click to expand...
Click to collapse
Yes I did the same. And after more than two months I ran into the mentioned problem. And now I want to manipulate the registry but need to compare the mentioned values with mine. There is nothing critical about registry values and your would pretty much help me providing your info.
hase01 said:
Could anybody USING PHONEALARM (www.pocketmax.net) on a Prophet or any other WM5 device please post some of his registry entries here?
- HKCU\ControlPanel\Notifications\Reminders
- HKCU\ControlPanel\Notifications
Click to expand...
Click to collapse
hase01 - here you go...
BTW, I had the exact same thing happen to me with my Magician, and had to hard-reset to get notifications back. I've only just been game enough to load pA on my newish Prophet and so far it is working OK. I am running pA Lite v.1.56.1 (Build 80).
PeterW said:
hase01 - here you go...
BTW, I had the exact same thing happen to me with my Magician, and had to hard-reset to get notifications back. I've only just been game enough to load pA on my newish Prophet and so far it is working OK. I am running pA Lite v.1.56.1 (Build 80).
Click to expand...
Click to collapse
PeterW,
many thanks. Unfortunatly it looks the same on my phrophet - but without getting notified. I am using pA 1.31 - no idea whether this will generate other registry entries than pA lite 1.56.1. On my my WM2003 device with pA 1.31 installed the registry looks different, in reminders I have:
* Default = "Erinnerungen"
* Duration = 10
* Options = 1073741855
* Wave = "Alarm4"
Anybody else having these entries in a WM5 registry?
Regards Hase01
hase01 said:
PeterW,
many thanks. Unfortunatly it looks the same on my phrophet - but without getting notified. I am using pA 1.31 - no idea whether this will generate other registry entries than pA lite 1.56.1. On my my WM2003 device with pA 1.31 installed the registry looks different, in reminders I have:
* Default = "Erinnerungen"
* Duration = 10
* Options = 1073741855
* Wave = "Alarm4"
Anybody else having these entries in a WM5 registry?
Regards Hase01
Click to expand...
Click to collapse
Have found a solution using alarmToday, also a pocketmax product. Look my post on their support page:
http://www.pocketmax.net/smf/index.php?topic=2637.0
No need for a hard reset!!!!! Hope this helps other users, for me phoneAlarm is one of the best tools I have on my PPC and to deinstall it would be of great disadvantage.
hase01 said:
Have found a solution using alarmToday, also a pocketmax product. Look my post on their support page:
http://www.pocketmax.net/smf/index.php?topic=2637.0
No need for a hard reset!!!!! Hope this helps other users, for me phoneAlarm is one of the best tools I have on my PPC and to deinstall it would be of great disadvantage.
Click to expand...
Click to collapse
I used Freeware Task Manager from http://forum.xda-developers.com/showthread.php?t=280104 to fix this. Run it, go to notifications tab, select "delete duplicate" and reboot. All working nicely now.

How to run an app at wakeup?

I was wondering if anyone knew the easiest smallest way to have my Tilt run an application at wakeup. Every time I bring it on from standby. Thanks.
i don't know an easy way, but memmaid or sktools is one way.
what are you trying to do? if you run an app, doesn't it just stay open? omap overclocking was a problem that started off similar to how you asked, and those two tools were workarounds for it
You can use this function:
Code:
BOOL CeRunAppAtEvent(LPWSTR pwszAppName, LONG lWhichEvent);
with lWhichEvent = NOTIFICATION_EVENT_WAKEUP.
Read more here: http://msdn2.microsoft.com/en-us/library/ms913956.aspx
THEVK said:
You can use this function:
Code:
BOOL CeRunAppAtEvent(LPWSTR pwszAppName, LONG lWhichEvent);
with lWhichEvent = NOTIFICATION_EVENT_WAKEUP.
Read more here: http://msdn2.microsoft.com/en-us/library/ms913956.aspx
Click to expand...
Click to collapse
Cool how would I delete the "notification" if I didn't want it anymore?
bravo261 said:
i don't know an easy way, but memmaid or sktools is one way.
what are you trying to do? if you run an app, doesn't it just stay open? omap overclocking was a problem that started off similar to how you asked, and those two tools were workarounds for it
Click to expand...
Click to collapse
How would I do that in MemMaid? I have it installed but don't see where. Never mind found it.
Advanced Mode make a new notification. It's not very responsive though. Gonna try SkTools.
try other fuctions http://msdn2.microsoft.com/en-us/library/aa133182.aspx
Cool how would I delete the "notification" if I didn't want it anymore?
Click to expand...
Click to collapse
possible you should put 0 as the second parameter?

Hide 'last used programs'

hi,
i'm from germany, sry 4 my bad english...
I've got a big Problem with my htc herald...
How can i hide the last used programs?
(Start button, last used programs)
Is there any registry key to change?
thanks,
andy
are you looking at porn on ur phone and don't want the wifey to see?
not really
i'v got the problem, with a skin...
so the list is to long...
spache said:
hi,
i'm from germany, sry 4 my bad english...
I've got a big Problem with my htc herald...
How can i hide the last used programs?
(Start button, last used programs)
Is there any registry key to change?
thanks,
andy
Click to expand...
Click to collapse
I can't help with your problem but, I do want to say that you don't need to apologize for your english. You are easier to understand (perfectly clear actually) than some people that have posted before whom I have assumed are english. I hope this doesn't start a big discussion and ruin your thread. I just thought you should know. BTW I am American.
spache said:
How can i hide the last used programs?
(Start button, last used programs)
Is there any registry key to change?
Click to expand...
Click to collapse
Hopefully, I can give a more meaningful answer than duprade
First off, you canNOT permanently hide them. But, yes, you can quickly remove them by using clearTemp(search the google/forums and you'll find it). It has an option to clear the recent program list.
Please note that this feature is also there in Tweaks2k2.net but that app takes 4-5s to start as it based on .NET framework.
If you want it as 'sort of' permanent feature, then, you may give a try to wisbar advance 3. It uses its own start menu which actually overlaps the whole top bar. In that you can tell it whether to make the recent programs avaliable or not
Hope that was helpful
Possibly a MortScript also.
thank's for help!
@kdskamal that's exactly what i'm looking for
spache said:
thank's for help!
@kdskamal that's exactly what i'm looking for
Click to expand...
Click to collapse
So, which one of my suggestions worked for you?
spache said:
hi,
i'm from germany, sry 4 my bad english...
I've got a big Problem with my htc herald...
How can i hide the last used programs?
(Start button, last used programs)
Is there any registry key to change?
thanks,
andy
Click to expand...
Click to collapse
you can also use DinoSoft MemMaid, it has an option to clear the recent programs history at start up. I have also seen several .cabs that clean the history except i don't have any on my computer. I hope that helped.

Shutdown Activesync when disconnected

I have a Trinity Htc ppc. I'm wondering if is possible to >KILL< automatically activesync on my ppc when i disconnect the cable fron pc.
Thank You.
This is the best ppc forum in the world!
Search the forums for QuickMenu it has an option to close activesync on disconnect works perfectly for me
cornelha said:
Search the forums for QuickMenu it has an option to close activesync on disconnect works perfectly for me
Click to expand...
Click to collapse
thank you. but i don't want to use quickmenu (great program) i'm looking for a script or something similar, or registry tips.....
Thanks...
disconnectwhendone in the registry is set to 1.... there's anyone that know the meaning.... and if i can change?
Thanks
lucausee said:
disconnectwhendone in the registry is set to 1.... there's anyone that know the meaning.... and if i can change?
Thanks
Click to expand...
Click to collapse
Where in the registry did you found this ?
I'll test it then and let you know the results
texarcana said:
Where in the registry did you found this ?
I'll test it then and let you know the results
Click to expand...
Click to collapse
HKCU_Software_Microsoft_Activesync_Disconnectwhendone = 1
Thanks-a-lot
http://msdn2.microsoft.com/en-us/library/aa458005.aspx
This might help...
lucausee said:
HKCU_Software_Microsoft_Activesync_Disconnectwhendone = 1
Thanks-a-lot
Click to expand...
Click to collapse
I tested it with some numbers, but no luck. Too bad
Even if You kill activesync after disconnect (I'm using quickmenu to do this) after some minutes activesync starts again.
Anyone has a solution for this?
bye
Crash - Try this:
http://forum.xda-developers.com/showpost.php?p=1749695&postcount=12
AppSentry
AppSentry was made just for this reason. It can kill activesync and other apps on a regular basis. The link is in my signature.
It doesn't require you to run it, it runs itself. And it does not run in background so takes no memeory when it is not running.
solution?
ASyncKiller
This application allows to kill the ActiveSync process when it's in idle state but it just hold in memory...
http://forum.xda-developers.com/showpost.php?p=2135727&postcount=1
lucausee said:
solution?
ASyncKiller
This application allows to kill the ActiveSync process when it's in idle state but it just hold in memory...
http://forum.xda-developers.com/showpost.php?p=2135727&postcount=1
Click to expand...
Click to collapse
I can approve that. Asynkiller does the job well

[REQ] Registry help with Diamond2 GSensor

I'm working witht he Diamond 2 Gsensor sdk on my Diamond and I have been able to successfully add string values to the whitlist section in the gsensors registry. (HKCU\Software\HTC\HTCSENSOR\Whitelist)
The whitelist values enable rotation. My question is how can I create a "Blacklist" so to speak that would contain values for apps I dont want rotated? Is it possible? If so is it as easy as crating the said paths?
Anybody?...
powe6563 said:
I'm working witht he Diamond 2 Gsensor sdk on my Diamond and I have been able to successfully add string values to the whitlist section in the gsensors registry. (HKCU\Software\HTC\HTCSENSOR\Whitelist)
The whitelist values enable rotation. My question is how can I create a "Blacklist" so to speak that would contain values for apps I dont want rotated? Is it possible? If so is it as easy as crating the said paths?
Click to expand...
Click to collapse
I have not tried this yet myself but i would guess, and tell me if im wrong, that the only time it will rotate is if the app is in the white list if its not in the white list then it will not rotate.
irus said:
I have not tried this yet myself but i would guess, and tell me if im wrong, that the only time it will rotate is if the app is in the white list if its not in the white list then it will not rotate.
Click to expand...
Click to collapse
Well this is true, however, the whitelist uses class names to determine what apps to rotate. The class name "dialog" refers to multiple apps like the phone dialer, call status, sms composer, and more. So when I add "dialog" in the whitelist it rotates all of these. I would like to try and make an exception list that uses the process name or window name as the identifyer. That way I could have dialog in the whitelist and cprog.exe in the exceptions or blacklist key. It may not be possible but thats what I'm asking I guess.
bump... c'mon guys theres gotta be an answer to this.
I found this in http://www.htcmania.com/showthread.php?t=36214
is in spanish.
[HKEY_CURRENT_USER\Software\HTC\HTCSENSOR\GSensor\M oduleName]
"Album"="\\Windows\\HTCAlbum.exe"
"Calculator"="\\Windows\\htcCalculator.exe"
[HKEY_CURRENT_USER\Software\HTC\HTCSENSOR\GSensor\W hiteList]
"TestHTCSensorDemoAP"="TESTHTCSENSORDEMOAP"
"Album"="HTCAlbumClass"
"Calculator"="CalculatorMain"
"Opera"="Opera_MainWndClass"
"SMS"="Dialog"
"Calendar"="Calendar"
"FileExplorer"="FEXPLORE"
"PROGRAM"="Explore"
"IExplore"="IExplore"
"Manila"="Manila"
vengadorhq said:
I found this in http://www.htcmania.com/showthread.php?t=36214
is in spanish.
[HKEY_CURRENT_USER\Software\HTC\HTCSENSOR\GSensor\M oduleName]
"Album"="\\Windows\\HTCAlbum.exe"
"Calculator"="\\Windows\\htcCalculator.exe"
[HKEY_CURRENT_USER\Software\HTC\HTCSENSOR\GSensor\W hiteList]
"TestHTCSensorDemoAP"="TESTHTCSENSORDEMOAP"
"Album"="HTCAlbumClass"
"Calculator"="CalculatorMain"
"Opera"="Opera_MainWndClass"
"SMS"="Dialog"
"Calendar"="Calendar"
"FileExplorer"="FEXPLORE"
"PROGRAM"="Explore"
"IExplore"="IExplore"
"Manila"="Manila"
Click to expand...
Click to collapse
Thanks, I have that much so far but I'm still looking for a way to specify between cprog and tmail in the whitelist because they both use Dialog as a class name. Thanks for the effort though
can someone make it cab file?
powe6563 said:
Thanks, I have that much so far but I'm still looking for a way to specify between cprog and tmail in the whitelist because they both use Dialog as a class name. Thanks for the effort though
Click to expand...
Click to collapse
Did you try:
HKEY_CURRENT_USER\Software\HTC\HTCSENSOR\GSensor\M oduleName]
"Album"="\\Windows\\HTCAlbum.exe"
"Calculator"="\\Windows\\htcCalculator.exe"
"SMS"="\\Windows\\tmail.exe"
[HKEY_CURRENT_USER\Software\HTC\HTCSENSOR\GSensor\W hiteList]
"TestHTCSensorDemoAP"="TESTHTCSENSORDEMOAP"
"Album"="HTCAlbumClass"
"Calculator"="CalculatorMain"
"Opera"="Opera_MainWndClass"
"SMS"="Dialog"
Seems logical to me. But as always the logical thing isn't the right choice by definition.
One tip though, if you want to know something, just try! That's the way other people get their knowledge about these things....
And afterwards, please share your results with the rest of the world ofcourse!
rondol1 said:
Did you try:
HKEY_CURRENT_USER\Software\HTC\HTCSENSOR\GSensor\M oduleName]
"Album"="\\Windows\\HTCAlbum.exe"
"Calculator"="\\Windows\\htcCalculator.exe"
"SMS"="\\Windows\\tmail.exe"
[HKEY_CURRENT_USER\Software\HTC\HTCSENSOR\GSensor\W hiteList]
"TestHTCSensorDemoAP"="TESTHTCSENSORDEMOAP"
"Album"="HTCAlbumClass"
"Calculator"="CalculatorMain"
"Opera"="Opera_MainWndClass"
"SMS"="Dialog"
Seems logical to me. But as always the logical thing isn't the right choice by definition.
One tip though, if you want to know something, just try! That's the way other people get their knowledge about these things....
And afterwards, please share your results with the rest of the world ofcourse!
Click to expand...
Click to collapse
I've tried, negative...
dingil said:
I've tried, negative...
Click to expand...
Click to collapse
Same here. I still havent figured out a way around this.

Categories

Resources