File: tab-filesystem.htd

package info (click to toggle)
bitpim 1.0.7%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 31,384 kB
  • sloc: python: 267,746; cpp: 2,076; perl: 600; ansic: 409; sh: 226; makefile: 152; sed: 1
file content (67 lines) | stat: -rw-r--r-- 2,446 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
#include "pagestart.h"

<p>Note that the filesystem view is off by default.  You need to turn it on in the
view menu.  This functionality is suitable for expert users only.

SCREENSHOT(screen-filesystem.png,)

<p><b>Note:</b> You can cause damage to your phone in the filesystem view if
      you make any changes.  <b>Be very careful</b>.  (BitPim itself doesn't
      damage anything - it is just that the phone really cares about
      the contents and existence of some of those files, and deleting or
      changing them could upset it).

<p>Some files don't have a date which is why none is displayed.

<h2>Menus</h2>

TABLE
<tr>
<td width=180 valign=top>SCREENSHOT(screen-filesysdirmenu.png,Directory menu)</td>

<td valign=top>Right clicking on a directory brings up this menu.
Choosing <i>New File</i> will place the file of your choice in 
this directory.  It will have the same name as your source file.

<p><blockquote><b>Filesystem backup and restore functionality is only
suitable for expert users who understand what they are doing.
You can easily make your phone inoperative by restoring 
inappropriate files.</b></blockquote>

<p>Backing up the directory will result in a zip file of only the
contents of this directory (ie subdirectories will be ignored).
You can include all subdirectories by backing up the entire tree.

<p>Restore will let you select a zip file whose contents will
be placed below this directory.  You will get a 
<a href="dialog-restore.htm">dialog box</a> showing you what files
will be restored and what their names will be.  You will be able
to choose to only restore some files.

<p>Refresh will get the contents of the directory from the phone 
again.  You can also close the directory and reopen to refresh the 
contents.

<p>Delete will delete this directory, all the files within it, and
all subdirectories.  Use it with caution, and it would be prudent
to make a backup first.


</tr>

<tr>
<td width=180 valign=top >SCREENSHOT(screen-filesysfilemenu.png,File menu)</td>

<td valign=top>Right clicking on a file brings up this menu.   <i>Save</i>
will let you save the file onto your computer.  <i>Hexdump</i> will show you
the contents of the file <a href="ref-hexviewdialog.htm">like this.</a>  <i>Overwrite</i>
will let you select a file on your computer and then replace the contents
of the file on the phone with the contents of the file you selected.

</tr>


</table>


#include "pageend.h"