Quantcast
Channel: Linux Device Hacking - Displays
Viewing all articles
Browse latest Browse all 91

Unable to dump firmware on Sitronix device (no replies)

$
0
0
I just picked up a little digital frame today hoping it could be hacked. Got it home and was delighted to see

Bus 005 Device 009: ID 1403:0001 Sitronix Digital Photo Frame

I then found this thread about hacking the firmware http://forum.doozan.com/read.php?9,2435

I found the DP152 from here http://forum.doozan.com/read.php?9,2435,2503#msg-2503

My dmesg output is

[174986.344749] sd 15:0:0:0: Attached scsi generic sg3 type 0
[174986.345218] sd 15:0:0:1: Attached scsi generic sg4 type 0
[174986.351022] sd 15:0:0:0: [sdc] 4096 512-byte logical blocks: (2.09 MB/2.00 MiB)
[174986.354025] sd 15:0:0:1: [sdd] 256 512-byte logical blocks: (131 kB/128 KiB)
[174986.357024] sd 15:0:0:0: [sdc] Write Protect is off
[174986.357028] sd 15:0:0:0: [sdc] Mode Sense: 0b 00 00 08
[174986.360026] sd 15:0:0:1: [sdd] Write Protect is on
[174986.360029] sd 15:0:0:1: [sdd] Mode Sense: 43 00 80 00
[174986.363025] sd 15:0:0:0: [sdc] No Caching mode page found
[174986.363028] sd 15:0:0:0: [sdc] Assuming drive cache: write through
[174986.366000] sd 15:0:0:1: [sdd] No Caching mode page found
[174986.366004] sd 15:0:0:1: [sdd] Assuming drive cache: write through
[174986.410026]  sdd:
[174986.425026]  sdc: unknown partition table
[174986.454002] sd 15:0:0:1: [sdd] Attached SCSI disk
[174986.473008] sd 15:0:0:0: [sdc] Attached SCSI removable disk

Then trying hackfw on this device fails at I presume dumping the actual firmware

[parker@localhost st2205tool]$ sudo ./hackfw.sh /dev/sdc
Interactive script to hack the firmware of your keychain photo
player.
Expected response 8 on cmd 1, got 0x5a!
Sorry, there doesn't seem to be a device using the ST2205U chipset
at /dev/sdc.

Trying phack manually as mentioned in the newhack.txt prints the same result

[parker@localhost st2205tool]$ sudo ./phack -df fwimage.bin /dev/sdc
Expected response 8 on cmd 1, got 0x5a!

I am all out of ideas. The only thing I can think of is I also have the /dev/sdd, which I don't see in other people's dmesg output. Maybe my device just isn't compatible?

EDIT: I didn't even notice a model number at first. It it helps this is a DPCI 056 13-0212.

Viewing all articles
Browse latest Browse all 91

Trending Articles