[a700]WARNING!DON'T use factory rest in the system settings!
after using factory rest in the system settings menu,I found my device not starting.then I went into the cwm,i found that i could not mount /data or do anything else to the data folder.it looks like the /data folder has gone...
then i went to the fastboot menu,and did the following commands:
E:\A701\CWM-recovery_A70x>fastboot flash data recovery.img
sending 'data' (6144 KB)...
OKAY [ 2.169s]
writing 'data'...
FAILED (remote: (00030003))
finished. total time: 3.261s
E:\A701\CWM-recovery_A70x>fastboot flash userdata recovery.img
sending 'userdata' (6144 KB)...
OKAY [ 2.036s]
writing 'userdata'...
OKAY [ 1.712s]
finished. total time: 4.356s
E:\A701\CWM-recovery_A70x>fastboot flash system recovery.img
sending system' (6144 KB)...
OKAY [ 2.535s]
writing 'system'...
OKAY [ 1.902s]
finished. total time: 4.437s
then i went to the cwm menu,the /system folder could not be mounting,either.
I wonder if there are raw image,just like system.img or data img could do solve the problem.I reflashed the bootloader but it's still not mailfunctioning.do i have to flash the pit partition file or sth else?
and i see this in the nexus 7 forum:
recovery.fstab
/sdcard vfat /dev/block/sda1
/system ext4 /dev/block/platform/sdhci-tegra.3/by-name/APP
/cache ext4 /dev/block/platform/sdhci-tegra.3/by-name/CAC
/data ext4 /dev/block/platform/sdhci-tegra.3/by-name/UDA length=-32768
/misc emmc /dev/block/platform/sdhci-tegra.3/by-name/MSC
/boot emmc /dev/block/platform/sdhci-tegra.3/by-name/LNX
/recovery emmc /dev/block/platform/sdhci-tegra.3/by-name/SOS
/staging emmc /dev/block/platform/sdhci-tegra.3/by-name/USP
fstab.grouper
# Android fstab file.
#<src> <mnt_point> <type> <mnt_flags> <fs_mgr_flags>
# The filesystem that contains the filesystem checker binary (typically /system) cannot
# specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
/dev/block/platform/sdhci-tegra.3/by-name/APP /system ext4 ro wait
/dev/block/platform/sdhci-tegra.3/by-name/CAC /cache ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait
/dev/block/platform/sdhci-tegra.3/by-name/UDA /data ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait,encryptable=/dev/block/platform/sdhci-tegra.3/by-name/MDA
at here:
http://forum.xda-developers.com/show....php?t=1742416
and I don't now how and where to flash this....
at least,we know one thing....do not use factory rest...