A Few Issues - Wing, P4350 General

I added these mods listed below sometime early last week, and i have began to notice a few problems.
First being that sometimes when locking the phone the screen will go white except for the bars at the top and bottom, and it will remain white as if it were loading a screen or something. The screen remains white even when hitting the unlock soft button.
I also have noticed a major drop in speed, and it seems to only come about after i have recieved a call or sent multiple texts. My contact list will lag for minutes on end, as well as any other app. i try to use.
If you have any advice please let me know.
Total Commander
Battery Status
S2V
PsShutXP
Quick Page Pool Size Changer
HTC 10-Button Comm Manager
HTC Dialer Skin
Htc New Default
HTC Home 5Tab Patched

JrMcNail said:
I added these mods listed below sometime early last week, and i have began to notice a few problems.
First being that sometimes when locking the phone the screen will go white except for the bars at the top and bottom, and it will remain white as if it were loading a screen or something. The screen remains white even when hitting the unlock soft button.
I also have noticed a major drop in speed, and it seems to only come about after i have recieved a call or sent multiple texts. My contact list will lag for minutes on end, as well as any other app. i try to use.
If you have any advice please let me know.
Total Commander
Battery Status
S2V
PsShutXP
Quick Page Pool Size Changer
HTC 10-Button Comm Manager
HTC Dialer Skin
Htc New Default
HTC Home 5Tab Patched
Click to expand...
Click to collapse
What do you have your phone overclocked to?

Its running at 247 mhz

JrMcNail said:
Its running at 247 mhz
Click to expand...
Click to collapse
What is your page pool set to?

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!

WM6.5 lock screen delay fix

I want to start this threat to put together information in order to sort out why the device lock delay (see below) appears and how to solve it.
wm6.5 device lock app has changed from "tap here and next there" to a slider style like app you know from s2u2.
problem:
device lock is enabled
Code:
HKCU\ControlPanel\BackLight\AutoDeviceLockEnable=1
wake up the device by short pressing the power button
device lock screen is displayed instantly
it takes ~2 seconds until the slider of the device lock screen is activated and can be slided.
if you use device lock it becomes really annyoing.
there are some threads about this like this one, but the solution is not working on a Touch HD.
can anybody sched some light onthe problem why and where it appears or maybe someone already found a solution.
please post any useful information.
please do not post tips like use s2u2 or any other locking app - I do not want to use them.
the only thing i can thing of is use s2u2 or any other locking app
egoist6 said:
please do not post tips like use s2u2 or any other locking app - I do not want to use them.
Click to expand...
Click to collapse
cookiemonster55 said:
the only thing i can thing of is use s2u2 or any other locking app
Click to expand...
Click to collapse
cookiemonster, either you didn't read his post or you're a sort of a jerk.
And yes, in response to the poster, I have the same problem.
Zoltair Wright said:
cookiemonster, either you didn't read his post or you're a sort of a jerk.
And yes, in response to the poster, I have the same problem.
Click to expand...
Click to collapse
latest build 23001 still has this annoying delay
Iv noticed this too... The biggest annoyance for me is you turn the device on and the backlight isnt very bright, makes it near impossible to see the screen in daylight. Is it possible to have the backlight come on full when you press the power button?
i have this problem too. i think it is a serious bug of wm6.5
just hoping it will be fixed when the official release come out.
god i thought i was the only one, something about my config...
and i was exited about the new 6.5 lock screen,
but then it works like all the other M$ 6.5 sh!t, it doesn't
had to switch away from it
May be this help you:
http://forum.xda-developers.com/showthread.php?t=527219
A1983 said:
May be this help you:
http://forum.xda-developers.com/showthread.php?t=527219
Click to expand...
Click to collapse
thanks for your help - but that was the solution i am talking about in my first post and unfortunately does not work.
also find this intensely annoying! if you look, on my hd, in the top left corner a small windows flag appears to indicate that the slider is locked, it disappears once the slider is active, and there is a definite exact time out, i dont think its random or a load time
hope this is sorted cos its rubbish!
regards
mat
What I've done that got rid of most of the delays regarding the lock screen on my Xperia:
I got 6 cpr files from my device's /Windows directory: LS_LockScene_xxxxxxx.cpr, LS_AlarmScene_xxxxxxx.cpr and LS_PhoneAlertScene_xxxxxxx.cpr. Get files that fit the resolution of your device, they are in pairs for portrait and landscape
opened each one of them in a text editor (they are XMLs inside)
removed all "ControlSequence" sections from them (those sections are small (like 4 entries) and big (up to 21 entries). These sections are animations of arrows. Arrows will still be there after that, they just won't animate.
uploaded cpr files back to /Windows, overwriting originals
soft-reseted.
Hope it works on your devices too
lemat1 said:
also find this intensely annoying! if you look, on my hd, in the top left corner a small windows flag appears to indicate that the slider is locked, it disappears once the slider is active, and there is a definite exact time out, i dont think its random or a load time
hope this is sorted cos its rubbish!
regards
mat
Click to expand...
Click to collapse
yeah. and with 6.5 23003 onwards in the top right corner an "X" (for close) appears. only when it goes off you can access the slider.
it seems as if an app is started.
pikipirs said:
What I've done that got rid of most of the delays regarding the lock screen on my Xperia:
I got 6 cpr files from my device's /Windows directory: LS_LockScene_xxxxxxx.cpr, LS_AlarmScene_xxxxxxx.cpr and LS_PhoneAlertScene_xxxxxxx.cpr. Get files that fit the resolution of your device, they are in pairs for portrait and landscape
opened each one of them in a text editor (they are XMLs inside)
removed all "ControlSequence" sections from them (those sections are small (like 4 entries) and big (up to 21 entries). These sections are animations of arrows. Arrows will still be there after that, they just won't animate.
uploaded cpr files back to /Windows, overwriting originals
soft-reseted.
Hope it works on your devices too
Click to expand...
Click to collapse
great. that helped a lot!
now the lock screen is flickering shortly and the whole lock screen slides in once more from the bottom to the top but then the slider is instantly accessible.
from a time perspective a great improvement!
update:
basically you can delete the whole layer
Code:
<Layer ID="SlidePath" >
...
</Layer>
which removes the animation of the arrows and the arrows themselves.
do not delete this section if you do not know in which direction to slide the button
however, the delay is still ~1 second. but i think i can live with that allthough it is annoying to wait one stupid second to proceed
the delay you get when recieving a call with lockscreen on is caused by the slide to answer feature of alot of the new dialers. it conflicts with the popup call answer screen with wm 6.5. to fix this can find a dialer that doesnt have slide to answer feature. the backlight problem came from backlight.dll in the kaiser, using a new one from stock rom now and it works perfect
If you enable the enter a pin number after slide, there is no delay at all. I know this isnt a solution i hate entering a pin. however, i have a felling the pin app is running in the background and thus you dont get the flicker where it flicks from Start menu back to the lock app. Hence if you could create a dummy pin app, it could work to stop the delay.
twopumpchump said:
the delay you get when recieving a call with lockscreen on is caused by the slide to answer feature of alot of the new dialers. it conflicts with the popup call answer screen with wm 6.5. to fix this can find a dialer that doesnt have slide to answer feature. the backlight problem came from backlight.dll in the kaiser, using a new one from stock rom now and it works perfect
Click to expand...
Click to collapse
thanks for your reply. but i also have the delay when simply waking up the device by pressing the power button (without receiving a call)
xternal said:
If you enable the enter a pin number after slide, there is no delay at all. I know this isnt a solution i hate entering a pin. however, i have a felling the pin app is running in the background and thus you dont get the flicker where it flicks from Start menu back to the lock app. Hence if you could create a dummy pin app, it could work to stop the delay.
Click to expand...
Click to collapse
that's true. i replaced LS_SimplePinScene_480x800.cpr with an empty one and allthough not using pinlock, the lock app did not work at all.
What if we designed something where when you slide it calls a mortscript or something and enters 0000+OK to by pass the pin screen (assuming you set pin to 0000). Then you edit the Pin screen so it is just a clear page, so you dont even see the pin screen flash up.
Not sure if this is at all possible as im not a programmer. Just a thought
xternal said:
What if we designed something where when you slide it calls a mortscript or something and enters 0000+OK to by pass the pin screen (assuming you set pin to 0000). Then you edit the Pin screen so it is just a clear page, so you dont even see the pin screen flash up.
Click to expand...
Click to collapse
good idea. maybe someone can change LS_SimplePinScene_480x800.cpr so that it does not expect the pin from screen but is embedded directly into the cpr file?
can anybody who has a better understanding of cpr files or the lock app give us some tips?
xternal said:
Not sure if this is at all possible as im not a programmer. Just a thought
Click to expand...
Click to collapse
me neither

Strange Imagio Quirks?

Has anyone notice the following quirks on the Imagio? Trying to determine if I got a lemon and need to exchange:
1 -Unusually bright background with the default settings. It seems like if a picture has black image in the camera, the device is able to display the black, but just in general use, as you slide the slider to the different views, it appears that each of the pages has a very bright (almost white) background.
2 - Characters not appearing when typing on IE or Opera: It seems that when you type something into the IE or Opera, there's either a severe delay in displaying what is typed or it just won't show at all until you hide the keyboard.
3 - Screen rotation: One of the things that was nice about the touch pro 2 (yes, I traded mine in for the imagio) is that when you slid out the keyboard, the device would rotate the screen. Given that the imagio doesn't have a slide out keyboard, I would have assumed they'd have built in the screen rotation as a default for every screen. Is mine not working properly or is this something everyone is noticing.
Just some of the things I've noticed so far (only had it for 2 days). I'm sure I'll find more
Oh - has anyone found any screen protectors and a iPhone-ish case for these things yet?
I don't see the first two quirks you listed on my phone.
The third is a known problem, and can be fixed with an app called: gyrator
yatman60 said:
3 - Screen rotation: One of the things that was nice about the touch pro 2 (yes, I traded mine in for the imagio) is that when you slid out the keyboard, the device would rotate the screen. Given that the imagio doesn't have a slide out keyboard, I would have assumed they'd have built in the screen rotation as a default for every screen. Is mine not working properly or is this something everyone is noticing.
Click to expand...
Click to collapse
This is not a problem. The phone is designed only to rotate in certain programs. If you want to have more control over that, there are other programs out there to make changes, like the person before me mentioned.
yatman60 said:
Has anyone notice the following quirks on the Imagio? Trying to determine if I got a lemon and need to exchange:
1 -Unusually bright background with the default settings. It seems like if a picture has black image in the camera, the device is able to display the black, but just in general use, as you slide the slider to the different views, it appears that each of the pages has a very bright (almost white) background.
2 - Characters not appearing when typing on IE or Opera: It seems that when you type something into the IE or Opera, there's either a severe delay in displaying what is typed or it just won't show at all until you hide the keyboard.
3 - Screen rotation: One of the things that was nice about the touch pro 2 (yes, I traded mine in for the imagio) is that when you slid out the keyboard, the device would rotate the screen. Given that the imagio doesn't have a slide out keyboard, I would have assumed they'd have built in the screen rotation as a default for every screen. Is mine not working properly or is this something everyone is noticing.
Just some of the things I've noticed so far (only had it for 2 days). I'm sure I'll find more
Oh - has anyone found any screen protectors and a iPhone-ish case for these things yet?
Click to expand...
Click to collapse
1- Camera sounds like a lemon
2 - keyboard driver is messed up, hard reset and you should be gtg (had same problem with that extracted diamond2 keyboard on my touch pro)
3 - http://forum.xda-developers.com/showthread.php?t=572841
Thanks for the info Sweeny. I should clarify item 1 in that it's not isolated to the camera so much as it's isolated to the background intesity on the LCD. I took a side-by-side comparison picture against the Touch Pro 2 (which seemed to be working very well) and sent it into HTC when I filed a bug with them.
Hopefully they'll tell me the phone is defective and I can request a replacement from Verizon. Otherwise, something needs to be fixed on HTC's side.
The better description is that it's like someone took an LCD TV and just cranked up the brightness on it. So instead of having a black background, you have a high intensity gray background.
One more quirk...
Here is a different quirk: On the device lock page (the slider), it has a "1" next to the lock picture. This is supposed to be for new emails/texts/messages/calls, but I don't have any. When I do get a new call (etc.), it shows as '2'. Why does it think I have a new message (or whatever)? Is there a way to reset it?
sdph said:
Here is a different quirk: On the device lock page (the slider), it has a "1" next to the lock picture. This is supposed to be for new emails/texts/messages/calls, but I don't have any. When I do get a new call (etc.), it shows as '2'. Why does it think I have a new message (or whatever)? Is there a way to reset it?
Click to expand...
Click to collapse
If you use TouchFLO, do you show a 1 on any of the tabs like messaging? Or if you go to Start, All Applications, and launch Messaging, do you see a 1 next to any of the accounts?
I have the same issue, I have 1 new email showing on the email screen. I have no email accounts setup on the phone, I use a seperate app for my work email. I'd love to know how to reset the counter.
http://www.amazon.com/s/ref=nb_ss?u...ield-keywords=imagio+screen+protector&x=0&y=0
hold out for the mirror screen protector. i had one for my omnia and they are amazing. easy to install and virtually scratch proof.
dot45 said:
I have the same issue, I have 1 new email showing on the email screen. I have no email accounts setup on the phone, I use a seperate app for my work email. I'd love to know how to reset the counter.
Click to expand...
Click to collapse
Try this little file. It worked when I had an unread SMS I couldn't get rid of.
http://www.freewareppc.com/download/communication/fixunreadcount.shtml
Use link 2.
I have noticed the same thing too. It seems like the SMS messenger via Touch Flo is totally updated from from the Touch Pro 2 and I'd have to say I think it's been "down"-dated.
fwaits said:
If you use TouchFLO, do you show a 1 on any of the tabs like messaging? Or if you go to Start, All Applications, and launch Messaging, do you see a 1 next to any of the accounts?
Click to expand...
Click to collapse
I had the same SMS showing 1 issue and was able to resolve it. I posted what worked for me here:
http://forum.ppcgeeks.com/showthread.php?p=1233990#post1233990
jeff_roey said:
I had the same SMS showing 1 issue and was able to resolve it. I posted what worked for me here:
http://forum.ppcgeeks.com/showthread.php?p=1233990#post1233990
Click to expand...
Click to collapse
Yep I've posted that little tool as well, and it has worked for me in the past as well.

[App] NightStand 01-04-2010

NightStand is a simple alarm clock application with large numbers to be easily seen.
It allows for the phone to dim the screen but keeps it from turning off for that middle of the night glance to see what time it is.
Features Include:
Alarm with 8 sounds
Custom Color of the Digits
5 Minute Snooze Button
Solve an easy math problem to help you wake up (to you turn alarm off)
Automatically runs on AC power (optional)
Keep the device awake or let it go to sleep (optional)
12/24 Hour setting
How To Use:
When you run the application click on the configure button (upper right corner) to set all the settings
Three sliders allow you to set the custom color.
Alarm toggle to set the alarm and the sound.
AC Toggle to set Auto mode.
When the alarm is going off, click the snooze button to snooze or click anywhere on the screen to stop the alarm.
Update 1.1
The alarm should now go off regardless of what phase the phone is in (device awake or sleep), the app is running or not.
Screen is flipped
Update 1.2
Added an option to flip the screen
Update 1.2.1
Minor Update to start NightStand with correct orientation, Flip Screen option takes effect right away
Updated to work on HD2
Update 1.2.2
Fixed shifted screen on WVGA resolution (I think)
Added toggle for math question on exit
Phone stays awake while alarm is going off (for heavy sleepers like myself )
Looks nice.
A couple of issues on my TP2. The display is rotated the wrong way, and sliding the keyboard our causes it to get distorted. I'd prefer to use it with the keyboard out as I can tilt my phone .
I like it though, nice start.
P.S. let me know if you want the thread moving to the Development & Hacking apps forum from the Diamond one.
Dave
I just uploaded an updated version, try it out and let me know if it works better with the keyboard out.
Thanks
It crashes if you run the app with the keyboard out, and it is still upside down if I open the Keyboard after running the app.
Ta
Dave
it rotates correctly on my tp2, thanks just what i was looking for
Awesome work!I really like the big number.but,why not add a toggle button to turn off the backlight in the settings.I think it will waste lots of power when the device keeps dim.Perhaps you can add a sensor to lighten the lcd when we want to see what's the time now.
This Doesnt Work on my HTC HD2 even tho it suports WVGA Screens, WHY??
thanx.
hermanm said:
NightStand is a simple alarm clock application with large numbers to be easily seen.
It allows for the phone to dim the screen but keeps it from turning off for that middle of the night glance to see what time it is.
Features Include:
Alarm with 8 sounds
Custom Color of the Digits
5 Minute Snooze Button
Solve an easy math problem to help you wake up (to you turn alarm off)
Automatically runs on AC power (optional)
12/24 Hour setting
How To Use:
When you run the application click on the configure button (upper right corner) to set all the settings
Three sliders allow you to set the custom color.
Alarm toggle to set the alarm and the sound.
AC Toggle to set Auto mode.
When the alarm is going off, click the snooze button to snooze or click anywhere on the screen to stop the alarm.
Click to expand...
Click to collapse
DaveShaw said:
It crashes if you run the app with the keyboard out, and it is still upside down if I open the Keyboard after running the app.
Ta
Dave
Click to expand...
Click to collapse
same here. Great work though! Love it.
XDAPPCgeeks said:
it rotates correctly on my tp2, thanks just what i was looking for
Click to expand...
Click to collapse
does yours work when u slide open the keyboard and tilt it? i know i can use changescreen to change to rotation but it doesn't work with the keyboard open.
edit: i've jus hard reset and it works fine now even with keyboard open. Sorry for any inconvenience.
Same here, on my HD2 it's a nasty mix of colour. it needs something else to add?
remotek said:
This Doesnt Work on my HTC HD2 even tho it suports WVGA Screens, WHY??
thanx.
Click to expand...
Click to collapse
same here, on my HD2 I've got only two color squares in the corners and one big rectangle in the middle... so no clock. settings and exit "square" button work well.
Not working on my HD2 either. Two boxes of colour on each side of the left hand side of the screen - one to change settings and one to exit plus a big box in the middle which is meant to be the digits i guess.
I got an error starting the program:
Can't find PInvoke DLL 'libgles_cm.dll'.
I got the same error on my omnia.
Can't find PInvoke DLL 'libgles_cm.dll'.
Please try to fix it. This is the program that I have been waiting for. Too Cool.
Robb
I got an error starting the program:
Can't find PInvoke DLL 'libgles_cm.dll'. (using HTC wm 6.1)
If you get the libgles_cm error i just uploaded a cab, give it a try
I got this error message when opening this program:
"MissingMethodException
This application requires a newer version of the Microsoft® .NET Compact Framework than the version installed on this device."
Please help.
you need .net 3.5
1.1 now has the correct orientation, but the display is messed up if I put the phone in Landscape and then open it.
Only a minor annoyance.
Dave
any way you could send me some screenshots so i can see if i can fix it..
Ok now working on my Omnia after installing 1.1 and the libgs cab you posted.
Two things.
First, if you have SPB Mobile Shell 3.0.1 installed, the app comes up but is shifted slightly. I believe this is because they do something with the top windows start bar. Not a huge deal but something I thought you could check into.
Secondly, Could you have a setting to determine which way to have the screen flip? I would like it 180 from where it is now. My power plug ends up on the bottom and so the phone won't sit level. If it was landscape but the other way, it would be perfect for the omnia.
Thanks,
Robb

any guesses to Google's next OS release?

I'm not rooted, I really didn't feel like tinkering with the phone right now, but I'm kind of getting tired of Launcher2's performance and behavior since the last OTA... aside from the obvious bugs (forgetting which home screen you are on), quite often it takes FOREVER to "redraw" when I exit an app and it force closes 5-6 times a week.
Any prospects of them releasing a bug-fix patch? I really don't have time to play around with loading roms and then maintaining my own update schedule.
--Daniel
May 19.
----
Like there aren't a gazillion other threads about Android 2.2 and Froyo already on this forum?
aside from the obvious bugs (forgetting which home screen you are on)
Click to expand...
Click to collapse
That's not a bug, it was changed on purpose in 2.1 to go the the 3rd homescreen when you press the home button. It does seem like a weird idea at first but it's actually increased my navigation speed considerably. Before I would forget which screen I was on sometimes and I would have to pause and check. Now I know which one it's going to be and I know instantly which was to swipe to get where I want to go. I think it was a good choice.
anstosa said:
That's not a bug.
Click to expand...
Click to collapse
Yes it is. I suggest you check again.
From any home screen other than the 3rd one you mention, hit the apps softkey to open apps. Now press either of the home screen buttons, soft or hard and you will (as you say) get returned to home screen 3 or the middle one. This is fine and good. BUT take a look at the mini icons at the bottom of the screen.
They are supposed to show
** ** to indicate you are on screen 3.
However they will incorrectly show the screen you were on before heading off to the apps screen and not the one you are on now.
****
* ***
*** *
****
That IS the home screen bug.
Yeah, that and the occasional battery pulls I have to do to reset a frozen phone and the bluetooth random reboots are getting bothersome.
logger said:
Yes it is. I suggest you check again.
From any home screen other than the 3rd one you mention, hit the apps softkey to open apps. Now press either of the home screen buttons, soft or hard and you will (as you say) get returned to home screen 3 or the middle one. This is fine and good. BUT take a look at the mini icons at the bottom of the screen.
They are supposed to show
** ** to indicate you are on screen 3.
However they will incorrectly show the screen you were on before heading off to the apps screen and not the one you are on now.
****
* ***
*** *
****
That IS the home screen bug.
Click to expand...
Click to collapse
Yes that would be a bug. I haven't heard of anyone else with this problem nor can I replicate it myself.
I've heard of many people with that bug. I have it also. Only on the stock ROM. The background is also offset to where it would be if you were on the previous screen (the one the dots indicate), as opposed to being centered when on the middle screen.
anstosa said:
Yes that would be a bug. I haven't heard of anyone else with this problem nor can I replicate it myself.
Click to expand...
Click to collapse
I had that issue before I rooted and installed Enom's ROM, now I rely on noticing how far left/right my wallpaper is shifted to tell which screen I'm on, as I have the phone/browser buttons in the bottom corners instead of the dots.

Categories

Resources