My viper is running gingerbread and ZVD.
Whenever I make any selection in this recovery, my phone immediately reboots. I tried to pull the /tmp/recovery.log with adb in android but my phone doesn't have a /tmp directory...
Here is the root directory of my phone:
	
	
	
		Code:
	
	
		ls -l
drwxrwxrwx root     root              1969-12-31 15:00 firmware
drwxr-xr-x root     root              1969-12-31 15:00 tombstones
drwxrwx--x system   system            2013-05-07 11:08 mpt
drwxrwx--x system   system            2013-04-24 05:50 LGE_RC
dr-x------ root     root              1970-01-01 07:32 config
drwxrwx--- system   cache             2013-05-07 10:04 cache
drwxrwx--x system   system            2013-05-06 16:15 persist
lrwxrwxrwx root     root              1970-01-01 07:32 sdcard -> /mnt/sdcard
drwxr-xr-x root     root              1970-01-01 07:32 acct
drwxrwxr-x root     system            1970-01-01 07:32 mnt
lrwxrwxrwx root     root              1970-01-01 07:32 vendor -> /system/vendor
lrwxrwxrwx root     root              1970-01-01 07:32 d -> /sys/kernel/debug
lrwxrwxrwx root     root              1970-01-01 07:32 etc -> /system/etc
-rw-r--r-- root     root         8308 1969-12-31 15:00 ueventd.rc
-rw-r--r-- root     root            0 1969-12-31 15:00 ueventd.goldfish.rc
drwxr-xr-x root     root              2013-05-07 00:31 system
drwxr-xr-x root     root              1970-01-01 07:32 sys
drwxr-x--- root     root              1969-12-31 15:00 sbin
dr-xr-xr-x root     root              1969-12-31 15:00 proc
-rwxr-x--- root     root         8180 1969-12-31 15:00 init.target.rc
-rwxr-x--- root     root        28098 1969-12-31 15:00 init.rc
-rwxr-x--- root     root         7416 1969-12-31 15:00 init.qcom.sh
-rwxr-x--- root     root        14305 1969-12-31 15:00 init.qcom.rc
-rwxr-x--- root     root         1677 1969-12-31 15:00 init.goldfish.rc
-rwxr-x--- root     root       249728 1969-12-31 15:00 init
-rw-r--r-- root     root          118 1969-12-31 15:00 default.prop
drwxrwx--x system   system            1969-12-31 22:04 data
drwxr-xr-x root     root              1969-12-31 15:00 chargerimages
drwxr-xr-x root     root              1969-12-31 15:00 bootimages
drwx------ root     root              2012-05-31 17:44 root
drwxr-xr-x root     root              2013-05-07 11:07 dev
-rw-r--r-- root     root            1 1969-12-31 15:00 smpl_boot
	 
 
I tried to pull the /tmp/recovery.log with adb while the recovery is running but I get the error: "- exec '/system/bin/sh' failed: No such file or directory (2) -" I get the same error when I try to run "ADB logcat" while the recovery is running.
I tried redownloading and reflashing the recovery and had all the same issues. Any idea what could be going wrong?