Categories
Android Apps Device Open Source Solutions

Android: How to update Google Camera to the latest version

App Revenue from Google Play
App Revenue from Google Play (Photo credit: IntelFreePress)

If you chose not to update Google Camera when the option was first presented to you, and now want to update it but dont know how, dont sweat we are here to help 🙂

Here is how to update the app on your phone:

  1. Open the Play Store App on your phone.
  2. Press the three horizontal bars on the top left corner of the app, it will open an menu for you.
  3. In this menu Choose “My Apps
  4. The next page has a list of all the apps installed on your phone, with the ones with updates available on top of the list.
  5. Scroll down to find “Google Camera“. Press on the logo to go to the app page
  6. Here you will get two options on the top right: Update & Uninstall. Press Update.
  7. Hit Continue in the App Permission Screen to start the download and install.

 

 

Categories
Android Device Solutions

How to Hide The ‘Last Seen Time’ on Whatsapp

WhatsApp
WhatsApp (Photo credit: abulhussain)

Whatsapp is slowly rolling out support to hide the “Last Seen Time” infomation on Whatsapp. Below are the different ways you can do that(or atleast fake it).

IOS:

Whatsapp for IOS has already updated to a version which has the feature of hiding the “Last Seen Status”. Update to the latest version of Whatsapp and then you can activate it in the following way:

  1. Open WhatsApp and Goto ‘Settings’
  2. Goto ‘Advanced’ page
  3. Turn off the ‘Last Seen Timestamp’

Android:

This feature is available on Whatsapp for Android from the version 2.11.169 onwards. You can get the latest version of the app here: http://www.whatsapp.com/android/

Once you have the app and have installed it, here is how to activate the feature:

  1. Open Whatsapp and in the Menu Goto ‘Settings’
  2. Goto ‘Accounts’
  3. Goto ‘Privacy’
  4. Here you can disable the ‘Last Seen’ time.

 

Other Manual Hacks:

Disabling your Wifi & Data connection before opening your Whatsapp window makes sure your Last Seen time doesnt get updated.

Enhanced by Zemanta
Categories
Device Hardware Linux Open Source Solutions Ubuntu

Fixing USB Keyboard & Mouse Boot Problems in Ubuntu

USB Cables
USB Cables (Photo credit: incurable_hippie)

Sometimes on startup, Ubuntu does not recognize my USB Keyboard & Mouse. This problem is frustrating as Windows seems to recognize them.

It took me a while to recognize the root of the problem was with the USB 3.0 ports on the Motherboard. By moving the usb connections to the USB 2.0 ports on the motherboard this problem was solved.

Problem: USB Keyboard and Mouse dont work on boot up.
Solution: Move the connectors to the devices from a standard USB 3.0 port to standard USB 2.0 port(check with your motherboard manual for specifics)

Enhanced by Zemanta
Categories
Android Device

Nexus 5 Not Booting: Possible Reasons & Solutions – Updated

UPDATE: There are multiple confirmations that the issue can be caused by using the wrong charger to charge the device. Nexus 5 comes with a different specification of the charger(particularly the cable for charging) and using alternate chargers might lead to the device not charging properly causing the issues.

Note: The solutions explained below can damage or brick your phone. Please exercise caution when implementing them. The author has tried most of these solutions but under expert supervision. If you are not sure about the solution please contact your Google Support

There seems to be a common problem in some Nexus 5 phones wherein the phone switches off and just refuses to start up. This happened to a colleague of mine too and here are my observations and possible solutions to the problem:

Categories
Device Hardware Laptop Linux Solutions Ubuntu

Getting the Latest Ubuntu Graphics Drivers on Samsung NC20

Official Ubuntu circle with wordmark. Replace ...
Image via Wikipedia

To get the best graphics performance out of your Samsung NC20, you will need to install the latest graphics drivers.  These drivers unfortunatey are not easy to find on the web, so here is a step-by-step installation instructions for driver installation on Ubuntu 10.10.  Special thanks to the wonderful folks at Ubuntu Forums(Wonderful source, thumbs up to the contributors).
{adinserter 2}
The steps explained below were taken from post #542 from this Ubuntu Forums page.

  1. Download this zip file via_chrome9_drv_u1010_v2.zip and unzip it
  2. Open a terminal window and change into that directory (“cd ~” for home dir)
  3. Install the “dkms” package from Ubuntu package repository
    $ sudo apt-get install dkms
  4. Install the kernel driver:
    $ sudo dpkg -i chrome9-drm_87a.55689-maverick1_all.deb
  5. Install the X.org driver:
    $ sudo dpkg -i --force-confmiss --force-confnew xserver-xorg-video-chrome9_87a.55729-maverick1_i386.deb
  6. Update /etc/X11/xorg.conf file
  7. Copy the provided xorg.conf.nc20 file to xorg.conf
    $ sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
    $ sudo cp /etc/X11/xorg.conf.nc20 /etc/X11/xorg.conf
  8. Reboot Ubuntu
  9. Check if it’s working: Open /var/log/Xorg.0.log in a text editor. If you see several lines containing “VIA(0)”, then the new driver is being used.

Also note:

  • The sample xorg.conf.nc20 is only installed if you add the “–force-confmiss –force-confnew” options to dpkg.
  • Although VIA marks the source code this hacked driver is based on as stable, I cannot guarantee it to be bug-free. Use with caution.
Enhanced by Zemanta