Klink, your Scroll Tablet uses Firmware
1.02s (Link has been updated)
This is how i will fix it....
source -
http://wiki.cyanogenmod.com/wiki/Fastbootsystem, recovery, boot images -
viewtopic.php?f=15&t=779&start=20#p7596 Firmware Version 1.02s
use mtd0 = boot
use mtd2 = system
use mtd5 = userdata
im using linux... but windows commands are the same
copy images in you adb path
rename appropriately
flash
cd ~/you/adb/directory
fastboot reboot bootloader
fastboot erase boot
fastboot erase system
fastboot erase userdata
fastboot flash userdata data.img
fastboot flash system system.img
fastboot flash boot boot.img
fastboot reboot
try that, shouldn't take no more than 10 minutes, worth a try....
