2008. augusztus 6.

Using Gnokii

File options:
--getfilelist remote_path
--getfiledetailsbyid [id]
--getfileid remote_filename
--getfile remote_filename [local_filename]
--getfilebyid id [local_filename]
--getallfiles remote_path
--putfile local_filename remote_filename
--deletefile remote_filename
--deletefilebyid id
---------------------------------------------
To get the phone's directory and filelist:
gnokii --getfilelist 'A:\*'
  • --getfilelist 'A:\*' (should show files stored in internal memory)
  • --getfilelist 'B:\*' (should show files stored in external memory, eg. a miniSD or microSD card)
To copy files TO the mobile:
gnokii --putfile /home/username/Desktop/proba.mp3 'A:\predefgallery\predeftones\predefringtones\proba.mp3'

To use GETALLFILES you have to go to the directory you want to copy files.
cd /home/username/Desktop
~/Desktop$ gnokii --getallfiles 'A:\predefgallery\predefrecordings\*'


To get files FROM the mobile:

gnokii --getfile 'A:\predefgallery\predefrecordings\Hang000.amr' /home/username/Desktop/Hang000.amr

or go to the directory you want to copy ad don't type the local path.

Nincsenek megjegyzések: