Showing posts with label easy. Show all posts
Showing posts with label easy. Show all posts

Friday, September 12, 2014

How to Easy use ADB sideload on your Android device

Hi buddy I will try to share again. To penggun android maybe every power-Android users at least once in his life used ADB (Android Debug Bridge). It is a versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device. Using ADB shell command gives you additional control to the device and sometimes you can save your device from the brick (example: How to: copy the ROM zip file to the new device is removed). You can find some more information about ADBs basic here.

Since Android Jelly Bean has occurred the new ADB mode available in AOSP recovery, established by the Android developer community to custom recovery as well. Its called "ADB sideload" and most of you have probably heard about it already. This is an alternative method for one I wrote about here - How to: copy the ROM zip file to the new device is removed. The main difference is that it works only with ADB sideload recovery by Jelly Bean source or later. I believe that ADB sideload created to simplify the process of flashing / restore Android update.zip package.

Keep in mind that when using sideload ADB, ADB shell generally will not work. To be able to use sideload mode make sure youre running the latest ADB drivers from the Android SDK (Platform-tools). Here are the simple steps you need to follow to flash update.zip package using adb sideload mode (based on the stock Android recovery):

  • Place the ZIP package you want to install in the same location where you keep ADB drivers - adb.exe, AdbWinApi.dll and AdbWinUsbApi.dll (usually its SDKplatform-tools)
  • Make sure you have USB debugging enabled in Settings > Development on your device
  • Make sure your phone drivers are installed on the PC youre going to use
  • Boot your device in recovery mode (Android logo with a exclamation mark) and connect your device to PC
  • Hold down "power" button first, followed quickly by "volume up" button. You should now see the recovery menu
  • Use the volume up/down keys to select "apply update from ADB," then press power to select it
  • Open a command prompt on the PC (cmd.exe), type and confirm with ENTER:
  • cd /d <adb.exe location> (for example: cd /d c:SDKplatform-tools) or you can open your SDK/platform-tools folder, then press SHIFT button and the right-click mouse button and choose “Open command prompt here”
  • adb sideload <filename>.zip (for example: adb sideload update.zip)
  • The zip package will begin installing. When its done, select "reboot system now."
You do not have to manually create the folder structure right, push the file and then install if from the recovery menu. The results are basically the same, because sideload ADB also transfer the zip file into the internal memory of the device and then automatically start the installation procedure. However, it only works with recovery by source Android Jelly Bean.
Read More..

Monday, September 1, 2014

How to Easy Root and Unroot XOLO Q1000 Smartphone

Xolo Smartphones are popular in India because of its superb design with great specs and low price.Xolo Q1000 is new smartphone from Xolo with some great features in budget.Xolo Q1000 comes with a 1.2 GHz quadcore processor same you find in Micromax Canvas 4.Xolo Q1000 is loaded with Android 4.2 jellybean with 1Gb of Ram with 5inch HD Display.
So, Today I will show you How To Root or Unroot Xolo Q1000
1. Before You Begin:
  1. This method is tested on Xolo Q1000 only (Please don’t try on other devices) 
  2. You need a Windows based PC or Laptop. 
  3. Enable USB Debugging in your device.Follow this method if you don’t know how to enable. 
  4. Download & Install Xolo Q1000 USB Drivers in your PC. 
  5. You device must charged 50% minimum.
2. Download Required Files:
3. Rooting/Unrooting Of Micromax Canvas 4 A210:
  • Please follow all the instructions given above for safe rooting. 
  • After Installing USB Drivers connect your device with PC and let him complete his driver installation. 
  • Download & Extract the Auto Root Tool zip file in a folder of your PC. 
  • After extracting you see a RunMe.bat file in folder. 
  • Now double click on RunMe.bat and launch it. 
  • A CMD Window open in your PC with some options. 
  • You will see “Please Enter A Valid Number (1 to x)”. 
  • Type 1 and press enter for start rooting,Your device reboot during the process. 
  • Your device automatically restart and you will find a SuperSu app in App Drawer. 
  • Congrats!!! you are successful in rooting. 
  • If you want to unroot your device follow the method same as for rooting,But when you click on RunMe.bat and some options appear on CMD window Type x for unroot and hit enter.
Read More..