Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
ramubhat
Old
(Last edited by ramubhat; 13th July 2011 at 12:09 PM.) Reason: more detail
#11  
Junior Member
Thanks Meter 3
Posts: 22
Join Date: Jul 2011
Location: 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.
 
ramubhat
Old
#12  
Junior Member
Thanks Meter 3
Posts: 22
Join Date: Jul 2011
Location: Sirsi
@ billjobs use z4root (google it as z4root.apk) to root u r phone. u can also unroot using this apk
 
WhizKins
Old
(Last edited by WhizKins; 13th July 2011 at 02:19 PM.)
#13  
Member - OP
Thanks Meter 125
Posts: 46
Join Date: Mar 2011
Location: India

 
DONATE TO ME
Quote:
Originally Posted by javhusin3 View Post
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.
 
[==)BULLET(==]
Old
#14  
[==)BULLET(==]'s Avatar
Senior Member
Thanks Meter 24
Posts: 200
Join Date: Jul 2011
Quote:
Originally Posted by WhizKins View Post
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



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
 
WhizKins
Old
#15  
Member - OP
Thanks Meter 125
Posts: 46
Join Date: Mar 2011
Location: India

 
DONATE TO ME
^^
You can root your phone through z4root, download it here http://forum.xda-developers.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.
The Following 2 Users Say Thank You to WhizKins For This Useful Post: [ Click to Expand ]
 
[==)BULLET(==]
Old
#16  
[==)BULLET(==]'s Avatar
Senior Member
Thanks Meter 24
Posts: 200
Join Date: Jul 2011
Thumbs up Thanks for Replying

Quote:
Originally Posted by WhizKins View Post
^^
You can root your phone through z4root, download it here http://forum.xda-developers.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.
 
bindassdost
Old
#17  
bindassdost's Avatar
Senior Member
Thanks Meter 118
Posts: 149
Join Date: Jul 2011
Location: delhi
Quote:
Originally Posted by Spice Mi 310 View Post
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.
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 Following User Says Thank You to bindassdost For This Useful Post: [ Click to Expand ]
 
bindassdost
Old
#18  
bindassdost's Avatar
Senior Member
Thanks Meter 118
Posts: 149
Join Date: Jul 2011
Location: delhi
Quote:
Originally Posted by WhizKins View Post
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
 
[==)BULLET(==]
Old
(Last edited by [==)BULLET(==]; 18th July 2011 at 11:43 AM.) Reason: Spelling mistake
#19  
[==)BULLET(==]'s Avatar
Senior Member
Thanks Meter 24
Posts: 200
Join Date: Jul 2011
Seems like I shouldn't risk my phone since there is no working cm7 for mi 310.
 
WhizKins
Old
#20  
Member - OP
Thanks Meter 125
Posts: 46
Join Date: Mar 2011
Location: India

 
DONATE TO ME
Quote:
Originally Posted by bindassdost View Post
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?
If I helped you then please press the thanks button!
Follow me: Google Plus | My blog

The Following User Says Thank You to WhizKins For This Useful Post: [ Click to Expand ]
 
Post Reply+
Tags
c8093, clockworkmod, cwm, mi 310, mi 320, mi310, port, recovery, theme
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...