PDA

View Full Version : Help with dumping Pocket Loox T830


d0minar
23rd January 2007, 02:29 PM
Hey hackers.
Im trying to dump rom from my T830 device and make usable .nb* files
that I could flash back onto my device if i mess something up?
I did following:
1) used itsutilsbin-20061103:
1.1) "pdocread -l" returns:
43.99M (0x2bfd400) TrueFFS
| 2.31M (0x24fc00) Part00
| 2.88M (0x2e0000) Part01
| 38.80M (0x26cd400) Part02
68.06M (0x4410000) TrueFFS
| 2.31M (0x24fc00) Part00
| 2.88M (0x2e0000) Part01
| 38.80M (0x26cd400) Part02
5.00M (0x4fec00) TrueFFS
| 2.31M (0x24fc00) Part00
| 2.88M (0x2e0000) Part01
| 38.80M (0x26cd400) Part02
976.50M (0x3d080000) DSK1:
| 976.38M (0x3d061600) Part00

STRG handles:
(bytes val in hex)
handle 4beb7252 976.38M (0x3d061600)
handle cbd6dd66 5.00M (0x4fec00)
handle 8be27f6e 68.06M (0x4410000)
handle 6beb74de 38.80M (0x26cd400)
handle 6beb72e2 2.88M (0x2e0000)
handle 4beb72be 2.31M (0x24fc00)

disk 4beb7252 (sd card)
0 partitions, 0 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

disk cbd6dd66 (5meg partition)
3 partitions, 0 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

disk 8be27f6e
3 partitions, 0 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

disk 6beb74de
3 partitions, 0 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 38 07 02 13 17 2c 17 db 01 05 06 7d

disk 6beb72e2
3 partitions, 0 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 38 07 02 13 17 2c 17 db 01 05 06 7d

disk 4beb72be
3 partitions, 0 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 38 07 02 13 17 2c 17 db 01 05 06 7d

1.2) from above info i dumped 5 partitions:
handle cbd6dd66 5.00M (0x4fec00) (partition1.raw)
handle 8be27f6e 68.06M (0x4410000) (partition2.raw)
handle 6beb74de 38.80M (0x26cd400) (partition3.raw)
handle 6beb72e2 2.88M (0x2e0000) (partition4.raw)
handle 4beb72be 2.31M (0x24fc00) (partition5.raw)

1.3) from looking at this dumps i figured that:
partition1.raw = bootloader
partition2.raw = user filesystem
partition3.raw = imgfs
partition4.raw = ???
partition5.raw = ???

Question is what are 4 and 5? and how do I convert this 5 .raw dumps into usable/flashavle files? I'm attaching strings dumps of 1,4 and 5 raw files.
Any tips would be appreciated guys. And no... no one on FSC forums knows or done anything like this. I think im first for T830 model. So I need help with not bricking my device.