VanMardigan said:It will, but if exchanging the phone doesn't work, do what you should've done in the first place and get a Focus instead.![]()
I deserved that I suppose.
VanMardigan said:It will, but if exchanging the phone doesn't work, do what you should've done in the first place and get a Focus instead.![]()
Mr. Snrub said:Any recommendations for a Mint-like budget app? I have PageOnce but its not really a full budget app like Mint.
Klocker said:
antiquegamer said:. what funny is when I was at At&t store last week the manager was complaining about lack of copy and paste I show him how well it works on my phone.![]()
Gamer98 said:Here is a sneek peek of the Bank of America app that I thought would be on my phone back in December when I first got it.
http://www.wpcentral.com/bank-america-app-sneak-peek
I need this app I hate going to the website.
Mr. Snrub said:Nice, any idea when this will hit? Hope it has good performance, the BoA app on my 3GS ran like a dog.
Gamer98 said:It just says soon, so hopefully in the next couple of weeks.
snap0212 said:Just updated. The first thing I tried was YouTube... first video worked, second did not. Could someone please try if this video works on their WP7?
http://www.youtube.com/watch?v=E-Mdjkew1sI
Thank you.![]()
Mr. Snrub said:Any recommendations for a Mint-like budget app? I have PageOnce but its not really a full budget app like Mint.
Hey guys,
I'm the product manager for Mint.com mobile. I don't want to keep you waiting for something we don't have planned, so to be honest we don't have a Windows compatible app on our roadmap for the near future (i.e. in the next 6 months). Beyond that, our roadmap is undefined. So please do not make your phone decisions based on a slight chance that Mint will be available on it in the future.
Just for background, we released our Android app in May 2010, almost 3 years after the Google Android platform was released and we are still not in the BlackBerry market (with no future plans to develop for that platform). Right now, we're focused on iOS (iPhone, iPad, iPod) and Android.
Aaron Berhanu
Product Manager, Mint.com mobile
Works here, took a while to start though. I'm on wi-fisnap0212 said:Just updated. The first thing I tried was YouTube... first video worked, second did not. Could someone please try if this video works on their WP7?
http://www.youtube.com/watch?v=E-Mdjkew1sI
Thank you.![]()
Yeah, worked fine for me.snap0212 said:Just updated. The first thing I tried was YouTube... first video worked, second did not. Could someone please try if this video works on their WP7?
http://www.youtube.com/watch?v=E-Mdjkew1sI
Thank you.![]()
Took half a minute to load, but it works.snap0212 said:Just updated. The first thing I tried was YouTube... first video worked, second did not. Could someone please try if this video works on their WP7?
http://www.youtube.com/watch?v=E-Mdjkew1sI
Thank you.![]()
Changing the location didn't help last time, but it does now. Wooooho!brotkasten said:Took half a minute to load, but it works.
edit: Change the region on your phone to US and see if the video works.
InaudibleWhispa said:Yeah, worked fine for me.
snap0212 said:Changing the location didn't help last time, but it does now. Wooooho!![]()
Tapiozona said:Anything...I just want something to keep hope alive. Then I can keep my crappy Pixi knowing there's smooth sailing ahead.
Tapiozona said:Has there been any word on new Windows Phone devices? I've been dying to have a WP since the day they showed the metro UI for the first time and I patiently waited and didn't upgrade my phone when it came time (I'm on Sprint). Finally they release one for sprint and it's got a slider keyboard which is not my thing. I don't want a phone which is as thick as a tank. I want something thin, streamline, beautiful and Sprints WP is not that.
I'm terribly tempted to get the EVO 3D when it comes out because it's new, slick and shiny but deep down I still would rather get a WP. Has there been ANY news on something cool coming out? A Nokia phone? Maybe an upgrade over the first gen phones which are now looking crappy compared to all the new processors Android phones have in them...
Anything...I just want something to keep hope alive. Then I can keep my crappy Pixi knowing there's smooth sailing ahead.
I'm waiting for the technical details.Treo360 said:Those of us on Chevron some good news (well when it comes out) real multitasking
The DehydrateOnPause value controls the operating systems Dehydration Policy. It can be set to a value ranging from 0 to 3.
0. Dont dehydrate
1. Forcefully dehydrate
2. Gracefully dehydrate
3. Automatically decide
By default, Windows Phone ships with the Dehydration Policy set to 3. This instructs the task host again, your applications container to gracefully dehydrate when possible. I admittedly dont fully understand how eligibility is determined, but it appears opt-in is the default. (Some tasks, like the CameraCaptureTask, appear to opt-out.)
For the hackers out there, it appears you can control this behavior. Simply call the aygshell!SHSetAutoDehydratingHostEligibility function with an eligibility set to false to opt-out of dehydration. But you better be damn sure you handle the change in behavior properly (keep reading).
HRESULT SHSetAutoDehydratingHostEligibility(BOOL fEligible);
With the policy value set to 2, the operating system always starts the dehydration process. Differentiating it from forceful dehydration (policy value 1), a Win32 WM_CLOSE window message is sent to the application. In theory, this message could be processed and either ignored or accepted. Its unclear if this message is simply an advance warning, in which dehydration would still continue, or if dehydration would be aborted.
Set to 0, dehydration is completely disabled. Your application will not terminate unless explicitly stopped. That means, for example, the .NET Framework is never shut down, your class instances arent destroyed, native resources left locked, etc. While this sounds great, given .NET Framework spin up is mainly the cause of the infamous resume screen, applications rarely behave properly in this scenario. After all, we were told to save state and abandon ship!
An easy way to see this in action is to create a Silverlight application with a sample page. In the pages constructor, write some code. Tap the Search button on your phone, then tap the Back button. With dehydration disabled, this class is created once and left behind for re-use when your application resumes. Your constructor will not get called again.
Aside from all the quirks that arise from leaving junk behind, you also increase the chance of hitting out-of-memory (OOM) conditions. And with task host containers cluttering up RAM, their threads eat CPU cycles attributing to unnecessary battery power loss. (Admittedly, I dont know how much loss were talking about here.)
So no, I wouldnt fiddle with the dehydration policy on your phone.
Yeah, I'm really starting to appreciate the platform for what it is and not what it will be some time in the future. Just switched to a new carrier too. 9.99 (about $14) a month for unlimited data is a great deal.VanMardigan said:Fantastic. Would've sucked had you left the platform over those youtube videos, lol.
So what YouTube app do you guys use? The LazyWorm app has gotten a ton better, but SuperTube is really nice as well. Seems like the YouTube situation has been stitched up pretty nicely from launch, thanks to third party apps.
snap0212 said:Yeah, I'm really starting to appreciate the platform for what it is and not what it will be some time in the future. Just switched to a new carrier too. 9.99 (about $14) a month for unlimited data is a great deal.
I use the Microsoft one and the HTC YouTube App.![]()
Commodore said:I think Mint is the only app I miss coming from the iPhone. Looks like this is the official reply as it stands, which when posted, was 4 months ago.
I'd be ok with a mobile version of their full site, but looks like any sort of mobile app will be a long time till it makes it on WP7 if at all.
NoDo closes the security hole that makes the jailbreak possible. You have to prevent the relock before updating or wait for a new jailbreak.jagowar said:Anybody figure out how to re-unlock the phone after nodo so you can run non marketplace apps? I want to run one of those tile color changer apps but can't seem to get it unlock now that I forced nodo.
PG2G said:IM+ beta coming this month
http://wmpoweruser.com/im-multi-protocol-instant-messenger-app-coming-in-april/
Santi writes us about a new complaint about a pretty undesirable side-effect of the recent HTC Windows Phone 7 update. He notes some HTC users are reporting color banding/16bit color across the entire OS after the NoDo and/or yesterdays update.
He notes it seems mainly related to the new firmware FW 2250.09.11001 and FW 2250.09.12000, with the OS version making no difference and is present on the HTC 7 Trophy and also HTC HD7.
Santi has some more pictures of the banding issue which results in his dropbox account here.
To check if your phone is affected, download this image and view it in the Pictures and Videos hub. it should display without banding.
It is normally displayed in 16 bit in the browser, so viewing banding there is not a cause for concern.
Klocker said:
Same here, not sure how it works.user_nat said:I'm not sure.. I download the picture and in its default size there is banding. However, any tiny amount of zoom and it goes away.
tl;dr: Do not use my tool to update your phone.
On Monday, I released a homebrew utility that attempted to install unreleased updates to Windows Phone devices. The tool successfully passed my own tests involving multiple update scenarios.
I was later informed by Microsoft that there were several problems with my tool and the manner in which it changes phones.
Despite the fact that all outward signs indicate the phone has been updated to build 7390, Microsoft tells me otherwise. Part of the problem, the company says, is that I incorrectly used an undocumented API to deliver updates.
Most problematic, Microsoft tells me that updating in this manner will place devices in a "non-serviceable state". In its blog post describing the situation, Microsoft instead says devices updated in this manner "may" no longer receive updates
Because the tool is, in Microsofts words, "breaking phones", I have taken it offline at their request.
While the number of users impacted by this utility is small, I would at least like to communicate that Im sorry if this tool causes any issues down the road. In a follow-up post, Ill detail what your next steps should be as official support isnt an option at this time.
Oh god ...MCD said:
Klocker said:
That's what I thought when I read Chris' blog post.kazinova said:Again.
"MAY" not receive updates in the future...
Complete horse shit. Remember there is something like 12 months until the next update so it's not a big deal. I'm sure in 12 months there will be a way to get that update too.
What if Mango shows up earlier?kazinova said:Again.
"MAY" not receive updates in the future...
Complete horse shit. Remember there is something like 12 months until the next update so it's not a big deal. I'm sure in 12 months there will be a way to get that update too.
snap0212 said:What if Mango shows up earlier?![]()
NoDo seems to work great for me. I can finally watch YouTube videos (I don't have a TV in my bedroom), browse the marketplace without too much trouble and that's basically all I wanted from this update.![]()