WhyIsMyPhoneSoUseless

ThoughtStorms Wiki

Context: ProgrammingOnTablets

So, here's a question.

Why is my phone so useless?

I'm a fairly experienced programmer.

I have the Android developer tools. And I have this amazing, and by any reasonable historical standards, insanely powerful computer in my pocket.

So why is it so useless?

Why do I still not have the kinds of software I use on my computer every day, also on my phone? Why no MindTrafficControl or ProjectThoughtStorms type software? (Beyond the old OwlDroid which I never put on the phone and probably wouldn't work. (Well there is now CardiganBay which is eventually intended to be used on tablets.)

Why not the music toys I actually want to develop and play music with?

Why not all the other kinds of things I still dream about?

Instead my phone is basically just a client to Twitter, Telegram, GMail and TheGuardian. Sure, this has some value to me. But it's a huge wasted opportunity. Not to mention that I wrote over 11000 answers on Quora over 10 years. But couldn't edit ThoughtStorms on my phone.

So why don't I write the software I want?

It's not exactly lack of skill. I lack skills, but these are skills I have no doubt I could learn in principle. I can write Java. I love writing ClojureLanguage. I looked at KotlinLanguage and DartLanguage and have no doubt I could write them.

It's not exactly lack of time or resources. I have enough time if I'm focused. And I have a perfectly valid laptop and a good enough phone.

It's not lack of other tools. I have AndroidStudio (resource hog but it runs). I was sort of able to run older ClojureLanguage on AndroidOperatingSystem phones. (But it's out of date). I tried the ClojureDart language and it seems to work.

So what is the reason?

That's what this page is to figure out.

Here are some thoughts ...

1) The screen is still a bit small. (Need to work out good UI paradigms for it ... desktop / browser ones don't translate)

2) Synchronization is (still) a bitch :

  • either use public cloud. (Eg. DropBox etc.) but privacy issues
  • or host own cloud (what standard? How easy is hosting? I'm a bit off OwnCloud etc. since my WordPress / PHP accounts got compromised by malware) I'd like something NOT PHP but still easy to host.
  • self-hosting still brings up other security issues ... ideal is encrypted on server by decryptable on all devices
  • 3rd party tools on phone (eg. BTSync / SyncThing etc. not perfect ... mainly because Android is really hostile to different apps. sharing the same files. This automatic syncing is slow / unreliable.
  • explicit sync (eg ssh into phone from desktop ... a pain

3) Did I just mention sharing files between different apps is discouraged. This makes the kind of small tools approach I favour hard. Though apps do communicate by publishing Intents. Perhaps I really need to understand how to do this (both technically and in UI terms) to take full advantage.

4) Android support for audio is horrible. They basically want you to go down into C++ for anything, which therefore means JNI etc.

Hand Held: Creative Tools for Phones : https://maxbittker.github.io/Hand-Held-ITP-2021/