What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Trouble with SPRecovery

richrcp

Member
Folks,

My phone is successfully rooted but trying to load SPR with no success!!! My phone either locks at the Motorola boot screen or nothing at all!!! Please help:icon_eek:
Using SPRecovery0.99.3b image and flash_image placed on the root of my SD card in the same manner that the update zip was placed on.
 
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\zorickr>adb shell
* daemon not running. starting it now *
* daemon started successfully *
dd if=/sdcard/flash_image of=/data/local/flash_image
chmod 755 /data/local/flash_image
rm /sdcard/flash_image
su
/data/local/flash_image recovery /sdcard/recovery-0.99.3b.img
mount -o remount,rw /dev/null /system
mv /system/recovery-from-boot.p /system/recovery-from-boot.p.bak
dd if=/sdcard/flash_image of=/data/local/flash_image
mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak
reboot recoverychmod 755 /data/local/flash_image
rm /sdcard/flash_image
su
/data/local/flash_image recovery /sdcard/recovery-0.99.3b.img
mount -o remount,rw /dev/null /system
mv /system/recovery-from-boot.p /system/recovery-from-boot.p.bak
mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak
$ 51+1 records in
51+1 records out
26172 bytes transferred in 0.024 secs (1090500 bytes/sec)
$ $ $ # error opening /sdcard/recovery-0.99.3b.img: No such file or direc
# # failed on '/system/recovery-from-boot.p' - No such file or directory
# failed on '/system/etc/install-recovery.sh' - No such file or directory

This is the error message I receive in the command prompt!!!!
 
Back
Top