Guest wired Posted November 20, 2010 Report Posted November 20, 2010 I'm after the stock recovery image for my optus streak, there isn't one floating around unfortunately. If I can get my hands on a stock optus streak, would this be the command to extract it, in a shell? dd if=/dev/mtd/mtd0 of=/sdcard/recovery-dump.img bs=4096 I should then be able to fastboot flash it onto my phone? thanks!
Guest freepal Posted November 21, 2010 Report Posted November 21, 2010 I'm after the stock recovery image for my optus streak, there isn't one floating around unfortunately. If I can get my hands on a stock optus streak, would this be the command to extract it, in a shell? dd if=/dev/mtd/mtd0 of=/sdcard/recovery-dump.img bs=4096 I should then be able to fastboot flash it onto my phone? thanks! +1
Guest untrueparadox Posted November 21, 2010 Report Posted November 21, 2010 gotta be rooted. assuming stock rom and rooted, u needa type in adb remount adb shell su and then the dd if command.
Guest freepal Posted November 21, 2010 Report Posted November 21, 2010 iam not an expert but i found that http://forums.whirlpool.net.au/forum-replies.cfm?t=1567776
Guest wired Posted November 23, 2010 Report Posted November 23, 2010 gotta be rooted. assuming stock rom and rooted, u needa type in adb remount adb shell su and then the dd if command. I gave it a try, but the Streak just reboots when trying to run the re-flashed recovery. The phone currently has a working -21 recovery image. What I did was: - run the dd command from a Terminal window on the phone, and copied the resulting 5,242,880 byte .IMG file to my computer. - flashed clockworkmod-streak-2.5.0.1 and tested it - CWM it loads up - flashed the .IMG file (of the previous -21 recovery) from the dd command - the streak shows a black screen for a short while then reboots, after i select the Update.pkg option. Is the recovery at mtd0? What am i missing? thanks!
Guest untrueparadox Posted November 23, 2010 Report Posted November 23, 2010 that's how its done on other phones. i'm not sure how to dump it for the dell streak because the conventional method does not work. the other stock recoveries out there are extracted from the pkg rom i believe.
Guest Nexus 1 Posted November 23, 2010 Report Posted November 23, 2010 you need figure out the correct device name and partition. that's how its done on other phones. i'm not sure how to dump it for the dell streak because the conventional method does not work. the other stock recoveries out there are extracted from the pkg rom i believe.
Guest wired Posted November 23, 2010 Report Posted November 23, 2010 Thanks for the help guys, fards last night posted a -00 recovery image that works on mine, so I don't have to do it anymore!
Guest twon Posted November 24, 2010 Report Posted November 24, 2010 (edited) you need figure out the correct device name and partition. Just use good old cat command, like this to list all. this is it from my nexus one; cat /proc/mtd mtd0: 000e0000 00020000 "misc" mtd1: 00500000 00020000 "recovery" mtd2: 00280000 00020000 "boot" mtd3: 09100000 00020000 "system" mtd4: 05f00000 00020000 "cache" mtd5: 0c440000 00020000 "userdata" Edited November 24, 2010 by twon
Guest wired Posted November 24, 2010 Report Posted November 24, 2010 Just use good old cat command like this to list all. this it from my nexus one cat /proc/mtd Well that was easy! it's mtd1. Thanks!
Guest twon Posted November 24, 2010 Report Posted November 24, 2010 Here is a handy link about the dd command, the syntax and how to use it: http://en.wikipedia.org/wiki/Dd_(Unix) hopefully that might help some one
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now