Archive | Android RSS feed for this section

New job! Awesomes

It’s really time I got around to posting again. It’s been quite a while and although not many people outside of family and friends really read this blog; it’s about time I updated “the Internet”

I started work as a Mobile Developer for TweetDeck in London last month. It somewhat explains the lack of posting recently as well as why all the consulting stuff disappeared.

I can’t go into the reasons for moving on from Green Man Gaming. But I’m stoked to be working with such an awesome team of guys and girl and becoming part of bringing a great way to experience Twitter, Facebook, Foursquare and more to mobile devices.

The first month has gone great. Jumped straight into iOS work and the new TweetDeck for iPhone. It’s a complete re-write of what is currently available and it is looking awesome. I look forward to it being in the wider world.

I update Twitter far more than I update my blog… so you should follow me @joolz.

Comments { 0 }

Welcome Tube Droid to your Android Phone

I’ve been running a Tube Status application on my Google Nexus One for a few months now. It’s about time I made it public! It’s now available on Android Market for the small price of Free and the QR code for getting it onto your phone now is to the right.

Tube Droid does a couple of things differently to other background service applications that you might find on the Market. The most important of these is the ability to update at the right time for your device’s current state. That is, if there’s no signal… don’t try. If there was no signal, and now there is, grab an update now rather than wait 10 minutes. This leads to the data being as up to date possible.

It’s running the same backend as the iPhone application and therefore uses very little bandwidth per update. In fact the data footprint on the phone stands at: ~550KB to install and ~28KB of data. Its tiny, fast and intuitive. They’ll be widgets coming in due course for people to get timely updates on the ‘phonetop’.

Let’s hope there aren’t too many bugs!

Comments { 0 }

Google Voice Commands, Rooted Android Phones and the UK

My word, what a title! So if you are in the UK and have a rooted Google Android phone (and if you don’t, why don’t you!?) – then you probably are quite disappointed with the new Google Voice Commands that have come out. Even if you don’t have a rooted phone – Google Voice Commands doesn’t give you all the features you’re excited about from the blog post.

Google Voice CommandsFirst, let’s cover what to do with a rooted phone to make Google Voice Commands install. It’s not anybody’s fault other than Google’s in my opinion. They are shoe horning applications over system apps, and that doesn’t work very well for everyone. Cyanogen has promised to fix this – and in fact, in the latest nightly it behaves really well – but if you’re still having problems with installing from the Market – here goes:

Remember that this is doing stuff to the /system partition of your phone, and that is dangerous. Make sure you do a Nandroid backup before continuing! This was all tested on my Nexus One which was rooted using the ‘non-safe’ way (i.e. I don’t get the padlock when booting the phone). Also a quick thanks to the various forums out there – but in particular the official Cyanogen Forums for working out how to make Google Voice Commands work on CyanogenMod.

 
$ mkdir ~/tmpandroid
$ cd ~/tmpandroid
$ # Backup the old apps
$ adb pull /system/app/VoiceSearch.apk
$ adb pull /system/app/GoogleQuickSearchBox.apk
$ # Remount the base OS
$ adb remount
$ # Uninstall the built in stuff
$ adb shell rm -f /system/app/VoiceSearch.apk
$ adb shell pm uninstall com.google.android.voicesearch
$ adb shell rm -f /system/app/GoogleQuickSearchBox.apk
$ adb shell pm uninstall com.google.android.googlequicksearchbox
$ adb shell reboot

Now the phone will reboot and you’ll now be able to install from the Android Market just fine. The QR codes for Google Voice Commands and the associated widgets are below.

Now onto the other annoyance. You can’t use any of the commands if your language is set to anything other than English (US) – thankfully you don’t have to change the whole phone to achieve this – simply go to Settings -> Voice input & output -> Voice recognizer settings -> Language and select English (US). Personally I’ve had no problems with it recognising commands after this! Yay!

For what it’s worth – I also installed the latest nightly after performing the above steps and the search button behaved properly even though it didn’t in the previous nightly. So update to the latest nightly after doing this. Remember to always wipe cache/dalvik cache whenever installing a nightly for a smoother experience.

So there you have it, I hope this is helpful to somebody.

QR Code for Voice Search

Voice Search

QR Code for Search Widget

Search Widget

 
Comments { 3 }