Hi RRA, thanks for checking in and helping out. I've gotten adb to detect the device, however it "failed to copy 'recovery.img' to '/data/misc': Read-only file system" just like edeboss said. So I downloaded mac1_131's clockwork recovery file MAC1_CWM_RECOVERY_C1SL20_20120224_B_PD_INX7E_ENG_6410POP.zip from post #51 (page 3) and placed it (as is i.e. zipped) in the external sd card. Held the vol+ and pwr buttons for up to a minute but the screen never blinks nor turn on.
RRA, on 14 January 2013 - 11:01 AM, said:
I'm assuming you have the R7T40WWHF1 version (see the sticker on the back of the reader). If so, go back to mac1_131's earlier post and download his file MAC1_CWM_RECOVERY_C1SL20_20120224_B_PD_INX7E_ENG_6410POP.zip
Place it on an external SD card, or the internal one if you don't have an external card. Make sure you have no other .zip or .dat files on either card. Hold down the volume+ key and press and hold the power on button. Hold both for about 15 seconds (on mine, the screen first comes on, then about 13 seconds later it blinks). After that, it should start flashing the CWM file. Wait till it's complete. The next time you do this, it should boot into the CWM screen. Once there, you should be able to connect with adb and have a writable filesystem. Then you can follow Giant Wookie's instructions (as I paraphrased just above) to unbrick it.
Edit: read post #44 where Joseph Pruitt said to replace 'data' path with 'system' and that allowed the recovery.img and kernel files to be written to the device
But then I got the shell issue reported by wfutch. Downloaded and pushed the sh file from post #46 and now when I run adb shell, it says:
- exec '/system/bin/sh' failed: Permission denied (13) -
Edit 2:
unplugged the 5v adapter and disconnected the battery. waited a while, plugged them back in.
had MAC1_CWM_RECOVERY_C1SL20_20120224_B_PD_INX7E_ENG_6410POP.zip in external sdcard. held power switch and vol+ = nothing.
sometime later...about to try the FRAMEREVERT_AND_SDK7_02_24_2012_PD_INX7E_ENG_6410POP.zip file, but pc couldn't detect device when I connected the usb cable.
I pressed the reset button and held the power switch and the blue screen started up! I can access adb shell now!
so I pushed and flashed the recovery and kernel files and rebooted. now I'm stuck at the blue startup screen again.
I tried flashing with the MAC1_CWM_RECOVERY file again but the blue screen doesn't change. I can't even power it down.
I continued with Giant Wookie's post #69 and flashed the four img files he provided and rebooted.
adb shell
# cat /proc/mtd
cat /proc/mtd
dev: size erasesize name
mtd0: 00200000 00020000 "bootloader"
mtd1: 00800000 00020000 "kernel"
mtd2: 00100000 00020000 "id"
mtd3: 00a00000 00020000 "recovery"
mtd4: 00300000 00020000 "ramdisk"
mtd5: 07d00000 00020000 "system"
mtd6: 04b00000 00020000 "cache"
mtd7: 02000000 00020000 "userdata"
# cat /proc/partitions
cat /proc/partitions
major minor #blocks name
179 8 1985024 mmcblk1
179 9 1984899 mmcblk1p1
31 0 2048 mtdblock0
31 1 8192 mtdblock1
31 2 1024 mtdblock2
31 3 10240 mtdblock3
31 4 3072 mtdblock4
31 5 128000 mtdblock5
31 6 76800 mtdblock6
31 7 32768 mtdblock7
had to unplug the adapter and battery to shut down.
plugged back in and finally flashing MAC1_CWM_RECOVERY_C1SL20_20120224_B_PD_INX7E_ENG_6410POP.zip
andy shows up with yellow progress bar going. fingers-crossed!
yellow bar got about 35% then the blue pandigital splash screen showed up. what now?
booting it by holding power and volume+ brings up the CWM recovery menu
following Giant Wookie's steps to push Nandroid into sdcard
pc does not detect device when the blue screen is on. So make sure you boot into the recovery menu to get a steady connection for adb to access device
in adb shell
mkdir -p /sdcard/clockworkmod/backup/2012.10.31
exit shell and push the 4 Nandroid files into that path
C:\adb\adb64>adb push nandroid.md5 /sdcard/clockworkmod/backup/2012.10.31/nandroid.md5
16 KB/s (153 bytes in 0.009s)
C:\adb\adb64>adb push cache.yaffs2.img /sdcard/clockworkmod/backup/2012.10.31/cache.yaffs2.img
2156 KB/s (56548800 bytes in 25.604s)
C:\adb\adb64>adb push data.yaffs2.img /sdcard/clockworkmod/backup/2012.10.31/data.yaffs2.img
2104 KB/s (19707072 bytes in 9.144s)
C:\adb\adb64>adb push system.yaffs2.img /sdcard/clockworkmod/backup/2012.10.31/system.yaffs2.img
2464 KB/s (111196800 bytes in 44.056s)
(I got disconnected once while pushing the last file b/c I wasn't interacting with the menu so it went to the blue startup screen. had to re-push it)
now using the volume up and down buttons I went to "backup and restore" and tapped to select into it and selected "restore"
but it says
E:Can't mount /sdcard
E:Can't find misc
tried "mounts and storage" to mount /sdcard but that results in
Error mounting /sdcard!
according to Giant Wookie, NOTE: the sdcard may need to be manually mounted in the adb shell using mount -t vfat /dev/block/mmcblk0p1 /sdcard
C:\adb\adb64>adb shell mount -t vfat /dev/block/mmcblk0p1 /sdcard
mount: mounting /dev/block/mmcblk0p1 on /sdcard failed: No such file or directory
should I format the sdcard since clockworkmod is expecting a partition? no.
~ # cat /proc/partitions
cat /proc/partitions
major minor #blocks name
179 8 1985024 mmcblk1
179 9 1984899 mmcblk1p1
31 0 2048 mtdblock0
31 1 8192 mtdblock1
31 2 1024 mtdblock2
31 3 10240 mtdblock3
31 4 3072 mtdblock4
31 5 204800 mtdblock5
31 6 32768 mtdblock6
~ #
sdcard is actually mmcblk1p1 so the mount command works now
C:\adb\adb64>adb shell mount -t vfat /dev/block/mmcblk1p1 /sdcard
going back to the recovery menu, I tried to restore but it now says
Couldn't open directory
No files found.
E:Can't find misc
looks like the Nandroid files I placed in the sdcard folder was not the actual external sdcard
re-pushed the files and now restoring
after files restored, I selected the first menu option to restart. this brings up the blue startup screen and seems to be stuck here.
I insert the internal micro sdcard (which was mmcblk0 - skipping steps 9 & 10 b/c it already has all the files)
I push and flash Wookie's 10,240kb recovery.img
Then I reboot getting the android and yellow progress bar. It gets about 30% and then gets stuck with the blue startup screen.
??? Help please!
This post has been edited by whisp: 25 January 2013 - 01:14 AM