TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ever missed an SMS on your Android? Here's why. (long-standing bug)

110 pointsby sssparkkkabout 14 years ago

16 comments

frankdenbowabout 14 years ago
Related: I've had all of my SMS messages deleted 3 times on my HTC Incredible from this bug: <a href="http://code.google.com/p/android/issues/detail?id=5669" rel="nofollow">http://code.google.com/p/android/issues/detail?id=5669</a>
评论 #2254189 未加载
评论 #2253886 未加载
评论 #2254691 未加载
sssparkkkabout 14 years ago
tl;dr version: having the 'low space' warning on your Android phone results in the rejection of SMS messages. Even when there's actually e.g. &#62;10mb of storage available. The bug has been present since 2009 and appears not to have been fixed yet by Google.
评论 #2253864 未加载
评论 #2253804 未加载
Roritharrabout 14 years ago
This is one of the examples where I'm concerned about my own professionality because i can't grasp why Google would overlook such an error for such a long time.<p>Maybe there is a reason but my feeble mind can't bend around it?
评论 #2253825 未加载
评论 #2254102 未加载
TillEabout 14 years ago
I encountered this recently. Really exceptionally poor engineering for a communication device.<p>My solution: flash Cyanogen ROM, force all apps to install to the SD card. No more concerns about running out of internal memory.
评论 #2254171 未加载
bhermsabout 14 years ago
They should probably fix this. Last week, the girl I've been dating, who I'm incidentally crazy about, admitted via text she was in love with me...<p>... I never replied because I didn't get the message.<p>She definitely felt awkward for a while when I saw her, wondering why I had chosen to just ignore that specific text.
评论 #2255513 未加载
评论 #2257149 未加载
ghcabout 14 years ago
Thanks for posting this! Now I finally know why some important texts from business associates never arrived.<p>I really can't believe this bug made it through to production. Why would carriers accept software with this kind of bug? I know I was blaming my carrier the whole time, and I bet others have been too.
jsightabout 14 years ago
Does the iPhone have a public bug database so we can search for issues?
评论 #2255999 未加载
ig1about 14 years ago
What older Nokia phones used to do is refuse to accept the sms from the carrier, so it ended up getting queued/retried for a few days. I'm not sure why Android can't do the same.
temptemptemp13about 14 years ago
The developer side of SMS messaging isn't pretty either. If you give sendTextMessage a bad phone number - NullPointerException, if you give it too long of a message - NullPointerException. <a href="http://developer.android.com/reference/android/telephony/gsm/SmsManager.html" rel="nofollow">http://developer.android.com/reference/android/telephony/gsm...</a>
imrehgabout 14 years ago
Could there be a common root to this issue, and that the phone stop syncing emails when the "low storage" warning comes on? No more incoming or outgoing emails, not even the manual "come on darn phone get my message" button does it. For me the warning kicks in around 14.85 MB (hit it so many times).
djcdjcabout 14 years ago
Oh so many moons ago I had a similar defect to fix on a phone I was working on. The defect was causing a type approval failure and we had to fix it before the phone was going to be type approved.<p>Type approval must be a walk over these days as long as you have a flash UI.
RKabout 14 years ago
I find it interesting that if someones sends an SMS and it is rejected, the sender is not necessarily notified.<p>Most of the time I have SMS disabled on my phone (except for Google Voice). If someone on T-mobile (my carrier) sends me an SMS, they will get an error message, but people on other networks have no way of knowing that the SMS failed. Fortunately, most of my friends know that I prefer IM and the incorrigible texters have my GV number, but on occasion someone will try to SMS my actual phone number.
andrewfurmanabout 14 years ago
If you have an android phone and aren't using Google Voice, you are truly missing out.
评论 #2253934 未加载
评论 #2255473 未加载
shimiabout 14 years ago
That's the fun about Android, its a real mass market open OS and all the bugs are visible!!! Too bad its not for everyone to fix (or maybe its actually good?)
tsuyoshiabout 14 years ago
So... don't ignore the low space warning. Delete something.
评论 #2254771 未加载
zrgiuabout 14 years ago
Because of the high quality of iOS and it's large market reach, Android development had to be rushed a great deal. This caused most of the programming power to go towards developing base features (android 1.x - 2.x) or implementing tablet features when the iPad arrived, and almost no resources were left for developers support (the emulators are awfully slow, severe lack of animations framework, etc...) and for bug fixing. Once things start to settle down, bugs will start to get fixed.
评论 #2254822 未加载