Calendar ![]() |
iPod ![]() |
Contacts ![]() |
Radios ![]() |
Preferences ![]() |
MailSearch ![]() |
Google ![]() |
Installer ![]() |
Commands ![]() |
Safari ![]() |
YouTube ![]() |
Downloads ![]() |
2.28 had a bug preventing wget from working.
MNPlight commands are read from mails received on the iPhone. They have the following format:
begin mnplight command_name
...FS code...
end mnplight
To import a new command from your mails, do the follwoing:
Once a command has been imported, you can execute it as many times as you want, or you can delete it.
You can use commands to insert notes in the Notes application. You have the choice between using the new_note FS function, or starting the command name with the word note.
You can insert one of the following commands in a mail:
begin mnplight this is a new note
new_note("title of note", "content of note");
end mnplight
or:
begin mnplight note title of note content of note end mnplight
Once the command has been imported in MNPlight, execute it to insert the note in the Notes application.
You can use the wget FS command to download a file to your iPhone.
begin mnplight download command
wget("http://.../foobar.mp3", "/var/mobile/Media/MNPlight/music/");
end mnplight