Android Text Messages Intermittently Going Astray
theodp writes "Reports from Engadget and others suggest that Tiger Woods and Brett Favre might want to avoid Android for the time being. It seems Android's default text messaging app still has horrible text messaging bugs that can that intermittently send texts to the wrong person. 'This is ticking me off like no other technology glitch that I experienced in recent years,' reads one unhappy camper's post on a lengthy Help Forum thread opened on March 16th. 'If a bank deposited my paycheck into another person's account I wouldn't stress so much cause I can always get the money back. How the hell do you take words back? "Oh sorry boss you had to find out that I think you're an idiot, can I still keep my job, please please please?"' Over at Google Code, Issue 9392 — SMS are intermittently sent to wrong and seemingly random contact — carries a priority of 'Medium,' even though it has 600+ comments and has been starred by 3,600+ people."
So fix it yourself.
#DeleteChrome
Hey Larry there's this bitching party down town tonight with strippers and blow!
Does the bug affect the Google Voice client as well or only the native SMS client?
!
sent from my android
Eventually, Google may have to realize that some of their products actually require customer support.
but not a performance or security related issue.
Randomly sending SMS messages to the wrong recipient is a huge performance and security bug. Performance: if the intended recipient does not get the message, the phone is not performing a basic function correctly and the effective messaging performance is zero. Security: It doesn't take a rocket scientist to figure out that sending SMS messages to the wrong people could definitely have a negative effect on user privacy, making this a BIG security bug.
AntiFA: An abbreviation for Anti First Amendment.
Android users should consider upgrading to Moxie Marlinspike's TextSecure anyway. Not only does it support storing text messages in an encrypted database as well as over-the-wire encryption with other TextSecure users, but it sends the messages to the right person every time!
ya, because getting the message to the wrong person really fast is much more important than getting it to the right person. I would also argue that a message being sent to the wrong recipient is a security issue also.
...but not a performance or security related issue.
o.O
You're obviously not qualified to work on any projects where security is an issue.
"Convictions are more dangerous enemies of truth than lies."
"Where t Hell iz my Hookers n Blow??? U is 2 hours late for NY parT, dog! Bet that fuk Zuckerberg's ParT already has Hookers n Blow! WTF????"
Lawrence Person (lawrencepersonh@gmailh.com (remove all "h"s to mail)
http://www.lawrenceperson.com/
I can tell you right now that if Microsoft Outlook had a bug that sent emails to random contacts, we would not be seeing comments that say "Never happened to me, so not an issue" or "Don't blame Microsoft, there are other clients available."
Oh, and the "fix it yourself" people need to shut the fuck up too. That's fine when it's an open-source project with fifty users hosted on sourceforge, not when it's in-production software that runs on millions and millions of phones.
No, it is not a fat finger issue. It IS sending messages to the wrong recipient without notification, and even sorting them in a different thread than where it was sent; there are steps to reproduce in the bug report. Your assumptions about the issues are misleading others just as badly as FUD could.
There appear to be a few failure modes; the one we definitely experience on the Gingerbread-powered Nexus S involves being routed to the wrong thread when you tap it either in the Notifications list or the master thread list in the Messaging application, so if you don't notice, you'll end up firing a message to the wrong person.
Not sure whether to file this under FUD, but the error isn't nearly as sensational as the title or summary seem to indicate. Certainly an issue if it turns out that presses are being fuzzed out to different locations than intended, but very possibly an issue of "fat fingers" on the part of customers.
Fat fingers can't explain why messages that the phone logs as having been sent to person A are in fact sent to person B, which some people have reported.
However rarely this bug strikes, it is something that should never happen, and it is definitely a showstopper bug for many many users.
Neither have I.
I do not read or respond to AC's. If you want a discussion, log in. Otherwise, don't waste your time.
One wonders how this bug rates on Google's internal bug tracking system and if any of the "me too" people have contacted the vendor of their particular phone first?
Guru Meditation #6d416769.21610a21
I've been an android user for quite some time and have experienced the above-mentioned problem. However, there is a reason it's marked as a "medium." The bug in question is in fact there, but the problem only occurs while opening the contact to text. This means that I might think that I clicked on "Amy" but "Zach" might open instead. A lot of people don't pay attention to this and quickly type away and press "send." However, the problem was there and seems to have been fixed in 2.3. Also, I have not experienced it recently while using cyanogen 6.1.
Yeah that's it, it's a conspiracy. Excellent mind you have there.
Sounds like a race condition, and a bleedingly obvious one at that.
While I can't say I know with certainty every detail of this bug, I'm always amazed when even supposedly talented developers get away with this kind of broken thinking. Too many developers are unable to fathom when they have a timing window like this. As a software engineer, this particularly pisses me off. Too often I find co-workers introducing idiotic bugs like this because they don't stop to think or answer basic questions.
As an example, I myself was working on a mobile app in my spare time, and throughout the process found myself asking a lot of questions like... "Can I rely on the user's finger hitting the screen before I get a network event?" The answer is obviously no in all cases. You need to design your UI with that in mind. If you do things like change the meaning of UI buttons in response to network events, you get races like this where the user performs an unintended action. If that's what the cause of this bug turns out to be, I have to say I'm personally disappointed in whichever engineer screwed this up so badly.
Normally a single example wouldn't be considered a representative sample, but because it's mark19960, the bug must not be real!
Have you considered that the bug affects not a certain percentage of messages sent, but a certain percentage of users? In which case it won't affect you no matter the volume of message you've sent?
I don't know why you ever thought Google wasn't worse. Microsoft is great at implementing software (i.e. features). I really can't think of a better company at that. Where they usually fail is in the concept stage, esp. regarding security. Google is much better at that (from an architecture/focus standpoint) even though their software has [a lot] more bugs.
If a portion of your user population has enough trouble with your UI that they are 'fat fingering' their way into trouble, then at some point it is _your_ issue.
But that having been said, a quick glance through the support thread shows things like this: "http://www.google.com/support/forum/p/android/thread?tid=345259e6d424bad3&fid=345259e6d424bad300048dfbff785d0c&hltp=2"
The code reverses the numbers before doing its (loose) compare... so uses the 7 last digits.
Bob - 408-555-1234
Fred - 510-555-1234
become
4321-555-804
4321-555-015
And it only uses the first 7 digits, which for both numbers, is "4321555"...
So if you send a message to Fred, and it looks in the cache for the contact, there's a chance it will go to Bob.
It seems you consider sending personal data to the wrong destination "not a security issue." Messages are information. Login details routinely travel over them, like when you're resetting a password or something... now you can't know if it really travelled to the right person. If this were SSL you'd be yelling "man in the middle" attack.
May I suggest downloading "handcent sms", it's far from perfect... but it's way better than the default messenging app. It's very customizable, too.
Interesting, I hadn't looked at the bug reports (RTC[omplete]FA, doh!). That certainly looks like a major bug, although the irregularity (one submitter reported owning two Nexus S with the same build but only seeing the bug on one) of it is extremely curious.
[quote]Over at Google Code, Issue 9392 — SMS are intermittently sent to wrong and seemingly random contact — carries a priority of 'Medium,' even though it has 600+ comments and has been starred by 3,600+ people.[/quote]
It is important to many people, but not a performance or security related issue. Yep, medium priority.
I'd say sending a text to the wrong person is a big security flaw.
Download free e-books, lectures, and tutorials at bookgoldmine.com
If it doesn't send them to someone random it will just delete all of them. http://code.google.com/p/android/issues/detail?id=5669 That's also labled as medium.
Performance: is in regards to phone performance and responsiveness (raw speed), not user-related effectiveness.
Security: is in regards to phone security, not user-information retention.
You're thinking of functionality and privacy, not the above two terms. And these two categories are larger concerns than performance & security is.
And I'm thinking this entire thread is a waste of time over an utterly pointless statement. Thanks OP.
http://android.git.kernel.org/?p=platform/packages/apps/Mms.git;a=commit;h=7bb3d8cf74ec1e4ae18cb814c17e12a00816f105
Though I guess it'll take a while to get into builds/updates for existing handsets.
But not as bad as the HTC 911 issues
Sending messages to the right contact and making sure 911 calls work are things OS makers should go out of their way to ensure work correctly
Do mobile vendors QA their products anymore?
Meh, information wants to be free. It's not like your personal communications will harm the world. Why aren't you just being open and honest to begin with?
For sure not fat fingers! The first time it happened to me on my EVO I thought I had messed up. Since then I *TRIPLE CHECK* the recipient of every SMS I send. Just today it happened again, sent to one person, they didn't respond after a while so I looked at the thread and my message wasn't there. It was at the end of a thread with a different recipient.
I also notice that when the screen is first coming on, if I select a contact from the call log or a thread from the SMS log that sometimes I get a seemingly random one instead (not one just above or below the one I touched, but one not even on the screen).
Scary.
My favorite quote doesn't fit into 120 characters. Now no one will like me.
This also shows up when a message is sent to someone for whom you have two or more cellphone numbers. I saw a message I had sent my son at his foreign cellphone number (by mistake) coming up as a new thread, which I knew was "wrong". I re-sent it to his local cellphone number and it filed correctly. But both threads had the same name title, and did not have anything to distinguish them (a UI error: they should have the class of device appended in parentheses when the recipient has more than one SMS-capable device).
But if the messages are going to entirely different people, I'd suspect a match routine error, and I'd want to check the code and the data for character-set encoding problems. I would hope by now that everything is UTF-8, but if this stuff was coded by people whose sole language is English, all bets are off.
Almost makes me want to buy an iPhone or a Win 7 phone. Actually I don't want (nor do I own) any of these phones. Could someone just make a phone that I can dial numbers on to call someone? Thanks!
I sent a message to my wife, & she got it but it also went to some random person, they wrote back and asked what we were talking about.
When they really just want to push you headlong into the upgrade treadmill?
This also seems to explain how incredibly crappy p
you had me at #!
Ok, I'll agree that this seems to be an important issue, but the 700 me-toos in a 24 hour period on the issue isn't going to help anybody.
Go ahead and star the issue if you'd like (and enjoy reading the resulting 700 emails you'll get every day from the idiots shouting "this is important). But, there are better ways to get the issue escalated than to spam the bug. This just makes it that much harder for anybody actually working on the problem to fix it. Also, anybody who did care about the issue and who was working on it probably will take their names off the bug as soon as they get into work next week, or at least hit the mute button on the conversation thread in gmail.
If somebody spammed a bug of mine on an open source project like this I'd do two things:
1. Fix the bug.
2. Ban anybody from the bugzilla who posted a me-too.
Me-toos that include helpful step-by-step reproduction scripts, core dumps with symbols, insightful analysis, or whatever are of course perfectly welcome. "This is important!!!" is just whining - yes, it is important, now go find something productive to do...
Performance: is in regards to phone performance and responsiveness (raw speed), not user-related effectiveness.
I call troll, but I can't help feeding you. If a bug made the phone into a brick that did nothing but execute nop instructions at 1 Ghz when idle, and just flashed random lights when a button was pressed, your definition would not classify this a performance bug.
It should be illegal to say that freedom of speech should be limited.
Not so idiotic to many here. They'll just argue that their communications are private, and that an elected government's private communications (further classified as secret) should be public.
Security is unnecessary for the elected government of a superpower nation with a nuclear arsenal and complex diplomatic endeavours, but it's absolutely essential for making sure you don't have to have a conversation with your grandmother about your desire to get shitfaced.
there are steps to reproduce in the bug report
False. From the linked bug report:
Interestingly, has never occurred on my other Nexus running the same FRF50 build.
Basically, he says he *can't* reproduce the bug on just any device. Only on one particular device.
It has since been updated to priority Critical
There is no -1 disagree
Surely this adds to the case for Android device manufacturers should be working together on a standard Android distribution, rather than on their own fragmented and mangled versions.
They should accept they are just producing hardware, and that the Android customisations are irrelavent (much as it is with Windows laptops and vendor supplied crapware). Because they all produce customised versions of everything and stop supporting them as soon as the new hardware is released these bugs are going to exist in existing Android handsets for a long time, potentially forever.
This bug is pretty bad also. Someone should add the link to the original post. When you have 20mb of internal memory left or less, you can't receive any SMS anymore. Also the SMS message is lost forever. Seems there's a duplicate entry: Issue 11045: cannot receive SMS messages when internal memory is low http://code.google.com/p/android/issues/detail?id=11045 Issue 4991: Can not receive SMS when internal memory is low. http://code.google.com/p/android/issues/detail?id=4991
It has ALREADY been fixed by the community.
None of the dozen or so SMS apps in the market exhibit this. Only the stock app.
Sig Battery depleted. Reverting to safe mode.
and we have to try to keep the signal-to-noise ratio good here on Slashdot.
Right. Now please refrain from lecturing. Thanks for your cooperation. EOT.
Sig Battery depleted. Reverting to safe mode.
It's a phone and this folks can point your position everywhere in the face of the earth but are unable to properly send a bloody sms!?! (Nokia is doing it well for more then a decade). This is "I live in my BMW because I can't pay the rent" stuff.
Math is beautiful... e^(pi*i)+1=0
I created an account just to comment on this article. I have experienced this bug as well and it can be incredible embarrassing. Thank god it is finally getting some attention so maybe they will finally fix it. There is also this one that happens to me constantly: http://code.google.com/p/android/issues/detail?id=5669
It doesn't excuse anything with regards to this issue in the Android OS, but if you, as an engineer, use SMS to iron out critical details on project, you have even bigger issues.
SMS was never advertised as a reliable communication medium, nor was it ever recognized as such. Using it for official communications, especially communications that should probably be traceable and leave an history is really not that bright. Emails are so easy to use on mobiles now, they offer a much better alternative.
If you are using SMS for anything other than "I'll be 10 minutes late to the meeting, please start without me", you are doing something seriously wrong.
When i had to switch in the UK from analog, there was no charge made on SMS.
I was truly shocked when, a few years later, texting took off.
It was like the X.25 channel on ISDN. There, known to a few, but of little use.
Oh, silly me, i bought a phone, to be, err, a phone.
Now, if you suddenly find a way to charge good money for something which is a byproduct waste in your system, why the heck not charge as much as you can?
All you're doing is taxing cowardice. Which is a plentiful thing. Don't tell me you never "hid" behind a text message for convenience sake?
As for Android messing with SMS addressing, is this not a GSM certification spec?
It's definitely not a fat finger issue. Android's messaging app at first sight appears to be very useful because you can simply reply to a messge thread without having to create a new message and tediously add the contact. However, yes occasionally it does decide to message the wrong person which usually results in volley of swear words at it because it's so damn illogical.
Just watch what you write because you can't trust it. If you want to be sure then create a new messge and select the contact manually. I can't fathom what stupid piece of logic within code would cause this.
Until last month I was paying 20 cents a text, which worked out to about $3.40 a month for me. less than the taxes on the line.
I have an unlimited plan now but that's because it was bundled with some other things I wanted. about half of my friends have per text charges, and if they cared about the charges they would switch plans.
Unlimited text being the standard is a recently phenomenon (last 3 or so years), and has not been something that has been around since the late 80s/early 90s as you suggest.
“Common sense is not so common.” — Voltaire
A lot of companies (i.e., Apple, Google, Oracle) use licensing that is "open source" in that the code can be used by anyone, however they are careful to always make sure that private modifications need not be published. Such companies avoid GNU like the plague, and only use it when forced (e.g., gcc). These companies then go further to make your stronger licensing ineffective by using DRM (e.g., Droid and TiVO) to make it even more unpleasant to hack their source base by depriving you of real control over the hardware. These guys use open source as a way to cheaply disseminate a platform they can advertise on, not as a movement or a service to the community.
With a license like that used in Google's user-land environment in Android, fixing patches only helps Verizon, Motorola, and Google, but the little guys won't see anything cool until Verizon and Google finds it unprofitable to maintain a separate fork any longer (which can be either short or long depending on the value). Even once said patches are published, good luck finding a cheap platform you can run it on that isn't locked down by your service provider. So there are huge disincentives for an unaffiliated hacker that go beyond mere access to the code. Rather than contributing to a movement, said hacker would just feel like a patsy that works for Google/Verizon for free.
--"You are your own God"--
Google responds to these claims with "you're holding it wrong."
I think what's happening here is that data meant for the 'bit bucket' is falling out through the antenna.
I have NO knowledge of this ever happening to me, nor do I ever recall getting an SMS from some random person...
3600 reports out of millions of devices. Assuming on'y perhaps one in a thousand bother to report this, then you do get a large enough sample to be concerned about unless some of those 3600 are repeats.
More interesting to me is the sad state of the POP/IMAP Email client. It's been substantially dysfunctional since birth. Only with the Android 1.6 release did it even actually delete the trash locally. On my G1, with 1.6, it still couldn't retrieve mail without retrieving all the previously read and deleted mails again. It fails to make a connection to a perfectly good server on a regular basis, stalls during retrieval, and a myriad of lesser issues. The trash issue was first reported by me in January 2009, and has been assigned, deleted, re-reported, claimed as fixed, reported again, re-assigned, prioritized to no action, and then a new Android release woud come out and all the previous reports were flushed. I stopped reporting it with 1.5.
But the POP email client isn't a priority. After all, you need a Gmail account, so just use Gmail, ok?
I won't belabor the sad state of the Bluetooth Voice Dialer. It's pathetically inacurrate for me, so much so I had to delete it, not to mention grabby about answering the headset button presses in my pocket, and plain failing to run when I wanted it to. Pus.
This is one of the problems with Open Source; support and development at the whim of those doing it, not the same sense of urgency for some of the more obscure problems, the priority being determined by the developers. Mostly this just whets our appetite for the 'final' result, but sometimes, like when you're buying a phone dependent on it, well, it's annoying.
I still see this SMS issue as miniscule, but I might be wrong. Some of the other problems introduced by various phone makers' unique UI enhancements are a lot more interesting.
And yes, I do root my phone. I'm running 2.2.1 via Cyanogenmod 6.1.0 with the 2708 hack. It's a lot more stable than without the hack, and my G1 jus doesn't have enough RAM. It's served me well. I can hardly wait for a cool dual-core Tegra-based replacement. Then I'll try the POP mail client again... Betcha it still sucks.
deleting the extra space after periods so i can stay relevant, yeah.
Security is unnecessary for the elected government of a superpower nation with a nuclear arsenal and complex diplomatic endeavours, but it's absolutely essential for making sure you don't have to have a conversation with your grandmother about your desire to get shitfaced.
Well, maybe if I could make it a little more concise.
You were really going for the signature quote, weren't you? :)
"Oh sorry boss you had to find out that I think you're an idiot, can I still keep my job, please please please?"
Actually, this is a good reminder that you should treat every single thing you send over any network as public speech.
Our company transmits in the order of 20,000 SMS messages per day, on behalf of our customers. The reliability from the telecommunications companies is approximately 93%. Yes, you read that right. Forget about five-nines reliability. These guys don't even get two nines.
And when we challenged them about it, they said 'Read the contract buddy. We categorically do not guarantee to deliver ANY sms message ever, and we categorically do not agree to tell you which ones were delivered or not.'
I don't see that Google has anything to worry about here.
Quite a few Android users use alternate SMS apps from the Android Market, just about all of them are a better (ChompSMS, Handcent et al). I'm wondering does this only apply to the stock messaging App?
After logging in slashdot still does not take you back to the page you were on. It's been that way for 20 years.
Comment removed based on user account deletion
Android gets to have bugs here and there. One of the gripes that we have (me and my colleagues) is the calendar function. There is a problem with the synchronization of calendar between Android and Google Apps. The interpretation of Android for whole day entry and Google is different with the calendar entry going haywire to wrong date if you switch between a time entry and whole day. In addition, we get to have sync issues when changing times and dates of the calendar. It becomes "disconnected" where the Android calendar and Google calendar does not reflect the changes made to each other. However, when you delete the entry, it will be deleted on the other.
The solution is to use iPhone (one of my colleague has and does not experience any problems.) Google sucks with the own products rather third party integration. iOS It has better support with the synchronization and does not have any problems (indicating that it is an Android issue.) The synchronization is faster (instant update after saving the changes) instead of Android which requires some time to update (and not sure if it will really update.)
Given that Google has almost 20,000 employees as of end of 2009, what are all of them doing? Maybe their mantra of launching and keeping everything in beta actually materializes in the products that they deliver.
Live your life each day as if it was your last.
It *only* took 1 year and a huge public outcry to do this? I actually see this all the time on my phone... while I've never sent to the wrong person, I will click on a thread and a few seconds later it will mysteriously switch to another thread. Really disturbing, and most likely a very simple fix.. somewhere in the bowls of thousands of lines of code.
Apparently Google agrees with you as well as it seems they changed the priority to Critical in the past few hours.
meep
Performance and security: I don't think these words mean what you think they mean.
Whenever in an argument, remember this.
Just because they raised the priority of the bug does not mean they think its a security or performance issue, just that they finally understood that a misent SMS is a critical issue.
The parent is still correct that a performance issue is, roughly speaking, something that causes the device to act slower than it sould be, and security is (again, generaly speaking) something that exposes the phone to exploits.
Whenever in an argument, remember this.
SMS is reliable, well, at least to me all the time except a few hours around January 1st, 00:00 when everybody (including me) is DDoSing the cell network by sending "Happy New Year" messages to all of their friends. For the rest of the year SMS is very reliable (again, at least where I live, I do not know how it is in the US or some other country).
My phone can also use email, but email is worse than SMS, because I do not get instant notifications about the received message. I can set the phone to check the mailbox every so often, but it still is not instant like with SMS. I could use some app (gmail's app probably can do that) to always stay connected and notify me instantly, but that would drain the battery much faster than SMS. Combined with the fact that most of my friends do not have internet connection of their phones, do not have email set up for the phone or have phones that do not support email, SMS is better, even though it is more expensive.
If the iPhone randomly sent text messages to the wrong people, the comments section here would be filled with a level of sarcastic vitriol the likes of which hasn't been seen since a Bill Hicks show. Gawker would call it a "debaclo," Engadget would label it as another major controversy, and Paul Thurrott would cash his monthly paycheck from Microsoft and write up another article about how Apple sucks and doesn't listen to people when there's a problem. Online petitions would be filled out by no-lifers with a cause, PC-using douchebags who list their computer specs in their forum signatures would mock Mac users for the thousandth time, and media outlets with nothing to write about would concoct a "growing outcry" where there is none.
However, this is about Android. The difference in tone when a bug or security flaw story is about a Google product is striking. There are even posters here defending the classification of this very serious bug as "Medium" importance. So, rest easy, Google! The tech press and the one-sided fanboys who read them have got your back.
Yeah, but this is Android! From Google! So it's not as big a deal, you see.
However, the next time someone smothers their iPhone and sees the signal strength drop a bar, you can bet we'll be all over that massive controversy.
Yours truly,
The easily swayed masses
you listening, google? fix this.
Microsoft is already on the list of sending messages to the wrong recipient - happened to me in Outlook.
Luckily for me it was harmless that time.
If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
My phone can also use email, but email is worse than SMS, because I do not get instant notifications about the received message.
If your phone supports ActiveSync, it will use SMS protocol for the notifier, so your email client doesn't need to poll frequently. One of the most useful MS technologies... it's supported on iPhone, WinMob and Android.
Make sure everyone's vote counts: Verified Voting
I wonder if this bug is related to an issue with my Galaxy S where as I recieve an SMS the sender name shown in the notification area is sometimes a completely different person than the real sender. Scares the shit out of you sometimes until you remember it's just a bug.
That crying fanboy over at Engadget is just butthurt because people make fun of his iPhone and iPad. I haven't had this happen and I don't get random texts from people either. I text multiple people everyday. I have noticed that I've been lax with the To: field before, but again an ID 10 T error, something that commonly happens over at Engadget.
...is that Google is not perfect either and that they need to work on their procedures.
That bug has been living a life of perfect happiness, surviving at medium priority for half a year. A few headline stories and 700 comments later, all of a sudden it's critical. While I have to agree with n...@google.com who asked people to stop posting "me too, lol" messages and starring the issue instead, it shows that a _lot_ of people think this is ridiculous, and it is. This bug survived one major release for $deity's sake.
Part of the problem certainly is that Google is amongst the fastest-moving companies on Earth while handset manufacturers used to be really slow (one release per line & year, tops(I am not counting the gazillions of almost-identical Nokia phones)). And telcos are even slower. _And_ both manufacturers and telcos are used to releasing once and then not looking back.
Google has started to address this with separate applications which they can push via Market. They are effectively bypassing the slower companies to push out more stuff faster.
Yet, the fact remains that Google is a giant faceless moloch. Unless you pay big bucks or are somewhat lucky, your problems and suggestions you might have just will not reach anyone relevant, ever.
PS: As an aside, I am happy about every major bug in Android and similar. The bug itself is annoying, sure. But it forces people to rethink software updates for the mobile computers that used to be phones. And that is a Very Good Thing.
Bug priorities aren't determined by users, they're determined by whatever the developers care about.
Chrome intermittently just *won't* show some checkboxes, and the bug was reported a year ago. It's currently at 5 pages of complaints without a single word from the G.
It's caused some pretty serious issues for users, but noone seems to care. Yes, Chrome is still listed as "beta," but that will most likely still be the case 5 years from now as well. Paypal checkboxes not showing up can be a very bad thing. Sometimes it even occurs with GMail....
No it doesn't. ActiveSync keeps a http(s) connection open to the server. It doesn't use SMS delivery. The old Exchange 2003 notification and the old Blackberry protocol did, not ActiveSync
Ahh, if only the '-1 Troll' option was available only after passing a 'sense of humour' test.
"We live in a global world" - Harvey Pitt, former Securities and Exchange Commission Chairman
But that only works if your employer has an e-mail system that supports ActiveSync, and has it activated. Unless you have Exchange, this is not a given. And Exchange/Outlook isn't always the best choice for an employer for other reasons. For example at my work we use GroupWise, because Windows machines are less than 10% of our desktops, and there is no Outlook for OSX or Linux, while there is a GroupWise java client.
RogerWilco the Adventurous Janitor
I gave sufficient evidence to show that people still pay for texts, and even provide a reason why they bother. You not paying for a text in a decade doesn't disprove or prove anything, so what was the point? Comments like that belong on a facebook status update.
If you want to focus on the cost of a text msg rather than the final cost and overall features of a phone plan, be my guest oh great myopic one.
“Common sense is not so common.” — Voltaire
And you should demand that your local petrol station price matches US gas prices.
Most electronics are a bit cheaper in the US than EU and UK, a few things are more expensive oddly.
You should check out some of the reports on text message usage of adults in the US. It's pretty obvious that there are some real cultural differences between Europeans and Americans when it comes to mobile phone usage.
ps - soccer, lol.
“Common sense is not so common.” — Voltaire
Same model phone here, and while I have never sent a message to the wrong person (that I know of) it often takes me to a random thread instead of the one I selected.
Would you like a slice of toast?
Here in the UK most of us are fed up to the back teeth with the nonsense spouted by so-called-expert Scottish Economists. Invisible hand? I don't see it, myself...
That's a pretty interesting observation.
I'm a bit of an android junkie who reads several android sites and forums and I've never heard of this problem. It seems that it's very rare and very difficult to reproduce.
I skimmed through a portion of the comments and many were of the form "ZOMG! I'm thinking of getting an Android phone but won't do it until this is fixed." Not bug reports at all.
God is imaginary
This is such crap. Performance/Security should be an objective classification of the nature of the problem. By your metric, virtually any bug could be classified as performance.
"This app displays 'PONIES' instead of my user name. That's a performance issue because I have to remove that text before typing in my username."
"This app crashes everytime on startup. That's a performance issue because I won't be able to get my information until the issue is fixed."
I say this as someone who works in the Performance group at a software company. I prefer the less ambiguous "response time." Which means, it works, but it's slow.
Mostly this is a beat up. There does appear to have been a bug that was promptly fixed, but the original submitter of the bug report is still having the problem with one of his two identical devices after the upgrade. Also a small handful of other genuine responders to the report may have the same problem.
And yet it took 6 months to get to comment number 34:
See comment #34. Anything after that is just worthless "me too" responses from people who probably don't even own an Android phone and just have too much time on their hands over the holidays.
Ewww.
To have a right to do a thing is not at all the same as to be right in doing it
But it wouldn't occur to 99% of users (including me) to use another SMS app when they've already got one built in.
To have a right to do a thing is not at all the same as to be right in doing it