![]() |
[Tutorial] - Fixing a bricked system - Printable Version +- Spiffy Hacks (https://spiffyhacks.harmonypogo.com) +-- Forum: Vtech InnoTab (https://spiffyhacks.harmonypogo.com/forum-1.html) +--- Forum: General Info, FAQ and Downloads (https://spiffyhacks.harmonypogo.com/forum-15.html) +--- Thread: [Tutorial] - Fixing a bricked system (/thread-389.html) |
RE: [Tutorial] - Fixing a bricked system - TheStranger - 03-05-2016 Sorry, but dump /dev/sdcarda7 not worked! What is the right syntax - searched by google but not find. Code: / # dump /dev/sdcarda7 RE: [Tutorial] - Fixing a bricked system - Deak Phreak - 03-05-2016 It is the same command the install script uses to backup the firmware dd if=/dev/sdcarda7 of=/vp_mnt/sd/sdcarda7_backup.bin Adjust the output to match the path to your SD card. When I said chat, I was talking about IRC. There is a link to load it on the forums. RE: [Tutorial] - Fixing a bricked system - TheStranger - 03-06-2016 OK, dump worked. I extract the bin in my virtual ubuntu system. Where can i see witch firmware it is? RE: [Tutorial] - Fixing a bricked system - Deak Phreak - 03-06-2016 I am not sure how to find the actual version from the firmware. You could try mounting it from the SD card and then running the "boot up" script to see if you can get the device to load before actually flashing it. I don't know all the commands off-hand though. You can also try flashing your dump to sdcard6 and see what happens. is0-mick could most likely help out further in the IRC though. RE: [Tutorial] - Fixing a bricked system - is0-mick - 03-07-2016 From what you posted it seems that sdcarda6 is where your system is trying to boot from. /dev/sdcarda6 on /system type squashfs (ro,relatime) What you need is a good copy, or pre-patched copy of the SAME version of firmware as what was originally on your tablet. It's no good backing up sdcarda7 as it will be a different version, as every time the system is updated it swaps between A6 and A7. So... 1) get a good copy of firmware (same version (original or patched) as what was on your tab originally) 2) dd if=/vp_mnt/sd/goodfirmware.bin of=/dev/sdcarda6 3) app_destroyer.x -f 4) reboot. That should do it. Mick RE: [Tutorial] - Fixing a bricked system - TheStranger - 03-07-2016 Hi is0-Mick, thanks for reply. I have a backup from device befor i patched first time. Can i compare the firmware versions or another question, in which file is the version stored? RE: [Tutorial] - Fixing a bricked system - Deak Phreak - 03-07-2016 you can check the signature file from sdcard7 with your original backup. If they match, it may be safe to assume they are the same or close enough. RE: [Tutorial] - Fixing a bricked system - TheStranger - 03-07-2016 Yes it be the same - i will try now. RE: [Tutorial] - Fixing a bricked system - TheStranger - 03-07-2016 No not worked - get same errors. I compare the both signature-files and they have the following data: Code: 2015-03-12 17:20:11 But in the bootup they get a warning with another datetime: Code: 2015-12-17 16:26:59 I think they dont flash it. I do this with my originally firmware-backup: Code: 1. format the SD as FAT32 Can i clear or format the old sdcarda6? Another Question is - i'll do it all in windows putty - must i'll do it in linux too? RE: [Tutorial] - Fixing a bricked system - Deak Phreak - 03-07-2016 try to unmount sdcard6 and then flash your original backup again. I think it is umount /dev/sdcarda6 or something like that. Maybe it is not flashing because it is in use. It does say "27553792 bytes (26.3MB) copied, 18.888677 seconds, 1.4MB/s" which seems like it worked though. |