[CWM] ClockworkMod Recovery porting for I9003 - Final Release - Samsung Galaxy SL i9003

.
CWM Recovery for GT-I9003 by Skin1980:​
This is the full-functional CWM recovery ported by me for the Samsung GT-I9003. Here some screenshot:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
One thing to know is that in this version External SD is called SDCard. This because SDCard is used by CWM as backup support. For the same reason also the USB Storage mounted under "Mount and Storage" menù is related to external SD.
How to install:
Install this CWM is very easy, just flash the .tar file with odin ( put the .tar in the PDA field).
You can also use heimdall under linux. Just extract the normalboot.img file and do:
Code:
heimdall flash --normal-boot normalboot.img
IMPORTANT: Read this topic on Edify scripting used on update.zip. The partitions must be mounted before copying files:
Code:
run_program("/sbin/busybox", "mount", "-t", "auto", "/dev/block/stl9", "/system");
Flashing Zip Files:
If in the updater-script there isn't the "mount /system" option you must - before apply the zip - mount manually /system under "Mount and Storage" menù and then flash your zip.
Features:
- Added EXT4 filesystem support for the kernel ( now you can convert to ext4 to improve performanca);
- CWM with double RFS / EXT4 filesystem support;
- Busybox;
- Juwe11 RamScript from http://forum.xda-developers.com/showthread.php?t=1111145 ;
THANKS: I have to say, and all of us have to say a big Thanks to the super Devs that helped me in this port: Chris41g, DRockstar (this CWM is heavily based on it's project), Roddick and all the other devs on #epic in irc.fossnet.info. These are WONDERFUL GUYS, always ready to help you.
Thanks also to koush that made the Clockworkmod Recovery.
IMPORTANT: The recovery isn’t universal, all firmware is different so don’t flash the recovery for a firmware different from your!!!! Since i don’t have all firmware on my PC upload your normalboot.img to me with the name of your firmware so i can build the CWM.
The normalboot.img can be found in the PDA tar of your firmware (if you have it on the PC). Alternatively you can dump it from phone with this command:
Code:
dd if=/dev/block/bml7 of=/sdcard/normalboot.img
LINK:
http://www.megaupload.com/?d=0BFPGS12 GT-I9003_PDA-DDKB2.tar
http://www.megaupload.com/?d=5VB0U4IR GT-I9003_PDA-DXKB2.tar
http://www.megaupload.com/?d=8SUXXIYA GT-I9003_PDA-LUBKB1.tar
http://www.megaupload.com/?d=A9Y5Y9FB GT-I9003_PDA-XXKB1.tar
http://www.megaupload.com/?d=BQ2P35CY GT-I9003_PDA-ZHKC1.tar
http://www.megaupload.com/?d=J45I2CH1 GT-I9003_PDA-XXKC1.tar
http://www.megaupload.com/?d=JRJXED7S GT-I9003_PDA-ZCKC1.tar
http://www.megaupload.com/?d=OY7ZTA8L GT-I9003_PDA-XXKB3.tar
http://www.megaupload.com/?d=SNSPPHTW GT-I9003_PDA-JPKE1.tar
http://www.megaupload.com/?d=SUK5ROFE GT-I9003_PDA-DXKE1.tar
http://www.megaupload.com/?d=VKCIF6A0 GT-I9003_PDA-XWKB1.tar
http://www.megaupload.com/?d=Q62RT5Q0 GT-I9003_PDA-DDKF1.TAR
http://www.megaupload.com/?d=R8OC916M GT-I9003_PDA-XXKPE.tar
http://www.megaupload.com/?d=B7JCW9SV GT-I9003_PDA-JVKD1.tar
http://www.megaupload.com/?d=ZIF7XUOB GT-I9003_PDA-XXKPH.tar ---> to root use THIS
FOR JPKP5 go to CF-ROOT thread HERE
FOR XXKPM go to CF-ROOT thread HERE
If you like my work and want support it with a donation just press on the "DONATE" button under my Nick​
Under this post you find a THANKS button.... Just press it if you like my works...!!!!

Skin u did it man.the person to dev cwm for i9003.you r the best man.congrats.
Sent from my GT-I9003 using XDA App

rdr_m said:
Skin u did it man.the person to dev cwm for i9003.you r the best man.congrats.
Sent from my GT-I9003 using XDA App
Click to expand...
Click to collapse
Thanks a lot... i will be more happy when the nandroid backup will work correctly

Do i need to sign update.zip for this?? i wana test this!! CFW PLS!!
CONGRATS!! THAT WAS QUICK!

monalac said:
Do i need to sign update.zip for this?? i wana test this!! CFW PLS!!
CONGRATS!! THAT WAS QUICK!
Click to expand...
Click to collapse
Just copy your zip on sd the choose to apply any zip from SD

hey, this is not going ahead of Samsung Galaxy GT-I9003 screen and keeps on looping.. what to do? i have 2.3.4 is this only for 2.2.1??

Hey Skin! I congratulate for a job well done. Would you please elaborate the problem with nandroid and USB mass storage mounting for us noobs? What does it do and why is it important. Nevertheless, I bow before you master! Great Job!

monalac said:
hey, this is not going ahead of Samsung Galaxy GT-I9003 screen and keeps on looping.. what to do? i have 2.3.4 is this only for 2.2.1??
Click to expand...
Click to collapse
as i wrote it's only for xxkb3 FW... if you have another one please upload normalboot.img to me..... another thing... you must also post the output of the mounts command (open adb shell and do "mounts")

jcbalunsat said:
Hey Skin! I congratulate for a job well done. Would you please elaborate the problem with nandroid and USB mass storage mounting for us noobs? What does it do and why is it important. Nevertheless, I bow before you master! Great Job!
Click to expand...
Click to collapse
- Nandroid perform a full backup of the Rom so you can restore if you soft-brick your mobile;
- USM mount permit to mount your USB in mass storage mode while you are in recovery.

Skin1980 said:
as i wrote it's only for xxkb3 FW... if you have another one please upload normalboot.img to me..... another thing... you must also post the output of the mounts command (open adb shell and do "mounts")
Click to expand...
Click to collapse
Didnt read in excitement and in a hurry and just had a reflash to 2.3.4 KP9

monalac said:
Didnt read in excitement and in a hurry and just had a reflash to 2.3.4 KP9
Click to expand...
Click to collapse
just reflash normalboot.img with heimdall
command line:
Code:
heimdall flash --normal-boot normalboot.img

Hey skin, how do use CWM to flash a ROM? for example, XXKP9?

jcbalunsat said:
Hey skin, how do use CWM to flash a ROM? for example, XXKP9?
Click to expand...
Click to collapse
i think u cant flash whole roms with cwm,just update.zips

Awesome work man !!!
Now just 1 more thing ...tutorial to explain how it works/what each option is supposed to do etc ....
then i can try and post feedback/bugs

thanks a lot... you are hero!!
can you take this for "I9003JPKD1 " Arabic Frimware?

This should be a sticky.
Sent from my GT-I9003 using XDA App

Works great... dude... Now waiting for nandroid backup. But this alpha itself is of great help.
While using it, I faced minor problem, when I press home button for selecting option it jumps two steps inside as if pressing a hard button. I mean after entering the first option it enters the next menu also. But then after trying 3-5 times carefully, I get the option that I want to select. Just check if you have this problem. Anyways this is not a major issue for me as I can save my phone and it is alpha release so does not matter at all.
Your contributions will always be remembered, really appreciate this update.

Well done dude

Oh...finally you did it skin...!!!! I have a small doubt...I read on the net by searching alot...but still i am not understanding the difference between CWM & nandroid backup??? I know only that android backup means doing a backup of whole rom as an image...but what is exact meaning of CWM???? Is thete any relation between them?? Please can anybody explain...it will be helpful fot other also...!!!!

Nice work mannn!?!??!!!
Awesomeeeeee!?

Related

[GUIDE] How to get ClockWorkMod Recovery 3.0.0.5 on your DHD

Hi! A lot of people ask for a guide to install ClockWorkMod Recovery 3.0.0.5 on the Desire HD.
I'm not a pro, i make this guide to help people ! Some one can correct me if I'm wrong, i'm open !
Description:
This guide will help you to install CWM 3 on your Desire HD.
Warning:
CWM 3 doesn't support update-script (Amend), it requires update-binary and updater-script (Edify)
Not all mods use updater-script, test and if that don't work, try this this usefull tool that make the conversion betwen Amend and Edify: amend2edify
If some one want, i can explain the use of this tool
Before Flashing:
You need adb and fastboot to perform this install !
You can download it here:
http://www.multiupload.com/QACREBQOWO
You also have to download the CWM 3 .IMG here:
http://www.multiupload.com/80H7K8IXG4
Let's GO !:
1) Extract the content of adb_fasboot.rar in a folder named "adb_fastboot" at the root of your disk (ex: "C:\adb_fastboot")
2) copy the .IMG of CWM 3 into the same folder of the step 1 (ex: "C:\adb_fastboot\ace-cwm-3.0.0.5.img")
3) Connect your phone by USB in (Charge only mode
4) Open a command prompt: Windows key + R and type "cmd" and valid by OK
5) Go into your adb_fastboot folder with this command:
Code:
cd C:\adb_fastboot
If your folder disk is not c:\ replace "C" by the correct letter !
If your folder is not named adb_fastboot, repalce "adb_fastboot" by your folder name !
6) Reboot your phone in bootloader with this command:
Code:
adb reboot bootloader
7) Flash the recovery with this command:
Code:
fastboot flash recovery ace-cwm-3.0.0.5.img
8) Reboot your phone:
Code:
fastboot reboot
Well done !
You have successfully flashed ClockWorkMod Recovery 3.0.0.5 on your Desire HD
Great tut But U must also mention about this: http://forum.xda-developers.com/showpost.php?p=11247819&postcount=11554
Info just added to the How-To !
Thanks Krzysiec !
guys after flashing cwm 3 can we flash cwm 2.5.1.3? is it possible without any problem?
so we don't need the clockmodwork folder in sd card anymore after flashing this img?
Here's CWM 3 as an exe:
http://db.tt/zcBCCxJ
Connet phone to PC, boot to fastboot and then run exe
paarry said:
guys after flashing cwm 3 can we flash cwm 2.5.1.3? is it possible without any problem?
Click to expand...
Click to collapse
I installed CWM 3 earlier but I just went back to 2.5.1.3 using ROM Manager as I couldn't be bothered updating mods to work with CWM 3. No problems to report
how to change color font ?
dark green or dark blue mayby white?
I do not like ... brown
LOL sorry.. U can't.. it's only recovery, you don't use it that often to really be bothered about .. and it's orange, not brown
hi there ...
ppl how try the new cw 3 ... what is the point to move from 2.1.5 to 3.0.05 ..
anyone can repot the advantige and disadvan...???
You need to upgrade to use gingerbread 2.3. Cwmod 3 uses a ext4 partition and 2... series uses an ext3 partition.
Sent from my Desire HD using XDA App
How do u know if it is installed or not?
lpachuong said:
How do u know if it is installed or not?
Click to expand...
Click to collapse
Just boot into recovery and check it.
Is the charging bug still present in 3.x version?
Is it possible to do a restore with cwm3?
Every time I try to make a restore from a cwm7 backup
Cwm shows a MD5 error.
anko184 said:
Just boot into recovery and check it.
Is the charging bug still present in 3.x version?
Click to expand...
Click to collapse
Yes, but it's not a bug, it's a functionality ...
Tried, did not work. Why?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
EDIT: s-off was missing, mission accomplished!
I'll try the exe file. But again, as asked above, what is the benfits with this 3.x?
Is fixed in this version turn off problem?
Sent from future
mattiadj said:
Is fixed in this version turn off problem?
Sent from future
Click to expand...
Click to collapse
+1...
......
It's not a bug, as said the developper of this recovery!
Please, read previous post before post...
Sent from my Desire HD using XDA App
I haven't understanded...when I turned off my phone and then I connected it to the battery charger it wake up in cwm recovery...it isn't a bug? however I'm using the 2.5.1.3 version...and I think it isn't a good thing to charge always the phone turned on ..
can someone explain me? Tganks
Sent from my HTC Desire HD using Tapatalk

[ROM][DKL2]InfectedRom Blazed V 2.5.2*Released*Updated!

Hey all
After Building Roms For Big Devices!.So I Took My time out and wanted to build for Galaxy Y! Read Below
*I Don't Own This Device*
Infected V 2.5.2 Released :-
Thanks To pratyush.creed For his Updater-Script! Without this! This Wouldnt have happened!
Thanks a lot to sireangelus For Testing This Out With Patience! Thank Him!
Infected V2.5.2!!
Based on DXKL2
De0dexed
Zipaligned
CM7 Music
DSP Manager
Auto Zipalign at Every Boot
init.d & Busybox Support
Sqlite3 added
sqlite.so & ssqlite_ini.so from ICS(Improves Performance)
Removed Samsung Bloatware
Nemus Launcher
Google Music
Tweaked!
Fast & sexy!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Infected V2.5.2!!
Download Link :http://dl.dropbox.com/u/30258023/InFectedAblazeV2.5.2.zip
*I Forgot To Add Market Download The Vending.apk from Attachment below and push it to System/app by Root Explorer/Root browser and restart!
Instructions :-
1. Flash Via CWM By Skin
2.Should Manually Root Again Coz of Some Script ****! i'll fix Dat Soon!
After Installing My Rom Follow These Instructions to Root Again :-
Code:
Download the file attached here: http://forum.xda-developers.com/show...9&postcount=16
1.) Download needed file
(update.zip)
2.) Copy ZIP file to your SD-card
3.) Turn off your phone
4.) Switch ON your device in the
recovery Mode (hold power, volume up, home
button together).
5.) Select update from SD Card
option.
6.) You will see that the list of files will come from which you will have
to select the file which is named as
Update.zip
7.) Wait a few minutes
8.) And Your Galaxy Y
S5360 is now rooted!
9.)You now have SUPERUSER Installed!
10.Download and Install BUSYBOX.
link: http://www.4shared.com/file/sU5ebL0f...taller_346.htm
Thread [URL="http://forum.xda-developers.com/showthread.php?t=1325453"]HERE[/URL] .
Hit Thanks If You Like It Donate if You Want To
Noob question:
How do I extract those files?
we do have a temporary CWM recovery port(by Skin)
noobwithgalaxyy said:
Noob question:
How do I extract those files?
we do have a temporary CWM recovery port(by Skin)
Click to expand...
Click to collapse
Take nandroid backup and send the backupd file
Boot.img and system.img file in clockworkmod folder or nandroid folder from your sdcard
Send the link (Private message) to me also
let guide me how to do it. i will send you all file but i don't know how to get them
This is CWM recovery by skin1980.nicw work
Originally Posted by Skin1980
Try with this:
http://www.multiupload.com/IGKG2L5RAF
Install it in recovery mode
noobwithgalaxyy said:
Noob question:
How do I extract those files?
we do have a temporary CWM recovery port(by Skin)
Click to expand...
Click to collapse
Nandroid Backup from CWM! One More Thing,Using Root Explorer/Root Browser Get Me Meta-INF Folder Too
angel_boulevard said:
This is CWM recovery by skin1980.nicw work
Originally Posted by Skin1980
Try with this:
http://www.multiupload.com/IGKG2L5RAF
Install it in recovery mode
Click to expand...
Click to collapse
I Need System Dump Too! i.e System Folder/Boot.Img. You Can Get Them By Using Root Explorer/Root-Browser! Nandroid Backup will also be Good!
eaglerazor123 said:
I Need System Dump Too! i.e System Folder/Meta-Inf Folder/Boot.Img. You Can Get Them By Using Root Explorer/Root-Browser! Nandroid Backup will also be Good!
Click to expand...
Click to collapse
PM'ed them to you, if there are anything u need pm me w/ the code on how to extract it and will give them to you.
CWM recovery is not yet fully operational.
this is open source galaxy y s5360.
https://opensource.samsung.com/reception/receptionSub.do?method=search&searchValue=GT-S5360
angel_boulevard said:
this is open source galaxy y s5360.
Click to expand...
Click to collapse
so are you want to recieve file from us?
vndlsm said:
PM'ed them to you, if there are anything u need pm me w/ the code on how to extract it and will give them to you.
CWM recovery is not yet fully operational.
Click to expand...
Click to collapse
PM'ed You back! Check It!
eaglerazor123 said:
Hey all
After Building Roms For Big Devices,I'm Just Bored Of Them.So I Took My time out and wanted to build for Galaxy Y! Read Below
*I Don't Own This Device* ( I Play with GS2,Nexus S etc) So This Purely Will Be Blind Build And I Need A Tester For This!!
I Need Some Files Before Starting This Procedure
1. Rooted Kernel
2.Offical/Rooted System Dump
3.Recovery If Working!
4.Any More If I wanna learn about!
After I Get This Files, I'll Get You All Infected Rom Done In Few Hours! Fast & Sexy!
I'm A Part OF Huge Team! Check My Sig Links If You Don't Trust Me!
Awaiting Reply
Click to expand...
Click to collapse
will you make an infected cream sandwich (ics) rom for us? if possible??
I do not find the file you need. please guide me how to get them in detail
myfriend901 said:
will you make an infected cream sandwich (ics) rom for us? if possible??
Click to expand...
Click to collapse
Thats Tricky! But,First Let Me Give You Some Custom Rom Love! Then I'll Look Into it
dacan94 said:
I do not find the file you need. please guide me how to get them in detail
Click to expand...
Click to collapse
Got system dump!
how to got system dump? my new used Android
eaglerazor123 said:
Got system dump! I Just Need the Meta-Inf folder now. U Can get it from Using Root Explorer/Root Browser App
Click to expand...
Click to collapse
cant find meta-inf folder on root explorer!
where do i find its location on root??
system doesnt contain meta-inf folder
where is the meta-inf folder?. i don't see it
there is a path to system/meta-inf? it not exist in my phone
dacan94 said:
View attachment 857691
View attachment 857692
where is the meta-inf folder?. i don't see it
there is a path to system/meta-inf? it not exist in my phone
Click to expand...
Click to collapse
read my above post!

[RECOVERY][GT-I9500]CWM 6.0.4.6{For Android 4.4.2!!}{Fully Working}

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Disclaimer:
By flashing this recovery you take full responsibility to whatever happens on your device. The developer will NOT be held responsible to whatever happens on your device. Ofcourse, the recovery has been tested but whatever happens on your device will not be held against the developer.
​What Is CWM Recovery ?
CWM recovery is a way that enables you to falsh a custom rom , customize your rom and can save you from bad situations. To Be fully in controll of your android device you need a recovery and this is one of them.​How To Install CWM Recovery ?
There are 2 methods for installing CWM
1.Method (dd method)
You need root before you continue.
now copy recovery.img from second post to your sd card and :
1.On PC :
Make shure that device is on usb debugging mode.
Plug device and open Terminal/command prompt.
Copy Pasta the Following Commands :
PHP:
adb shell
dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p10
make shure that partion is mmcblk0p10 or you will brick device !
now you can reboot to recovery (volume up + home +power) and enjoy CWM 6.0.X.X
2.On Phone :
First Download Terminal Emulator From Play Store.
Plug device and open Terminal apk
Right the Following Commands :
PHP:
su (you need root acess for it )
Then
dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p10
make shure that partion is mmcblk0p10 or you will brick device !(guys with fat fingers stay away !)
now you can reboot to recovery (volume up + home +power) and enjoy CWM 6.0.X.X
Second Method Is Via ODIN.
First Download ODIN
Now Download the GT-I9500-CWM-6.0.X.X.tar From Second Post and put it in same directory as odin.
Go To Download Mod (Volume Down +Home+Power) and plug device.
Now in Odin You Will see {added} and a light blue figure on top that means that device has been recognized if you dont get them uninstall devices drivers and retry.
Now click PDA and select GT-I9500-CWM-6.0.X.X.tar And Then Click Start .
After Device reboots Your Done and CWM Is Flashed.
Third method is flashing via recovery .
It does not matter if you are on stock recovery or custom recovery .
First of all download from second post GT-I9500-CWM-6.0.X.X.zip .
Then put it on sdcard .
Then Flash it .
Enjoy your new recovery.​Thanks To :
CM Team For CWM recovery .
@Dees_Troy @bigbiff @anders3408 @cybojenix {These Guys Are The Best And I Thank Them for helping me every step in the way and nut thinking that i am a nut job }​​
Please Hit The Thanks Button If You Like My Work
Follow Me On Twitter SamerDKingCobra
If You Have Any Kind Of Trouble Feel Free To PM Me As I Am Here Almost 19 Hours A Day.​
Downloads :
1.GT-I9500-CWM-6.0.4.6.img {For dd Method , Please rename to recovery.img }
2.GT-I9500-CWM-6.0.4.6.tar Build #1 {For Odin}
1.GT-I9500-CWM-6.0.4.5.img {For dd Method , Please rename to recovery.img }
2.GT-I9500-CWM-6.0.4.5.tar Build #1 {For Odin}
3.GT-I9500-CWM-6.0.4.5.zip [For Third Method]
1.GT-I9500-CWM-6.0.4.4.img {For dd Method , Please rename to recovery.img }
2.GT-I9500-CWM-6.0.4.4.tar Build #1 {For Odin}
3.GT-I9500-CWM-6.0.4.4.zip {For third method}
Change Log :
Build #1 Fully Working.​Whats To Do In Future Build ?
Enable Touch .
Add OTG Support.​FAQ:{Please Read Before Posting}
Q: OMG ! Recovey Not Booting What To Do ?
Alease Dont try entering recovery first time from advanced power menu just do it the hard way
Q:My Device is not getting read by windows ?
A:Uninstall all drivers that you installed for the device .​​​Please Hit The Thanks Button If You Like My Work
Follow Me On Twitter SamerDKingCobra
If You Have Any Kind Of Trouble Feel Free To PM Me As I Am Here Almost 19 Hours A Day.​
For later use
Attachment.??
Disturbed™ said:
Attachment.??
Click to expand...
Click to collapse
Second post , sorry i took me long enough because of my bad internet
S.a.M.e.R_d said:
Second post , sorry i took me long enough because of my bad internet
Click to expand...
Click to collapse
Thanks buddy. can you please tell one thing.? what is the speed of taking /restoring backup.? like how much time does it take to take backup.? in TWRP V it hardly take 3-5 min for 2.5GB data.
Disturbed™ said:
Thanks buddy. can you please tell one thing.? what is the speed of taking /restoring backup.? like how much time does it take to take backup.? in TWRP V it hardly take 3-5 min for 2.5GB data.
Click to expand...
Click to collapse
after a precision timing it took me 7. 43 minutes for 5.23 gb of data
Works well, thanks.
will this work on leak 4.3 tq
kishen80 said:
will this work on leak 4.3 tq
Click to expand...
Click to collapse
Yes probably , as i compiled CWM with android 4.3.1 source
Sent from my GT-I9500 using XDA Premium 4 mobile app
kishen80 said:
will this work on leak 4.3 tq
Click to expand...
Click to collapse
After doing wipe data/factpry reset on latest philz touch recovery the phone wont go past the samsung logo..
Something like that wont happen with tbis right?
Sent from my GT-I9500 using xda app-developers app
Degrated Shadow said:
After doing wipe data/factpry reset on latest philz touch recovery the phone wont go past the samsung logo..
Something like that wont happen with tbis right?
Sent from my GT-I9500 using xda app-developers app
Click to expand...
Click to collapse
no its working :good::good::good:
kishen80 said:
no its working :good::good::good:
Click to expand...
Click to collapse
yes i can confirm. i just did a backup and restore. its freaking good. i am sticking to this recovery.
subscribing now.
Hi,
Please make ZIP version to istall from other recovery
Thanks
Do we have a CWM flashable package?
i made a zip but it will not work from first flashh dunno why , i will try and report back.
mateen5997 said:
Hi,
Please make ZIP version to istall from other recovery
Thanks
Click to expand...
Click to collapse
rl421403 said:
Do we have a CWM flashable package?
Click to expand...
Click to collapse
Done Check Second Post.
S.a.M.e.R_d said:
Done Check Second Post.
Click to expand...
Click to collapse
Thanks. Just grabbed.
Sent from my Galaxy S4
S.a.M.e.R_d said:
Done Check Second Post.
Click to expand...
Click to collapse
Thanks
Hi Samered, cwm file zip is corrupted, please make another one, thanks
Sent from my GT-I9500 using XDA Premium 4 mobile app

[TUTORIAL] How To Install CWM on Galaxy Fame GT-S6810

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hello guys.. In this thread, i will share tutorial about How To Install ClockWorkMod Recovery for Samsung Galaxy Fame GT-S6810. So, let's check this out...
Things Required :
Galaxy Fame that already rooted
Terminal Emulator (u can download it from playstore)
CWM File. Put it on /sdcard. (not extSdcard)
Steps :
Make sure ur galaxy fame already rooted
Open Terminal Emulator and type this :
Code:
$ su
# dd if=/dev/block/mmcblk0p6 of=/sdcard/bak_recovery.img
# dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p6
dd if=/dev/block/mmcblk0p6 of=/sdcard/bak_recovery.img is for backup up stock recovery
CWM is installed. To check it, type "reboot recovery" to go to cwm. (without quotes)
Screenshot :
Click to expand...
Click to collapse
bug :
- error restore /data
Thanks to : Allah SWT
Credits :
Baca Yang Bener
Awan Syabani (for tester )
thanks , it worked for me
BUG.
Is there any type of bug present on this recovery ???????????????
can i use this recovery on my Galaxy Fame Gt-S6812 (Duos)
Vkas Raj said:
Is there any type of bug present on this recovery ???????????????
can i use this recovery on my Galaxy Fame Gt-S6812 (Duos)
Click to expand...
Click to collapse
i dont know bro. is fame duos already has cwm ? cz fame with fame duos is different.
davexd97 said:
thanks , it worked for me
Click to expand...
Click to collapse
u r welcome
yes there is a recovery present for both 6810 & 6812 but it has some bugs >>>>>>>>>>>>
Thread: http://forum.xda-developers.com/showthread.php?t=2495467
will this recovery installed permanently or temporary ??????????????
will you be uploading some more stuff for this phone ???????
Thankyou !!!!!!!!!!
Vkas Raj said:
yes there is a recovery present for both 6810 & 6812 but it has some bugs >>>>>>>>>>>>
Thread: http://forum.xda-developers.com/showthread.php?t=2495467
will this recovery installed permanently or temporary ??????????????
will you be uploading some more stuff for this phone ???????
Thankyou !!!!!!!!!!
Click to expand...
Click to collapse
hmm... Would you be a tester for my cwm installer app ? if yes, i'll send u pm.
cleverior.ipul said:
hmm... Would you be a tester for my cwm installer app ? if yes, i'll send u pm.
Click to expand...
Click to collapse
Yes ,,,,
Happily , i will be your CWM tester !!!!!
Q. will your installer flash recovery permannetly or temporary?
I Will Support Anything which is Developing For this PHONE.................
Vkas Raj said:
Yes ,,,,
Happily , i will be your CWM tester !!!!!
Q. will your installer flash recovery permannetly or temporary?
Click to expand...
Click to collapse
It`s permanent CWM.. I`ll attach an odin package for this recovery to make it easier.
Just unzip it and put it on the pda tab in Odin 3.07 and flash it.
As i said here i'm working on a rom.. For now i managed to deodex all apps and frameworks and remove some of the bloatware.. And it`s fully working.. I`ll mod it in a few days and upload it.
Meanwhile, as a homework, gather around to open a thread for this device
Cheers!!
Vkas Raj said:
Yes ,,,,
Happily , i will be your CWM tester !!!!!
Q. will your installer flash recovery permannetly or temporary?
I Will Support Anything which is Developing For this PHONE.................
Click to expand...
Click to collapse
have u root ur fame ?
its cwm permanent.
corsicanu said:
It`s permanent CWM.. I`ll attach an odin package for this recovery to make it easier.
Just unzip it and put it on the pda tab in Odin 3.07 and flash it.
As i said here i'm working on a rom.. For now i managed to deodex all apps and frameworks and remove some of the bloatware.. And it`s fully working.. I`ll mod it in a few days and upload it.
Meanwhile, as a homework, gather around to open a thread for this device
Cheers!!
Click to expand...
Click to collapse
Root is required for ODIN flashing or not ?
will it work for Galaxy Fame 6812.............
or any type of bug on this CWM...
no need for root to flash cwm with odin.. recovery works on all 3 devices (10/10p/12).. as bugs i found only not mounting usb storage.. will test more today..
Sent from my GT-I9100 using Tapatalk
corsicanu said:
no need for root to flash cwm with odin.. recovery works on all 3 devices (10/10p/12).. as bugs i found only not mounting usb storage.. will test more today..
Sent from my GT-I9100 using Tapatalk
Click to expand...
Click to collapse
will this recovery makes .tar backups ???????????
Vkas Raj said:
will this recovery makes .tar backups ???????????
Click to expand...
Click to collapse
yes. but maybe u'll get error when restore /data
When I try to wipe dalvik cache an error appears but not really interrupts the process.
"E:unknown volume for path [/sd-ext]"
ryanperez said:
When I try to wipe dalvik cache an error appears but not really interrupts the process.
"E:unknown volume for path [/sd-ext]"
Click to expand...
Click to collapse
that is because cwm search for dalvik on external sd and maybe you don't have one or cwm doesn't mount it.. the process is still wiping internal dalvik so that's the reason for not interrupting.. it's a normal thing :good:
corsicanu said:
that is because cwm search for dalvik on external sd and maybe you don't have one or cwm doesn't mount it.. the process is still wiping internal dalvik so that's the reason for not interrupting.. it's a normal thing :good:
Click to expand...
Click to collapse
Oh. thanks for the information. and by the way. How is it going on the rom? sorry for the bad english.
As i promised!:good:
http://forum.xda-developers.com/showthread.php?t=2582851
cleverior.ipul said:
[*]Make sure ur galaxy fame already rooted
[*]Open Terminal Emulator and type this :
Code:
$ su
# dd if=/dev/block/mmcblk0p6 of=/sdcard/bak_recovery.img
# dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p6
dd if=/dev/block/mmcblk0p6 of=/sdcard/bak_recovery.img is for backup up stock recovery
[*]CWM is installed. To check it, type "reboot recovery" to go to cwm. (without quotes)
Click to expand...
Click to collapse
Ran this command from terminal emulator and when I tried to boot it into recovery, the phone went dead. There is no signs of any activity and I pulled the battery out and when I press the power button, there is no response from the phone.
It's a brand new phone and it's dead already. Sigh!
Any ideas how to recover it? Thanks in advance for any and all replies.
RainGater said:
Ran this command from terminal emulator and when I tried to boot it into recovery, the phone went dead. There is no signs of any activity and I pulled the battery out and when I press the power button, there is no response from the phone.
It's a brand new phone and it's dead already. Sigh!
Any ideas how to recover it? Thanks in advance for any and all replies.
Click to expand...
Click to collapse
what ? have u copy recovery.img galfame to sdcard ?
try to flash stockrom using odin.
Hello firends,
1 - ¿Was there a problem when trying this on GT-S6810 Galaxy Fame?
2 - ¿Does not this active counter flashing right?
3 - ¿Is functional recovery system with this CWM?
Greetings,
Diego
Translated by: Google Translator

[RECOVERY][GT-i9500]CWM 6.0.4.8 *everything works* UPDATED

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Disclaimer:
By flashing this recovery you take full responsibility to whatever happens on your device. The developer will NOT be held responsible to whatever happens on your device. Of course, the recovery has been tested but whatever happens on your device will not be held against the developer.
​What Is CWM Recovery ?
CWM recovery is a way that enables you to flash a custom rom , customize your rom and can save you from bad situations. To Be fully in control of your android device you need a recovery and this is one of them.
CM Nightlies install with no problems.
​How To Install CWM Recovery ?
Only DD method
You need to be rooted before you continue.
1. Copy recovery.img to the root of your internal sdcard and choose either method below
a.Via PC :
Make sure that your device is on usb debugging mode (also ensure you have Samsung adb drivers installed).
Plug your device in your notebook/pc and open Terminal/CMD.
Copy and Paste the Following Commands :
PHP Code:
adb shell
dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p10
​
make sure that the partition is mmcblk0p10 or you will brick your device !
now you can reboot to recovery (volume up + home +power) or type reboot recovery via Terminal or CMD and enjoy CWM 6.0.4.7
2.On Phone :
First Download Terminal Emulator From the Play Store.
Start Terminal,
Type the Following Commands :
PHP Code:
su (you need root acess for it )
Then
dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p10
​
make sure that partition is mmcblk0p10 or you will brick your device !(guys with fat fingers stay away, use your pc !)
now you can reboot to recovery (volume up + home +power) or type reboot recovery via Terminal and enjoy CWM 6.0.4.7
​Thanks To :
CM Team For CWM recovery .
@intervigil @Alberto96 @Faryaab @Koush {Without them recovery would not be here for our device }​​
Downloads :
Updated 6.0.4.8 Touch Recovery.img (Tested and Verified)
Recovery.img
Touch Recovery.img (Tested and Verified)
Recovery.img
Regular Recovery.img (Didn't Test but 100% SURE IT WORKS)
Recovery.img
Change Log :
Build #2 Version Update
Build #1 Fully Working.
​FAQ:{Please Read Before Posting}
Q: OMG ! Recovey Not Booting What To Do ?
Alease Dont try entering recovery first time from advanced power menu just do it the hard way
Q:My Device is not getting read by windows ?
A:Uninstall all drivers that you installed for the device .​
Please at least Hit The Thanks Button
PM ME if Links are dead
​
Touch version confirmed OK. Thanks OP
Sent from my GT-I9500 using Tapatalk
Here is Odin Flashable tar.md5 file. Unrar and flash GT-I9500-CWM-6.0.4.7.tar.md5 file via AP for odin.
Thanks alvin14
guys i have the twrp recovery installed right now.. and im on a mac.. so will the adb method work fine? or do i only do it via odin? thanks a lot!
androidindian said:
guys i have the twrp recovery installed right now.. and im on a mac.. so will the adb method work fine? or do i only do it via odin? thanks a lot!
Click to expand...
Click to collapse
you can try both.
For those who use Mac… don't like to use Odin out of fear of retribution from Scandinavian deities or are scared to typo mmcblk0p10 and brick their S4...
Download the CWM / TWRP flashable ZIP for the touch recovery here...
Packed by myself, tested and working on my phone... Thanks to alvin14 for the recovery.img.
http://d-h.st/ahU
or attached...
stassano said:
For those who use Mac… don't like to use Odin out of fear of retribution from Scandinavian deities or are scared to typo mmcblk0p10 and brick their S4...
CWM / TWRP flashable linked for the touch recovery.
Packed by myself, tested and working on my phone... Thanks to alvin14 for the recovery.img.
http://d-h.st/ahU
or attached...
Click to expand...
Click to collapse
awesome thanks a lot mate! ive been on twrp and flashed the 6.0.4.5 from the other thread the phone blacks out.. so was wondering if adb method would work, but will try the file you have given now thanks mate..
androidindian said:
awesome thanks a lot mate! ive been on twrp and flashed the 6.0.4.5 from the other thread the phone blacks out.. so was wondering if adb method would work, but will try the file you have given now thanks mate..
Click to expand...
Click to collapse
Let us know if it worked for you from TWRP... I flashed from CWM 6.0.4.4.
Can somebody confirm if restore works fine?
Earlier version was fiving fc after the restore. And you will have to factory reset it.
It works just fine...
Sent from my GT-I9500 using Tapatalk
Thanks
I'm not getting an md5/tar file, I'm getting a recovery.img file? What do i do?
When I Try Flashing Rom, It's Say Aborted Error 7. When Im Flashing Roms. Like Wanam,Legend.
Then Im Flashing Cm11 It Works. I had to Downgrade My Recovery To 6.0.4.5 To Flash My Rom Back.
Drasztic said:
I'm not getting an md5/tar file, I'm getting a recovery.img file? What do i do?
Click to expand...
Click to collapse
Use DD method. Haven't downloading that method to test from the user that uploaded it.
Sent from my GT-I9500 using Tapatalk
[recovery][gt-i9500]cwm 6.0.4.7 *everything works*
SiNxHaCk said:
When I Try Flashing Rom, It's Say Aborted Error 7. When Im Flashing Roms. Like Wanam,Legend.
Then Im Flashing Cm11 It Works. I had to Downgrade My Recovery To 6.0.4.5 To Flash My Rom Back.
Click to expand...
Click to collapse
I think that's probably a ClockWorkMod thing. Or the specific ROM. Have no problems at all with ROMS. Especially Wanam.
Sent from my GT-I9500 using Tapatalk
citymen34 said:
Here is Odin Flashable tar.md5 file. Unrar and flash GT-I9500-CWM-6.0.4.7.tar.md5 file via AP for odin.
Thanks alvin14
Click to expand...
Click to collapse
Many Thanks alvin14 and citymen34 for the tar. Working like a Charm! Kind Regards
Works smooth on my i9500 with the official kitkat. Thanks.
Works great with CM11 OTA updates!:good:
Edit: recovery works perfectly...
Thanks...
Sorry I did say It's working like a Charm but after restoring from a backup I'm getting FC's on stock 4.4.2 Russian & Thiland updates, Any ideas!
BTW, on Official Cm11 4.4.2 with CWM I have no problems Restoring. Please can you tell me from where the sourse code was taken. Many Thanks & Kind Regards!

Categories

Resources