New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Blefish
Old
(Last edited by Blefish; 10th January 2013 at 05:39 PM.) Reason: Remove experimental touch recovery for now. Cleanup.
#1  
Blefish's Avatar
Senior Member - OP
Thanks Meter 484
Posts: 542
Join Date: Aug 2011
Location: Paluküla, Hiiumaa

 
DONATE TO ME
Default [RECOVERY] ClockworkMod Recovery [v5.5.0.4]

Hello everybody.

This recovery may be incompatible with other recovery backups. It's due to v5.5.0.4 being newer and some recoveries are using /cust instead of /boot.

Version 5.5.0.4 - Stable

Bugs (Report):
Installation:
  • Root your phone.
  • Download the recovery.img down below.
  • Save it to wherever you want.
  • Make sure the image name is recovery.img, rename if needed.
  • Download any root file manager, which can mount and show hidden folders.
  • Mount /.cust_backup as rw.
  • Copy and replace recovery.img from SD card to /.cust_backup/image/recovery.img

Usage:
  • Make sure you have disabled fast boot (on official Gingerbread). Go to Settings->Applications->Fastboot and disable it.
  • Start the phone in recovery mode [Volume Up] + [Power]. Hold the keys down until you can see boot logo.
  • To move up, press [Volume Up].
  • To move down, press [Volume Down].
  • To select, press [Power].

Downloads:
Credits:
Current Phone: Huawei IDEOS X5 U8800
Multibooting
The Following 29 Users Say Thank You to Blefish For This Useful Post: [ Click to Expand ]
 
ret4rt
Old
(Last edited by ret4rt; 5th December 2011 at 03:52 PM.)
#2  
ret4rt's Avatar
Senior Member
Thanks Meter 112
Posts: 121
Join Date: Jul 2010
Nice going there! You used 2.35 kernel for this?
Also touchscreen not working anyway in recovery so that's not really a problem.
You are able to create/restore backups? Tried flashing any custom rom?
Also have a look at /tmp/recovery.log
 
Blefish
Old
(Last edited by Blefish; 5th December 2011 at 04:41 PM.) Reason: Updated.
#3  
Blefish's Avatar
Senior Member - OP
Thanks Meter 484
Posts: 542
Join Date: Aug 2011
Location: Paluküla, Hiiumaa

 
DONATE TO ME
Quote:
Originally Posted by ret4rt View Post
Nice going there! You used 2.35 kernel for this?
Also touchscreen not working anyway in recovery so that's not really a problem.
You are able to create/restore backups? Tried flashing any custom rom?
Also have a look at /tmp/recovery.log
Yeah, I extracted it from boot.img. I saw stockwell had this working, maybe he had a custom recovery kernel for that. The rebooting issue is making thing hard, I almost backed it up, but it rebooted, so that's the main problem. If I get that fixed, I'll try flashing/backup.

Also, in 2.2, I was able to just start the phone with volume down + power, to get to recovery, but in 2.3, this doesn't work for me. I can only get there when I use "adb reboot recovery".

-EDIT-
Got it working, thanks genti7. It starts with vol up + power.
Current Phone: Huawei IDEOS X5 U8800
Multibooting
 
Darksage07
Old
#4  
Senior Member
Thanks Meter 46
Posts: 163
Join Date: Sep 2010
Before my phone bricked i got that problem too with 2.3 stock i cant enter on recovery with key combo
Staff/Wiki @ AndroidPT
Moderator Huawei X5 @ AndroidPT
Miui X5 developer
Weddar 1.0.7 for Android
 
genti7
Old
#5  
genti7's Avatar
Senior Member
Thanks Meter 20
Posts: 133
Join Date: Jun 2011
Quote:
Originally Posted by Blefish View Post
Yeah, I extracted it from boot.img. I saw stockwell had this working, maybe he had a custom recovery kernel for that. The rebooting issue is making thing hard, I almost backed it up, but it rebooted, so that's the main problem. If I get that fixed, I'll try flashing/backup.

Also, in 2.2, I was able to just start the phone with volume down + power, to get to recovery, but in 2.3, this doesn't work for me. I can only get there when I use "adb reboot recovery".
its volume up + power not volume down + power. Try again.
The Following User Says Thank You to genti7 For This Useful Post: [ Click to Expand ]
 
demolition23
Old
#6  
demolition23's Avatar
Senior Member
Thanks Meter 68
Posts: 520
Join Date: Dec 2009
Location: Oiniades
Done any progress?
 
Blefish
Old
#7  
Blefish's Avatar
Senior Member - OP
Thanks Meter 484
Posts: 542
Join Date: Aug 2011
Location: Paluküla, Hiiumaa

 
DONATE TO ME
I don't have time today, will continue tomorrow. I realized that the /boot partition is wrong, can someone help me with this? Maybe the data one is wrong too, the logs say something about that. I'll post correct details tomorrow.

Sent from my U8800
Current Phone: Huawei IDEOS X5 U8800
Multibooting
 
dzo
Old
#8  
dzo's Avatar
Elite Recognized Developer
Thanks Meter 4288
Posts: 1,929
Join Date: Apr 2008
Location: Auckland

 
DONATE TO ME
The reboot is probably because you aren't running the rmt_storage server. The modem needs this to run and so reboots the phone without it. The HW recovery mounts /system to run it which is a stupid idea because /system may not always be there. rmt_server needs some shared libs so you will have to copy them to the recovery image too.
The Following 3 Users Say Thank You to dzo For This Useful Post: [ Click to Expand ]
 
dzo
Old
#9  
dzo's Avatar
Elite Recognized Developer
Thanks Meter 4288
Posts: 1,929
Join Date: Apr 2008
Location: Auckland

 
DONATE TO ME
Attached is a recovery that I made, it's v4 but should work. I just modified the hw recovery so it needs a working /system. Obviously there's nothing to flash yet (and you won't be able to flash the old ROMs because amss has changed). I don't intend to support this but feel free to try it out.
Attached Files
File Type: zip recovery.zip - [Click for QR Code] (7.03 MB, 1387 views)
The Following 9 Users Say Thank You to dzo For This Useful Post: [ Click to Expand ]
 
Blefish
Old
#10  
Blefish's Avatar
Senior Member - OP
Thanks Meter 484
Posts: 542
Join Date: Aug 2011
Location: Paluküla, Hiiumaa

 
DONATE TO ME
Quote:
Originally Posted by dzo View Post
The reboot is probably because you aren't running the rmt_storage server. The modem needs this to run and so reboots the phone without it. The HW recovery mounts /system to run it which is a stupid idea because /system may not always be there. rmt_server needs some shared libs so you will have to copy them to the recovery image too.
Thanks. Will do today.

Sent from my U8800
Current Phone: Huawei IDEOS X5 U8800
Multibooting

Tags
2.3.5, backup, flash, recovery, u8800