Related
Hi All,
I was wondering if anyone else had 2 issues I've run across since using the Facebook app from Marketplace:
1) Sometime when posting comments, it doesnt send to post, anyone have this problem?
2) Does the Facebook app always have to be re-freshed to see whats been posted instead of it notifying you when something gets posted?
3) I know everyone has the photo album not displaying issue I do too, but when I go to HTC Album, I have a freaking list of folders with either pix or no pix, how to I make them not appear in the HTC album when I am picking albums to view?
Thanx
I had the same issues as 1 and 2 and gave up on the app. I use the mobile website for everything except uploading pics, in which case I use the application.
Kind of a pain until someone smarter than me comes up with a good app.
Sux, dont want to use the website, I know they have it working on the blackberry where its real time updates, you'd think they would have done that with this lite app, whats the point of refreshing manually.
the app is pretty worthless, i rarely use it. the manual refresh is horrible. It'll only download the latest (say 25) posts, and if there are 35 new posts on your wall/feed and you refresh, it will only update 25, and when you scroll through them, it would go from the last of the latest 25 to the latest of when you previously refreshed so there would be a gap in your feed...
i use touch.facebook.com and lite.facebook.como via opera mobile and works out very well.
i no longer attempt to use it to post comments because what i found out is its posting on random old posts. it can cause you to say some things you really dont mean.
my other real issue is it will only load the first photo in an album and just sit there rather than opening the next. and of course you cant see who likes a post. hopefully microsoft will fix these little issues so it will be as complete as it is on an iphone or android.
TJoC,
Thanks for the laugh, Microsoft does as little as possible, and in their eyes it works, Being a expert in windows, dont expect MS to be adding anything to this app, MS rather have you jump to a 3rd party. The one that SHOULD make the app is Facebook themselves. But who are we? Just barnicles on the end of a stick.
I went so far to try the Xperia X1 panel facebook, as much as I like its functionality it also lacks simple basic features, like the ability to comment, like/dislike. You would think someone would be smart enough.
Your right, facebook does need to create the app.. They created the app for the iphone and android, what blackberry? did facebook create that or was that RIM?
also since WP7 is due to be released soon, i think MS dropped the development for this as social networking is a big focus for WP7
MS drops everything trying to make the big buck, if they set a dept up to take care of the little things like this, they'd be amazed how all the little cents would add up. They crippled WinMo 7, from everything I have heard and read, I'll stick to the flexibility of 6.5, not that its great, but sure beats the choking factor. If they are so big on social networking, they sure dropped the ball on that front.
Hey guys, like the title says, I'm attempting to create an app, but with little success at this point.
What I want to do, didn't sound all that complicated in my head. I want to make an episode guide for a TV show I like. Nothing too fancy, but I do want it to look WP7-authentic.
First off, I don't know or really understanding coding in the slightest. I was hoping to be able to design most of the app through the on-screen WP7 display, which it seems I can do a lot on.
From what I've gathered, here's what I'd like to do:
Use the "Pivots" as the different story arcs or "seasons"
Within each pivot, Episode # and Title
But I'd also like to go one further and have each episode be clickable, which would take the user to a page containing info about the respective episode. Synopsis, International Titles, Airdate, etc.
It's a big project, I just need a little help getting it going.
Thanks!
dbG33K
what you're describing can be done one of two ways.
1. just display images after images
2. input text into the program
from what im gathering, it should be fairly easy for you to do as this is the sort of beginner stuff in most windows phone 7 programming books. id suggest you look into programming because even the slightest pivots and transitions require code.
now if you were on android or webos, thats different. they have full on graphics based programming thats a simple matter of drag and drop and choose function.
Download Expression Blend. You can do pretty much everything without having to write any code. It includes a "Pivot" template which has a pivot all ready for you, then you just add PivotItems using your mouse. Then you can use the Sample Data feature to mock up how your episode data will look.
The only thing you would have to write code for would be to pull the episode information from a datasource. Bind it to your controls and Expression will have the rest done for you.
http://www.microsoft.com/expression/windowsphone/
Sample Data:
http://expression.microsoft.com/en-us/ee426896.aspx
First thing you'll need before you even open Visual Studio or Blend is a data feed.
An rss feed is ideal, And I'm sure theres alot of them out there for TV listings. Without that, theres little you can do (other than screen scraping websites, but people don't look too kindly on that)
If you can find me a Url for the RSS feed you want to use, I'll be more than willing to help you out
xanderkaiber said:
First thing you'll need before you even open Visual Studio or Blend is a data feed.
An rss feed is ideal, And I'm sure theres alot of them out there for TV listings. Without that, theres little you can do (other than screen scraping websites, but people don't look too kindly on that)
If you can find me a Url for the RSS feed you want to use, I'll be more than willing to help you out
Click to expand...
Click to collapse
What he said
I'd be willing to help you out as well. I'm in the process of writing a feed reader to help me make the move WP7 from WPF/Silverlight. The idea I have for the UI is similar to yours and the feed reader (at least in the basic form) will be open source so I've no problem sharing my code...
I appreciate your willingness to help me out, but it's actually a series that has been over for quite a while.
Hey guys, I've gotten much further on my app and have become a little more well-acquainted with coding in the form of using Expression Blend 4. That said, I do have a few questions:
1. After making a few pages, I decided to make a sort of Welcome page for my app. How do I tell it to show that page first instead of "MainPage.xaml"?
2. On that welcome page, I would like to make a button that pulls up the user's E-mail and have it have my e-mail as the recipient.
Thanks a bunch!
This is in the WMAppManifest.xml file within the Properties folder.
for the email look into the email compose task
barryallott said:
This is in the WMAppManifest.xml file within the Properties folder.
for the email look into the email compose task
Click to expand...
Click to collapse
That doesn't really help me too much...
What am I supposed to do in the WMAppManifest.xml?
And where do I find the email compose task, and how do I implement it into the app?
EDIT: Nevermind, I figured out both of those questions. A new question, though: How do I take screen shots of the app? I need at least one to submit it to the marketplace, but I don't know how :/
dbG33K said:
That doesn't really help me too much...
What am I supposed to do in the WMAppManifest.xml?
And where do I find the email compose task, and how do I implement it into the app?
EDIT: Nevermind, I figured out both of those questions. A new question, though: How do I take screen shots of the app? I need at least one to submit it to the marketplace, but I don't know how :/
Click to expand...
Click to collapse
Download this:
http://www.innovativetechguy.com/?p=13
Make sure your emulator is set to 100% size and uncheck the "Show Device" checkbox in the tool. That will give you the necessary 480x800 sized .png
There's a fair lot you can do using the designer panel, but you will definitely need C# code for what happens 'behind the curtains'. Things like pulling the episodes from the internet and such.
I definitely recommend these tutorials:
Windows Phone 7 Development for Absolute Beginners.
It builds up slowly, but definitely gives you the foundation you need to put together basic applications.
Hey guys I found this thread and after reading it I feel I have a lot in common with dbG33K's tasks & questions. I feel I have a lot to offer WP7 apps as I learn more! I started out in January learning and studying as an absolute beginner (even did the 5 day course online). After a lot of studying, I felt confident enough to write my first BIG app.
I'm pretty good at the xaml part and getting real familiar with c# as I go along. Also, I think I have all the pieces I need, just need help putting it all together. I'm using an API for the data source (i have all the dlls and resources in place even all the c# methods for the API).
I have the UI all put together, now working on the c#. I'm just unsure on the binding part. I know my listboxes and other controls should be binded to a method in c#, but what calls that method? When the page loads that listbox, textblock, etc? Also, what kind of coding is generally used inside the {} of the methods that pulls info from the datasource?
As I have learned a lot aver the past couple of months, I find that I've learned it from examples I've found online, but I'm drawing a blank on this one. Any help would be great!
Thanks!
Do any of you can tellme how can I save text from the text box??
Sent from my LG-C900 using XDA Windows Phone 7 App
shokker right?! imagen you loose all rights on the pictures youve taken with your wp7 device..
well you should know that facebook obtains them rights once you upload it to them, but microsoft went a step further. at the moment you shoot the picture, its belongs to, well... it looks like noone, maybe the city? the area? the location?
according to this blog it belongs to MS:
http://msmvps.com/blogs/bill/archive/2010/11/13/htc-mozart-camera-photos.aspx
bill has taken some shots with his new wp7, he noticed a critical bug:
One other disappointment is the “author” of the photos field is automatically set to “Hello from Seattle”, as some little Microsoft Windows Phone 7 joke come easter egg. It’d be alright if they make it possible for you to change the default author field on the phone, but they don’t. As such, I find it kind-of rude for them to say they are the authors of the pictures I take: no other camera I own would dare to try to make such a claim. There’s the hardware tag if they want to stamp their name. That’s another thing they really need to fix.
Click to expand...
Click to collapse
he sais its a joke, a easter egg, it may be lousy programming work
but one thing is clear. this needs a fix. like:
Hello from Seatle, %liveID%
but really, let us choose them tags ourself!
really... we're getting this petty now...
you do realise when you upload your phone to facebook, the tags get stripped off?
you can easily get third party tools to strip them off too...
yes thats why i just said that you loose the rights to your pictures when you upload them to facebook.
and its not about if i can edit them tags later on,
i simply have to be in control of what data is inside this tag when it gets made.
yes its somewhat funny, and there is no nameclaim in the author tag.
but do you sign postcards with the citys name?
if you smart you include it, but wont sign with it.
its kind of a big deal, and while geotagging is not widely know now,
and maybe is not threated as a feature yet, buts a shame to already
include false information inside of it.
and maybe im not up to point, has anyone mention this befor ?
First, let me explain my frustation:
I just cant deal the idea that MS screwed WP7 so badly when it comes about multitask. I cant have a decent chat with my friends in WhatsApp because when I leave the app and someone talk to me, I cant touch the Toast Notification because it will take about 5 seconds to reload the whole app. However, I could "just" hold back button and select the app with a choppy image in the card view to instant resume (which will take me 3~5 seconds too).
So, Microsoft hates multitask or what?
What I want: a hack, a registry edit that makes opening a Toast Notification or a Tile to resume the instance and bring me the app instantly.
If you can make this really works, I pay you $150 USD. And I mean it.
mikeeam said:
First, let me explain my frustation:
I just cant deal the idea that MS screwed WP7 so badly when it comes about multitask. I cant have a decent chat with my friends in WhatsApp because when I leave the app and someone talk to me, I cant touch the Toast Notification because it will take about 5 seconds to reload the whole app. However, I could "just" hold back button and select the app with a choppy image in the card view to instant resume (which will take me 3~5 seconds too).
So, Microsoft hates multitask or what?
What I want: a hack, a registry edit that makes opening a Toast Notification or a Tile to resume the instance and bring me the app instantly.
If you can make this really works, I pay you $150 USD. And I mean it.
Click to expand...
Click to collapse
Thanks. You can send it over to me via Paypal.
No seriously. If you are interop unlocked just disable Dehydration with any registry Editor! It sits over at HKLM\Software\Microsoft\TaskHost\DehydrateOnPause. If you set that to 0, its faster with switching
It dont work when you open the app using the notification or tiles.. just using back button too.
Microsoft hasn't done anything to multitasking, just wait for WhatsApp to release a mango update that can handle the multitasking. I don't know if you noticed, but WhatsApp is lacking a ton of features. The developers just wanted to push out a release, they will fix it eventually. You must be patient.
Diablosblizz said:
Microsoft hasn't done anything to multitasking, just wait for WhatsApp to release a mango update that can handle the multitasking. I don't know if you noticed, but WhatsApp is lacking a ton of features. The developers just wanted to push out a release, they will fix it eventually. You must be patient.
Click to expand...
Click to collapse
Actually, WhatsApp is mango compatible. So are Wonder Reader, and many others. Every app has this problem. Gchat, Evernote and others.
At first I thought it was developer's choice. But it is the system.
The reason for this is quite simple:
A Toast has a deep link to the app, and therefore starts a new instance of the app.
I guess they didn't think about it, that this would be a problem. Or possible there are some issues in how developers had to change their apps.
So, sorry, I don't think you can change this at the moment (easily).
As a side note: AFAIK each app can specify to NOT launch a new instance when it is started and is already running. Though I think that is an option that is not allowed for custom apps. But I'm not sure about that and if so, maybe it will change some day...
Hades32 said:
The reason for this is quite simple:
A Toast has a deep link to the app, and therefore starts a new instance of the app.
I guess they didn't think about it, that this would be a problem. Or possible there are some issues in how developers had to change their apps.
So, sorry, I don't think you can change this at the moment (easily).
As a side note: AFAIK each app can specify to NOT launch a new instance when it is started and is already running. Though I think that is an option that is not allowed for custom apps. But I'm not sure about that and if so, maybe it will change some day...
Click to expand...
Click to collapse
Ok, but why not resume when opening through tiles? And deep link is optional. So reload when it's deep link and resume when its not. Makes sense, I guess.
Either way, I want it to resume whenever I open the app.
Hope someone can find a solution to this problem.
mikeeam said:
Actually, WhatsApp is mango compatible. So are Wonder Reader, and many others. Every app has this problem. Gchat, Evernote and others.
At first I thought it was developer's choice. But it is the system.
Click to expand...
Click to collapse
I think I understand what you are talking about, once you click to open the application through a tile it reloads the application? To me, that makes sense. Quite frankly, I believe the iPhone behaves this way as well. You're telling the system to reload the application, so I guess if you look at it this way it could be considered a design flaw. However, I feel that this is how it should work.
I don't mean to troll or anything, but here's how I see it: If I go off and do something else on my phone and then hours later return to the application, I don't want that application to be stored into memory for hours on end, that will kill the battery.
I do agree with you entirely that toasts should resume the application, not reload it like you've stated. However, I haven't run into this issue so for me it doesn't bother me. It could be possible that it gets patched in the next update. Perhaps add a suggestion to the WP7 suggestion board.
Diablosblizz said:
I think I understand what you are talking about, once you click to open the application through a tile it reloads the application? To me, that makes sense. Quite frankly, I believe the iPhone behaves this way as well. You're telling the system to reload the application, so I guess if you look at it this way it could be considered a design flaw. However, I feel that this is how it should work.
I don't mean to troll or anything, but here's how I see it: If I go off and do something else on my phone and then hours later return to the application, I don't want that application to be stored into memory for hours on end, that will kill the battery.
I do agree with you entirely that toasts should resume the application, not reload it like you've stated. However, I haven't run into this issue so for me it doesn't bother me. It could be possible that it gets patched in the next update. Perhaps add a suggestion to the WP7 suggestion board.
Click to expand...
Click to collapse
The problem is, the next update should happen 5~6 months from now. If they change it, wouldnt be in a minor patch.
I understand your point, but hey, not hours after, maybe it could have a time limit to stay on memory. Like.. 30 minutes without using it, the OS kills the app. The only thing the OS is killing right now is me.
Not that I want one iPhone, but since you mentioned, iPhone resumes the app. Doesnt matter if you use the fast switch or the app icon to launch it. It just kill the app when you close it on fast switch menu.
This is the biggest issue by far in Windows Phone! The multitasking is extremely confusing.
I tried to explain it here: http://windowsphone.uservoice.com/f...285744-change-or-fix-the-back-button-concept-
but couldn't explain it really well.
Please, someone make a detailed suggestion of this on Windows Phone Uservoice (http://windowsphone.uservoice.com/forums/101801-feature-suggestions) !
You will get 3 votes from me.
I wonder if Resumable XAP works for this application...
http://forum.xda-developers.com/showthread.php?t=1136330
singularityduo said:
This is the biggest issue by far in Windows Phone! The multitasking is extremely confusing.
I tried to explain it here: http://windowsphone.uservoice.com/f...285744-change-or-fix-the-back-button-concept-
but couldn't explain it really well.
Please, someone make a detailed suggestion of this on Windows Phone Uservoice (http://windowsphone.uservoice.com/forums/101801-feature-suggestions) !
You will get 3 votes from me.
Click to expand...
Click to collapse
It's not confusing. I understand it very well. It just works when you use the back button. If you dont use it, so you are reopening the app (when it is about third party apps).
Lumic said:
I wonder if Resumable XAP works for this application...
http://forum.xda-developers.com/showthread.php?t=1136330
Click to expand...
Click to collapse
It didnt work for me.
Diablosblizz said:
I don't mean to troll or anything, but here's how I see it: If I go off and do something else on my phone and then hours later return to the application, I don't want that application to be stored into memory for hours on end, that will kill the battery.
Click to expand...
Click to collapse
But it doesn't kill your battery. Having the app in memory uses no more battery that not having it there. Also, the app IS stored in memory for all those hours on end as long as it's within the 5-app count.
WP does NOT do third-party multitasking, it does fast-app-switching. This means the app cannot perform any work in the background, hence it's not using any more battery.
I actually agree with the OP - if the app is already loaded it should be resumed. The OS is fully capable of doing so, they've [MS] just decided to not offer it to third-party devs.
emigrating said:
I actually agree with the OP - if the app is already loaded it should be resumed. The OS is fully capable of doing so, they've [MS] just decided to not offer it to third-party devs.
Click to expand...
Click to collapse
Yeap, and why not implement? I mean.. what damages would it do? The system would be faster, without lots of loadings.
The titlet of the topic remain. I still pay for someone fix this dumb decision from MS.
emigrating said:
WP does NOT do third-party multitasking, it does fast-app-switching.
Click to expand...
Click to collapse
This.
Probably the most disappointing thing about Mango.
The only phone that does true multitasking is the Nokia N900 and N9. Everything runs in the background just like a PC.
But there is no Whatsapp or anything similar. N9 only has Skype, Facebook Chat, Gtalk and SIP for chatting so far. (N900 has more but still no Whatsapp)
I also got really annoyed with my Omnia 7 and Whatsapp. It takes too long to load everytime.
I think Kik was a little better however. So I've been using Kik instead. (it's better of the 2 on WP7 so far)
Originally Posted by Lumic
I wonder if Resumable XAP works for this application...
http://forum.xda-developers.com/show....php?t=1136330
It didnt work for me.
Click to expand...
Click to collapse
That was what I talked about earlier. Somewhat surprising that it doesn't work. But then I guess it is really not possible. As this is a quite fundamental change this means you probably have to wait until Tango or Apollo. Sorry.
jakiman said:
The only phone that does true multitasking is the Nokia N900 and N9. Everything runs in the background just like a PC.
But there is no Whatsapp or anything similar. N9 only has Skype, Facebook Chat, Gtalk and SIP for chatting so far. (N900 has more but still no Whatsapp)
Click to expand...
Click to collapse
It might be true but win 6.5 was true multitasking before Ihonne,N900...Try an HD2 and see for yourself...true task manager also...
I recently helped a friend to flash back to stock his HD2, I wonder how come for a pair on new shoes Microsoft had to learn how to walk again, ups I meant they are learning how to stand up-walking later, it seems...
You could try this;
Resumable XAP Tool v0.1 Release
I would think you could take that method to edit an already installed app to do it. With a file explorer, browse to the installation directory & find the file, "WMAppManifest.xml." Copy it out to your PC & edit it. Find the line, "<DefaultTask Name="_default" NavigationPage="PivotPage.xaml" />" & add "ActivationPolicy="Resume"" to it so it looks like this, "<DefaultTask Name="_default" NavigationPage="PivotPage.xaml" ActivationPolicy="Resume"/>." Now copy it back into the installation folder of your device & reboot. See if that works.
drkfngthdragnlrd said:
You could try this;
Resumable XAP Tool v0.1 Release
I would think you could take that method to edit an already installed app to do it. With a file explorer, browse to the installation directory & find the file, "WMAppManifest.xml." Copy it out to your PC & edit it. Find the line, "<DefaultTask Name="_default" NavigationPage="PivotPage.xaml" />" & add "ActivationPolicy="Resume"" to it so it looks like this, "<DefaultTask Name="_default" NavigationPage="PivotPage.xaml" ActivationPolicy="Resume"/>." Now copy it back into the installation folder of your device & reboot. See if that works.
Click to expand...
Click to collapse
No lucky here. Frustating.
Hi,
I've only just found the official feature suggestion website, it amazes me that so few people have been shouting for the same three things I want to see:
As it's a bit of a search/tag based site, I'm going to link to the three features I thinking EVERYONE should jump on and vote for, and hopefully they'll get some weight behind them:
1. Allow Zune to Analyse WP7 "Space reserved by other devices"
2. Drag and Drop files
3. Device backup
the last one's already got big support, so please spare 3 votes for each of the first two, and ask your friends to do likewise if they agree...
I've linked to these 3, as hopefully this might avoid repeated feature requests for the same thing, and all votes can be concentrated in one place. As people vote, these suggestions will rise to the top of "most recently voted on", and consequently snowball and gather more votes.
The homepage for the feature request forum is here, should you want to request anything else:
Feature requests
If this was a sticky, I might have known about this earlier
I've never experienced that first one; what's the issue?
Device backup would be great. But I think I'd rather see some type of notification center; if you miss a third party app toast notification there's no easy way of knowing which app it was. Also, skype integration would be nice, assuming they integrate skype messaging as a bbm alternative.
Are you kidding, OP?
I've never heard of this "space reserved" issue. I've got a couple movies, tons of songs, tons of videos, tons of apps, and still have 5gb free.
This obsession with drag and drop is reaching critical mass of annoyance. I mean, how hard is it to open up the Zune software?
And device backup? Is that a joke? You can do that any time you want. In the Zune software.
My goodness man. If you're gonna troll this forum please bring your A game.
I actually think it's a good idea to link to that list and make people aware of this.
sure haven't. He sure hasn't acted like a troll. I do not understand why you have to attack him for something he'd like to share. Ok, if you don't like it, but don't make it personal. The "joke" is shared by at least over 1000 other people on the feedback page btw (>4000 votes). If you want to take this to the next level why don't you convince those that it's a joke?
Can you please tell me how you backup everything on your device (apps, app settings, os and media) via the Zune Client?
Not knowing or trying to understand what somebody is saying and then acting like that person is a fool - that is trolling to me.
keep it civil
Troll? Maybe google a bit first, follow the links, or at least research before you throw that out there
Point 1.: If you've not come across the "reserved space" issue then, then I doubt you've ever hooked your WP7 up to several PCs, as it will happen sooner or later if you do.
http://forum.xda-developers.com/showthread.php?t=1104921
The above is my first post on the issue. I had no idea how bad it was going to get from there. In trying to fix the issue by changing sync setting on the 2 PCs I'd used, nearly all of my device is now taken up with "reserved Space".
There are LOTS of posts all over the internet with users having the same issue.
http://forum.xda-developers.com/showthread.php?t=904321
http://blog.spencen.com/2011/04/05/windows-phone-lsquoreserved-spacersquo.aspx
http://forums.wpcentral.com/windows-phone-7-os-discussion/178895.htm
http://makingwindowseasy.com/2010/03/02/zune-reserved-space/
there are many more, including a massive page on Zuneinsider trying to decipher it:
http://zuneinsider.com/?s=reserved+space
Basically, my WP7 now shows currently as having 200 MB free, with virtually the whole phone taken up by reserve space.
If I "delete all content" from both PCs I've used, this leaves me with between 6GB and 7GB still used in reserved space, and I've certainly not used that with Apps and email (and i don't use GMaps). For a day after Mango update I actually had 13GB reserved space, not bad for a phone with only 8GB
Currently, the only way to sort this is a factory reset. But because the Windows Phone website doesn't work for me, I can't even check to see which Apps are in my history and whether I'd have to manually reinstall them all along with resetting everything else.
So.. brings us to Point 2. Drag and Drop. I hate Zune. I do not want it to sync anything for me automatically anymore. I also want to drag media from a PC without Zune installed, or running Linux, or a Mac. Not too much to ask.
Point 3. Well, point 1 wouldn't be such a major issue if Point 3 existed. If WP6.5 can have a simple backup (even if 3rd party), then why can't Wp7? And choose which to backup from contacts, email, and apps at will.
A simple image backup is going to backup the same issue I'm trying to get rid of.
Hope I'm not trolling too hard here...
i like to have a livetile with a clock like the htc sense
Livetile with a clock
@boma23
Good luck, just remember on this forum talking about WP7 problems = troll
Drag & Drop would be great, this automatic sync drives me nuts too.
It was getting dark in the cave, so I came back to add this one:
Make Windows Phone a 1st class citizen in Windows
Rather ambiguously titled, but this one combines a few of my suggestions, and also already has quite a lot of support and is appearing on the front page of the forum anyway. Please add 3 votes
I think I have a few
* Add Support For Gtalk, mxit, and Nimbuz in the messaging hub. Believe it or not, but these are leading chat networks in both India and Africa by both Businesses and individuals.
* Add Support for Other Bluetooth devices. I want to be able to receive VCard Contacts from other phones as well as send them. If my PC can connect to other phones then why not my WP7??? Its anoying!!!
* Add Dedicated storage area to be used as FLASH Storage, so i can transfer files between PCs that do not have Zune
* Lastly Can someone do some thing about this interface??? the start menu idea is good and by all means should be carried forward. But I want to be able to customize it more say may be have 5 columns of icons. The menu should have a back ground etc. The back ground could be my wall paper, so i don't have to lock my phone to see how cool my wall paper looks.
---------- Post added at 04:37 PM ---------- Previous post was at 04:23 PM ----------
boma23 said:
Troll? Maybe google a bit first, follow the links, or at least research before you throw that out there
Point 1.: If you've not come across the "reserved space" issue then, then I doubt you've ever hooked your WP7 up to several PCs, as it will happen sooner or later if you do.
http://forum.xda-developers.com/showthread.php?t=1104921
The above is my first post on the issue. I had no idea how bad it was going to get from there. In trying to fix the issue by changing sync setting on the 2 PCs I'd used, nearly all of my device is now taken up with "reserved Space".
There are LOTS of posts all over the internet with users having the same issue.
http://forum.xda-developers.com/showthread.php?t=904321
http://blog.spencen.com/2011/04/05/windows-phone-lsquoreserved-spacersquo.aspx
http://forums.wpcentral.com/windows-phone-7-os-discussion/178895.htm
http://makingwindowseasy.com/2010/03/02/zune-reserved-space/
there are many more, including a massive page on Zuneinsider trying to decipher it:
http://zuneinsider.com/?s=reserved+space
Basically, my WP7 now shows currently as having 200 MB free, with virtually the whole phone taken up by reserve space.
If I "delete all content" from both PCs I've used, this leaves me with between 6GB and 7GB still used in reserved space, and I've certainly not used that with Apps and email (and i don't use GMaps). For a day after Mango update I actually had 13GB reserved space, not bad for a phone with only 8GB
Currently, the only way to sort this is a factory reset. But because the Windows Phone website doesn't work for me, I can't even check to see which Apps are in my history and whether I'd have to manually reinstall them all along with resetting everything else.
So.. brings us to Point 2. Drag and Drop. I hate Zune. I do not want it to sync anything for me automatically anymore. I also want to drag media from a PC without Zune installed, or running Linux, or a Mac. Not too much to ask.
Point 3. Well, point 1 wouldn't be such a major issue if Point 3 existed. If WP6.5 can have a simple backup (even if 3rd party), then why can't Wp7? And choose which to backup from contacts, email, and apps at will.
A simple image backup is going to backup the same issue I'm trying to get rid of.
Hope I'm not trolling too hard here...
Click to expand...
Click to collapse
boma23, you should kno better than to plug your device into multiple PCs, let alone sync with them. The WP7 is designed to be a hand held version of your PC, and since every PC is different (System Locale, Time Zone, Registry, Zune Settings, etc) there is bound to be a problem. Though luck for you will have to reset your device. So never do it again there after.
File Backup and Drag-n-Drop would be cool indeed
I expected smart /T9 dialer to be a popular request, but it has less than 100 votes (across different requests). I guess an app can fix this, but when WM had it as an OS feature, I don't understand why WP team thought it was unnecessary.
USB outlook sync, without cloud/exchange etc, is my biggest wish. seems there is some interest for that feature.
TED906 said:
---------- Post added at 04:37 PM ---------- Previous post was at 04:23 PM ----------
[/COLOR]
boma23, you should kno better than to plug your device into multiple PCs, let alone sync with them. The WP7 is designed to be a hand held version of your PC, and since every PC is different (System Locale, Time Zone, Registry, Zune Settings, etc) there is bound to be a problem. Though luck for you will have to reset your device. So never do it again there after.
File Backup and Drag-n-Drop would be cool indeed
Click to expand...
Click to collapse
That is utter crap! Why should he know better? What about people with multiple PC's? Say a desktop, laptop and possibly a work laptop too. Why should we only be able to use our phone with one PC? I plug my htc 7 pro into both my PC and laptop but luckily I havn't came across this problem yet. But I have seen many posts about it and Microsoft need to fix the issue.
A way to copy music, pics and video to the device without Zune would be great. Some of my music is hard to find in Zune. But it would be much better to allow WMP to sync with the device. Then I could just drag a music folder over to it and sync that way. Exactly the same way as I used to with Windows Mobile.
Apart from the lack of bluetooth file transfer, and even thats not a biggy for me. I very pleased with WP7.5 even more so now my 7 Pro has wi-fi tethering
A battery percentage tile would be awesome imo
scoobysnacks said:
A battery percentage tile would be awesome imo
Click to expand...
Click to collapse
Check this out if you like the idea of a battery tile:
http://forum.xda-developers.com/showthread.php?t=1328730
Multiple text message selection like you can with the email. Landscape support for homescreen and throughout OS. Led notification a standard on all devices. Forward button in browser, better yet a better laid out browser. One button access to dialer keypad instead of two. Should be able to access a mini menu when u press the drop down notification for the sig al bar WiFi and battery to have quick access to toggle or more info. That's just a few. I know it's more but that's off the dome
Sent from my Venue Pro using XDA Windows Phone 7 App
I'm guessing the "know better than syncing across multiple devices" thing was sarcasm
I've just thought of another - we need the keybpard API releasing so we can use SWYPE again in WM... I think I miss that app more than anything else since 7 came out