Featured Posts

Dropbox 23GB of free space for 2 years You must have an android device for this to work. As found on : http://forum.xda-developers.com/show....php?t=1550699 and HotUkDealsLinky : http://dl.dropbox.com/u/5152607/Drop...v2_theos0o.apk Step 1: If you already have Dropbox installed on your Android device, you must Clear data, Force close and finally uninstall it from Settings > Applications > Manage...

Read more

Sky Go Android App released It certainly has been a long time coming and even though it comes with strings, Sky's "Sky Go" app has finally been released for Android. Don't get too excited just yet though. Sky Go will only work on supported Android devices running 2.2x and 2.3x. Not only that but to "ensure that our rights contracts are fully upheld we are also unable to support any Android devices...

Read more

Asus Transformer TF101 not charging, SOLVED!Asus Transformer TF101 not charging, SOLVED! I purchased an ASUS Transformer TF101 a few months ago and I have been very happy with it. That was until recently. When I plugged it in it would no longer charge. I read on multiple forums that this was a common issue for Transformer owners and some fixes included putting the transformer plug into the freezer to cool it down and also to bend the pins slightly to try to...

Read more

Google’s response to Siri is codenamed Majel, could... Interesting. I've not tried Siri nor do I know anyone that has an iPhone 4GS that can give me reports on it. By all accounts it's the dogs nutsack so hopefully this app will be just as good. Google’s response to Siri is codenamed Majel, could be released by end of year | Android and Me.

Read more

Carrier IQ: How the Widespread Rootkit Can Track Everything on Your Phone, and How to Remove ItCarrier IQ: How the Widespread Rootkit Can Track Everything... This post is especially for the paranoid amongst us. Recently an Android Developer discovered a rootkit called Carrier IQ that is capable of logging everything you do and worst of all it comes pre-installed on almost all smartphones, including Android, iPhone and Blackberry. Click on the link below for more information Carrier IQ: How the Widespread Rootkit Can Track...

Read more

Use Google Chromium to display PDF

Category : Chrome, Chromium, DIY, Linux

I love Ubuntu and also Google Chromium web brwoser but one thing that annoyed me was the fact that you could not view PDF documents from within the browser. Instead these documents had to be downloaded and opened with a PDF reader. I scoured the interweb and found a solution.

Download the file libpdf.so and follow the instructions below to install it. Once you have copied the file to the folder restart Chromium and you should find that you can view PDF’s from within your browser.

Copy the above file to /usr/lib/chromium-browser/ You may need to run a root nautilus window for this. Press ALT+F2 and type gksu nautilus /usr/lib/chromium-browser/ minus the apostrophes.

via Use Google Chromium to display PDF documents

Getting Chrome to work through HTTP Proxy on Ubuntu

Category : Chrome, Chromium, Internet

One of my mates converted me from Firefox to Chrome about a year ago and I must admit I was delighted with it’s speed and the multitude of extensions that it offered.

I had Chromium installed on Ubuntu 10.10 64-bit and it was working fine. I was connected to the web using a password protected HTTP Proxy server. Now I’m not sure exactly what changed, whether it was an update to Chromium, an update to Ubuntu or some change that I made but one day Chromium would no longer connect through the proxy.

I tried the usual “turn it off turn it back on” and uninstall and reinstall the browser but none of it seemed to work. After spending about an hour trying to get it working I just went back to using Firefox, that was until today. Today I was looking at different browser extensions when I came across one that I wanted to try out. Unfortunately for me it was only available for Chrome. This brought me back to the original problem that I had.

I fired up a terminal and entered chromium-browser into it to launch the browser. I was keeping an eye on the terminal as I changed the proxy settings in Chrome when I spotted this line

Major: (0×00020000) An invalid name was supplied | Minor: (0x96C73AF3) Cannot determine realm for numeric host address
My proxy server is generally inputted as an IP Address and not a hostname. Seeing the error above I edited my /etc/hosts file to add 1.2.3.4 proxy to it (where 1.2.3.4 was the IP Address of my proxy server) I restarted the browser and was able to log on through the proxy and on to the internet.