guino / Merkury1080P

Merkury1080P (CW017) Rooting and Customization
77 stars 16 forks source link

Read flash without UART or Programmer #50

Open Gilgadash opened 8 months ago

Gilgadash commented 8 months ago

Hi wanted to ask if you could help me read my flash? Your guide didnt work for the 1080p variant which I currently have. Mine is the LSC Doorbell (Or just 8S) with firmware version 4.0.7 I got it rooted but I need help extracting the binary. I wanted to avoid disassembling another one because I already broke one in my first try with a programmer.

guino commented 8 months ago

If it's rooted, then you just need to open telnet and execute this command to get a copy of the firmware (it will take several seconds to complete): cat /dev/mtd0 /dev/mtd1 /dev/mtd2 /dev/mtd3 /dev/mtd4 /dev/mtd5 /dev/mtd6 > /mnt/mmc01/f.bin The f.bin file should be in the root of the SD card after that.