ClockworkMod Recovery For Spice Mi310 / CSL Mi320 / Cellon C8093 / iMobile i692

Search This thread

WhizKins

Member
Mar 9, 2011
46
134
India
kbhaskar.in
I've successfully ported the ClockworkMod to Spice Mi310!
Now those people who want to install tweaks and stuff but were scared of bricking their phone can now rejoice :)

img20110708161324.jpg


Please read the all instructions below if you don't want to brick your phone :p

There are two versions attached to this post, one is the development version 4.0.0.5 and the other 3.2.0.1 is the stable version, I recommend you download the stable version

Download the stable version here.

Note: It is recommended that you backup your current recovery partition, if in case something goes wrong. To do this, in adb shell or in a terminal on the phone issue the command
Code:
dd if=/dev/mtd/mtd6 of=/sdcard/recovery.img.old bs=4096

Instructions For Flashing

Using flash_image
1. Download the zip file (duh :p)
2. Extract the zip and put flash_image to /system/bin using RootExplorer or ADB, set permissions to execute (755 or 777 if you don't know what 755 is :p)
3. Extract the zip and put recovery.img to the root of your SDCard (/sdcard)
4. Open up a terminal or use adb shell, and type
Code:
flash_image recovery /sdcard/recovery.img
5. Reboot your phone

Using FastBoot
1. Download the fastboot binary for Windows or for Linux. Google is your friend here, but if you want I can upload the fastboot for linux binary (I don't use Windows :p).
2. Enter fastboot mode using the following key combination: Trackpad + Camera + Power
3. Use this command to flash:
Code:
# For Windows
fastboot flash recovery /path/to/recovery.img

# For Linux
sudo fastboot flash recovery /path/to/recovery.img

How to Enter Into Recovery

Use the key combination: Trackpad + Volume Up + Power

Please press the thanks button if you like my work!
 

Attachments

  • Spice_Mi310_CWM_4.0.0.5.zip
    4.3 MB · Views: 2,332
  • Spice_Mi310_CWM_3.2.0.1.zip
    4.5 MB · Views: 6,909
Last edited:

WhizKins

Member
Mar 9, 2011
46
134
India
kbhaskar.in
hi,
Thank you for your post.It worked for me.
Can u find working custom rom for mi310?
Thank you again
Yes, you can find CM7 on an Indonesian forum :)
Here's the link: http://www.kaskus.us/showthread.php?t=8021985, I don't remember the exact page where the CM7 download is given, so you need to search a bit on that page, use google translate :)

Thanks to txpxsx for sharing the link here
The issues I found in that ROM was that the bluetooth didn't work. I'm trying to build a CM7 port myself hoping to fix the bluetooth and some other issues.
PS: If you liked my work please press the thanks button :D
 
  • Like
Reactions: ramubhat

ramubhat

Member
Jul 11, 2011
44
3
Sirsi
Dear Sir
Thank you for your support.I got 3 working roms from above.
But now my original mi-310 rom backup is not working.Do you have any idea from where i can get original rom ?
Thank You
 

WhizKins

Member
Mar 9, 2011
46
134
India
kbhaskar.in
Dear Sir
Thank you for your support.I got 3 working roms from above.
But now my original mi-310 rom backup is not working.Do you have any idea from where i can get original rom ?
Thank You
Did you wipe your data and cache partition and did a factory reset before restoring the backup? Also try wiping the dalvik cache. What error are you getting when restoring backup?
I'll try to upload my tweaked stock ROM, but it will be a pain uploading it on my slow connection :/
 
  • Like
Reactions: ramubhat

ramubhat

Member
Jul 11, 2011
44
3
Sirsi
Dear Sir
U R Gr8. It worked for me.wiped cache/dalvik cache,my orignal rom is back. :)
Thank you.
If u complete your work on CM7 port please post.I am waiting for it.
 

WhizKins

Member
Mar 9, 2011
46
134
India
kbhaskar.in
I'm glad I could help :)
The problem with CM7 port is that there are alot of bugs that need to be fixed, I might as well work on a customized stock rom than CM7 as the stock rom is alot better and is without bugs :)
 

billjobs

Senior Member
Nov 18, 2010
189
22
Bangalore
Superb to c my own ppl in action.. thumbs up guys..

I would like to know how to root the phone first of all?? Is there a generic method for all the fones??
 

javhusin3

Member
Feb 3, 2011
28
3
Please help

cannot enter into bootloader, shows init() something and freezes up. I want my old spice flash_img file back. sadly I didn't took the backup of that file.

Now i cannot factory reset either. Is there's a way to get it back into system/bin folder so that I can factory reset my device again?

pls help
 

ramubhat

Member
Jul 11, 2011
44
3
Sirsi
same thing happened to me.Follow the procedure given above.It will work N say thanks to 'WhizKins ' .I can upload orignal recovery image if u want.
 
Last edited:

WhizKins

Member
Mar 9, 2011
46
134
India
kbhaskar.in
cannot enter into bootloader, shows init() something and freezes up. I want my old spice flash_img file back. sadly I didn't took the backup of that file.

Now i cannot factory reset either. Is there's a way to get it back into system/bin folder so that I can factory reset my device again?

pls help
Can you enter into recovery using the key combination TrackPad + Volume Up + Power?
If you can't even get into recovery, then use the method here to install fastboot and then follow the instructions in my original post to flash the recovery via fastboot mode.
 
Last edited:

[==)BULLET(==]

Senior Member
Jul 16, 2011
508
153
<<<Shotgun>>>
I've successfully ported the ClockworkMod to Spice Mi310!
Now those people who want to install tweaks and stuff but were scared of bricking their phone can now rejoice :)

img20110708161324.jpg


Please read the all instructions below if you don't want to brick your phone :p

There are two versions attached to this post, one is the development version 4.0.0.5 and the other 3.2.0.1 is the stable version, I recommend you download the stable version

Download the stable version here.

Note: It is recommended that you backup your current recovery partition, if in case something goes wrong. To do this, in adb shell or in a terminal on the phone issue the command
Code:
dd if=/dev/mtd/mtd6 of=/sdcard/recovery.img.old bs=4096

Instructions For Flashing

Using flash_image
1. Download the zip file (duh :p)
2. Extract the zip and put flash_image to /system/bin using RootExplorer or ADB, set permissions to execute (755 or 777 if you don't know what 755 is :p)
3. Extract the zip and put recovery.img to the root of your SDCard (/sdcard)
4. Open up a terminal or use adb shell, and type
Code:
flash_image recovery /sdcard/recovery.img
5. Reboot your phone

Using FastBoot
1. Download the fastboot binary for Windows or for Linux. Google is your friend here, but if you want I can upload the fastboot for linux binary (I don't use Windows :p).
2. Enter fastboot mode using the following key combination: Trackpad + Camera + Power
3. Use this command to flash:
Code:
# For Windows
fastboot flash recovery /path/to/recovery.img

# For Linux
sudo fastboot flash recovery /path/to/recovery.img

How to Enter Into Recovery

Use the key combination: Trackpad + Volume Up + Power

Please press the thanks button if you like my work!

Can you tell me right from the scratch on how to root and install a working gb version please.
Any help would be appreciated.
Spice mi 310:p
 

[==)BULLET(==]

Senior Member
Jul 16, 2011
508
153
<<<Shotgun>>>
Thanks for Replying

^^
You can root your phone through z4root, download it here http://xdaforums.com/showthread.php?t=833953
Then follow my steps in the first post to install the recovery image I've made (install the stable version).
There are a few rom's available here, including a port of CM7, it's an indonesian forum, so use google translate.

Thanks for replying . I am a noob please help me by providing some explanation. I know about rooting(z4root) but thats it nothing beyond that. I made my profile just for this purpose.
Thanks in advance.
Spice mi 310.:D
 

bindassdost

Senior Member
Jul 17, 2011
398
1,166
delhi
Thanks for replying . I am a noob please help me by providing some explanation. I know about rooting(z4root) but thats it nothing beyond that. I made my profile just for this purpose.
Thanks in advance.
Spice mi 310.:D

first you need to install recovery via usb debugging or in fastboot mode
as you didnt know beyond fastboot methob is easy
just download the tool from mediafire.com/?6y4ijz36yn4fxfx
and extract it
then place the recovery.img in extracted folder
then connect your phone in fastboot mode (trackpad+camera+power) and click on fastboot.bat
then copy any update zip file to sd card and install in recovery mode (trackpad+volumeup+power)

till now fully working cm7 is not made due to lack of availability of its kernel source
and now when it is released developers are not developing it
 
  • Like
Reactions: [==)BULLET(==]

bindassdost

Senior Member
Jul 17, 2011
398
1,166
delhi
I'm glad I could help :)
The problem with CM7 port is that there are alot of bugs that need to be fixed, I might as well work on a customized stock rom than CM7 as the stock rom is alot better and is without bugs :)
buddy
that cm7 port contain a lot of bug because tj_style had developed it from scratch and he didnt have its kernel sorce code

so you have to compile it from its begin
thanx
 

WhizKins

Member
Mar 9, 2011
46
134
India
kbhaskar.in
first you need to install recovery via usb debugging or in fastboot mode
as you didnt know beyond fastboot methob is easy
just download the tool from mediafire.com/?6y4ijz36yn4fxfx
and extract it
then place the recovery.img in extracted folder
then connect your phone in fastboot mode (trackpad+camera+power) and click on fastboot.bat
then copy any update zip file to sd card and install in recovery mode (trackpad+volumeup+power)

till now fully working cm7 is not made due to lack of availability of its kernel source
and now when it is released developers are not developing it
The kernel source is released? Can you give a link to it please?
 
  • Like
Reactions: ramubhat

Top Liked Posts

  • There are no posts matching your filters.
  • 11
    I've successfully ported the ClockworkMod to Spice Mi310!
    Now those people who want to install tweaks and stuff but were scared of bricking their phone can now rejoice :)

    img20110708161324.jpg


    Please read the all instructions below if you don't want to brick your phone :p

    There are two versions attached to this post, one is the development version 4.0.0.5 and the other 3.2.0.1 is the stable version, I recommend you download the stable version

    Download the stable version here.

    Note: It is recommended that you backup your current recovery partition, if in case something goes wrong. To do this, in adb shell or in a terminal on the phone issue the command
    Code:
    dd if=/dev/mtd/mtd6 of=/sdcard/recovery.img.old bs=4096

    Instructions For Flashing

    Using flash_image
    1. Download the zip file (duh :p)
    2. Extract the zip and put flash_image to /system/bin using RootExplorer or ADB, set permissions to execute (755 or 777 if you don't know what 755 is :p)
    3. Extract the zip and put recovery.img to the root of your SDCard (/sdcard)
    4. Open up a terminal or use adb shell, and type
    Code:
    flash_image recovery /sdcard/recovery.img
    5. Reboot your phone

    Using FastBoot
    1. Download the fastboot binary for Windows or for Linux. Google is your friend here, but if you want I can upload the fastboot for linux binary (I don't use Windows :p).
    2. Enter fastboot mode using the following key combination: Trackpad + Camera + Power
    3. Use this command to flash:
    Code:
    # For Windows
    fastboot flash recovery /path/to/recovery.img
    
    # For Linux
    sudo fastboot flash recovery /path/to/recovery.img

    How to Enter Into Recovery

    Use the key combination: Trackpad + Volume Up + Power

    Please press the thanks button if you like my work!
    4
    Okay everyone must try to convince tj_style for helping us. Also ask him to upload the kernel and libraries or ask him for help at least. As I am new he may not have been serious about my message to him asking on gb..:(

    kernel and libraries are on my github.
    you can compiling cm7 with that device config.
    3
    Perfect Gingerbread Theme

    Hey guys..
    this is a theme i made for the Spice mi-310 using the Ultimate Online Kitchen.. And manually moving icons etc etc..

    Changes..
    * Black status bar (Gingerbread)
    * Gingerbread notification icons
    * Gingerbread battery icon
    * Darker Lockscreen Sliders
    * Darker Popups
    * New Font (WP7 Type)
    Looks Absolutely Sexy!! :)

    How To:
    Flash using ClockworkRecoveryMod and TAKE A NANDROID BACKUP!! just incase

    PS. i wud really appreciate if someone flashes this and posts the screenshots
    because i have lost my phone.. currently using Samsung Galaxy Pop.. :p

    Hit Thanks if you like This..
    3
    Hey actura...
    Did exactly what you said... but still failed :'( plz help...
    This is what i have done..
    >ported the andro id recovery
    >Created a ext 128mb swap0
    >Flashed rc8
    >Cleared dalvik cache
    >applied your framework 6...

    >>BUT STILL THE SAME PROBLEM.... SCREEN GETS STUCK AT BOOT ANIMATION...

    Addition quarry: E:can't find misc. (showing in recovery screen)

    Sent from my Spice Mi-310

    look at your steps which are marked red
    wipe dalvik cache & apply framework before applying miezo rc8
    original post
    1. Wipe data
      [*]Wipe Dalvik Cache
      [*]Apply my framework (ICSv5/6)

      [*]Install Miezo RC8
      [*]Reboot

    and fyi the first boot may be quite a long time (about 3-10 minutes)

    The full steps (i assume you haven't partitioned your sdcard)
    1. FLASH ANDRO-ID RECOVERY
    2. PARTITION SDCARD
    3. WIPE DATA
    4. WIPE DALVIK
    5. APPLY MIEZO RC8
    6. REBOOT
    7. WAIT FOR 5-10 MINUTES

    or

    1. FLASH ANDRO-ID RECOVERY
    2. PARTITION SDCARD
    3. WIPE DATA
    4. APPLY MIEZO RC8
    5. APPLY ANY FRAMEWORK (other than ICSv5/ICSv6)
    6. REBOOT
    7. WAIT FOR 5-10 MINUTES

    If you come from RC7
    1. NANDBACKUP (RECOVERY -> BACKUP & RESTORE -> BACKUP)
    2. WIPE DATA & DALVIK CACHE
    3. INSTALL MIEZO RC8
    4. RESTORE DATA, SD-EXT, & CACHE (RECOVERY -> BACKUP & RESTORE -> ADVANCED RESTORE)

    if you still gets a error, then you must wait for a while
    i will re-create the rom (rc8-vanila)

    @Actura I dowloaded the recovery image and placed it in root of sd and then in terminal emulator i typed

    flash_image recovery /sdcard/recovery.img

    and it said flash_image not found. If there is any file of that name then please give me the link.
    What is the difference b/w fastboot and boot in recovery and can i install rom by putting the .zip file root, boot in recovery and install rom from there without the "fastboot"?
    BTW is the recovery u upld any diffrent from that on the first page?
    plz do reply. Thanks in advance..

    have you rename andro-id recovery ? you must rename it to recovery.img
    have you copy it into sdcard ?

    please read this , better to use fastboot for flashing recovery

    for fastboot, download a688 tools and you can use fastboot (extract & launch dos_console.bat)
    a688 tools (if dropbox doesn't work, you can download it from minus)

    yes, it's different

    _____
    Fix 2 for Miezo RC8 (unstested - backup first ! may caused bootloop)
    Code:
    http://dl.dropbox.com/u/32823865/c8093_devices/update%20%26%20fix/c8093_miezo_rc8_special_fix2.zip
    * faster gps load (for any user outside of indonesia, you need to reconfigure the gps.conf, download the asia gps.conf)
    * updated tweaks
    * updated hosts file
    * updated build.prop
    ==download link also available on this post==

    upgrade package rc7 -> rc8 also may caused boot loop so do backup before
    3
    oh thanks for replying... but i have already tried it and also got failed! i get an error msg...
    [1] Segmentation fault.
    and now m totally dishearten... plz help...

    Can i directly install the 3e recovery system? i guess i had something like that....

    Why don't you just install clockworkmod recovery and make NANDBACKUP ?
    original recovery file is included on yohaneschristianp.minus.com

    ---------- Post added at 07:29 AM ---------- Previous post was at 07:28 AM ----------

    MIEZO RC8

    Don't forget to prepare a backup before! :mad:
    Wipe Dalvik Cache first ! :cool:
    For more compatibility, apply Monata framework after applying this rc8 rom - here (now you can apply the latest updates freely without having to meet bootstuck or anything like that :p)
    Next version of Miezo ROM improves perfomance, stability and interface. :eek:
    Changes :
    • Using ICSv6 Framework
    • Updated Build.prop values
    • Updated tweaks for better boot load-time
    • Updated Game Mode (su -> gamemode)
    • "Root Manager" preinstalled (easy way to reboot, enter recovery & fastboot mode)
    • New Boot Splash
    • Froyo Launcher replaced by Launcher Pro

    Current Feature of Miezo ROM
    • A2SD Darktremor Included
    • Flash Player (ARMv6) Preinstalled
    • Ad-Blocking Support
    • Better Perfomance & Memory Management
    • New Framework (as an alternative for the old froyo interface)
    • Dialer & Messaging App Optimized
    • Smoother scroll on Application (Even smoother on 2nd Launch)
    • Faster SD-Card Read Speed & GPS Lock Time
    • Game Mode , Perfomance Mode, & Battery Saver Mode
    • Build.Prop, I/O Scheduler, & VM Values Tweaked
    • Using Custom Bootanimation

    How to Get this ROM ?
    • You must create an account first -> click here
    • Go to my minus account and follow me ;)
    • Search for file named c8093_miezo_rc8-testbuild5.zip

    Troubleshooting
    Stuck at bootanimation/bootsplash
    Delete local.prop on /data/ using Root Explorer or another file manager
    Wipe Dalvik Cache
    Apply my framework (ICSv5/6)
    Install Miezo RC8
    Reboot
    or
    Install Mezo RC8
    Apply another framework
    Reboot
    or
    You hadn't partitioning your sdcard
    Read here -> http://xdaforums.com/showpost.php?p=25001305
    and don't use link2sd if you haven't disable a2sd darktremor which included on this rom

    Disable a2sd darktremor
    Code:
    a2sd remove

    Search & Back Button Error (Automatically Pressed)

    original post

    I want to restore my stock splash screen
    here you go
    find a file named original_csl_boostplash.zip on my minus account
    download it
    apply on recovery
    reboot and see

    My framework also available on my minus account ;)