ilyakurdyukov / spreadtrum_flash

Spreadtrum firmware dumper for Linux
102 stars 33 forks source link

A problem #8

Open 1702703423 opened 9 months ago

1702703423 commented 9 months ago

Hello,when i use this tools to get the system.img from a UD 710 devices , it reported: bad length<8191,expected 12294> on my computer,what should i do

ilyakurdyukov commented 9 months ago

Try adding disable_transcode command before read_part.

ilyakurdyukov commented 9 months ago

If that doesn't help, try decreasing blk_size to 0x1000.

1702703423 commented 9 months ago

after i add the disable_transcode,it now report timeout reach.i also change to the 0x1000 but it cant load the fdl1,may be i should find another pc to try ,thanks your help

ilyakurdyukov commented 9 months ago

after i add the disable_transcode,it now report timeout reach.i also change to the 0x1000 but it cant load the fdl1,may be i should find another pc to try ,thanks your help

It looks like you didn't turn off your device before trying again. This is why you can't load fdl1 again.

CE1CECL commented 8 months ago

after i add the disable_transcode,it now report timeout reach.i also change to the 0x1000 but it cant load the fdl1,may be i should find another pc to try ,thanks your help

I had a similar problem in issue #9 can you share what command you are using with us @1702703423 (trying to help out)