(→IVIHome Guide) |
(add section headings) |
||
| Line 1: | Line 1: | ||
| - | |||
MeeGo IVI provides a "IVIHome" application that is the default MeeGo IVI homescreen when the system boots. This section provides information about the design and use of the MeeGo "IVIHome" screen and taskbar. | MeeGo IVI provides a "IVIHome" application that is the default MeeGo IVI homescreen when the system boots. This section provides information about the design and use of the MeeGo "IVIHome" screen and taskbar. | ||
| - | + | == IVIHome Design Objectives == | |
The primary objectives in designing the IVI Home Screen were: | The primary objectives in designing the IVI Home Screen were: | ||
| Line 8: | Line 7: | ||
# Provide an "automotive" look and feel with a rounded taskbar to reflect the scrollwheel use and the ability to switch the taskbar from left side to right side of the display, presuming the display is in the automotive center console and the steering wheel could be on the left or right. | # Provide an "automotive" look and feel with a rounded taskbar to reflect the scrollwheel use and the ability to switch the taskbar from left side to right side of the display, presuming the display is in the automotive center console and the steering wheel could be on the left or right. | ||
| - | + | == IVIHome Use == | |
Navigating the IVIHome taskbar may be done via touchscreen, scrollwheel, and Speech Recognition of voice commands with the help of Text to Speech (TTS). | Navigating the IVIHome taskbar may be done via touchscreen, scrollwheel, and Speech Recognition of voice commands with the help of Text to Speech (TTS). | ||
| Line 124: | Line 123: | ||
|} | |} | ||
| - | The list of applications for each of the above application commands are defined in the /usr/share/ivihome/settings.xml. You can edit this file to change the application that is launched by the voice commands. You cannot change the vocabulary list directly, it needs to be re-generated. If you want to add more voice commands, you’ll have to add the command in the dictionary and re-generate the language model (grammar) and dictionary and implement the logic in the application. | + | The list of applications for each of the above application commands are defined in the <code>/usr/share/ivihome/settings.xml</code> file. You can edit this file to change the application that is launched by the voice commands. You cannot change the vocabulary list directly, it needs to be re-generated. If you want to add more voice commands, you’ll have to add the command in the dictionary and re-generate the language model (grammar) and dictionary and implement the logic in the application. |
MeeGo IVI provides a "IVIHome" application that is the default MeeGo IVI homescreen when the system boots. This section provides information about the design and use of the MeeGo "IVIHome" screen and taskbar.
The primary objectives in designing the IVI Home Screen were:
Navigating the IVIHome taskbar may be done via touchscreen, scrollwheel, and Speech Recognition of voice commands with the help of Text to Speech (TTS).
Touchscreen support
Scrollwheel Support
Text-to-Speech(TTS)
Speech recognition (IVIHome menu voice commands)
Menu Navigation Commands
| Voice Command | Resulting action |
|---|---|
| "Home" | Opens the home menu if the menu is closed, or returns to the home menu, same as the clicking HOME button on ShuttleXpress |
| "Back" | goes back to the last menu, same as clicking the BACK button on ShuttleXpress |
| "Cancel" | closes the menu completely |
| "Next" | moves to the next menu item in the list, same as turning the knob to the RIGHT on the ShuttleXpress |
| "Previous" | moves to the last menu item in the list, same as turning the knob to the LEFT on the ShuttleXpress |
| "Next Window" | switches to the next opened application window on the taskbar |
| "Previous Window" | switches to the previous opened application window on the taskbar |
| "Close Window" | closes the current application window, exiting the app |
Named Category and Application Commands
You can directly name any Catagory listed in the Root Menu or specific applications shown in each Catagory Menu.
| Catagory Command | Recognized Application Commands |
|---|---|
| "Navigation" | |
| "Driver Assistance" | |
| "Communication" | "Web", "Phone", "Connect" |
| "Media" | "Photos", "Video", "Music" |
| "Other" | "Activities", "Tools", "More Apps" |
Application commands
Voice commands may be used to skip menu navigation and go directly to specific applications
| Voice Command | Resulting action |
|---|---|
| "Open Navigation" | opens the Navit application |
| "Open Dialer" | opens the handsfree dialer application |
| "Open Contacts" | opens the MeeGo contacts application |
| "Open Web" | opens the Fennec browser |
| "Open Browser" | opens the Fennec browser |
| "Open Photo" | opens the the MeeGo photo application |
| "Open Music" | opens the MeeGo music application |
| "Open Video" | opens the MeeGo video application |
| "Open Setting" | opens the the MeeGo control panel application |
The list of applications for each of the above application commands are defined in the /usr/share/ivihome/settings.xml file. You can edit this file to change the application that is launched by the voice commands. You cannot change the vocabulary list directly, it needs to be re-generated. If you want to add more voice commands, you’ll have to add the command in the dictionary and re-generate the language model (grammar) and dictionary and implement the logic in the application.