Hello peeps iam new here and would like some help if possible
device: Mid7035
i sucsefully used builder clockworkmod to build myself a cwm recovery image
now the only problem i have is some mount points can't be found resulting in errors
CWM log file
my devices recovery.fstab also used to build the recovery
please if anyone could help me resolve this or put me in the right direction i would be greatfull
if any extra info files or anything is needed please say so and iĺl provide them
device: Mid7035
i sucsefully used builder clockworkmod to build myself a cwm recovery image
now the only problem i have is some mount points can't be found resulting in errors
CWM log file
Code:
Starting recovery on Fri Jul 26 10:16:51 2013
can't open /dev/tty0: No such file or directory
framebuffer: fd 3 (800 x 480)
ClockworkMod Recovery v6.0.3.4
recovery filesystem table
=========================
0 /tmp ramdisk (null) (null) 0
1 /boot mtd boot (null) 0
2 /cache yaffs2 cache (null) 0
3 /data yaffs2 userdata (null) 0
4 /misc mtd misc (null) 0
5 /recovery mtd recovery (null) 0
6 /sdcard vfat /dev/block/mmcblk0p1 /dev/block/mmcblk0 0
7 /nand vfat /dev/block/ndda1 (null) 0
8 /system yaffs2 system (null) 0
W:Unable to get recovery.fstab info for /datadata during fstab generation!
W:Unable to get recovery.fstab info for /emmc during fstab generation!
W:Unable to get recovery.fstab info for /sd-ext during fstab generation!
W:Unable to get recovery.fstab info for /external_sd during fstab generation!
I:Completed outputting fstab.
I:Processing arguments.
E:Can't find misc
E:failed to find "cache" partition to mount at "/cache"
E:Can't mount /cache/recovery/command
E:Can't find misc
I:Checking arguments.
Warning: No file_contexts
Warning: No file_contexts
I:device_recovery_start()
Command: "/sbin/recovery"
ro.boot.serialno=0000130122211729126F
ro.boot.wifimac=
ro.boot.btaddr=00016C11B01E
ro.boot.memtype=2
ro.serialno=0000130122211729126F
ro.bootmode=unknown
ro.baseband=unknown
ro.bootloader=unknown
ro.hardware=m805_892x
ro.revision=8194
ro.emmc=0
ro.boot.emmc=0
ro.factorytest=0
ro.secure=1
ro.allow.mock.location=0
ro.debuggable=1
persist.sys.usb.config=adb
ro.build.id=JDQ39E
ro.build.display.id=cm_m805_892x-userdebug 4.2.2 JDQ39E eng.hudson.20130726.005010 test-keys
ro.build.version.incremental=eng.hudson.20130726.005010
ro.build.version.sdk=17
ro.build.version.codename=REL
ro.build.version.release=4.2.2
ro.build.date=Fri Jul 26 00:50:45 PDT 2013
ro.build.date.utc=0
ro.build.type=userdebug
ro.build.user=hudson
ro.build.host=koushik-lion
ro.build.tags=test-keys
ro.product.model=m805_892x
ro.product.brand=coby
ro.product.name=cm_m805_892x
ro.product.device=m805_892x
ro.product.board=m805_892x
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=coby
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=unknown
ro.build.product=m805_892x
ro.build.description=cm_m805_892x-userdebug 4.2.2 JDQ39E eng.hudson.20130726.005010 test-keys
ro.build.fingerprint=coby/cm_m805_892x/m805_892x:4.2.2/JDQ39E/eng.hudson.20130726.005010:userdebug/test-keys
ro.build.characteristics=default
ro.cm.device=m805_892x
ro.rommanager.developerid=cyanogenmod
keyguard.no_require_sim=true
ro.url.legal=removed link
ro.url.legal.android_privacy=removed link
ro.com.google.clientidbase=android-google
ro.com.android.wifi-watchlist=GoogleGuest
ro.setupwizard.enterprise_mode=1
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=false
ro.cm.version=10.1-20130726-UNOFFICIAL-m805_892x
ro.modversion=10.1-20130726-UNOFFICIAL-m805_892x
ro.config.ringtone=Orion.ogg
ro.config.notification_sound=Argon.ogg
ro.config.alarm_alert=Hassium.ogg
ro.carrier=unknown
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.adb.qemud=1
dalvik.vm.lockprof.threshold=500
net.bt.name=Android
net.change=net.bt.name
dalvik.vm.stack-trace-file=/data/anr/traces.txt
init.svc.ueventd=running
init.svc.recovery=running
I:Checking for extendedcommand...
I:Skipping execution of extendedcommand, file not found...
E:failed to find "userdata" partition to mount at "/data"
E:failed to find "cache" partition to mount at "/cache"
E:Can't mount /cache/recovery/log
E:Can't open /cache/recovery/log
E:failed to find "cache" partition to mount at "/cache"
E:Can't mount /cache/recovery/last_log
E:Can't open /cache/recovery/last_log
E:Can't find misc
E:failed to find "cache" partition to mount at "/cache"
W:Can't unlink /cache/recovery/command
E:failed to find "cache" partition to mount at "/cache"
Error mounting /cache!
E:failed to find "system" partition to mount at "/system"
Error mounting /system!
E:failed to find "cache" partition to mount at "/cache"
E:Can't mount /cache/recovery/log
E:Can't open /cache/recovery/log
E:failed to find "cache" partition to mount at "/cache"
E:Can't mount /cache/recovery/last_log
E:Can't open /cache/recovery/last_log
E:Can't find misc
E:failed to find "cache" partition to mount at "/cache"
W:Can't unlink /cache/recovery/command
E:failed to find "cache" partition to mount at "/cache"
E:Can't mount /cache/recovery/log
E:Can't open /cache/recovery/log
E:failed to find "cache" partition to mount at "/cache"
E:Can't mount /cache/recovery/last_log
E:Can't open /cache/recovery/last_log
E:Can't find misc
E:failed to find "cache" partition to mount at "/cache"
my devices recovery.fstab also used to build the recovery
Code:
# mount point fstype device [device2]
/boot mtd boot
/cache yaffs2 cache
/data yaffs2 userdata
/misc mtd misc
/recovery mtd recovery
/sdcard vfat /dev/block/mmcblk0p1 /dev/block/mmcblk0
/nand vfat /dev/block/ndda1
/system yaffs2 system
please if anyone could help me resolve this or put me in the right direction i would be greatfull
if any extra info files or anything is needed please say so and iĺl provide them