• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Need Urgent Help With ClockworkMod Recovery v3.2.0.1

I need help please. I have an lg optimus v. I factory reset it and got stock in cwm recovery. I have tried exitrecovery.zip and cwm_bootloop_fix.zip but I always get the same message: E:Error in /sdcar/cwm_bootloop_fix.zip (Status 0) installation aborted. I have tried to use different sd cards, taking battery out, pressing down volume key and power at the same time. i also tried adb but no matter how many times i try i can't install properly the drivers for Android Sooner Single ADB Interface. The message i get is: Windows cannot verify the digital signature for the drivers required for this device. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source. (Code 52). I tried redownloading the drivers and installing them again. I have tried turning my computer on and off. I and literally out of options. If i can't get get help i'll probably give up. Any help will be greatly appreciated.
Try reading this: http://androidforums.com/optimus-v-...4-do-not-factory-reset-your-rooted-phone.html
If that doesn't help, post in there ^.
 
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Erfan>cd..
C:\Users>cd..
C:\>Cd SDK\platform-tools
C:\SDK\platform-tools>ADB Devices
Android Debug Bridge version 1.0.29
-d - directs command to the only connected USB devic
e
returns an error if more than one USB device is
present.
-e - directs command to the only running emulator.
returns an error if more than one emulator is r
unning.
-s <serial number> - directs command to the USB device or emulator w
ith
the given serial number. Overrides ANDROID_SERI
AL
environment variable.
-p <product name or path> - simple product name like 'sooner', or
a relative/absolute path to a product
out directory like 'out/target/product/sooner'.
If -p is not specified, the ANDROID_PRODUCT_OUT
environment variable is used, which must
be an absolute path.
devices - list all connected devices
connect <host>[:<port>] - connect to a device via TCP/IP
Port 5555 is used by default if no port number
is specified.
disconnect [<host>[:<port>]] - disconnect from a TCP/IP device.
Port 5555 is used by default if no port number
is specified.
Using this command with no additional arguments
will disconnect from all connected TCP/IP devic
es.
device commands:
adb push <local> <remote> - copy file/dir to device
adb pull <remote> [<local>] - copy file/dir from device
adb sync [ <directory> ] - copy host->device only if changed
(-l means list but don't copy)
(see 'adb help all')
adb shell - run remote shell interactively
adb shell <command> - run remote shell command
adb emu <command> - run emulator console command
adb logcat [ <filter-spec> ] - View device log
adb forward <local> <remote> - forward socket connections
forward specs are one of:
tcp:<port>
localabstract:<unix domain socket name>
localreserved:<unix domain socket name>
localfilesystem:<unix domain socket name>
dev:<character device name>
jdwp:<process pid> (remote only)
adb jdwp - list PIDs of processes hosting a JDWP transport
adb install [-l] [-r] [-s] [--algo <algorithm name> --key <hex-encoded key> --
iv <hex-encoded iv>] <file>
- push this package file to the device and instal
l it
('-l' means forward-lock the app)
('-r' means reinstall the app, keeping its data
)
('-s' means install on SD card instead of inter
nal storage)
('--algo', '--key', and '--iv' mean the file is
encrypted already)
adb uninstall [-k] <package> - remove this app package from the device
('-k' means keep the data and cache directories
)
adb bugreport - return all information from the device
that should be included in a bug report.
adb backup [-f <file>] [-apk|-noapk] [-shared|-noshared] [-all] [-system|-nosy
stem] [<packages...>]
- write an archive of the device's data to <file>
.
If no -f option is supplied then the data is wr
itten
to "backup.ab" in the current directory.
(-apk|-noapk enable/disable backup of the .apks
themselves
in the archive; the default is noapk.)
(-shared|-noshared enable/disable backup of the
device's
shared storage / SD card contents; the defau
lt is noshared.)
(-all means to back up all installed applicatio
ns)
(-system|-nosystem toggles whether -all automat
ically includes
system applications; the default is to inclu
de system apps)
(<packages...> is the list of applications to b
e backed up. If
the -all or -shared flags are passed, then t
he package
list is optional. Applications explicitly g
iven on the
command line will be included even if -nosys
tem would
ordinarily cause them to be omitted.)
adb restore <file> - restore device contents from the <file> backup
archive
adb help - show this help message
adb version - show version num
scripting:
adb wait-for-device - block until device is online
adb start-server - ensure that there is a server running
adb kill-server - kill the server if it is running
adb get-state - prints: offline | bootloader | device
adb get-serialno - prints: <serial-number>
adb status-window - continuously print device status for a specifie
d device
adb remount - remounts the /system partition on the device re
ad-write
adb reboot [bootloader|recovery] - reboots the device, optionally into the boo
tloader or recovery program
adb reboot-bootloader - reboots the device into the bootloader
adb root - restarts the adbd daemon with root permissions
adb usb - restarts the adbd daemon listening on USB
adb tcpip <port> - restarts the adbd daemon listening on TCP on th
e specified port
networking:
adb ppp <tty> [parameters] - Run PPP over USB.
Note: you should not automatically start a PPP connection.
<tty> refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1
[parameters] - Eg. defaultroute debug dump local notty usepeerdns
adb sync notes: adb sync [ <directory> ]
<localdir> can be interpreted in several ways:
- If <directory> is not specified, both /system and /data partitions will be u
pdated.
- If it is "system" or "data", only the corresponding partition
is updated.
environmental variables:
ADB_TRACE - Print debug information. A comma separated list
of the following values
1 or all, adb, sockets, packets, rwx, usb, sync
, sysdeps, transport, jdwp
ANDROID_SERIAL - The serial number to connect to. -s takes prior
ity over this if given.
ANDROID_LOG_TAGS - When used with the logcat option, only these de
bug tags are printed.
C:\SDK\platform-tools>adb shell strings /dev/mtd/mtd8
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
FACT_RESET_3
C:\SDK\platform-tools>adb shell flash_eraseall /dev/mtd/mtd8
/sbin/sh: flash_eraseall: not found
C:\SDK\platform-tools>adb reboot recovery
C:\SDK\platform-tools>adb shell mount /dev/block/mmcblk0p1 /sdcard
C:\SDK\platform-tools>adb push xionia_cwma_1.25186.img /sdcard/
cannot stat 'xionia_cwma_1.25186.img': No such file or directory
C:\SDK\platform-tools>adb shell
flash_image recovery /sdcard/xionia_cwma_1.25186.img
exit
~ # flash_image recovery /sdcard/xionia_cwma_1.25186.img
failed with error: -1
error opening /sdcard/xionia_cwma_1.25186.img~ # exit

So then I tried it without 1.25...no "." and still got the same error.

C:\SDK\platform-tools>adb shell mount /dev/block/mmcblk0p1 /sdcard
mount: mounting /dev/block/mmcblk0p1 on /sdcard failed: Device or resource busy
C:\SDK\platform-tools>adb push xionia_cwma_125186.img /sdcard/
cannot stat 'xionia_cwma_125186.img': No such file or directory
C:\SDK\platform-tools>adb shell
flash_image recovery /sdcard/xionia_cwma_125186.img
exit~ # flash_image recovery /sdcard/xionia_cwma_125186.img
failed with error: -1
error opening /sdcard/xionia_cwma_125186.img~ #
exit
C:\SDK\platform-tools>

Yes the .img file is in the same folder as the ADB.exe thing...
 
I just run the commands. Error'd with the full name of the recovery.
I changed the name of the xionia recovery in the platform-tools folder to just xrecovery.img and it worked.
I did error at the eraseall part put continued any way and have the xionia recovery installed on my phone.

So, change the name to just xrecovery.img
Then open a command prompt. (hit the enter key after each and every line of code)
cd..
cd..
cd SDK\platform-tools
adb shell (you should get a # after hitting the enter key, if not, next type in: su)
Now copy and paste one line of code at a time and hit the enter key after each line.
If you error at the flash_eraseall part, continue with the rest.
Once in the Xionia recovery go to the advanced section and select "fix recovery loop".
Then try to flash the ROM.
 
I don't get what happened but when the # thing came on it gave me errors:

C:\SDK\platform-tools>adb shell
~ # adb shell strings /dev/mtd/mtd8
adb shell strings /dev/mtd/mtd8
/sbin/sh: adb: not found
~ # adb shell flash_eraseall /dev/mtd/mtd8
adb shell flash_eraseall /dev/mtd/mtd8
/sbin/sh: adb: not found
~ # adb reboot recovery
adb reboot recovery
/sbin/sh: adb: not found
~ #
 
In case I was doing something wrong I did this too:
C:\Users>cd..
C:\>cd SDK\platform-tools
C:\SDK\platform-tools>adb shell strings /dev/mtd/mtd8
FACT_RESET_3
C:\SDK\platform-tools>adb shell flash_eraseall /dev/mtd/mtd8
/sbin/sh: flash_eraseall: not found
C:\SDK\platform-tools>adb reboot recovery
C:\SDK\platform-tools>
C:\SDK\platform-tools>adb shell mount /dev/block/mmcblk0p1 /sdcard
C:\SDK\platform-tools>adb push xrecovery.img /sdcard/
cannot stat 'xrecovery.img': No such file or directory
C:\SDK\platform-tools>adb shell
~ # flash_image recovery /sdcard/xrecovery.img
flash_image recovery /sdcard/xrecovery.img
failed with error: -1
error opening /sdcard/xrecovery.img~ #
 
If you keep getting adb not found. What do you get with the phone plugged in and a command prompt opened. Type this: adb devices
You should get this:
*daemon not running. starting it now on port (a four digit number)*
*daemon started successfully*
List of devices attached
A00000(followed by a combo of letters and numbers totaling 8 in all) device
Note: Don't actually post the device number.

The FACT_RESET_3, is that the output of the adb shell strings /dev/mtd/mtd8 command line?

Could you post what you typed in to put your adb.exe into the system path of your PC.
I typed in:
;C:\SDK\platform-tools
That's the path to my adb.exe.
the ; separates the path in front of it from the path your putting in.
 
Also: Try uninstalling the LG Optimus V USB drivers.
Then install them again, when they finish installing reboot the computer to allow the install of the other two. There is 5 in all.
You need to make sure you installing the android debug bridge driver.
 
You will probably have to open up the command prompt in the folder with the adb.exe. Do you know how to do this?
With my Windows XP I had to download a utility that put it (open a command prompt here) into my right click pop up window.
 
I need to hit the hay. Will be back on 5:30pm Florida time (Eastern Time Zone)
Your real close. Just need to open up the command prompt in the same folder with the adb.exe once the path to the adb.exe is confirmed properly imputed.
As far as the flash_eraseall: the recovery you have may not have the utility in it. Don't worry about it.
 
Sorry for long response, but I will need some time to do those things like you said. There might be a chance my usb cable is a little faulty. Like if you twist it in a certain way it will become unplugged. I'll look into all of those ideas as soon as I can which I don't know when yet....
 
Sorry for long response, but I will need some time to do those things like you said. There might be a chance my usb cable is a little faulty. Like if you twist it in a certain way it will become unplugged. I'll look into all of those ideas as soon as I can which I don't know when yet....

Buy a new usb cable....you need one that works..
 
Hey there,
I'm trying to unbrick my phone but anything i do to restore it goes back to recovery everytime. Can I get so me help here?
 
Back
Top Bottom