loading...

Translate

Friday, 3 April 2015

How to install CWM Recovary in Micromax Unite

How to install CWM recovary in Micromax Unite(A106)

Before we start you must know that what are benifits of it?
CWM also knows as ClockworkMod.
1. If your phone has cwm recovary installed than you can able to increase your phone memory.
2. You can able to install custom Rom.
3. Make partition to your internel memory...\
4. Increase your internel memory And much more...
Note:- please make sure that you phone has root access..
If your phone has not root access then you can not continue..
If your wish to root your phone please Click here read my previous Post about rooting....

Now follow my steps to install CWM recovary...

Friday, 27 February 2015

How To Root Android Device Manually

This is not my tutorial and i have not tested this on my phone so please don't ask me for troubleshooting.....
the link of the original poster is given at the end of the post and all credit goes to him. I am just posting here so that fellow members can make use of this tutorial


Requirements and rooting process


  • Your  unrooted Android device
  • ADB drivers for your device installed on your PC (I used WinXP. You may use Win 7/Vista or the Linux distro of your choice) To download adb drivers Click here
  • Download su, busybox, Superuser.apk
  • A working linux distro with Nautilus (I used a live usb stick of Ubuntu 11.04)
  • Strength, courage and whatever makes you a man according to Emerson.

Rooting Process

To start, you must have adb installed on the OS of your choice.
I used my trusty WinXP system.

To confirm your device is properly detected, in the command prompt, run
Code:
adb devices
Now copy busybox, su, superuser.apk to /data/local/tmp/ using adb.

Code:
adb push busybox /data/local/tmp adb push su /data/local/tmp adb push Superuser.apk /data/local/tmp 
[​IMG]

Now run adb shell

Code:
adb shell
Note that you see a "$" sign in the command prompt. That means you are not rooted.
Next run the following commands in the shell to change permissions and get some limited privileges for the Superuser files:

Code:
chmod 6755 /data/local/tmp/su chmod 755 /data/local/tmp/busybox chmod 644 /data/local/tmp/Superuser.apk
Note that the names of the files are case sensitive.

[​IMG]
Done?
Turn off your Android device using the power button.

Now you need to reboot your system into a Linux distro which has Nautilus.
Android and Linux, having a similar heritage, makes it possible for us to get root access over the Android phone if you are running with root privileges within Linux. I used an Ubuntu 11.04 Live USB disk to save the hassle of installing another os.

When you have booted into Linux, open up terminal and type:
Code:
sudo nautilus
This would open up the Nautilus file browser with root privileges.

Now put your Android device into Download mode.
For Spice MI-410/Huawei Ideos X6/CherryMobile Magnum HD/Wellcom A99 the method is to hold down the Volume up button and simultaneously turn on the phone using the power on switch.

Once in download mode, connect the Android device using the microusb cable to the computer.
Now using the open Nautilus window, navigate to /UserData/local/tmp/ folder and verify that you have the files you sent to the device viz. su, busybox and Superuser.apk

Move/cut-paste su and busybox to /system/bin/ using Nautilus.
Move/cut-paste Superuser.apk to /system/app/ using Nautilus.

Now pull out the battery from your Android device.
I swear, this was the most tedious part on my MI-410 which has such a crappy back cover.

Now simply turn on your device.
You must now have root.

Verify by running:
Code:
adb shell su
You'll note that the "$" prompt will turn into a "#" and you'll be prompted by a Superuser permission notification on your
device.

[​IMG]
 You have now completed your initiation brethren.
Welcome to the root club.

 [​IMG]

Disclaimer:
For all purposes, consider that your warranty will be void if you follow these steps

I am not responsible for any loss, monetary or otherwise arising as a result of this article.
If you don't feel up to it, quit now and close this web page.

I must assert that although I am aware of no reason why this should not work on *any* Android device, phone or tablet, I have only tested this on my Spice MI-410 crossflashed with the leaked CherryMobile MagnumHD Gingerbread 2.3.4 firmware.

I have tried to explain it in the easiest way I can, but I must state here that this is by no means an easy task and you must persevere. If you can't follow the steps to the letter, its better you don't follow them at all and wait for a single click app for this or a custom rooted firmware.
 





Tuesday, 3 February 2015

How to Make Windows Show File Extensions

If you’re a Windows power user you probably already know how to do this, but for everybody else, it can be useful to see file extensions so that you know for sure what type of file you are dealing with.

This can also help in situations where you download what you think is a PDF file, and the real extension is .pdf.exe, which means you downloaded an executable program file, which is most likely a virus. So by showing file extensions you can verify that you are really dealing with a .pdf file. (Note that PDF files often have their own security problems)

About File Extensions

File extensions are the short three of four letter codes separated from the name of a file by a period. These indicate the type of file you are dealing with, and tell your operating system what program to use for opening these files. For example, audio files come in many formats including: .wav, .wma, .aac, and .mp3.

By default, Windows hides these extensions to prevent users from tampering with the file names and rendering them useless. This is handy for people who aren’t very familiar with computers, but sometimes you need to see what they are.

Making Windows Show File Extensions

There is a methods using control pannal you can use for toggling the “Show File Extensions” feature in Windows.To know follow my steps,

Open control pannal Followed by Folder option.




Under the “View” tab, in the “Advanced settings” box, deselect the “Hide extensions for known file types” option.

Lastly, click “Apply” then “OK” to complete the process. Now you will see the file extensions of every file shown at the end of their names...

Featured post

How to install CWM Recovary in Micromax Unite

How to install CWM recovary in Micromax Unite(A106) Before we start you must know that what are benifits of it? CWM also knows as Clockw...