Considering how regularly new versions of Firefox now come along, that's quite some bug fix list in version 10! http://t.co/K3I2vLpW 1 week ago


21st
Dec 11

Connecting a Samsung Galaxy S2 to an iGo/ThinkOutside Stowaway keyboard



I bought an iGo (ThinkOutside) Stowaway Bluetooth keyboard some years ago to go with my Nokia N95. However, since getting rid of the Nokia I’ve not had a device that would support it. However, after some tinkering I’ve managed to get my Galaxy S2 to connect to it.

Here’s how it’s done…

  • Open up the Stowaway and hold down Ctrl, Fn and Fn at the same time. The LED above the letter T should start flashing
  • On your Samsung ensure Bluetooth is active and within the Bluetooth settings select “Search for devices”.
  • After a short while the keyboard should appear on the list – select it.
  • A Bluetooth pairing request screen should appear (see image to the right). This asks you to enter a PIN – this pin is the number at the end in quotes.
  • On the Stowaway keyboard hold down Fn and type the numbers in. Finish with Enter.

The keyboard is now connected and every time you open up the keyboard in future and press a key, assuming Bluetooth is enabled on the phone, they should now connect.

The only issue you’ll experience is with key mappings. Letters and numbers work, as does the Enter key. You can move around the screen using the arrow keys without a problem. Numlock doesn’t work, nor does any of the shortcut options. Here are additional keys that do work…

  • Back – Fn and Tab
  • Home – Fn and Arrow left
  • Switch off / on – Fn and Arrow right

My final point is that although I’ve only tried this on my S2, there are probably other Android devices this works with – although Google say this will be different from phone to phone (more to do with the hardware support rather than just the OS).

 

Delicious Digg Facebook LinkedIn Read It Later reddit StumbleUpon Twitter SeparatorEmail Google Translate PDF Online Print Friendly



26th
Oct 11

How to use the Android 4 Roboto font on your website


If you wish to use a non-standard font for your website then there are a number of ways to do this. However, I prefer to use the font-face CSS option. It’s not without its disadvantages, so read up on it before proceeding.

For each font that you wish to add simply add the following code to your CSS…

@font-face {
    font-family: 'DroidSansRegular';
    src: url('DroidSans-webfont.eot');
    src: url('DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('DroidSans-webfont.woff') format('woff'),
         url('DroidSans-webfont.ttf') format('truetype'),
         url('DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

You’ll need to change the font-family to the name that you wish to give the font. Then there are 5 references to the font files – 4 different types to cover different browser requirements. Again, these will need changing appropriately.

This site previously used the font named Droid, which is the open source font used by Android. With last week’s introduction of Android 4, however, they’ve created a new font named Roboto – this has been designed for HD screens, so is perfect for websites.

If you wish to use either of these fonts, I’ve bundled them up ready for font-face (i.e. with each of the 4 formats that are required).

Download Droid

There are 3 versions of the font – standard, bold and mono space.

Download Roboto

There are 2 versions of the font – standard and bold.

Delicious Digg Facebook LinkedIn Read It Later reddit StumbleUpon Twitter SeparatorEmail Google Translate PDF Online Print Friendly



23rd
Oct 11

I hate to say it, but I’m disappointed with the Galaxy Nexus


Since the Galaxy S2 launched earlier this year no other phone has come near to its capabilities – and that includes, I think, the iPhone 4S. As far as I’m concerned the S2 still reigns supreme.

So, I’ve been excited by the launch of the Galaxy Nexus – the newest release from Samsung, sporting Android 4 as its main highlight.

Other than Android 4, it’s other big thing is the screen – 4.3″ inches at 720×1280. Although the screen physically is bigger the whole device is apparently on a par with the S2 as the screen is taller rather than wider and this extra width takes the place of the buttons at the bottom.

However, ignoring the OS and screen resolution for a moment, when you start comparing the rest of the phone specifications it suddenly starts to look a little more disappointing…

  • The Nexus has a Super Amoled screen. The S2 has a Super Amoled Plus screen. There is a difference, and it’s important.
  • They both sport a 1.2Ghz Dual Core processor.
  • The S2 weighs 116 g, whereas the Nexus is 135 g.
  • There is no removable storage option on the Nexus, compared to the Micro SD on the S2.
  • The Nexus lacks USB On-the-Go and Wi-Fi Direct.
  • The rear camera on the Nexus is 5MP and the front 1.3MP. On the S2 you get an 8MP rear and 2MP front camera. However, the Nexus does give you a twin LED flash rather than the single on the S2.
  • The headphone socket is on the bottom. Really? Because when I have a set of headphones plugged in and my phone in my pocket, I really want to have it upside down. No news yet as to where they’ve sited the USB socket.
  • It’s a personal preference but the Nexus has more rounded corners, looking like one of its cheaper cousins, and I don’t like it.

One thing I’m not sure about, comparison wise, are the GPUs in the 2 phones which are very different. However, forum discussions would suggest that the S2 might edge it.

One thing that I can find on the Nexus which is better than the S2 is the battery, which is 1750 mAh, compared to 1650 mAh. Extras, the Nexus has a built in barometer. Really.

So, a higher resolution screen, a bigger capacity battery and ability to know if it’s about to rain in the next few hours. But you get a poorer set of cameras, more weight and a load of features missing. Or have I missed something?

Delicious Digg Facebook LinkedIn Read It Later reddit StumbleUpon Twitter SeparatorEmail Google Translate PDF Online Print Friendly