0% found this document useful (0 votes)
45 views1 page

HTTP Chrome

This document provides instructions for rooting a Samsung Galaxy Core Duos GT-I8262 Android phone and installing ClockworkMod (CWM) recovery. It checks if the CWM.img file exists on the SD card, then writes the file to the recovery partition to flash CWM if the file is present. Upon completion, it displays "done".

Uploaded by

Prince Prem
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
45 views1 page

HTTP Chrome

This document provides instructions for rooting a Samsung Galaxy Core Duos GT-I8262 Android phone and installing ClockworkMod (CWM) recovery. It checks if the CWM.img file exists on the SD card, then writes the file to the recovery partition to flash CWM if the file is present. Upon completion, it displays "done".

Uploaded by

Prince Prem
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

http://www.droidjar.

com/root-samsung-galaxy-core-duos-gt-i8262-and-install-cwm/

!/system/bin/sh

if busybox test ! -f /storage/sdcard0/CWM.img; then

echo no /storage/sdcard0/CWM.img

exit 1

fi

cat /storage/sdcard0/CWM.img > /dev/block/mmcblk0p13

sync; sync; sync

echo done

You might also like