Choosing Additional Locales on your Android Phone

October 9, 2009 at 6:22 pm | In Thoughts | Leave a Comment
Photo by Cat*

Photo by Cat

A little while ago I posted about taking screen shots of what is displayed on your Android based mobile phone while running Ubuntu. In that post I mentioned that I had a HTC Hero phone.

The phone isn’t available from one of the carriers here in Australia yet so I had to purchase it from an online retailer. After some research I chose to purchase the phone from MobiCity. I’ve been really pleased with the phone but there was one little niggle, I couldn’t select the right locale.

Because the HTC Hero isn’t available from one of the carriers yet the phone that MobiCity supplied is one that is targeted by the manufacturer for the European market. No big deal really as the phone does everything it should except that the choices for the locale that I had were all Eastern European. Fortunately some were in English, but the locale was still wrong.

After some on and off searching of the Interwebs, and the Android Market I discovered the MoreLocal app by the C-LIS Crazy Lab. This app lists all of the available Locales and not just those that the manufacturer, or creator of the ROM you’re using, decided are most relevant.

So far testing has indicated that the Locale is now set correctly.

The photo “Two Sexy Androids” was uploaded to Flickr by Cat and used under the terms of a Creative Commons license.

My recipe for using ufraw-batch

September 26, 2009 at 2:35 pm | In Thoughts | 1 Comment
Tags: ,

The past few months I’ve been shooting all of my photos in the raw image format using my Nikon D60 camera. The main reason for this is that if I do any post processing of the photos I think it is better to start with the raw format, rather than the jpeg file created by the camera. This is because the jpeg has already been processed by the camera and image information will have been lost which may have an impact on what I can achieve through post processing.

The majority of my photos I don’t do much in the way of post processing and so typically I convert them all to high quality jpeg files in a batch using the UFRaw application, specifically the ufraw-batch command line application.

This afternoon I had a large number of files to convert and this series of command line switches gave the best results.

ufraw-batch --wb=camera --base-curve=camera --curve=linear --exposure=auto --black-point=auto --out-type=jpeg --compression=95 ./*

I’m noting it here for future reference.

What to do with delicious links?

September 26, 2009 at 11:13 am | In Thoughts | Leave a Comment

Since starting my studies again I’ve been collecting links to interesting articles on the Interwebs using my delicious account. This morning I noticed I had 555 links. The majority of the links fall into a few defined categories:

The question now is, what do I do with all of these links? There is a search function in delicious and it searches the description, tag and notes field of the links. While I try to add notes to every link this usually only the first few lines of the article and so I know it may not be an accurate depiction of what the article is about.

I’m thinking that I need to have some sort of search that could take the list of links and use the entire content of the pages as material for indexing and use that for searching. I could use something like a Google Custom Search Engine and this I think would mean I’d need to build something as an interface between the two systems.

The other downside of this of course is that my delcious account only contains links to things on the Interwebs. For items in subscription only databases, such as those available through my library, I use Zotero. Any search solution would ideally take these items into account as well.

Perhaps this is a side project for me to look into further during the summer break.

Documentary Evidence Has Arrived

September 14, 2009 at 5:33 pm | In Thoughts | Leave a Comment
Tags: , , , ,

LibraryMashupsIn June this year I wrote about the book that I’ve been fortunate enough to be able to contribute a chapter to. The book is entitled Library Mashups: Exploring New Ways to Deliver Library Data and is published by Information Today, Inc.

I have documentary evidence that I’m a published author now as my copy arrived today. It is a very odd, and yet satisfying, feeling to see your name published in a book.

My most sincere thanks to other member of the THALI at Libraries Interact for without their support and encouragement the chapter would never have been written. My thanks also to Nicole C. Engard for spending the time to edit the book and for giving me the opportunity to contribute.

More information about the book, including links, a blog, and an associated glossary, can be found on the Library Mashups website.

Taking Screenshots of your Android phone using Ubuntu

September 6, 2009 at 4:14 pm | In Thoughts, UniSA | Leave a Comment
Tags: ,

I’ve been fortunate enough to be able to get a HTC Hero Android based phone recently. It’s for my studies and is useful for a number of reasons including that it is hard to visualise some of the issues with smartphones if you don’t have one, and also that I want to target the Android platform during my studies and the emulator just isn’t enough.

One of my assignments this semester study period is the development of a website specifically targetted at a mobile device. With some negotiations with the lecturer I’ve been able to target smartphones for the project and have been using my phone as a test device.

One thing I will need to include in my report on the site is screenshots, or screen captures if you prefer, of the way the site is rendered on the phone. To do this I followed this amazingly simple guide on the Community Ubuntu Documentation website to set up the capability.

The guide doesn’t cover the installation of the Android SDK, but that too is very easy.

Creating a Shape Collage

September 2, 2009 at 9:00 am | In Thoughts | 1 Comment

Today the 100th post when up on my photo blog which means I’ve posted 99 photos to it since it started at the beginning of the year.

I don’t keep copies of the exact files that I upload and so first I needed to download copies of the files from the blog. To do this I exported the content of the blog using the Export Tool. This gave me an XML file detailing all of the content on the blog.

Next I extracted the URLs to all of the images uploaded into the blog using the grep program and a regular expression like this.

grep -o 'src=".*\.jpg"' ./wordpress-export.xml > images.txt

I’m not very good with regular expressions so I’m sure there is a better one. It is also worth noting that using regular expressions are not recommended for manipulating XML but this did get the job done.

Next I opened the file in my text editor and removed the the extra information that was output by the above command. This gave me a file will the URLs to all 99 photos.

To download the files I used the wget program using the file of URLs as input and waiting 10 seconds between each request. The command I used looked like this:

wget -w 10 -i ./images.txt

Lastly I used the Shape Collage program to make the final image.

I’m rather pleased with the result.

I’m Not using VirtualBox anymore

August 5, 2009 at 6:17 pm | In Thoughts | Leave a Comment

Early last month I posted about an exploration I was having with using VirtualBox for web development. It’s been a little under a month and I am not going to be using VirtualBox any more.

The way I was using it was simply getting in the way of my development workflow which was holding up development of a new plugin for the kind folks at the Libraries Interact blog. Which is needless to say isn’t good.

So I’ve gone back to the way that I’ve configured the Apache webserver in the past for web development on my laptop. Much easier and simpler in the long run. Especially as I’ll be using the webserver to provide a simple website for one of my cources this semester study period.

This isn’t to say that VirtualBox isn’t any good, it’s just that it wasn’t right for the way I was using it. I’m glad I explored the technology though as I’ve learnt some new stuff.

Study at UniSA – One Week In

August 5, 2009 at 12:30 pm | In UniSA | Leave a Comment

Today marks one week since I started my masters degree studies at UniSA. The degree I’m studying is the Master of Computer Science (Computer and Information Science).

This semester study period I’m taking the following four courses:

  1. Advanced Human Computer Interaction
  2. Computer and Network Security M (external)
  3. Java as a Second Language (external)
  4. Mobile Commerce and Technology M

Studying two courses externally helps a great deal with scheduling, especially as I live on the south side of Adelaide and the home campus for my degree is at the Mawson Lakes campus which is on the north side of Adelaide.

I’ve also decided to take public transport as much as possible. For two main reasons, first it reduces wear and tear on my car, and second it is less stressful. However it does mean it can take up to 1.5 hours to get to Uni. Fortunately none of my classes are offered early in the morning.

Other things I’ve learnt so far are:

  • There is way more reading than I had anticipated. Especially as only one subject has a textbook, the others have readings provided by the lecturer
  • Many lecturers just upload their readings into the course website and not into the libraries eReadings system. Something I remember battling against early in my career in libraries
  • It can be difficult keeping up your motivation when studying at home by yourself. So I’m planning on using my netbook and mobile broadband connection more. Especially when the weather improves and walking to and from the bus doesn’t feel like gambling against the rain
  • There is so much interesting stuff to read about. I’m looking forward to all the new stuff I’m going to learn

Returning back to study was indeed the best decision that I’ve made and I’m looking forward to all of the new experiences. I’ll post more about my experiences as I’d like to keep a bit of a history about my studies. However I’ll try to keep the introspective posts to a minimum.

Accessing the Three mobile network with Ubuntu 9.04

August 1, 2009 at 10:14 am | In Thoughts | 1 Comment
Tags:

three-broadband-modemYesterday I finally decided, after much deliberation, to get a prepaid mobile broadband connection with the Three mobile network.

I had three main reasons for this. First was that I was tired of the configuration problems I was having with the universities wireless network that is secured using 802.1x authentication. Secondly, I wanted to be able to use my netbook computer in other places and not just on campus, for example at the State Library. Lastly the prepaid options provided by the Three mobile network seem to be better value than the other service providers, taking into account my needs.

I had done a lot of searching of the Interwebs before deciding to purchase and was expecting a bit of a battle to get the modem and connection working. I also lost a bit of confidence when I went to the shop to get the modem and had to explain that Linux is indeed not Mac OSX.

For the record the modem is a Three branded Huawei E160 USB modem, I got the black one as that is all they had.

knight-shining-armorI took a deep breath and bought the modem and took it home. Once at home I dutifully activated my account. Interestingly the process of activation seemed to require a remarkably similar set of information to that which I was required to provide for purchase.

I waited overnight for the activation to take effect and this morning was ready to do battle. I was pleasantly surprised to find it was super easy.

On my netbook I’m running Ubuntu distribution Linux, specifically version 9.04 also known as the Jaunty Jackalope release.

I plugged the modem in and before I could open a terminal the New Mobile Broadband Connection assistant popped up as you can see below.

Screenshot of the New Mobile Broadand Connection Wizard (Click image for full size)

The New Mobile Broadband Connection assistant (Click for larger size version)

I clicked the forward button which presented me with a list of Australian service providers. I dutifully chose my service provider, making sure to choose the right subscription model, and clicked the forward button.

List of Australian Service Providers

List of Australian Service Providers (Click for larger size version)

Lastly I gave the new connection a name and clicked the apply button.

Using the Network Manager applet in the panel I was able to select my new connection and was happily surfing the Interwebs via the mobile broadband network. Needless to say I was very impressed.

The lesson here is that Ubuntu yet again made something that could have been quite complicated into something that was super easy.

The “Huawei E160G – Antenna and MicroSD Card Slot” photo was uploaded to Flickr by William Hook and used under the terms of a Creative Commons license.

The “Knight in Shining Armor” was uploaded to Flickr by Dale Carlson and used under the terms of a Creative Commons license.

Supporting Free and Open Works

July 27, 2009 at 12:23 pm | In Thoughts | Leave a Comment

Yesterday I came across the “Free and Open Works” posts by DoctorMo and was inspired to add the buttons to my blog and write the associated Free and Open Works page. The buttons were created by DoctorMo to help the Free and Open Works project initiated by AusImage.

I realised while writing the post that there is no part of my computing activities, and participation on the Interwebs, that isn’t supported in some way by Free and Open Works.

I hope that others are encouraged to use the buttons on their own sites and show their appreciation for the work that people have made freely and openly.

Next Page »

Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.