[DEV][UNOFFICIAL][RECOVERY] ClockworkMod v3.2.0.1 (v. gamma) - Galaxy Ace S5830 Original Android Development

I have successfully ported ClockworkMod for Galaxy Ace.
Almost everything is working, including flashing boot and recovery images and full backup and restore.
TO-DO List:
Build flashable zip for Froyo.
Fix power-off (as it does a full power off, until you keep pressed power button, then it gets back to recovery).
Try to make a unified version for Froyo and Gingerbread basebands.
Get official support (already notified Koush).
Changelog:
Alpha
Initial release
Beta
Custom kernel with ext4 support (for Froyo and Gingerbread versions).
USB Mass Storage Mode fixed (need's testing on Gingerbread).
All Ace versions should work (using proper build).
Gamma
Fixed reboot out of recovery.
Reverted to 3.x version of CWM, as 4.x is being actively developed (breaking things).
Flashing method:
Flashable zips (currently only for Gingerbread):
Flash attached ClockworkMod-ginger-gamma-signed.zip from any recovery (stock or CWM).
ODIN (alternative method, currently only method for Froyo):
Flash attached recovery_gamma_[your version].tar from ODIN. Put Cooper.ods in proper field, and recovery in PDA field. Leave other fields blank and ignore both errors.

Please port it to the latest 2.3.4 and the european froyo version.
Thanks
Sent from my GT-S5830 using XDA App

manju991 said:
Please port it to the latest 2.3.4 and the european froyo version.
Click to expand...
Click to collapse
Already in my TO-DO list.

Cool... Thanks mate..
Sent from my GT-S5830 using XDA App

you have to fixing framebuffer issue?
Sent from my ViewPad7 using XDA App

digkong said:
Dude why don't u work with the other two developer working on CWM...the work will be lot faster and lot more stable..
Sent from my GT-S5830 using XDA App
Click to expand...
Click to collapse
+1.... Instead of working separately and trying to port CWM, if you, dee000000 and PabloPL collaborate then the work would complete faster and due to the combined effort i am sure that it would be better and also save time and effort of all 3 of you.

ilarrain said:
I have successfully ported ClockworkMod for the american version of Galaxy Ace, running Froyo build of Samsung stock firmware.
Almost everything is working, including flashing boot and recovery images and full backup and restore.
Functions not working:
Formatting partitions.
Reboot recovery (you'll probably end in a boot loop, booting recovery everytime, until you flash an stock recovery in ODIN).
Enabling USB-Mass-Storage mode
Changes pending:
Build for GT-S5830 (european Ace).
Add EXT4 support (custom kernel or module loading).
Build flashable zip.
Code cleanup.
Publish full sources.
Fix boot loop (should send recovery-done to the bootloader).
Tomorrow I will continue development.
Recovery image (for GT-S5830L) attached in a tar (you can flash in ODIN if you like).
Please consider buying me a beer with the donate button on the left side, under my name.
Click to expand...
Click to collapse
Hi, great work. Could you share fix for graphics bug? How did you tested nandroid backup of boot/recovery? (could you test it on my CMW?).
If you want, i can send you what changes i've made, so then we would have fully working recovery for Ace.
Strange, USB Mass Storage mode is working for me (in my recovery). Didn't had to do any changes to make it working.
Edit 1:
I've fixed reboot problem.

PabloPL said:
Hi, great work. Could you share fix for graphics bug? How did you tested nandroid backup of boot/recovery? (could you test it on my CMW?).
If you want, i can send you what changes i've made, so then we would have fully working recovery for Ace.
Strange, USB Mass Storage mode is working for me (in my recovery). Didn't had to do any changes to make it working.
Click to expand...
Click to collapse
also strange on framebuffer. my changes on graphics.c is working good for galaxy mini.
i see in the first post the clockworkmod background is not shown in ace.
Sent from my ViewPad7 using XDA App

tj_style said:
also strange on framebuffer. my changes on graphics.c is working good for galaxy mini.
i see in the first post the clockworkmod background is not shown in ace.
Sent from my ViewPad7 using XDA App
Click to expand...
Click to collapse
THE background is working OK. I've used your fix, but I had to force 24bpp mode.
I will share my sources when I arrive home later today.
PabloPL: great! As soon as I share my sources, we can collaborate to get it working for all ace version ASAP.

ilarrain said:
THE background is working OK. I've used your fix, but I had to force 24bpp mode.
I will share my sources when I arrive home later today.
PabloPL: great! As soon as I share my sources, we can collaborate to get it working for all ace version ASAP.
Click to expand...
Click to collapse
using my fix on github?
will be more progress if you collaborating too on porting recovery for our device.
backup & restore seems okay, but i've bricked my galaxy mini when flashing rom via update.zip. i think it's because write_raw_image("/tmp/boot.img", "boot"), command in update script.
are you have to testing flash update.zip on your recovery?

tj_style said:
using my fix on github?
will be more progress if you collaborating too on porting recovery for our device.
backup & restore seems okay, but i've bricked my galaxy mini when flashing rom via update.zip. i think it's because write_raw_image("/tmp/boot.img", "boot"), command in update script.
are you have to testing flash update.zip on your recovery?
Click to expand...
Click to collapse
I've tested backup+restore. I've also tested "flash_image recovery recovery.img". Doing it from a zip shouldn't be so different.
Sharing my sources is on my original todo list since the beginning, I've just didn't have enough time.
Sources will be in http://github.com/ilarrain.
I think the fix for ace's bml flashing is already there.
Sent from my GT-S5830L using XDA App

ilarrain said:
I've tested backup+restore. I've also tested "flash_image recovery recovery.img". Doing it from a zip shouldn't be so different.
Sharing my sources is on my original todo list since the beginning, I've just didn't have enough time.
Sources will be in http://github.com/ilarrain.
I think the fix for ace's bml flashing is already there.
Sent from my GT-S5830L using XDA App
Click to expand...
Click to collapse
okay, great..
we will discusing again tomorrow, I must sleep now.
btw, maybe better to converting rfs to ext4, for module, we can use from i9000 source.
also, better to merge your changes and PabloPL changes with ifdef, it will more easy when updating from cyanogenmod source.
you want to collaborate in my repo? i will add you and other collaborator to the project.

ilarrain said:
I've tested backup+restore. I've also tested "flash_image recovery recovery.img". Doing it from a zip shouldn't be so different.
Sharing my sources is on my original todo list since the beginning, I've just didn't have enough time.
Sources will be in http://github.com/ilarrain.
I think the fix for ace's bml flashing is already there.
Sent from my GT-S5830L using XDA App
Click to expand...
Click to collapse
Looked at your changes and they looks like the same as mine, so nandroid backup for boot/recovery should also work in my sources.
Now the only think is to fix reboot loop (i thought that i've fixed it - tested with fakeflash recovery, but after flashing it wouldn't worked:/). Will look at it tomorrow.

looks cool o tried it on my froyo with europe firm work great..
but like u just said once u go in recovery you will never go out
nice work.
10x

Full sources published, look first page.
izador said:
looks cool o tried it on my froyo with europe firm work great..
but like u just said once u go in recovery you will never go out
nice work.
10x
Click to expand...
Click to collapse
Great!!! So we need less versions to mantain: froyo and gingerbread, no matter the ace version.

i also create a backup for recovery.img using yours tar for froyo, if some one needs it
after he tried to flash the recovery and have bootloop.
http://17cb3171.yyv.co
*its only for froyo

izador said:
i also create a backup for recovery.img using yours tar for froyo, if some one needs it
after he tried to flash the recovery and have bootloop.
http://17cb3171.yyv.co
*its only for froyo
Click to expand...
Click to collapse
If you have bootlop in recovery, just reboot (while in adb shell)
Code:
reboot recovery_done

excited for this..
good work guys..

After extracting CF-Root's zImage, I have found inside killrecovery.sh:
Code:
..
rm /cache/recovery/command
rm /cache/update.zip
touch /tmp/.ignorebootmessage
..
I hope this information useful for developer.
Sent from my GT-S5830 using XDA App

if i create backup with yours CW can i use it ?
it will work ?
did some one try it ?
partition us working good.
i tried to crate partition with CW, work good.

Related

[ROM][GT-P7100] Unofficial Android 4.04 CM9 (ICS Preview) (02/05/2012)

I am please to announce an unofficial build of Android 4.04 (CM9), Ice Cream Sandwich (ICS) for the Galaxy Tablet 10.1v (the forgotten one), GT-P7100.
PLEASE READ ALL THE INSTRUCTIONS​
You do this at you own risk. I cannot be held responsible if you brake something.
This is an alpha build, what does that mean?
It is not feature complete.
It will contain bugs.
It will not have everything working 100%, do not complain about something is not working.
What is not working:
Camera
Tether
Battery usage data
When trying to unlock tablet the touch screen sometimes does not respond. When you press lock (power) it just dims screen. Let the tab go to sleep itself and try it again. Keep doing until it works, it does sometimes take a while to get back, or force hard reboot.
Screens flashes to black when you login to tab
If you have flashed a 7500 modem to your TAB the signal strength will not work correctly. (working on a fix, I hope)
What is working:
3g
Wifi
HQ Youtube video’s
Android
Install instructions:
You need root
Backup your current tablet via CWM/Recovery
Copy files onto your tab.
You need to install a new recovery.img via fastboot , you should know how to get into bootloader to do fastboot by now, if not see instructions above for root: fastboot flash recovery /path/to/recovery.img
Reboot into recovery,
Wipe/Data reset (very important)
Wipe Cache
Flash ROM,
Flash GAPPS.
Reboot
Enjoy!
Thanks to the flowing people:
Pershoot - Kernel work, Device tree, All around guru, etc. He assisted me a lot.
The CyanogenMod team for the wonderful cm9 experience.
Makbil - Assisting with testing.
Codeworx for pointing me in the right direction to get 3g working.
Seo, He assisted me a lot.
If I missed someone let me know.
The Wife and kids, putting up with me with all my late nights.
changelog: 02/05/2012
Latest CM9 upstream changes
Latest kernel fixes from pershoot, including SoD.
changelog: 02/04/2012
CM9 Android 4.04 update
Latest kernel fixes from pershoot
changelog: 30/03/2012
core: remove extraneous wifi fw - pershoot
overlay: fix tether when using NL80211/HOSTAPD - pershoot
core: remove extraneous libnv/axf files - pershoot
Kernel Changes: - pershoot
[**]defconfig: ics: enable remaining PPP options and L2TP
[**]net: backport/sync l2tp with moto's 2.6.39
[**]net: backport/sync *ppp* with moto's 2.6.39
[**]sdio: optimized SDIO IRQ handling for single irq
[**]defconfig: ics: set TUN to be in-built and BROADCOM_WIFI_RESERVED_MEM
[**]wireless: bcmdhd: use wlan_mem_prealloc for CUSTOMER_HW_SAMSUNG
[**]video: tegra-ics: sync with ASUS's TF101 ICS kernel source
[**]cfg80211: fix a crash in nl80211_send_station
[**]nl80211/cfg80211: Make addition of new sinfo fields safer
[**]cfg80211/nl80211: Send AssocReq IEs to user space in AP mode
[**]cfg80211: Add nl80211 event for deletion of a station entry
[**]wireless: bcmdhd: import bcmdhd from I-9100 (GSII) Update
[**]wireless: bcmdhd: import wlan_gpio from bcm4330, remove OOB_INTR_ONLY and RDWR_MACADDR (to BCM4330)
[**]Bluetooth: bnep: Fix bad ether addresses
[**]media: video: avp-ics: backport/sync with nvidia's 3.1
[**]media: fix corner case in tegra_mediaserver
[**]arm: tegra (partial): fix numerous warnings
[**]defconfig: ics: enable CFG80211
Latest upstream cm9 Changes as of 28 March 2012
changelog: 20/03/2012
pershoot - kernel fixes(wifi)
changelog: 18/03/2012
kernel fixes/enhancements
core: switch to ASUS's TF101, 9.2.1.11 ICS libs/fw
core: remove extraneous wifi fw
network: change to in-build broadcom bundled FW for STA/P2P
bootanim: set BOARD_CACHE_BOOTANIM
network: wifi: switch to in-build broadcom bundled FW for AP
core: remove extraneous wifi fw
Latest CM9 upstream fixes/enhancements
For Updates:
YOU NEED TO REFLASH GAPPS.
YOU DO NOT NEED TO WIPE AGAIN!
The download link Note: I will keep the same link I will just update it.
Test ROM's available from here: http://droidbasement.com/galaxy/roms/cm9/p3/. Pershoot is providing them. They will disappear from time to time, meaning he is building new test versions. Deal with it.
reserved for future release.
Wow. Great . And how it looks with auto rotation?
Sent from my Galaxy Nexus using XDA App
thanks again for the ICS exp.
Hi isi,
First of all thank you for bringing ICS to the 10.1V.
Before i flash it (wich i surely will) ive got a question....
IF for any reason i wanted to go back to a 3.2 ROM, do i get any problems
with (just a guess) for example bootloaders or something like that.
or is it as simple as flashing stock rom (chainfire's).
thanks again......its gonna be late tonight
edit: what do you mean by ïnstall NEW recovery"...im running latest cwm from pershoot's blog.
is that ok or do i have to flas another?
richard2311 said:
Hi isi,
First of all thank you for bringing ICS to the 10.1V.
Before i flash it (wich i surely will) ive got a question....
IF for any reason i wanted to go back to a 3.2 ROM, do i get any problems
with (just a guess) for example bootloaders or something like that.
or is it as simple as flashing stock rom (chainfire's).
thanks again......its gonna be late tonight
edit: what do you mean by ïnstall NEW recovery"...im running latest cwm from pershoot's blog.
is that ok or do i have to flas another?
Click to expand...
Click to collapse
Yes you can go back.
Ok is it neccasery to flash recovery.img first.?
I have latest recovery from pershoot installed.
Sent from my GT-P7500 using XDA App
Flash recovery from my download.
Sent from my GT-I9100 using Tapatalk
I get an error in cwm-recovery if I try to flash ROM.
It says I have the wrong device.
I think I have to flash Stock ROM 3.0.1 and than 4.0.3!
Other ideas?
Is that the wrong or right way?
Thankyou Isi
This is brilliant. I will definitely be trying this over the weekend.
Sent from my GT-I9100 using XDA App
Hi Isi,
Just some quick questions.
What to do to return to 3.2 ? - Just flash 3.2 rom ? With Rom Manager ClockworkMod Recovery ?
Aplications from samsung like Email etc what happens to them ?
Can one install them ( samsung Email etc ) from titanium backup or they dont work in ICS?
Isi can i link new files as an alternative download place ?
Thanks
I have thw Problem. After installing in Start Wizard it shows that app is/will be closed. Any idea?
Sent from my Galaxy Nexus using XDA App
danikristijan said:
I have thw Problem. After installing in Start Wizard it shows that app is/will be closed. Any idea?
Sent from my Galaxy Nexus using XDA App
Click to expand...
Click to collapse
Did you wipe?
Works like a charm, thank you so much!
Sent from my GT-P7100 using xda premium
derwahreehlers said:
I get an error in cwm-recovery if I try to flash ROM.
It says I have the wrong device.
I think I have to flash Stock ROM 3.0.1 and than 4.0.3!
Other ideas?
Is that the wrong or right way?
Click to expand...
Click to collapse
Did you flash the new recovery? If you did not it will not allow you to install.
Ok works so far for me. It feels smooth and finaly it say's gt-p7100 and not 7500 in the xda app and system info
Sent from my GT-P7100 using XDA App
algzed said:
Hi Isi,
Just some quick questions.
What to do to return to 3.2 ? - Just flash 3.2 rom ?
Aplications from samsung like Email etc what happens to them ?
Can one install them ( samsung Email etc ) from titanium backup or they dont work in ICS?
Isi can i link new files as an alternative download place ?
Thanks
Click to expand...
Click to collapse
Yes, you can go back to 3.2 if you follow the the instructions in the 3.2 thread.
This is stock Android, no Samsung APPS
I do not think you should make alternate available at the moment, it could change often. Let us get one "stable" version first.
Yes i did. Any other idea?
isimobile said:
Did you wipe?
Click to expand...
Click to collapse
Sent from my GT-P7100 using XDA App
I have a big problem...
I have a boot loop, I can not use adb, I don't know how I go to recovery manually and suddenly my fastboot doesn't work :'(
HELP!
derwahreehlers said:
I have a big problem...
I have a boot loop, I can not use adb, I don't know how I go to recovery manually and suddenly my fastboot doesn't work :'(
HELP!
Click to expand...
Click to collapse
fastboot boot c:\path\to\recovery.img
You can always get into fastboot mode. Hold the power button for a while. When the screen goes black, hold volume down too
Sent from my GT-P7100 using xda premium
ramonams said:
fastboot boot c:\path\to\recovery.img
You can always get into fastboot mode. Hold the power button for a while. When the screen goes black, hold volume down too
Sent from my GT-P7100 using xda premium
Click to expand...
Click to collapse
Sure but my PC doesn't see the fastboot device and YES the driver is installed.

[mod][BETA][PATCH] ROM_PATCH V1.2 for ics- full freedom -

I can continue the project if i get proper feedback from you
thanks a lot to amarullz for providing aroma installer, and thanks to nightshack0 I have taken his installer and modded to work for this patch
had you ever feel that another galaxy s variant's forum have a ics rom which suits all your need but you cannot flash it because it is not yet ported to your device but now all this will not happen again with this patch you can install which ROM you want to flash there will be no boundation for you.
this patch will let you flash other I9000 or t959 roms I have not tried it on other variant but you can try and let me know if it works, I have tried to flash a nexus s rom and it was not flashing so just flash and let me know there is no harm no soft brick no hard brick just physical button will not work until you flash this patch or another rom
Click to expand...
Click to collapse
how to use this patch:- first flash the rom you wanted then this patch and if rom is not flashing read the FAQ
Click to expand...
Click to collapse
download link
*AROMA compatible v1.2:- http://bit.ly/rompat12 (39mb)
* AROMA compatible v1.1:- http://bit.ly/JpHy83 (41mb)
* VIBRANT patch:- http://db.tt/j3ZIdudZ (12mb)
Click to expand...
Click to collapse
PROS:- 1.flash which ics rom you want
2. new world with more rom have been revealed
3. rom chefs work have been reduced because now they do not need to port their rom.
4. small size just 12mb
5. TWRP kernel is pre bundled thanks to KRARVIND
Click to expand...
Click to collapse
CONS:- 1. you cannot get the build properties(build.prop) of the rom you are flashing instead you will get the build property which will not be related to any ics rom
Click to expand...
Click to collapse
the patch do not contains any file which can cause a bug and patch will only work on ics roms not gb
For further clarification read FAQ on second post
if you are getting status 7 or getprop error then a little work from your side is needed
extract the rom to a folder then go to /extracted folder/META - INF/com/Google/Android from there open updater-script and remove all getprop lines
come back to META - INF folder and delete all three files
zip the file and flash it in recovery
NOTE:- to edit updater script use jota text editor(android), notepad (windows)
Click to expand...
Click to collapse
update:- flashed fascinate rom by editing updater script and without resigning got it booted up but it cleared my efs folder so was not getting any network coverage, I got very depressed tried cleared data restore nandroid but nothing works then I thought about efs and with the backup I copy imei files to efs folder and after reboot I got coverage now I will not flash any fascinate rom just for testing but I can say that fascinate rom are working
Click to expand...
Click to collapse
PATCH FAQ
FAQ
Q.:- how to use this installer
Ans:- don't worry about this all the instruction have been given in the installer you just need to flash the package in recovery it is just like installation wizard of windows
Click to expand...
Click to collapse
Q.- will this also work on gb rom
Ans:- no the patch contains a kernel which cannot work with gb rom
Click to expand...
Click to collapse
Q.:- while flashing a galaxy s ics rom I got an error of assert failed what to do.
Ans:- first flash this patch then go to advance and select reboot recovery with new TWRP recovery flash the rom then again flash patch
Click to expand...
Click to collapse
Q.:- why you provided custom build.prop.
Ans:- if build.prop will not be provided then rom's build.prop will change you device's build properties which will not letyou flash files specially created for vibrant
Click to expand...
Click to collapse
Q.:- can I flash another vibrant ics kernel
Ans:- yes you can flash
Click to expand...
Click to collapse
Q.:- can I flash a kernel I9000 or I897
Ans:- no you cannot flash
Click to expand...
Click to collapse
Q.:- can you give some info about TWRP kernel
Ans:- a bigmem kernel with 720p recording patch originally can be found in Slim Ice rom thanks KRARVIND for this
Click to expand...
Click to collapse
Q.:- what can happen if I forgot to flash this patch
Ans:- nothing serious just the physical keys (menu, back etc.) will not work except this everything will be normal just boot to recovery and flash the patch and keys will work again
Click to expand...
Click to collapse
Q.:- I like your work where can I donate you
Ans:- my work is not that much to be donated and I got pocket money from my father I am just a teenager of seventeen just press thanks button and I will be happy
Click to expand...
Click to collapse
Q.:- Is there any modem provided Ans:- no, there is no modem in the package and will be provided in next update following in 3-5 days
Click to expand...
Click to collapse
WHAT'S NEW
v1.2
1. added bootanimation support
2. removed 30 data fix script
3. added vold.fstab
4. added shutdown charging animation files
5. only single modem is there to decrease size of the patch
6. added a new splash screen
v1.1
1. Added support of AROMA INSTALLER (thanks AMARULLZ)
2. Updated Semaphore kernel
3. Removed some unwanted files
4. Added some Init Scripts
5. Removed Lib files
6. Added Modem.bin
just in case
Jumped quick on that one!
beta tester requesting you to try this patch please do that
is this just for I9000 roms or can we use others? is so which ones?
this looks promising, im guessing this is just for ICS ROMS on I9000 since the title says "for ics"
Does this apply to ALL ICS ROMS in I9000 or are there specific ones?
xriderx66 said:
this looks promising, im guessing this is just for ICS ROMS on I9000 since the title says "for ics"
Does this apply to ALL ICS ROMS in I9000 or are there specific ones?
Click to expand...
Click to collapse
Well technically vibrant can flash i9000 roms with some minor issues like key mapping, sound path and gps.
This patch seems to take care of it (in a convenient way) and since ICS kernels seem to play nice it should work for all ICS roms.
xriderx66 said:
this looks promising, im guessing this is just for ICS ROMS on I9000 since the title says "for ics"
Does this apply to ALL ICS ROMS in I9000 or are there specific ones?
Click to expand...
Click to collapse
actually almost all variants but i am not sure, you can try every variants rom and write it here that working or not, so I can update the op with some info
I tried flashing this and the milestone 5 from I9000 and it did not work.
Sent from my SGH-T959 using XDA
Lochman79 said:
I tried flashing this and the milestone 5 from I9000 and it did not work.
Sent from my SGH-T959 using XDA
Click to expand...
Click to collapse
can you paste the link and what you flash first
http://goo-inside.me/devs/aokp/galaxysmtd/aokp_galaxysmtd_milestone-5.zip
Above is the rom I downloaded. First I installed the patch. Then rebooted into recovery. Lastly I tried installing the above rom and it failed.
Sent from my SGH-T959 using XDA
Lochman79 said:
http://goo-inside.me/devs/aokp/galaxysmtd/aokp_galaxysmtd_milestone-5.zip
Above is the rom I downloaded. First I installed the patch. Then rebooted into recovery. Lastly I tried installing the above rom and it failed.
Sent from my SGH-T959 using XDA
Click to expand...
Click to collapse
Did it just say like Installation Aborted in the Recovery? Or what else happened?
Did you make sure its not a bad download.
Get the .zip on PC and open it with winRAR, if its corrupted/bad download it'll give you errors, if it says nothing, its good and the patch probably needs working on.
Thats really weird too, it should've just flashed right on and even if the patch didn't work, it should've booted up and the capac. buttons would've been flipped etc. no signal (kernel) those would've been issues that are known.
This is amazing documentation.
Sent from my SGH-T989 using xda premium
I can't check the download as I have already deleted it, but I did check that it was a full download. Usually if it is a bad download, it will not be the correct mb size. And I forget exactly what it said when it failed...sorry. Has anyone else tried?
Sent from my SGH-T959 using XDA
sorry but it is not the fault of patch if the rom is not flashing
the patch will just install a working kernel and keylayout files and some minor tid-bits
did you install the rom with twrp kernel which is in the patch and also patch should be flashed again after flashing the rom
I did flash the patch first. Rebooted into recovery and then tried flashing the ROM. No go. ROM flash failed. Why hasn't anyone else tried this patch? Sheesh...scaredy cats? I'm surprised I'm the only one so far...
Sent from my SGH-T959 using XDA
Lochman79 said:
I did flash the patch first. Rebooted into recovery and then tried flashing the ROM. No go. ROM flash failed. Why hasn't anyone else tried this patch? Sheesh...scaredy cats? I'm surprised I'm the only one so far...
Sent from my SGH-T959 using XDA
Click to expand...
Click to collapse
Fine! I'll do it!
Haha but results may come later today.
Going to test on Infinitum 2.2
I'll update as soon as it boots up (hopefully).
Edit:
I got a Status 7 error
Seems like you can't flash something I9000 on a T959 recovery?
Sent from my SGH-T959 using xda premium

ClockWorkMod 6.0.x for Samsung Galaxy Mini 2

Disclaimer: By downloading and flashing/installing any of my files on your device, I am not responsible for any damage done to your phone and/or anything else that dissatisfies you. Proceed only if you're aware of what you're doing!
Uploading my files elsewhere (mirroring) is not appreciated. If you need to add my files elsewhere, just post the link to my goo.im account.
* Key layout:
Select: power button ( as of 05/05/2013 build 3 - also home button can be used )
Up/Down: volume up/volume down buttons
Back: back button
* How to flash:
Flash via odin3 in PDA column or with CWM recovery (only latest builds)
* Where to download:
Click here!
20/07/2013
* Fixed font issue
* Updated to support encryption (you need to format /data with this recovery to enable it)
23/11/2013
* updated to version 6.0.4.5
* use RGBX 8888 format
* Fixed backup/restore of .android_secure
* Support for Android 4.4
Special thanks to FrOz3n for helping me with testing initial builds!
XDA:DevDB Information
ClockWorkMod 6.0.x for Samsung Galaxy Mini 2, a Tool/Utility for the Samsung Galaxy Mini
Contributors
TheWhisp, CWM team
Version Information
Status: Stable
Current Stable Version: 6.0.3.3-b2
Stable Release Date: 2013-07-20
Current Beta Version: 6.0.4.5
Beta Release Date: 2013-11-23
Created 2013-10-11
Last Updated 2013-11-23
TheWhisp said:
Disclaimer: By downloading and flashing/installing any of my files on your device, I am not responsible for any damage done to your phone and/or anything else that dissatisfies you. Proceed only if you're aware of what you're doing!
Uploading my files elsewhere (mirroring) is not appreciated. If you need to add my files elsewhere, just post the link to my goo.im account.
* Progress:
Almost everything works, it needs some minor changes. Release very soon.
* Notice:
Key layout is a little different than in CWM5, so don't freak out.
* How to flash:
Flash via odin v1.85 in PDA column.
Special thanks to FrOz3n for helping me with testing!
Click to expand...
Click to collapse
All of the thanks goes to you, our beloved developer
Re: [DEV] ClockWorkMod 6 - coming soon
thanks for you two
keep it up
Sent from my GT-S6500D using xda premium
What benefif from cwm6
Google CWM6 changelog.. mostly super fast backup/restore
TheWhisp said:
Google CWM6 changelog.. mostly super fast backup/restore
Click to expand...
Click to collapse
And faster installing ROM, I've flashed CM10 in hmmm 20 sec ?! idk but faster than with CWM5. And it let you install zip via ADB(still untested) I'm going to test it now.
PS>
The recovery builder is now building version 6 of the recovery. The main changes are as follows:
Backups are much faster. 4-5x faster. (Bug fix due to excessive status updates of the UI and new backup technique)
Incremental backups are smaller. Way way smaller. Only 15-20MB each for each additional backup of a ROM. This is done using a new tool I wrote to dedupe the files between incremental backups to eliminate duplicates.
Read more at http://techie-buzz.com/android/cwm-...ler-nandroid-backups.html#6K7Mss6UKbjEK3lO.99
Click to expand...
Click to collapse
Re: [DEV] ClockWorkMod 6 - coming soon
awesome
Sent from my GT-S6500D using xda premium
Ynt: [DEV] ClockWorkMod 6 - coming soon
Thats good. Especially taking nandroid backups are taking ages to complete or restore.. thanks for everything.
GT-S6500 cihazımdan Tapatalk 2 ile gönderildi
Sweet and useful info for all Mini2 users
EDIT: TheWhisp should this CWM be touch or classic version?
Sent from my ZTE Blade III.
midzan21 said:
Sweet and useful info for all Mini2 users
EDIT: TheWhisp should this CWM be touch or classic version?
Sent from my ZTE Blade III.
Click to expand...
Click to collapse
Why touch !? In my opinion that would bring you only fail menu touches so its a no from me for the touch verzion..
Re: [DEV] ClockWorkMod 6.0.2.8 - coming soon
Wow good job i can't wait to try it. Is the recovery loop exist?
Sorry for my bad english
rianrazan said:
Wow good job i can't wait to try it. Is the recovery loop exist?
Sorry for my bad english
Click to expand...
Click to collapse
Haven't run into it yet.
For the installation over sideload, I confirm IT WORKS. Thank you TheWhisp
You just setup the android SDK, install ADB tools, download your favourite ROM (currently mine is CM10 xD) and install it over ADB.
What does Install update via sideload do?!
You don't have to put your rom or flashing .zip file in your phone or SD card.
If you have it in your downloads folder (in linux) you just connect your phone to sideload on CWM6 and write in terminal (on your PC)
"adb sideload <.zip_file_path>" and you have it
Example. You have update.zip file in your downloads folder, so you write
adb sideload ~/Downloads/update.zip
So yah, i tried it, and as I said, it works falwlessly
PS. There are like NO bugs so I think this is going to be released tomorrow or so. Let's see what TheWhisp thinks
Re: [DEV] ClockWorkMod 6.0.2.8 - coming soon
Will it be compatible with existing flashable zip files? The whisp has been working hard for s6500. Thanks.
Sent from s6500d with custom ROM and kernel.
bhree said:
Will it be compatible with existing flashable zip files? The whisp has been working hard for s6500. Thanks.
Sent from s6500d with custom ROM and kernel.
Click to expand...
Click to collapse
It's compatible with all .zip files I have tried yet. It doesn't matter which zip file you try, it should work as long as the zip file worked in the previous CWM5.
cant wait for it...now its free from cwm loop .
Great news!!!! I'm very happy! Fast backup and fast restore!!! Ohh yeah! Thanks Whisp!
our beloved dev thewhisp really makes the Galaxy Mini 2 alive..
CM10+CWM really good.
and again... Ace Plus users ask me for help, I fix their kernel, they use my Mini 2 config, rename every jena to trebon and can't include me in the credits. Hate people like that. :/
TheWhisp said:
and again... Ace Plus users ask me for help, I fix their kernel, they use my Mini 2 config, rename every jena to trebon and can't include me in the credits. Hate people like that. :/
Click to expand...
Click to collapse
don't ever help 'em anymore sir
people like 'em never learned a lesson ..
It kind of feels sad when you do something in your free time and someone just takes your work and say it's his. Anyway, release in an hour.

[mint][CWM Advanced Edition] PhilZ Touch

Main thread + features + install instructions + dev support
http://forum.xda-developers.com/showthread.php?t=2201860
PhilZ Touch is a CWM Advanced Edition that adds all the features you could ever miss in CWM
It is a well proven recovery for many phones
It also adds a full touch interface a completely configurable GUI
Please give your feedback, what works, and any bug you could encounter
Read the features, and check if you are missing something
Also, do not forget to read about the powerful aroma file manager integration and double tap shortcut
Download links
Last version can be found here:
Sony Xperia T (mint)
http://goo.im/devs/philz_touch/CWM_Advanced_Edition
For stock rom:
http://forum.xda-developers.com/showthread.php?t=2657190
Click to expand...
Click to collapse
XDA:DevDB Information
[mint][CWM Advanced Edition] PhilZ Touch, a Tool/Utility for the Sony Xperia T
Contributors
Phil3759, DooMLoRD, [NUT]
Version Information
Status: Stable
Created 2014-03-29
Last Updated 2014-03-29
Phil3759 said:
Main thread + features + install instructions + dev support
http://forum.xda-developers.com/showthread.php?t=2201860
PhilZ Touch is a CWM Advanced Edition that adds all the features you could ever miss in CWM
It is a well proven recovery for many phones
It also adds a full touch interface a completely configurable GUI
Please give your feedback, what works, and any bug you could encounter
Read the features, and check if you are missing something
Also, do not forget to read about the powerful aroma file manager integration and double tap shortcut
Download links
Last version can be found here:
Click to expand...
Click to collapse
This rules that this has been ported, as I use the PhilzTouch on my Galaxy Tab2. I even donated a few $$ to him!
One question, with the shared kernel "feature" of the T, how did you avoid having it revert back to stock CWMrecovery anytime one flashes a new ROM?
Regardless, I'll try this out tonight.
Hey i always wanted this to get ported! Im using the leaked 4.3 rom and it does work but it only boots into the recovery everytime. Is this a bug or is there a way to fix this?
hhamzah49 said:
Hey i always wanted this to get ported! Im using the leaked 4.3 rom and it does work but it only boots into the recovery everytime. Is this a bug or is there a way to fix this?
Click to expand...
Click to collapse
It will be repacked into other kernels later...
Sent from my C6902 using xda app-developers app
So how do I go about installing this?
Is it as simple as boot the "T" into flashboot mode and running
fastboot -i 0xfce flash boot philz_touch_6.09.3-mint.img
But I'd rather not blow away my phone if this is wrong.
Can I use this for the xperia V, too ?
alex m. said:
Can I use this for the xperia V, too ?
Click to expand...
Click to collapse
No
Sent from my LT30p using Tapatalk
Is there a trick to using PhilzTouch on the T to avoid the shared kernel?
I installed it via "flashboot boot philz.img" and at first glance, it seems to work the same as on my Galaxy Tab 2.
But then it turns out that its not really useable.
a) I was unable to boot back into my normal ROM. Rebooting always brought it back to PhilzTouch.
b) Even if I could have found a way to boot my phone, it turns out that PhilzTouch recovery was overwritten by the stock recovery as soon as I installed a newer CM nightly which I tend to do nightly.
hi all
can i use for TX ? do i need UL or not ? thanks
How to install this recovery?
fastboot flash boot boot.img gives me each time a reboot in recovery
fastboot flash recovery boot.img gives me an error.
Anyone got this working?
Sent from my Xperia T using xda app-developers app
Thanks alot! Used it to get root on the new 4.3 update:good::good:
silasje1 said:
Thanks alot! Used it to get root on the new 4.3 update:good::good:
Click to expand...
Click to collapse
Would you please share how you did it? A how-to would be great including which ROM you came from and all the steps in clear chronological order.
zilboris said:
Would you please share how you did it? A how-to would be great including which ROM you came from and all the steps in clear chronological order.
Click to expand...
Click to collapse
You need Unlocked Boatloader at first!
1. install the 4.3 rom (any you like). Flashing the FTF with everything included
2. Flash this CWM recovery and install SU zip
3. flash FTF and exclude all except KERNEL.
Done! (limited time to write so made it short)
@Phil3759
@steveboss is reporting an extremely sensitive touch interface, is there any way you can confirm it is working out of the ordinary?
[NUT] said:
@Phil3759
@steveboss is reporting an extremely sensitive touch interface, is there any way you can confirm it is working out of the ordinary?
Click to expand...
Click to collapse
I need video of this "extremely..."
Phil3759 said:
I need video of this "extremely..."
Click to expand...
Click to collapse
Hello, I send you video tomorrow
@steveboss where's the video?
@Phil3759
I'm having trouble to get philz to recognize the internal sdcard partition (its a real partition, not part of userdata)... what ever I try, it just keeps failing...
Do you have a possibility to build philz based on the CM10.1 or the freexperia 'jellybean' repo for this device?
I'm starting to suspect the CM10.2 repo might contain some issues as it was put together with pure CM in mind, which might make it incompatible with the stock sony JB4.3 kernel...
The Xperia T made a jump from JB4.1.2 to JB4.3 in one step up, receiving it only a month or so ago, while the CM10.2 repo has been around for far longer...
The 'original' locked bootloader package has made the same jump up recently and CWM started causing problems for it's users too.
[NUT] said:
@steveboss where's the video?
Click to expand...
Click to collapse
I`am sorry, I don`t have any camera now, maybe at weekend
[NUT] said:
@steveboss where's the video?
@Phil3759
I'm having trouble to get philz to recognize the internal sdcard partition (its a real partition, not part of userdata)... what ever I try, it just keeps failing...
Do you have a possibility to build philz based on the CM10.1 or the freexperia 'jellybean' repo for this device?
I'm starting to suspect the CM10.2 repo might contain some issues as it was put together with pure CM in mind, which might make it incompatible with the stock sony JB4.3 kernel...
The Xperia T made a jump from JB4.1.2 to JB4.3 in one step up, receiving it only a month or so ago, while the CM10.2 repo has been around for far longer...
The 'original' locked bootloader package has made the same jump up recently and CWM started causing problems for it's users too.
Click to expand...
Click to collapse
Look at the fireball device repo (fstab file) to use vold with real sdcard partition
Else use compatibility recoveryonly option in fstab with real blk device path
Phil3759 said:
Look at the fireball device repo (fstab file) to use vold with real sdcard partition
Else use compatibility recoveryonly option in fstab with real blk device path
Click to expand...
Click to collapse
ooh, that could be the trick :cyclops:
Thanks for the hint :good:
I'll update you once I know if it works or not.

[RECOVERY] CWM-based recovery v6.0.4.7 (NewBL)

Hello, my friends!
i just built an updated version of CWM of the sources of cm-11.0 for myself, so i thought it might be nice to share it with you guys.
Please note that this is not fully tested yet and that it's for our new bootloader only!
Installation: The zip is a flashable zip like a rom, just flash it with your current recovery like you know it from tonyp's twrp builds.
Download:
http://dl.bangl.de/?dir=android/cwm p990
Changes since 6.0.2.x:
follows the new mounting principle introduced with the fstab/fsmgr/vold changes since cm-10.2, including its own mini-vold
selinux support. (not affecting us)
support for the new updater-script commands "set_metadata" and "set_metadata_recursive"
support for certificates using SHA-256
new function: quick install from last install path
fixed secure adb
and a bunch of other fixes.
A long wanted update, tnx a lot
Sorry for OT see your signature about your own build CM11 could you please share for test.Thanks.
That's a good news, currently downloading and I will give it a try Thank you.
k101d said:
Sorry for OT see your signature about your own build CM11 could you please share for test.Thanks.
Click to expand...
Click to collapse
i'm already planning to release it, and i will when it's ready. don't worry.
What does it change?
Sent from my ME173X using xda app-developers app
MisjudgedTwat said:
i'm already planning to release it, and i will when it's ready. don't worry.
Click to expand...
Click to collapse
Wow great to see you work back on the 2x. Thanks. :thumbup:
Sent from my LG-P990 using Tapatalk
cricetus said:
What does it change?
Sent from my ME173X using xda app-developers app
Click to expand...
Click to collapse
follows the new mounting principle introduced with the fstab/fsmgr/vold changes since cm-10.2, including its own mini-vold
selinux support. (not affecting us)
support for the new updater-script commands "set_metadata" and "set_metadata_recursive"
support for certificates using SHA-256
new function: quick install from last install path
fixed secure adb
and a bunch of other fixes.
I'm on cwm 6.0.2 with cm11. Can I flash it without any wipe?
Sent from my LG-P990 using XDA Premium 4 mobile app
bentcissé said:
I'm on cwm 6.0.2 with cm11. Can I flash it without any wipe?
Sent from my LG-P990 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
yep... recoveries are independent of cache / dalvik-cache / installed rom.
Good work ! :cyclops:
feav cam error
hello guys, When I try to flash the LG cam feav v3 I get an error in recovery. how should I do to rolla back 6.0.2 recovery? thanks in advance
bentcissé said:
hello guys, When I try to flash the LG cam feav v3 I get an error in recovery. how should I do to rolla back 6.0.2 recovery? thanks in advance
Click to expand...
Click to collapse
you could flash it via the AIO-Toolkit. theres an option to just flash the recovery without touching other partitions.
All my 10.2 ROMS can't be installed under 6.0.4.7 recovery. Only CM11 can be installed.
MisjudgedTwat said:
Hello, my friends!
i just built an updated version of CWM of the sources of cm-11.0 for myself, so i thought it might be nice to share it with you guys.
Please note that this is not fully tested yet and that it's for our new bootloader only!
Installation: The zip is a flashable zip like a rom, just flash it with your current recovery like you know it from tonyp's twrp builds.
Download:
http://dl.bangl.de/?dir=android/cwm p990
Changes since 6.0.2.x:
follows the new mounting principle introduced with the fstab/fsmgr/vold changes since cm-10.2, including its own mini-vold
selinux support. (not affecting us)
support for the new updater-script commands "set_metadata" and "set_metadata_recursive"
support for certificates using SHA-256
new function: quick install from last install path
fixed secure adb
and a bunch of other fixes.
Click to expand...
Click to collapse
I want to install CWM in my karbonn A99 is it possible ..i have tried many CWM but was not successful...do u know the official CWM for karbonn A99
kshashank said:
I want to install CWM in my karbonn A99 is it possible ..i have tried many CWM but was not successful...do u know the official CWM for karbonn A99
Click to expand...
Click to collapse
Hi! You can't install CWM For LG P990, you need to change from source code the bootloader with your phone.
It use an MTK6572, so see this post and try to ask here if someone has built a CWM for your phone
http://forum.xda-developers.com/showthread.php?t=2469098
Show also this website

Categories

Resources