Files

From GnokiiWiki

Jump to: navigation, search

Nokia offers two ways of accessing files over FBUS connection. First one is based on names and second one is based on ids. For the first one, Nokia followed DOS naming convention, so you access the files using DOS-like path: A:\*.*

Example usage for name-based file access:

pkot@bua:~$ gnokii --phone 6170 --getfilelist "A:\\*.*"
Filelist for path A:\*.*:
 predefgallery
 predeffilerecieved
 predefmessages
 predeffiledownload
 predefsyncml
 predefhiddenfolder
 serviceapplication
 OMA_DM
 predefomadm
 HTTP
 FIM_perm_id
 FIM_fixed_id

Example usage for id-based file access:

pkot@bua:~$ gnokii --phone 6021 --getfiledetailsbyid
| Permanent_memory (1)
 - Gallery (2)
 - Hidden (4)
 - java (5)
 - Messages (11)
 - VoiceSystem (16)

You need to find out which way is supported by your phone on your own. You may refer to filesystem access compatibility list.

Alternatively you can use OpenObex tools.

Personal tools