Discussion:
[BitPim-devel] toshiba
Simon C
2005-11-26 21:24:08 UTC
Permalink
I've working on the vm4050, it seems very different than other phones.

The filesystem contains almost nothing, there are no images, audio,
phonebook, sms or anything else that you would expect to see there.

There are hidden directories in the root (C, D, H so far). These do not
contain any useful data for bitpim, some seem to be used by the browser as
cache. A filesystem is visible within these directories once you know they
are there.



The phonebook can be recovered (and set) by sending a sequence of commands
and then reading a file from a directory called SWAP inside one of these
hidden directories..

It goes something like



27 .. .. (set some parameter)

F1 00

:loop (300 times)

F1 02 03 .. .. [Phonebook index]

Read file D/APL/SWAP/DIAG_APSWP_MEMORY

F1 01



Each time the F1 02 03 command is sent the file contains a different
phonebook entry.

This file is not visible in the file system

It appears that the phonebook and probably much of the other data is stored
outside of the filesystem and that there is a set of commands to map this
data into the filesystem for reading/writing.



Has anyone come across anything like this with other phones?



Simon
Stephen Wood
2005-11-26 22:27:20 UTC
Permalink
The media and apps on Sanyo phone are not in the filesystem. There is a
"sort of" filesystem with these things that is read-only. The directories
are numbered 1 to 3. (There is a directory 4 which seems to be a copy of
directory 1). Directory 1 is camera pictures and 2 and 3 are downloaded
files and PNG and MIDI's that have been uploaded with the cable. The files
within each directory are accessed with an index of 0 to n-1, where n is the
number of files in the directory.

Stephen
Post by Simon C
...
Has anyone come across anything like this with other phones?
Simon
Loading...