2014, could it finally be...

sonus

New member
Nov 30, 2013
73
0
0
Visit site
Im sure Samsung knows that the numbers game of "100 cores" and whatnot cant last. Unless of course there is real function for it. (Photoshop on the phone? :D)

The strategy of adding more and more cores DOES have a function. Its function is to brute force eliminate the lag and slow downs due to a combination of terrible Android code and probably worse Samsung code. My concern is that by the time they finally succeed in getting a Galaxy device to operate as smoothly as a Windows Phone, the Galaxy device will be the size of a desktop computer.
 

manicottiK

New member
Nov 24, 2011
660
0
0
Visit site
Fixing live tiles and notifications is a big part of catching up. The live tile system is pretty much broken, most 3rd party tiles are unreliable, and even some 1st party and partner ones can't be trusted.
Warning: Long, rambling, semi-off-topic rant about Background Tasks follows. :wink:

I'm not convinced that the system is broken, but it certainly doesn't convey information to users about why things aren't working. Since many tiles are updated by tasks on the phone itself (rather than server-side pushes), the whole "background task" issue needs to be addressed.

One of my big complaints with it is the term "background tasks" itself (in the Settings app) to refer to tasks that are scheduled to run every once in a while. The general public already has a different understanding of that term (i.e., tasks that are in memory and doing things while not currently displaying on screen). Given that the term already has a meaning, Microsoft should not have tried to redefine it. They recognized this from the developer's perspective and called the things "periodic tasks," which is what they are (started periodically and then shut down -- all independent of the main app that contains such "applets").

The second complaint is that the periodic task system itself isn't well understood by users and that the UI, in the interest of being simple and approachable to regular users, seems to intentionally hide too much information. The UI shows only "allowed" and "blocked" for tasks. However, the term "blocked' is used for three different things: 1) tasks that the user manually blocked by tapping the button labeled "block", 2) tasks that the OS has unscheduled because the task had repeated run-time errors, and 3) tasks that the OS has unscheduled because the user stopped using the app containing the task. Worse, the app doesn't even show the fourth category: apps that CAN do periodic updates, but haven't yet requested so.

Here's a quick mock-up of a better Settings page that calls the tasks what they are, shows what they do, and explain when and I some aren't working.
PeriodicTasks.png
 

radmanvr

New member
Nov 19, 2013
620
0
0
Visit site
If they unify all RT, Mobile, 8 and xbox they will have a complete ecosystem. That is unique to the windows brand. Also Office 365 can't be passed up easily at least I don't think so. I can't go a day without loading up my excel files because I have a strict financial plan. I'm sure there are great apps that do this as well but to have this file pretty much on all your devices is just too good.
 

etad putta

New member
Oct 1, 2013
848
0
0
Visit site
A nice opinion, but I'll wait for the features that I use everyday in android to make it before I do any jumping.

Thanks to forums like this, I can see the things still missing in each release.
I like you, you nice guy,but if you hear radder than at android central that may indicate android not so goood. C'mon over brother, then you can cry and cheer with the rest of us.
 

Sangeeth Sudheer

New member
Jul 11, 2013
38
0
0
Visit site
For me, there are many. One main thing matters with the whole Windows brand. It was a tough road for WPs and its amazing to see them still rising from the ashes (of Windows Mobiles) even today in between tough OS battles. But there is something Windows represents. The fact of people. PCs were crazy those days and it was mainly possible thanks to Windows. I know there's piracy and stuff but all of that was Windows and just Windows.

Today, when I tell someone about Windows Phones, they definitely get excited (except for creepy anti-WP fans who know about WP) because its Windows. But they trust that the phones can do nearly everything the PC could do. But we all know that that's not true, sadly.

What I would want would be for MS to take an ambitious step. I know they are already onto integrating Windows into WPs but that motive is not exactly what we think and its a slow process. What I would want is for MS to take the leap of faith and bring Windows to Windows Phones. It could be possible as we are at the micro and nano age. Anything's possible. If people could use their WPs as normal WPs and as Windows PCs, it'd make the Windows platform unbeatable. For that, they need to ditch everything and start from scratch.

I know its crazy and I know it won't happen in 2014 but image that. Its better to say this than to tell individual points like "we want Windows 8.1 like customization", or "we want multiple home screens" or even "we want more functions like the ones in android" and even "we want it be customizable till its core". If this happens, I can most proudly recommend WPs to anyone without having to hear an Android or iOS comment back.

MS can do this. I really dream for that day.
 

mpelti

New member
Oct 31, 2012
135
0
0
Visit site
That type of menu would be good for troubleshooting purposes, but the average user only cares that the tiles aren't working as advertised. When I see that my Bing weather is still showing me the last manual update I did, days ago, it doesn't really matter why it's wrong, it matters that it can't be trusted. It never showed up as blocked except when I manually blocked it.

It seems like developers have really struggled to take advantage of live tiles, and I tend to think of that as a flaw in Windows phone itself
 

manicottiK

New member
Nov 24, 2011
660
0
0
Visit site
That type of menu would be good for troubleshooting purposes, but the average user only cares that the tiles aren't working as advertised. When I see that my Bing weather is still showing me the last manual update I did, days ago, it doesn't really matter why it's wrong, it matters that it can't be trusted. It never showed up as blocked except when I manually blocked it.

It seems like developers have really struggled to take advantage of live tiles, and I tend to think of that as a flaw in Windows phone itself
I'm willing to agree with all of what you said. The only difference in what I showed and what's there now is the name of the page and the inclusion of a reason for why the tile didn't update. (This might help induce users to beat up on the developers to debug more before rolling out updates.)

In our app, we check the periodic task status each time the app starts. If it looks like the task is dead when the user asked for it to be alive, we own up to the fact that the tiles weren't updating because our code didn't work as expected and let them know that we have rescheduled the task so that tiles update in the future. If we can't reschedule the task, we let the user know why (i.e., they blocked the app, there are too many periodic tasks already scheduled, etc.). It may be overkill, but the language on the page is fairly non-technical and we don't want users to have to create a mythology around how the app works (and sometimes fails).
 

mpelti

New member
Oct 31, 2012
135
0
0
Visit site
Makes sense. It's especially frustrating because live tiles were supposed to be one of the killer features of the platform, but turned out to be such a liability. Every time i see a weather tile that's clearly from a different day, or a scoreboard that hasn't been updated, it makes me regret my choice to move to windows phone.
 

manicottiK

New member
Nov 24, 2011
660
0
0
Visit site
Makes sense. It's especially frustrating because live tiles were supposed to be one of the killer features of the platform, but turned out to be such a liability.
One of the problems is that few apps provide "Live" tiles, instead offering "Occasional" or "Intermittent" tiles. The difference is that "live" ones can be pushed out at any time by a server while the "intermittent" ones are the result of a periodic task running on the phone every 30 minutes or so. The latter is needed when the phone has a piece of information that a server doesn't (like the phone's current geolocation).

In our app, the count on the tile is managed by real push from a server and can change at any time; the text that appears on the wide tile is managed by the periodic task, so it only updates every half hour or when you start the app. It's a good compromise, but like any push-based service, it requires a lot more programming work and a server. Our audience is small because it's only students of our university. If we had to pay for servers for a large population and if those folks weren't paying for the app (or the push feature), I'm not sure how we'd justify the cost. This is likely why so many apps use the intermittent/non-server method.
 

tgp

New member
Dec 1, 2012
4,519
0
0
Visit site
Makes sense. It's especially frustrating because live tiles were supposed to be one of the killer features of the platform, but turned out to be such a liability.

Besides not being reliable, the logistics of the Live Tile system has a flaw: it's not "central." The notifications are not all at one place. You cannot look at one place and see all your notifications. And if you have more than what fits on the top of your home screen, they're not all visible without scrolling. I think there should be a live tile with all notifications showing there. Tap it to open, roughly similar to iOS or Android's pull down or up method.
 

manicottiK

New member
Nov 24, 2011
660
0
0
Visit site
Warning: second long-winded/off-topic response of the day.

...the logistics of the Live Tile system has a flaw: it's not "central." The notifications are not all at one place. You cannot look at one place and see all your notifications.
Despite what many folks will say about tiles and notifications, tiles are NOT a replacement for or an equivalent of notifications. Tiles are most akin to Android's widgets crossed with iOS home screen of app icons. The fact that tiles don't make for a great centralized notification center isn't a flaw any more than the fact that my food processor not making for a great automobile isn't a flaw -- they're different things solving different problems. (Note, that does leave WP without a centralized notification center, but that's a separate issue that's supposed to be addressed with WP 8.1.)

Regarding notifications, push notification services exist for Android, iOS, and Windows Phone. In all three cases the "thing" pushed to the phone is a short message that's displayed; tapping the message opens the app. In the case of iOS and WP, a counter can also be made to show on the app's icon (in the case of iOS) or tile (in the case of WP). Solely in the case of Windows, a second kind of push notification can be sent -- a tile update. These can change the title, icon, background image, text, and back of the tile.

The "tile pushing service" does not exist for iOS because iOS has nothing as large as a tile on which to display things. While there aren't tiles in the Android world,there are widgets, which are big enough, however, Android doesn't offer a "widget surface push service" since widgets are generally updated by tasks running on the phone itself.
 

Anglerdk

New member
Aug 23, 2013
112
0
0
Visit site
The year that WP catches up with iOS and Android. The year when reviews stop pointing out whats missing with the OS or the devices?

I mean 8.1 update expected pretty soon with much anticipated features, apps like IG finally here and many coming all the time and official FB app finally making progress (the updates need to keep coming). Not to mention new devices with quadcore processors, hd screens etc...

I know the other two are moving forward too, but I havent seen anything really inspiring lately. New things that came with iPhone 5s and GS4 like fingerprint reader or sensors that (try to) follow your eye movement are gimiggy or technology that does not function properly yet.

WP is really the only platform that offers something different and fresh. Im not thinking 2014 is the year WP will outsell either of the two, but the year when the complaining could stop (I have complained too and will keep doing so until Im satisfied).




no, i dont think WP will catch up , because:
1) Android units with kitkat and cheaper (high performance) CPUs will make the gap between lowend android and wp8 smaller

2) the variation of wp8 models are very small , and beside Nokia the support from phone makers are small

3) since point two, the lack of apps especially in foreign languages is becoming more clear to many.

4) in countries with higher income wp8 isn't a real alternative to iPhone and high end android , the hardware platform is outdated beside the cameras.


5) there is no or few killer features on wp8 (the l1020 camera perhaps, but the phone is slow and runs empty on storage in no time) - basically there is nothing wp8 can do that ios/android cannot..? So no, the reviews will still point out the missings, since they shouldn't be there.

6) wp8 is not reaching out as be more connected like aircast, miracast, mhl , chromecast etc

7) WP is missing out of features that they should master, like office , calendar/exchange

Much of the innovation is in software and especially android (I don't know much of ios) dual app on same screen, chromecast , quick launcher etc is might not a big thing, but if you switch away you find out they're missing



Sent from my RM-892_eu_sweden_243 using Tapatalk
 

tgp

New member
Dec 1, 2012
4,519
0
0
Visit site
Despite what many folks will say about tiles and notifications, tiles are NOT a replacement for or an equivalent of notifications. Tiles are most akin to Android's widgets crossed with iOS home screen of app icons. The fact that tiles don't make for a great centralized notification center isn't a flaw any more than the fact that my food processor not making for a great automobile isn't a flaw -- they're different things solving different problems.

I believe I worded it wrong. What I meant was that there's a flaw in Microsoft's philosophy to use Live Tiles rather than a central notification. Even if the Live Tiles worked perfectly, they wouldn't do the job as well. All notifications should appear at the same place. And I also believe the Live Tiles are actually meant to be a replacement for a central notification system.
 

TechFreak1

Moderator
May 15, 2013
4,611
5
38
Visit site
Live tiles are not a replacement for a notification centre at all, it is silly to think it will be. Simply because not everyone has their hands glued to their phones 24/7. If you miss a notification, you wont even know unless you hunted for it and even worse if its not pinned to your home screen it is gone. Also what on earth possessed them (MS) to think clear the notification counter if you opened the app was a smart idea? I.e if you receive 6 emails and open 3 therefore 3 unread the tile should indicate 3 unread not clear it off completely.

Microsoft needs to stop trying to be a parent deciding what we users need or don't need. For example, the stop button why was that removed? The functionality is there since there all these stopmusic apps in the store, such a basic thing but its a nuisance to have an app pinned to do a simple task. More over users had to use a work around - opening a video to remove the now playing control, which was just absurd. Also I have found the battery drain is actually higher with the music paused as opposed to stopped. We need the ability to troubleshoot bluetooth problems via adjustable settings, profiles etc there have been times when I have not been able to connect via bluetooth to my friends' car audio systems with no way to troubleshoot (which was pretty embarrassing to say the least imagine a car full of isheep :angry: - so now I carry an aux cable in my backpack and my coat pockets). We need more than just colours for tiles, If they enabled us to have custom backgrounds for our tiles, ability to change the colour of the logos and text for system apps - this would make windows phone more personal. Only then their vision / motto "We didn't design windows phone for all us, but each of us", would ring true. Speaking of tiles, may be give us an option (off by default) to turn off auto alignment? I have so many ideas in mind but it is a pain playing around with black empty tile shortcuts created with skinnery themes as they try to open but close automatically since they are not set to anything.

Bing Search needs to be improved drastically for us international users, the bing panaroma feature is amazing with the recommendation, reviews for movies, movie times etc which you only get if you change your browser / search region to US. Also sort by distance, show opening times is disabled in local scout unless you change your browser / search region to US...
Office mobile needs alot of work, I shouldn't have to resort to work arounds it should just work i.e. using full stops as bullet points. Can only attach documents in the office hub, videos only from the photos hub and only pictures from the an email hub. Once a document is attached via the office hub, it defaults to the pictures hub with no way to change it or navigate back. So you have to upload all documents or videos to sky drive and share that way, it works but a annoyance none the less or send them one by one....

However there are areas MS nailed it, customisable lock screen, kids corner (however camera roll is still accessible and really needs a setting to set a separate password), amazingly fluid UI etc. They have a strong foundation now but there is a lot of work still left to be done before WP can surpass android or ios.

Sorry for the long rant, brain is on over drive at the moment.. had too many energy drinks.
 

Greywolf1967

New member
Nov 16, 2013
797
0
0
Visit site
To be honest about this, and trust me I am a windows everything guy, a few changes have to happen before Microsoft makes any headway in the market.
The fight between MS and Google has to finish before any Android user jumps over. How much of a black eye does MS have after they release a YouTube app only to have Google block it the same day.
It is why you do not see any Google app development on WP8. The other shot fired toward MS was Google adding an improved Google search to iPhone. So now both Droid and iPhone users are talking to their handsets saying "Ok Google"

I do think if Microsoft fails to push their Tablet and Phone systems closer together they will be dead in the water.

i OS 7 on iPhone/iPad, and Android being the same basically for Phone and Tablet , gives developers far less work to do before they see sales pile up. In the MS ecosystem, you have to develop for Phone send to store, now start again for RT and submit, then if you want to make for x86 it's a third run through. I really do not think a developer is against getting sales any place they can, but if your work load is twice that of the other 2 os, then yes you will develop last for WP.

If MS does link WP8.1 and RT closer so the same Office that runs on RT runs on the phone, not only would the average person take note, but the adoption rate in corporate settings would jump !!!!
Companies struggle now with Android Tablet and iPhone use, more so then with Blackberry.

The chance is there, MS just has to grab it.

EDIT

Just one other thought, and it is a simple thing, but to the average buyer could close a deal....Why for the love of god is it that you build in a maps app into your Modern UI, but then you do not let the user pair a phone with a built in GPS to the tablet???

The simple things are what grabs people attention.
 
Last edited:

tgp

New member
Dec 1, 2012
4,519
0
0
Visit site
The fight between MS and Google has to finish before any Android user jumps over. How much of a black eye does MS have after they release a YouTube app only to have Google block it the same day.
It is why you do not see any Google app development on WP8. The other shot fired toward MS was Google adding an improved Google search to iPhone. So now both Droid and iPhone users are talking to their handsets saying "Ok Google"

I think this is no small part of WP's current problem. I've stated before though that I don't think Google is holding back apps for WP just because it's Microsoft. What's the logic behind saying Google is scared of WP, but yet they fall all over themselves developing for iOS? That said, Google's reasoning could be to purposely limit WP's growth, but I lean more towards the market share issue. But, none of us know for sure. It's all surmising for us.

Microsoft could play a little nicer too. I'm not sure who's instigating and who's retaliating here, but obviously there's no love lost between the 2. Microsoft has been all over with their Scroogled campaign, including selling Scroogled merchandise in their store. While true to a certain extent, I doubt the difference between the 2 companies is as big as Microsoft makes it out to be. And the latest Chromebook ad? I wonder if Microsoft isn't crapping their pants over how the Chromebook is taking off. PC sales are down and Chromebook sales are rising pretty fast.

And then there's Rockstar...

Whatever is taking place, it sure is interesting to watch!
 

Greywolf1967

New member
Nov 16, 2013
797
0
0
Visit site
I think the whole scroogled and chromebook ads from Microsoft are just garbage that is not helping !!!! In fact I would say it is only hurting one area.....the consumer.

I wonder if Google sent a search app to the MS Store, would it pass through or would MS block it right away? As MS is so highly invested in Bing.

I truly wonder how many WP8 users who have the Bing button on their phone, still fire up ie and search through Google.com
 

kalo88

New member
May 8, 2013
95
0
0
Visit site
Does anyone realize that quad core phones are really dumb? Most of the time, only 2 cores are being used.

How many cores does facebook and twitter really need anyway. If you really evaluate your day to day phone use it's VERY basic un-demanding tasks like a quick browse, facebook, twitter, the odd youtube video etc. People are told to believe that a bigger number is better, 4 cores is obviously better than 2, 2gb ram is better than 1... but when you're not really using any of those specs then it's not =/. iOS and WP have shown you don't need to have the latest and greatest hardware but for the WP platform to continue it needs them just to attract people who are obsessed with specs.
 

Members online

Forum statistics

Threads
323,300
Messages
2,243,596
Members
428,055
Latest member
DrPendragon