
Fishdroid? Andro-Fish? Wait that sounds like a suppliment...
Just randomly thinking on my drive back from Boston, I was thinking about the Android applications I have been working on lately. SMS logging is nice, but really - it store them already and it’s a pretty fine and dandy job of doing it… Why not create something with a bit more functionality? I was trying to think of something a bit different, when an example came to my mind of something (some) people already do in other communication protocols. Encrypt that message, why didn’t I think of this before? Doh! It should be clear to someone who has a crypo-bug to want to do something crypto related…
Anyway, the basic idea is an application similar to FiSH for iRC. You would be able to send your key to others, and receive keys. This would allow you to essentially keep people out of your SMS’s, both your service carrier, nosy neighbors, that pesky thief who picked up your phone… Anyone - I guess, even yourself if you forgot the password? The idea behind the password and keys would be the same as the current password applications released. A sqlite database that is encrypted off of a initial user password, thus giving access to your key (generated by random touches maybe? like that “awesome” blackberry move-your-mouse-generation-key-method) which could from there unlock the keys shared by other contacts. This could allow you to encrypt and decrypt messages without having to worry about the smsBroadcast not being allowed to be disabled. Which by the way, is a rather annoying idea… Yes, yes I know Google it could let people do bad things and run up people’s bills, but I still find it a little too protective.
A second quick idea came to me as a “social push” network type of application. In a stroke of genius, ok - not genius, more like I went by a trooper who nicely pulled over four cars in front of me and not myself, gave me the idea. Sort of a “point of interest” application that receives pushes from people within the area. If you where using your phone as a gps, you could receive a notification that, “Oh gosh! A speed trap is on I-95 South between exit 19a and 19b!” Just to you know, continue driving safely… Something with a nice tag line of “Burnt-Pig” made me chuckle a little…
Don’t worry about the inject idea’s folks, I’m still working away on that - though I don’t really want to burst any information before it’s fully matured and I have a nice working example of it. On a last little side note, I noticed a Power Management application came out. It looks nice - I think I’ll be running it and see how it performs, seems solid enough and didn’t crash within the first three minutes like most applications. I’d like to see the data that it actually collects… Two slightly annoying things are that right away it changed my brightness settings on the phone - and it seems to try to change the phones orientation when i tilt the screen different ways. Nice idea but sort of ugly in practice, at least for this application. Nice to see developers are really getting dirty with all the code and everything isn’t just a pure clone now!