Como instalar uma aplicação no menu Jogos
hamishwillee
(Talk | contribs) m (Hamishwillee - Automated change of category from Lang-PT to Unlikely Category. (Moving)) |
hamishwillee
(Talk | contribs) m (Hamishwillee - Bot addition of Template:ArticleMetaData) |
||
| Line 1: | Line 1: | ||
| − | + | {{ArticleMetaData | |
| + | |sourcecode= <!-- Link to example source code e.g. [[Media:The Code Example ZIP.zip]] --> | ||
| + | |installfile= <!-- Link to installation file (e.g. [[Media:The Installation File.sis]]) --> | ||
| + | |devices= <!-- Devices tested against - e.g. ''devices=Nokia 6131 NFC, Nokia C7-00'') --> | ||
| + | |sdk= <!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Nokia Qt SDK 1.1]) --> | ||
| + | |platform= <!-- Compatible platforms - e.g. Symbian^1 and later, Qt 4.6 and later --> | ||
| + | |devicecompatability= <!-- Compatible devices e.g.: All* (must have internal GPS) --> | ||
| + | |dependencies= <!-- Any other/external dependencies e.g.: Google Maps Api v1.0 --> | ||
| + | |signing=<!-- Signing requirements - empty or one of: Self-Signed, DevCert, Manufacturer --> | ||
| + | |capabilities= <!-- Capabilities required by the article/code example (e.g. Location, NetworkServices. --> | ||
| + | |keywords= <!-- APIs, classes and methods (e.g. QSystemScreenSaver, QList, CBase --> | ||
| + | |id= <!-- Article Id (Knowledge base articles only) --> | ||
| + | |language=Lang-Portuguese | ||
| + | |translated-by=[[User:TK2000]] | ||
| + | |translated-from-title=How to install an application on the Game phone's menu | ||
| + | |translated-from-id=56107 <!-- automated guess --> | ||
| + | |review-by=<!-- After re-review: [[User:username]] --> | ||
| + | |review-timestamp= <!-- After re-review: YYYYMMDD --> | ||
| + | |update-by= <!-- After significant update: [[User:username]]--> | ||
| + | |update-timestamp= <!-- After significant update: YYYYMMDD --> | ||
| + | |creationdate=TK2000 | ||
| + | |author=[[User:Firt]] | ||
| + | }} | ||
| + | |||
== == | == == | ||
| Line 13: | Line 36: | ||
[[Category:Java ME]] | [[Category:Java ME]] | ||
[[Category:Lang-Portuguese]] | [[Category:Lang-Portuguese]] | ||
| + | <!-- Translation --> [[en:How to install an application on the Game phone's menu]] | ||
Latest revision as of 07:47, 9 December 2011
Dados do artigo
Por padrão, quando um usuário instala uma aplicação Java ME, esta é instalada na pasta padrão ou seja, na pasta "Aplicações". Se você deseja sugerir a um aparelho Nokia que instale o arquivo JAR no menu "Jogos" do aparelho, você precisa inserir esta propriedade no arquivo JAD do seu game/jogo:
Nokia-MIDlet-Category: Game
Atenção: Esta dica só funciona em aparelhos Serie 40.

