Showing posts with label How to. Show all posts
Showing posts with label How to. Show all posts

10 July 2013

HTC One X Flash Back to Stock ROM

Useful Link
  1. HTC Sync Manager: http://www.htc.com/www/software/htc-sync-manager/
  2. Stock RUU file for HTC One X: http://androidfiles.org/ruu/?developer=Endeavor
  3. Fastboot and Stock Recovery file: https://docs.google.com/file/d/0Bxqw7khMpcEgV0ZMWHlJT25hbkE/
Enter Fastboot mode
  1. Turn off the phone.
  2. Press Volume down button and power button together and phone should boot into Bootloader mode.
  3. Use Volume key to choose FASTBOOT and use Power Button to select it.
Flash Stock Recovery
  1. Download Fastboot package from the link above (item number 3 in the Useful Link).
  2. Unzip it and place the Fastboot folder directly under drive C. Make sure that the Fastboot folder is directly under drive C.
  3. Open your command prompt. (Press Start and type cmd).
  4. Insert "cd /" and press enter to go back to the root of C drive.


  5. Insert "cd fastboot" and press enter to browse to the Fastboot folder.
  6. Insert "fastboot flash recovery recovery.img" to start flashing stock recovery file. Don't worry about the recovery.img file as I already include that file in the Fastboot zip package.
To be continue..

06 March 2012

DIY Ice Lemon Tea + Orange Dessert

Here I want to introduce a very easy to prepare dessert. The ingredient you will need:

  1. A frozen pack of Ice Lemon Tea, or any pack drink you like
  2. One orange, or any fruit you like
  3. Evaporated milk
The required ingredients, take note that the F&N ice lemon tea is fully frozen. 

12 November 2011

Ubuntu: Change The Location for Maximize, Minimize and Close Button

If you are switching from Windows to ubuntu, you will definitely not very happy with the location for Maximize, Minimize and Close button for the windows under ubuntu. For ubuntu 10.04, 10.10, 11.04, and 11.10, the default location for Maximize, Minimize and Close button is on the top left of the windows which is opposite for Windows which is on the top right of the windows. File explorer in ubuntu:


20 October 2011

How to: Install Google Chrome on ubuntu 11.10 (64-bit)

I just finish installing a fresh copy of Ubuntu 11.10 64-bit. One of my first thing to do is to install Google Chrome.


How to: Ubuntu Automount a Drive on Startup

One thing ubuntu is different compare to Windows is ubuntu do not automatically mount all the partition/drive on the system during startup. Under the file explorer for ubuntu, you can click on any drive to mount it, and you can also unmount it anytime you want. There will be problems when you have an application that is auto start with your ubuntu and that application need to access the files under the unmounted drive.

To solve this problem, you can configure the drive to automount everytime your ubuntu started. Run this command under your terminal to install Storage Device Manager:
sudo apt-get install pysdm
After the installation completed run Storage Device Manager from Unity (press Super key and type Storage Device Manager).