Text message not received

“Message rejected because text message storage is full” – that has got to be the worst UX on a modern phone

  1. why is there a separate “text message storage”?
  2. why is it so small?
  3. I have more than 20MB of available space in the phone. why not use some of that to back up some of my … 200 (?) text messages?
  4. why didn’t you tell me it was getting fulll?
  5. how about telling me what I can do to fix this?
  6. why is the only option I found to address this one that deletes all messages? who wants that?
  7. can I get the text message you rejected now that I’ve made space?
Sigh. If you just sent me a text, I didn’t get it.

SDL on Android

Here’s a quick summary of how I got SDL to work on Android. First off, this is my setup:

  • Android NDK r6
  • Android SDK r12
  • SDL-2.0.0-6284

The first piece of bad news is that Android support is only in the upcoming SDL 2.0, not in the current stable 1.2. Although I’m sure it could be backported, SDL2 is pretty similar, so I decided to upgrade. The README.android file does a pretty good job of explaining the steps, but there were a few kinks:

  1. in jni/src/Android.mk, the line LOCAL_SHARED_LIBRARIES := SDL is wrong. That needs to be SDL2
  2. Java didn’t like that all the classes in src/org/libsdl/app/SDLActivity.java are in one file. I had to make separate SDLMain.java and SDLSurface.java files.
  3. In the onTouch method, I get a compile error (cannot find symbol) for event.getActionIndex() and event.getActionMasked(), so I commented out some of that code and haven’t used touch events yet. I still need to crack this nut.
  4. Because my SDK is installed in C:Googleandroid-sdk-windows, I had to edit local.properties to say sdk.dir=/Google/android-sdk-windows

Now I have one of the SDL test app running on my phone, drawing rectangles. Time to see if I can do something useful with that!

Maximizing battery life on the Optimus T

Yes, talking about my phone again. As was to be expected, I spent a lot of time with the phone on day one, and drained the battery in record time. Something needed to be done about that, and here’s what I’ve arrived at:

  1. I don’t need 3G, so I turned on the “2G only” option. I do not have a contract, because I like the $0 monthly fee of a prepaid SIM, and with T-Mobile that means I don’t get a mobile data plan. 2G is all I need, and it’s a lot less of a power-hog than 3G or 4G are.
  2. Turn Wi-Fi off. This sounds counter-intuitive, especially since I don’t have a data plan, but a lot of the time there’s no Wi-Fi network in range I can connect to, and even when there is, I don’t need to be permanently connected. Instead, I switch it on every few hours, which causes the phone’s various accounts to sync, then turn it off again and read the new emails/tweets/etc that came in.
  3. Display brightness all the way down. I’m indoors most of the time, and reading the screen is not a problem.
  4. Optimize for signal. T-Mobile has a terrible network, and my apartment is almost a dead zone for reception. Leaving my phone near the window instead of on the couch table means it won’t constantly be scanning for a network.

With all of this, I’ve gotten nearly 2 days out of the battery so far, though I didn’t make any calls in that time. It’s not the 5 days I used to get out of my Nokia 6300, but I think it will do.

Speaking of the lousy network coverage, T-Mobile has installed a funny app on the phone for “Wi-Fi calling”. It uses the Wi-Fi network for making calls, but still charges minutes to my prepaid contract. This seems ass-backwards at first, until you realize it’s a trick of theirs to hide how awful their 3G network really is. It’s enabled by default, and assuming you’re mostly calling from home and within reach of your wireless router, you get crisp quality phone calls, and aren’t immediately tempted to research Skype or Google Voice.

I bought a phone!

Today is the first time I’ve bought a phone. All my prior phones were either paid for and bought by my employer or hand-me-downs. This month, the last one of these did its final gasp, and it was time for me to look for a replacement.

After unsuccessfully trying to navigate a couple of online stores and filing to find an offer that didn’t require a degree in advanced marketing buzzword and retail theory, I simply walked into the T-Mobile store, told them I wanted an affordable android phone without a plan, and walked out with an LG Optimus T. It’s not going to win awards for 3D games performance, but that’s not what I wanted it for. And it’s not burning a hole in my wallet every month. First impression is pretty good, time to install a ton of apps!

My cellphone sucks (and so does yours)

DST started on Sunday. My PCs and even my old alarm clock did the jump. Only timer in the house that didn’t make it? My cellphone. Why is it that a device that’s by definition always on the net, has a not-so-shabby computer in it and displays a clock as arguably it’s most frequently used function cannot make a simple switch like this?

The reason cannot be technical. But it does not end there. Why have all my past cellphones had built-in calendars, but none of them was useful? Supporting VCAL is not hard. And did I mention that it’s always on the net? What does it take for my phone’s calendar to sync with my Google calendar? Becuase that would make it twice as useful all of a sudden.

And please, stop building PC suites. What are they good for? My phone is a USB drive, so transfering files is easy. And did I mention it is always on the net? So please, synchronize my contacts with standard address book formats, and my calendar… we already covered that.

Just venting. I know I should cave in and buy an iPhone, but the features I really need would be trivial to implement on any 5-year Nokia phone if Nokia was at all interested in pleasing the end-users.

Nokia 6300: “Memory card in use by another application”

I miss my old phoneToday when I connected my Nokia 6300 to the PC with the USB cable, I got the error message in this post’s title. The 6300 has not been a great phone for me (I miss my Ericsson W810i), but at least upload over USB had been painless until today. It’s full of really bad engineering like this:

When your background image is an animation that’s stored on the memory card, it will lock the memory card.

Yes. It seems somebody made the memory card an exclusive resource, and the code that’s playing background animations locks this resource. Solution: Reset the theme to factory settings. Upload podcasts again.