Guest xpansive Posted April 4, 2012 Report Posted April 4, 2012 (edited) ClockworkMod Recovery 5.0.2.8 Download: recovery.zip Installation instructions: 1. Ensure you have adb access to your device. If you have followed a tutorial on the internet but it won't work, there is one trick needed for this phone. If you are on Windows, go to C:/Users/your_name_here/.android/ and open the file called adb_usb.ini. If it doesn't exist, create it. Ignore the warnings about editing the file, and insert "0x2314" without the quotes on a new line at the end of file. For linux/mac users, do the same thing but look for the file in ~/.android. 2. Open a terminal in location you downloaded the recovery.img and flash_image to. On windows 7, hold down shift and right click in the folder to do this (Open Command Prompt). Run the following: adb push recovery.img /data/local adb push flash_image /data/local adb shell su cd /data/local chmod 777 flash_image ./flash_image recovery recovery.img exit exit To boot into recovery, hold the info key while the phone boots, or use the following: adb reboot recovery Keymaps (what the buttons do) Volume up/down - move menu selectionInfo - selectPlay/Camera - go backPower short press - toggle menuPower long press - rebootWhat doesn't work:adbmounting usb storageI tried for a long time to get these to work, but the device seems to require some kind of custom usb driver, as the lunfile exists when in android, but not in recovery. I know there is already someone else who already ported this, but I like compiling things myself and the keymaps aren't very good in the other version. Edit 1: Uploaded correct recovery.zip Edit 2: Remove unnecessary file perms on flash_image Edited April 19, 2012 by xpansive
Guest liujunl360 Posted October 16, 2012 Report Posted October 16, 2012 How about flashing recovery, using cmd -fastboot?
Guest liujunl360 Posted October 16, 2012 Report Posted October 16, 2012 One question to ask, what functions of this recovery? Can support sd partition?
Guest xpansive Posted October 17, 2012 Report Posted October 17, 2012 One question to ask, what functions of this recovery? Can support sd partition? Yes, it has support for partitioning the sd card. How about flashing recovery, using cmd -fastboot? It is possible to use fastboot if you have the Italian version of the phone, since it has an unlocked bootloader. However, I have the Canadian version of the phone, which contains a locked bootloader so fastboot is not an option. If you have the Italian version, "fastboot flash recovery recovery.img" should work. If it is locked, the command will appear to work but not write any data, so there is no harm in trying.
Guest liujunl360 Posted October 17, 2012 Report Posted October 17, 2012 oh, thanks. If I have time, I will try it. may I have your contract way? I am a Chinese student, I want to make a pen pal.
Guest INQ Touch Posted December 15, 2012 Report Posted December 15, 2012 (edited) Downloaded xpansive's recovery file. The Nokorsoft version (and instructions) is for Italian phones: http://nokorsoft.wor...k-mod-recovery/ Still no recovery software at the INQ CA site. Nonrooted Market/Play have conked out. Facebook isn't working. Edited December 15, 2012 by INQ Touch
Guest oxus Posted January 16, 2015 Report Posted January 16, 2015 this is working with a root device (z4root)
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now