Skip to main content

Downloading Amazon Kindle app for iPad2 in Singapore

 

Last week I got my brand spanking new iPad 2.

One of the major reasons I wanted this piece of technical indulgence is to use as a e-book reader on the daily commute. 

So after plugging it in for the first time and going through the arduous ceremony of setting it up and doing the software update you can imagine my dismay when I discovered that the Kindle App was not available in the Singapore App Store.

Now I’m already used to the fact that there is no Music or Video content in the Singapore version of iTunes and get by quite happily without it. But disallowing the downloading of a free app is taking it a bit too far.

Fortunately for those in Singapore there is a workaround.

VPost

The first step is to create a VPost account.

For those who don’t know VPost is a service run by Singapore Post that effectively gives you a shipping address in either Japan, Europe or the United States. You can then get online shopping orders delivered to this address and they will forward the items to your Singapore based address.

It’s a great service which has many uses and I thoroughly recommended it to anyone.

Another iTunes Account

Once you’ve got your VPost address in the US you’ll need to create a new iTunes account using your US based address and not linked to your credit card as iTunes validates the billing address of the credit card against the address entered in the sign up form and prevents from signing up if the country is not the same.

The full list of steps are listed on the Apple Support site http://support.apple.com/kb/ht2534.

Downloading the Kindle App

Now that you have your US based iTunes account you can back to your iPad go to Settings > Store then sign-out of your existing account and sign-in using your new account. 

Next up go to the App Store the search for “kindle” and low and behold it should appear and be able to be downloaded.

Because your US account has no payment information tied to it, you’ll need to remember to sign out and sign in using your Singapore based account whenever you want to buy any apps.

Amazon Account

Now that you have the Kindle app you’ll need to create an Amazon account in order to be able to buy books.

It is possible to use your Singapore address for this account, but bear in mind that there are quite a lot of books which are not available in the Asia-Pacific region. So to get around this you can use your US based VPost address and you will get access to all

To get started go to the sign in page and select “No, I am a new customer”.

Conclusion

Despite the hoops you have to jump through to both download the App and then get the content this workaround does make it all possible.

Hope this helps someone.

Popular posts from this blog

ASP.NET MVC Release Candidate - Upgrade issues - Spec#

First of all, great news that the ASP.NET MVC Release Candidate has finally been released.  Full credit to the team for the hard work on this.  You can get the download here  However this is the first time I have had upgrade issues.  Phil Haack has noted some of the issues here   If like me you have lot's of CTP's and Add-Ins then you might experience some pain in Uninstalling MVC Beta on Vista SP1  This is the list of Add-Ins / CTP's I had to uninstall to get it to work  Spec# PEX Resharper 4.1  Sourcelinks ANTS Profiler 4   Can't say I'm too impressed as it wasted over an hour of my time.  As it turned out Spec# turned out to be the offending culprit, it's forgiveable to have issues with a third party product but a Microsoft one? Guess no-one on the ASP.NET team has Spec# installed. 

Freeing Disk Space on C:\ Windows Server 2008

  I just spent the last little while trying to clear space on our servers in order to install .NET 4.5 . Decided to post so my future self can find the information when I next have to do this. I performed all the usual tasks: Deleting any files/folders from C:\windows\temp and C:\Users\%UserName%\AppData\Local\Temp Delete all EventViewer logs Save to another Disk if you want to keep them Remove any unused programs, e.g. Firefox Remove anything in C:\inetpub\logs Remove any file/folders C:\Windows\System32\LogFiles Remove any file/folders from C:\Users\%UserName%\Downloads Remove any file/folders able to be removed from C:\Users\%UserName%\Desktop Remove any file/folders able to be removed from C:\Users\%UserName%\My Documents Stop Windows Update service and remove all files/folders from C:\Windows\SoftwareDistribution Deleting an Event Logs Run COMPCLN.exe Move the Virtual Memory file to another disk However this wasn’t enough & I found the most space was

Consuming the SSRS ReportExecutionService from a .NET Client

  I’ve just finished writing a nice wrapper which internally calls the SSRS ReportExecutionService to generate reports. Whilst it was fairly simple to implement there has been some major changes between 2005 and 2008 and the majority of online and documentation is based on the 2005 implementation. The most important change is that the Report Server and Report Manager are no longer hosted in IIS which will be a welcomed change to Sys Admins but makes the security model and hosting model vastly different. So far I’ve yet to figure out how to allow Anonymous Access, if anyone knows how to do this leave a comment and it will be most appreciated. Getting Started To get started you’ll want to add a service reference to http://localhost/ReportServer_SQL2008/ReportExecution2005.asmx where ReportServer_SQL2008 is the name you configure in the Reporting Services Configuration Manager. The Web Application files are located in C:\Program Files\Microsoft SQL Server\MSRS10.SQL2008\R