[CWM][RECOVERY][TOUCH]Clockwork Mod Recovery Touch v6.0.3.3

Search This thread

FreakyFreakGA

Senior Member
Sep 18, 2012
210
22
Yes cwm or twrp is compatible with both gsm and cdma

sent from my katana

I'll try it but I could of sworn that even on the official CWM website they host two different versions of CWM, one for GSM and one for CDMA, and awhile back they had released 6.0.3.1 for the GSM and someone had to convert it for the CDMA community before they could flash it.
 

doga.ozkaraca

Inactive Recognized Developer
May 10, 2013
902
2,815
San Francisco, CA
dogaoz.com
I'll try it but I could of sworn that even on the official CWM website they host two different versions of CWM, one for GSM and one for CDMA, and awhile back they had released 6.0.3.1 for the GSM and someone had to convert it for the CDMA community before they could flash it.

BECAUSE CYANOGEN ALSO BUILDING ROMS SO THEY SEPARATED VERSIONS.. ROM COMPILE PROCESS DIFFERENT.BUT RECOVERY COMPILE PROCESS ALL SAME..

So, dont worry about it :D D: :p :laugh::D:D;)

flash and use it :D
 

Lloir

Inactive Recognized Developer
Mar 23, 2009
6,238
8,029
Samsung Galaxy Note 8 (2017 Phone)
This is stuff needed for CWM + USB mounting

# This is needed so CWM will function properly


BOARD_HAS_NO_SELECT_BUTTON := true
BOARD_SDCARD_DEVICE_PRIMARY := /dev/block/mmcblk1p1
BOARD_SDEXT_DEVICE := /dev/block/mmcblk0p32
BOARD_USES_MMCUTILS := false
BOARD_HAS_NO_MISC_PARTITION := false


BOARD_HAS_LARGE_FILESYSTEM := true


# Actual UMS different from TWRP for some reason


BOARD_UMS_LUNFILE := /sys/class/android_usb/f_mass_storage/lun0/file


# Script


TARGET_RECOVERY_INITRC := device/htc/primou/recovery/init-cwm.rc
TARGET_USE_CUSTOM_LUN_FILE_PATH := /sys/class/android_usb/android0/f_mass_storage/lun0/file

https://github.com/maxwen/primou/tree/jellybean/recovery <---- stuffs needed to. hope this helps
 

doga.ozkaraca

Inactive Recognized Developer
May 10, 2013
902
2,815
San Francisco, CA
dogaoz.com
I will fix usb mounting as soon as possible :)

i'm developing cm10.2 for galaxy s4 i9500 :) and i learned lot of things :) so i will try compiling cm10.2 to primou soon :) and i wont use prebuilt kernel LOL :D i will compile kernel from source :p
 
  • Like
Reactions: kaivalya97

red de0392

Senior Member
Mar 15, 2013
766
123
Mumbai
When ever My battery drains out completely and i try to charge it with device switched off...
when i plug in charger...in boots into recovery...why is that ??
 

parkourz

Senior Member
Jul 8, 2011
977
187
When ever My battery drains out completely and i try to charge it with device switched off...
when i plug in charger...in boots into recovery...why is that ??

I think it's an advantage... some people (including me) have broken lock/power button... when my phone turns off and I want to turn it on, my finger is almost white from pushing power button :p and when it boots to recovery it makes things easier :p
 

red de0392

Senior Member
Mar 15, 2013
766
123
Mumbai
I think it's an advantage... some people (including me) have broken lock/power button... when my phone turns off and I want to turn it on, my finger is almost white from pushing power button :p and when it boots to recovery it makes things easier :p


lol...yea even i find that as advantage...
but since i have repaired my power button...it doesnt amaze me now :p
 

Top Liked Posts

  • There are no posts matching your filters.
  • 13
    Here is ClockworkMod Recovery Touch For HTC ONE V

    Also I'm working on Philz Touch Recovery 5 . Its better than CWM and it have lot of options.like a restoring from twrp backup and cwm backup etc. useful :D (I will release soon :D fixing some bugs)

    recovery.jpg


    CWM Recovery Touch(v6.0.3.3) Link : http://projectsmyrna.com/PRIMOU/RECOVERY/cwmrecovery6.0.3.3touch.img

    You can flash this using all in one tool.
    or these commands.
    Code:
    adb reboot bootloader
    fastboot flash recovery cwmrecovery6.0.3.3touch.img

    5
    This is stuff needed for CWM + USB mounting

    # This is needed so CWM will function properly


    BOARD_HAS_NO_SELECT_BUTTON := true
    BOARD_SDCARD_DEVICE_PRIMARY := /dev/block/mmcblk1p1
    BOARD_SDEXT_DEVICE := /dev/block/mmcblk0p32
    BOARD_USES_MMCUTILS := false
    BOARD_HAS_NO_MISC_PARTITION := false


    BOARD_HAS_LARGE_FILESYSTEM := true


    # Actual UMS different from TWRP for some reason


    BOARD_UMS_LUNFILE := /sys/class/android_usb/f_mass_storage/lun0/file


    # Script


    TARGET_RECOVERY_INITRC := device/htc/primou/recovery/init-cwm.rc
    TARGET_USE_CUSTOM_LUN_FILE_PATH := /sys/class/android_usb/android0/f_mass_storage/lun0/file

    https://github.com/maxwen/primou/tree/jellybean/recovery <---- stuffs needed to. hope this helps
    1
    I will fix usb mounting as soon as possible :)

    i'm developing cm10.2 for galaxy s4 i9500 :) and i learned lot of things :) so i will try compiling cm10.2 to primou soon :) and i wont use prebuilt kernel LOL :D i will compile kernel from source :p