(7/14/12)How to Manually install Clockworkmod Touch Recovery for all GS3 Variants - Galaxy S III Q&A, (US Carriers)

I was very happy when Clockworkmod started officially supporting all versions of the GS3, but I was unsure how to install the Touch recovery version from the clockworkmod website. After doing some digging, I finally found the solution.
To do this you will need three things:
-The Clockworkmod Touch Recovery Image for your device at the clockworkmod website (Make sure you get the right one!).
-ADB platform tools that come with Android SDK Manager
-A Computer
1: Compile all of your platform tools (including ADB) and the recovery image into a folder.
2: Rename the recovery image to recovery.img. Ex: recovery-clockwork-touch-5.8.4.9-d2spr.img to recovery.img
3:Within the folder, make sure no files are selected, then hold shift and right click somewhere within the folder and choose "open command window here"
4: Run "adb push recovery.img /sdcard/recovery.img"
5: Then run "adb shell", and after that run "su"
6: Then run "dd if=/sdcard/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery".
7: And after the last command has finished, run "reboot recovery".
Congratulations! You have just installed the Clockworkmod Touch Recovery for free and saved yourself $2.
I have tested this method twice and it has worked both times.

pearsonpsh said:
I was very happy when Clockworkmod started officially supporting all versions of the GS3, but I was unsure how to install the Touch recovery version from the clockworkmod website. After doing some digging, I finally found the solution.
To do this you will need three things:
-The Clockworkmod Touch Recovery Image for your device at the clockworkmod website (Make sure you get the right one!).
-ADB platform tools that come with Android SDK Manager
-A Computer
1: Compile all of your platform tools (including ADB) and the recovery image into a folder.
2: Rename the recovery image to recovery.img. Ex: recovery-clockwork-touch-5.8.4.9-d2spr.img to recovery.img
3:Within the folder, make sure no files are selected, then hold shift and right click somewhere within the folder and choose "open command window here"
4: Run "adb push recovery.img /sdcard/recovery.img"
5: Then run "adb shell", and after that run "su"
6: Then run "dd if=/sdcard/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery".
7: And after the last command has finished, run "reboot recovery".
Congratulations! You have just installed the Clockworkmod Touch Recovery for free and saved yourself $2.
I have tested this method twice and it has worked both times.
Click to expand...
Click to collapse
Thanks...you can also use moblie odin http://forum.xda-developers.com/showthread.php?t=1347899

Related

(wanted) tutorial

So, I am probably getting a new eris tomorrow,s othat means I could root my phone which got me thinking, could someone make a tutorial on how to load a custom ROM (with a mac) on to my eris
This is ripped from Ivan's tutorial with OS X steps added.
Index:
I: Gaining root: an unlocked hboot
II: Prerequisites: Tools to flash
III: Flashing a rooted/modded recovery
IV: Flashing a custom ROM (rooted version of leaked 2.1 ROM)
I: Gaining root
An unlocked hboot will allows us to flash in a modified IMG ROM signed with test keys as supposed to requiring an official ROM from HTC. This will open us to be able to flash a modified recovery.
1. Download this file: PB00IMG.zip (md5: 63eacc5ede3b179f95dc22d8ef585f94)
2. Place PB00IMG.zip onto the root directory of your sdcard.
3. Power down your phone.
4. Hold Volume Down while you Power On. This should bring you to a screen saying "HBOOT" and some other stuff. Wait for it to load the image, and it will say Push Activate. Push the trackball button to continue. The process will take around 5-10 minutes. The first time your phone boots up it will take a lot longer than normal.
II: Prerequisites - Android SDK - These instructions are for Windows XP. You must adapt them to your version of Windows.
First we must install the Android SDK as it has the tools we need for both this walkthrough as well as to make your life in the Android world easier.
1. Visit the Android SDK site.
2. Visit the Java site and download the latest Java JDK.
3. Extract the Android SDK zip file into your root folder.
4. Go to the Tools folder and double click on android.
5. Click on Settings and check the box to force HTTP instead of HTTPS.
6. Choose to download the newest sdk platform (ver. 7 I believe).
7. Enable your phone's USB debugging mode: Settings > Applications > Development > check USB Debugging
8. Connect your phone via USB to your Mac.
III: Flashing a Custom Recovery
Flashing a custom recovery will make your life easier when flashing ROMs in the future.
1. Download this file: Recovery.zip
2. Extract file contents to your \tools\ directory of your Android SDK.
3. Open up terminal and go to your tools directory, and execute these commands:
* cd [location of your tools folder... drag and drop it]
* adb shell mount -o rw,remount /dev/block/mtdblock3 /system
* adb push recovery.img /sdcard
* adb push flash_image /system/bin
* adb shell chmod 755 /system/bin/flash_image
* adb shell flash_image recovery /sdcard/recovery.img
4. Success! You now have a recovery partition installed on your phone. You can access it by running "adb shell reboot recovery" or by powering off your phone, holding "Volume Up + Power On"
IV: Flashing a custom ROM
1. Download the Rooted 2.1 v0.8T2 zip file.
2. Copy the WHOLE zip file to the root directory of your SD card. (You can enable USB-MS enable from your shiny new recovery to mount your phone as a USB Mass Storage device.)
3. Choose Wipe. Choose data/factory Reset (In the stock ROM, the dalvik is stored in the data and you don't have an EXT partition... yet.)
4. Choose Flash zip from sdcard. Find the eris_0_3.zip file.
5. Wait until it shows as complete and choose reboot system now.
I did this from memory, so forgive me if it's not 100%.
Its basically the same thing for mac, if not easier since you don't have to worry about drivers.
Just download the sdk for mac, and then when doing commands just add "./" before them like
./adb shell
http://www.thefuzz4.net/home/AndroidPhones/Eris/HowToRootYourHTCEris.aspx
^^ that has some information about how to do it on mac.
Just remember for mac you don't have to worry about drivers.
Thanks stopxstart will definitely try when I get my new eris

[GUIDE] To Understanding the root process for MT3GS

Ok I have seen enough people having trouble whith the current root process so I going to try to explain it in the best way I know how.
First off if you have applied the new OTA update from tmobile either from tmobile or from xda dev forums the current root process WILL NOT WORK.
Now, that being said,
Step 1: Setting up the android sdk
Ok the Android sdk is a set of executable files thrown together to help developers piece together .apk's and various components for android devices thus the name "Software Developers kit". Now once you download the sdk I suggest that you install it on the root of your hard drive. In most users case it would be "C:/", and I also suggest your name its directory something simple like "SDK" like me because it cuts down on typing and the possiblity of typos.
Within the sdk directory there will be a directory called tools and this is where you will need to "cd" to in "cmd"
Cd = change directory
Cmd = Command Prompt
You may skip the next step if you have been able to view your devices serial number in "cmd".
Step 2: Viewing your devices serial number
I'm sure all of you like me as soon as we got our phone plugged it into our computer and messed around with it, well we just gave ourselves our first headache.
To fix this issue first we need to download and install "USBDeview" and uninstall all "Mytouch Slide" drivers from the computer .
Next we need to download "PDAnet" and install and choose "HTC" as the device.
Now we goto "Settings>Applications>Development and check "USB Debugging".
Now we can plug in our slide and our adb driver should install automatically without a hitch.
Now to verify open "cmd" type in "cd/" then "cd /sdk/tools" and "adb devices" and you should see your devices serial number.
Step 3: Understanding Root.zip package
The current root process is called "OTA spoofing" and its named this way for good reason. Within the root.zip there will be three files loop.bat, ota.zip, and update.zip.
Loop.bat = a batch script which loops the command "adb devices" until user command to stop "ctrl+c" verify with "Y".
OTA.zip = A .zip archive with tmobile ota signatures to allow the file to be read this file does not contain clockwormod recovery or superuser.apk or su.
Update.zip = the important file this file is what contains the recovery img and root permission "su" and "superuser.apk".
These files need to be placed in your "C:/SDK/tools" directory
Step 4: Getting your device to read in recovery
Now we power off the phone and power back on into "bootloader" press and hold Volume Down and power until your in bootloader.
Now it will check for an img on your sdcard it will not find one unless you put one there.
After its done press volume down before you select with power open up "cmd" and "cd" too your android sdk tools directory.
Type "loop" to start your loop batch script you should see "adbe devices" repeatedly being displayed on your screen.
Now select power.
If successful you will see "device offline" repeating
If not then repeat this step.
Otherwise unplug your usb cable from your device and then type "adb devices" and it should return with your serial number and devices in recovery.
Step 5: Pushing files and gaining root
Ok here we go...
Its important to know what the commands mean when doing this process.
"Adb push" :: adb push your.file /todirectory :: what this command is doing is sending the file you selected (in this case "your.file" to the directory you selected in this case the directory "todirectory") this is the proper syntax to push a file
However we need to send the ota.zip to the sdcard first but for the android recovery to read it it needs to be named "update". And we all know that two files with the same file extention and the same name cannot exist in the same directory. How do we solve this? By pushing ota.zip to the sdcard as "update.zip". This is done by the following command:
adb push ota.zip /sdcard/update.zip
This will send the ota.zip to the sdcard as "update.zip"
Now simply type in the following command BUT DO NOT PRESS RETURN ON YOUR KEYBOARD YET.
adb push update.zip /sdcard
Now scroll to "apply sdcard:update.zip" with volume down
Press power count
1...
2...
Press enter on your computers keyboard to send update.zip to the sdcard.
Boom you should see clockworkmod recovery.
Select install from sdcard find update.zip and select with the power and you now have root.
Sent from my T-Mobile myTouch 3G Slide using XDA App
Should talk about the engineering rom too
Seriously. It took me A LOT of reading and swarming through 20+ tabs of the same thing to figure out that when everyone mentions ENG and installing ClockWorkMod Recovery and then small glimps of everyone saying "ENG for its recovery" that I FINALLY figured out you NEED to flash the ENG build for soley its test key's recovery to HAVE clockwork working the way its supposed to.

[Q] Rezound no OS no recovery has twrp v2.5.0.0 want OS back

Ok so I am a noob and have looked around the forum for about 3 hours not yet found a answer to my problem.
Well my goal was to try to use my Rezound with T-Mobile prepaid 4G but now I am stuck
I got what I believe to be the boot loader unlocked but s-on still and have TWRP v2.5.0.0 installed
I some how with all my poking around wiped the OS completely off it and lost my recovery and I must not of saved a recovery correctly on my computer and I am now having issues loading an image of an OS or installing one I have tried some of the images suggested in other post buy could get them to load successfully.
Can any one help me with some step by step instruction to reinstall an OS on my Rezound
jetoutant said:
Ok so I am a noob and have looked around the forum for about 3 hours not yet found a answer to my problem.
Well my goal was to try to use my Rezound with T-Mobile prepaid 4G but now I am stuck
I got what I believe to be the boot loader unlocked but s-on still and have TWRP v2.5.0.0 installed
I some how with all my poking around wiped the OS completely off it and lost my recovery and I must not of saved a recovery correctly on my computer and I am now having issues loading an image of an OS or installing one I have tried some of the images suggested in other post buy could get them to load successfully.
Can any one help me with some step by step instruction to reinstall an OS on my Rezound
Click to expand...
Click to collapse
You can get a stock rooted rom here - http://forum.xda-developers.com/showthread.php?t=2260154
Instructions borrowed from this thread - http://forum.xda-developers.com/showthread.php?t=2113140
By default, no. Follow these instructions to flash on an S-On device:
NOTE:
You must have the Android SDK downloaded and installed onto your computer.
You must be familiar with the SDK's install directory structure.
You must be familiar with using terminal and know how to cd to the platform-tools folder of the Android SDK's install directory.
1. Open the Rom zip with an archive tool such as 7zip and extract the boot.img from it.
2. Place the boot.img into the platform-tools folder of the Android SDK's install directory.
3. Put the Rom on the root of your SD Card
4. Compare MD5 Sum
Windows: MD5 Calculator
LINUX: Open Terminal and type: md5sum [path to the rom on your sd card]
Mac: Open a terminal and type: md5 [path to the rom on your sd card]
5. Reboot to Recovery
6. Scroll down and select "Wipe"
7. Wipe the following:
Quote:
Wipe ALL data/factory reset x2
Wipe /data x2
Wipe /cache x2
Wipe Dalvik-cache x3
Wipe /boot x2
Wipe /system x3
Optionally wipe:
Wipe battery stats
Wipe rotate settings
8. Scroll to and press return
9. Install Rom from SD Card
10. FOR GSM USERS ONLY - After flashing the ROM, re-wipe /data and then flash the GSM patch
11. Return to the main menu of the recovery and select "Developer Menu".
12. Select "Reboot to bootloader
13. Ensure your device is connected to your computer and that your device is now in fastboot mode. This is a white screen and it says fastboot on it.
14. Open a Terminal (OSX or Linux) or CMD window (Windows) and cd to the platform-tools directory of the Android SDK's install directory.
15. Issue this command to flash the boot.img we placed in the platform-tools folder earlier:
Code:
fastboot flash boot boot.img
16. Watch the output of the terminal, it should say something like "sent successfully".
17. Finally send this command:
Code:
fastboot reboot
This command reboots your device into Android. Wait for it to boot up and enjoy your new freshly installed CM10.1.
Note: If you are having issues connecting your device to your windows computer in fastboot, please insure the drivers are up to date by installing the latest version of HTC Sync for the Rezound.
SDK instructions can be found via google.
need pointer please
mjones73 said:
You can get a stock rooted rom here - http://forum.xda-developers.com/showthread.php?t=2260154
Instructions borrowed from this thread - http://forum.xda-developers.com/showthread.php?t=2113140
By default, no. Follow these instructions to flash on an S-On device:
NOTE:
You must have the Android SDK downloaded and installed onto your computer.
You must be familiar with the SDK's install directory structure.
You must be familiar with using terminal and know how to cd to the platform-tools folder of the Android SDK's install directory.
1. Open the Rom zip with an archive tool such as 7zip and extract the boot.img from it.
2. Place the boot.img into the platform-tools folder of the Android SDK's install directory.
3. Put the Rom on the root of your SD Card
4. Compare MD5 Sum
Windows: MD5 Calculator
LINUX: Open Terminal and type: md5sum [path to the rom on your sd card]
Mac: Open a terminal and type: md5 [path to the rom on your sd card]
5. Reboot to Recovery
6. Scroll down and select "Wipe"
7. Wipe the following:
Quote:
Wipe ALL data/factory reset x2
Wipe /data x2
Wipe /cache x2
Wipe Dalvik-cache x3
Wipe /boot x2
Wipe /system x3
Optionally wipe:
Wipe battery stats
Wipe rotate settings
8. Scroll to and press return
9. Install Rom from SD Card
10. FOR GSM USERS ONLY - After flashing the ROM, re-wipe /data and then flash the GSM patch
11. Return to the main menu of the recovery and select "Developer Menu".
12. Select "Reboot to bootloader
13. Ensure your device is connected to your computer and that your device is now in fastboot mode. This is a white screen and it says fastboot on it.
14. Open a Terminal (OSX or Linux) or CMD window (Windows) and cd to the platform-tools directory of the Android SDK's install directory.
15. Issue this command to flash the boot.img we placed in the platform-tools folder earlier:
Code:
fastboot flash boot boot.img
16. Watch the output of the terminal, it should say something like "sent successfully".
17. Finally send this command:
Code:
fastboot reboot
This command reboots your device into Android. Wait for it to boot up and enjoy your new freshly installed CM10.1.
Note: If you are having issues connecting your device to your windows computer in fastboot, please insure the drivers are up to date by installing the latest version of HTC Sync for the Rezound.
SDK instructions can be found via google.
Click to expand...
Click to collapse
I am not that well versed with Android SDK I do have it on my computer
but do not how to use terminal that well and not sure what is meant by this (now how to cd to the platform-tools folder of the Android SDK's install directory)
and I do not under stand
4. Compare MD5 Sum
Windows: MD5 Calculator
LINUX: Open Terminal and type: md5sum [path to the rom on your sd card]
Mac: Open a terminal and type: md5 [path to the rom on your sd card]
On the link to the rom I posted for you you'll see an md5 value, you run an md5 tool against the file you downloaded and make sure they match, that tells you that the file isn't corrupted.
For windows - http://www.winmd5.com/
more pointers please and thank you
mjones73 said:
You can get a stock rooted rom here - http://forum.xda-developers.com/showthread.php?t=2260154
Instructions borrowed from this thread - http://forum.xda-developers.com/showthread.php?t=2113140
By default, no. Follow these instructions to flash on an S-On device:
NOTE:
You must have the Android SDK downloaded and installed onto your computer.
You must be familiar with the SDK's install directory structure.
You must be familiar with using terminal and know how to cd to the platform-tools folder of the Android SDK's install directory.
1. Open the Rom zip with an archive tool such as 7zip and extract the boot.img from it.
2. Place the boot.img into the platform-tools folder of the Android SDK's install directory.
3. Put the Rom on the root of your SD Card
4. Compare MD5 Sum
Windows: MD5 Calculator
LINUX: Open Terminal and type: md5sum [path to the rom on your sd card]
Mac: Open a terminal and type: md5 [path to the rom on your sd card]
5. Reboot to Recovery
6. Scroll down and select "Wipe"
7. Wipe the following:
Quote:
Wipe ALL data/factory reset x2
Wipe /data x2
Wipe /cache x2
Wipe Dalvik-cache x3
Wipe /boot x2
Wipe /system x3
Optionally wipe:
Wipe battery stats
Wipe rotate settings
8. Scroll to and press return
9. Install Rom from SD Card
10. FOR GSM USERS ONLY - After flashing the ROM, re-wipe /data and then flash the GSM patch
11. Return to the main menu of the recovery and select "Developer Menu".
12. Select "Reboot to bootloader
13. Ensure your device is connected to your computer and that your device is now in fastboot mode. This is a white screen and it says fastboot on it.
14. Open a Terminal (OSX or Linux) or CMD window (Windows) and cd to the platform-tools directory of the Android SDK's install directory.
15. Issue this command to flash the boot.img we placed in the platform-tools folder earlier:
Code:
fastboot flash boot boot.img
16. Watch the output of the terminal, it should say something like "sent successfully".
17. Finally send this command:
Code:
fastboot reboot
This command reboots your device into Android. Wait for it to boot up and enjoy your new freshly installed CM10.1.
Note: If you are having issues connecting your device to your windows computer in fastboot, please insure the drivers are up to date by installing the latest version of HTC Sync for the Rezound.
SDK instructions can be found via google.
Click to expand...
Click to collapse
I believe I am getting closer to getting this done but not quit there
So when I am putting the ROM on the SD card I am putting the zip file as is on the SD card then or just part of what's inside the zip file because it does not seem to want to install when I put the zip file as is on the SD card it goes through some sort of attempt to install and says fail
and is there another command for
15. Issue this command to flash the boot.img we placed in the platform-tools folder earlier:
Code:
fastboot flash boot boot.img
I typed in the code as it is written and it did not work just gave me command options to chose from not sure how to enter the other commands either
jetoutant said:
I believe I am getting closer to getting this done but not quit there
So when I am putting the ROM on the SD card I am putting the zip file as is on the SD card then or just part of what's inside the zip file because it does not seem to want to install when I put the zip file as is on the SD card it goes through some sort of attempt to install and says fail
and is there another command for
15. Issue this command to flash the boot.img we placed in the platform-tools folder earlier:
Code:
fastboot flash boot boot.img
I typed in the code as it is written and it did not work just gave me command options to chose from not sure how to enter the other commands either
Click to expand...
Click to collapse
1) Install it via Recovery, should be an install option in TWRP.
2) from your PC connect to your phone via USB - fastboot flash boot c:\location\to\boot.img
Change the path to where ever you have the boot.img saved on your PC.
is the install suppose to say fail
mjones73 said:
1) Install it via Recovery, should be an install option in TWRP.
2) from your PC connect to your phone via USB - fastboot flash boot c:\location\to\boot.img
Change the path to where ever you have the boot.img saved on your PC.
Click to expand...
Click to collapse
I do install it from recovery TWRP install but after it does some processing it says fail. Does that matter did it do what it needed to do and it is just time to run the flash from the computer then, or is some thing wrong happening?
jetoutant said:
I do install it from recovery TWRP install but after it does some processing it says fail. Does that matter did it do what it needed to do and it is just time to run the flash from the computer then, or is some thing wrong happening?
Click to expand...
Click to collapse
I think TWRP 2.5.0.0 requires that the installer have newer binaries, you may want to try CWM touch instead for a recovery.
how do I install a different recovery then
mjones73 said:
I think TWRP 2.5.0.0 requires that the installer have newer binaries, you may want to try CWM touch instead for a recovery.
Click to expand...
Click to collapse
where do I get newer binaries? how do I install a different recovery if I have no Android OS on the phone? and is there a link to CWM touch

Install 4.4 ROM on VZW G2: ALL STEPS?

I am very new to the android world, seeing as I am a recent iOS convert. However, I am still struggling with all the terminology and technicalities of android and require assistance (perhaps a lot! :cyclops.
I have managed to root my G2 (VERIZON MODEL) but am stuck there. I do not know how to install CWM or TWRP, nor install any custom ROMs like CM or Gummy.
So will anyone be kind enough to guide me through the process? Thank you.
P.S.
I have searched through the threads in this forum regarding installing custom ROMs and am still confused.
from this thread here
http://forum.xda-developers.com/showthread.php?t=2449670
first download twrp for your device, http://techerrata.com/file/twrp2/g2vzw/openrecovery-twrp-2.6.3.3-g2vzw.zip
plug the phone to the computer, make sure u have usb debugging on in developer settings of phone
since you are already rooted, place that file recovery img to the IOROOT folder.
once done, rename the recovery file to recovery.img
one done, CONTROL + SHIFT + RIGHT CLICK, OPEN COMMAND PROMPT HERE
then type this
adb push recovery.img /data/local/tmp/recovery.img
adb shell
(IF YOU DONT SEE A # prompt on your phone, type su in the command prompt to get it then allow it on phone. once thats done then contine onto next step blow.)
cd /data/local/tmp
dd if=/data/local/tmp/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
exit
adb reboot recovery
once its complet just reboot the phone and you should have twrp installed!
once twrp is installed, you can dl the verizon version of paranoid android here
http://downloads.codefi.re/houstonn/kitkat/G2/PA/vs980/pa_g2-4.0-ALPHA-20131205-vs980.zip
and
http://www.androidfilehost.com/?fid=23252070760973599
dl the file, drag the files to the phone, dont place into any folder though.
to install, go to the ioroot folder again, control shift right click open prompt again, type adb reboot recovery
phone should reboot to recovery, go to settings, then select USE RM-F instead of formatting, then go to wipe, advance, select dalvik cache, system, data, and cache. IMPORTANT DO NOT SELECT INTERNAL STORAGE!!!
then swipe to wipe
then go to install then install the paranoid android download first, once its installed, hit the back button on the botom right, then install the GAPPS, then reboot the device your done.
Or you could just download the recovery.img that u choose, and flash it using the app called "Flashify". Easiest way by far and works perfectly for me everytime, using both TWRP and CWM whenever I need.
Once you have that done, installing a ROM such as GUMMY is fairly simple since it usually has the instructions right there in the OP of the thread. Pretty straightforward.
expertzero1 said:
from this thread here
http://forum.xda-developers.com/showthread.php?t=2449670
first download twrp for your device, http://techerrata.com/file/twrp2/g2vzw/openrecovery-twrp-2.6.3.3-g2vzw.zip
plug the phone to the computer, make sure u have usb debugging on in developer settings of phone
since you are already rooted, place that file recovery img to the IOROOT folder.
once done, rename the recovery file to recovery.img
one done, CONTROL + SHIFT + RIGHT CLICK, OPEN COMMAND PROMPT HERE
then type this
adb push recovery.img /data/local/tmp/recovery.img
adb shell
(IF YOU DONT SEE A # prompt on your phone, type su in the command prompt to get it then allow it on phone. once thats done then contine onto next step blow.)
cd /data/local/tmp
dd if=/data/local/tmp/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
exit
adb reboot recovery
once its complet just reboot the phone and you should have twrp installed!
once twrp is installed, you can dl the verizon version of paranoid android here
http://downloads.codefi.re/houstonn/kitkat/G2/PA/vs980/pa_g2-4.0-ALPHA-20131205-vs980.zip
and
http://www.androidfilehost.com/?fid=23252070760973599
dl the file, drag the files to the phone, dont place into any folder though.
to install, go to the ioroot folder again, control shift right click open prompt again, type adb reboot recovery
phone should reboot to recovery, go to settings, then select USE RM-F instead of formatting, then go to wipe, advance, select dalvik cache, system, data, and cache. IMPORTANT DO NOT SELECT INTERNAL STORAGE!!!
then swipe to wipe
then go to install then install the paranoid android download first, once its installed, hit the back button on the botom right, then install the GAPPS, then reboot the device your done.
Click to expand...
Click to collapse
So I take it that I put the "ioroot10" file into my phone over the USB, then extract the files of the TWRP file, then place the extracted TWRP file inside of the ioroot10 file? Also, I did the control+shift+right click, but there is not OPEN COMMAND PROMPT option. Sorry for all the questions..
dlee96 said:
So I take it that I put the "ioroot10" file into my phone over the USB, then extract the files of the TWRP file, then place the extracted TWRP file inside of the ioroot10 file? Also, I did the control+shift+right click, but there is not OPEN COMMAND PROMPT option. Sorry for all the questions..
Click to expand...
Click to collapse
no, you place the recovery.img to the ioroot10 folder, ioroot10 stays on your computer.
control + shift + right click = open command window here
Just use flashify its free n so much easier
the definition of open: “mkdir android ; cd android ; repo init -u git:// android.git.kernel.org/platform/manifest.git ; repo sync ; make" gansta mic drop

[GUIDE] How to root Intex Cloud M6 8gb and 16gb smartphones -sc7731

Hello there,
First-off, i would like to thank the Chainfire for the SuperSU files and the Kingroot for making the rooting process easier.
As far as i am aware, it is pretty hard to root this device. It runs on a Spreadtrum chipset sc7731. However, recently i figured out how to root this device.
->> REQUIREMENTS:
1. Minimal adb and fastboot tool.
2. Kingroot app.
3. As usual, a working brain.
->> METHOD:
It seems like that the device's default.prop file comes with a configuration :
Code:
ro.secure=1
which makes it impossible to root this device with absolutely any rooting software out there including the one-click apps.
To be able to root this device, the only efficient way is to replace the stock recovery with a custom one, deleting the default su binary file inside the /system/xbin folder as well as in the /system/bin folder, installing the SuperSU.zip file and finally by installing the Kingroot apk which will ultimately root the device.
I personally prefer the TWRP but there is no official release out there for this device. So, i ported a custom recovery for it in my spare time ( It may appear somewhat ridiculous but i had nothing more interesting to do so i changed the layout :silly
I have attached the recovery file below as well as the SuperSU.zip files below.
After you have downloaded the recovery as well as the SuperSU.zip, here are the steps to root it:-
Download the minimal adb fastboot for windows. You may google it, its available easily. (It turns out it may be the only tool that may work effectively in case your device is not getting recognized by any other adb.)
Rename the recovery as twrp and place it inside the Minimal adb and fastboot folder.
Connect the device via a USB cable and make sure adb debugging is on inside the developer options.
Now open the Minimal adb and fastboot tool and type the following commands inside the prompt:-
Code:
adb devices
adb reboot bootloader
fastboot devices
fastboot flash recovery twrp.img
fastboot reboot
Type the commands in the exact sequence. Your device will boot normally. Now, time to checkout the recovery. Type the following command inside the prompt
.
Code:
adb reboot recovery
In a few seconds, you will have the custom twrp booted in front of you. Now, open the Mount tab inside the recovery and check the system option within it.
Head back to the recovery homescreen and open the Advanced tab which is followed by opening the File Manager tab.
Inside the file manager, follow the path to the pre-existing su binary file, i.e /system/xbin and delete it. Do the same with the su file present on /system/bin.
Now, head back to the recovery home ,open Install tab and select the SuperSU.zip wherever you placed it and swipe to confirm the installation.
Reboot system. (It will probably boot without the logo so don't worry if it does.)
Now Google the Kingroot.apk, download it and install it. Give it a run, it will probably fail.
So get rid of the other superuser app i.e, SuperSU app via the option present inside it, i.e "Cleanup to install other superuser app" or something like that.
After a few seconds, it will disappear from the device and probably the same might happen with the Kingroot app.
Reboot the device.
Re-install the Kingroot app and run it again.
Congrats! You just rooted your device. Go ahead and check the root via an app like Rootchecker.
The custom recovery file has been attached and happens to be in the .zip format so kindly extract the recovery from it.
If you have any query regarding this, do let me know. :v
(I would be glad if you or anyone who finds this post useful would thank me) Cheers!

Categories

Resources