Due to the large number of games uploaded, it is inevitable that sometimes the JAD file of the game will go wrong. In this case, you need to re-generate a JAD file yourself. However, many online players will not use the Jad generator, now I will write a brief description for your reference. I now have four Jad generators: jadmaker, jadcreat, jadgen, and jgz. 1. jadmaker : Http://down.chinamg.net/html/1/37.html
The usage is very simple, as long as you drag the JAR file into its window with the mouse. Its advantage is that when a JAD file is generated, the "Nokia-MIDlet-category: Game" statement will be automatically added, so that the game will be loaded into the treasure chest, it does not appear in the application. However, its disadvantage is that it does not provide good support for domestic games. Most of the games in the treasure chest use the Jad files it generates to garbled characters when encountering Chinese characters, sometimes this JAD file cannot be identified by the mobile phone, and a program installation error occurs.
2. jadcreat : Http://down.chinamg.net/html/1/2.html
The usage method is the same as above. Its advantage lies in its better support for Chinese games than jadmaker. jadmaker generates garbled games and uses it to generate Jad files, which generally display Chinese characters correctly, in addition, when jadmaker is used to generate a game with errors reported by Jad, jadcreat can also be used to generate and pass the game. However, the disadvantage is that the "Nokia-MIDlet-category: Game" statement cannot be automatically added when the JAD file is generated. This statement must be used to open the JAD file of the game in Windows notepad, and added at the end of the file.
3. jadgen : Http://down.chinamg.net/html/1/38.html
This method is more complex than the above two. It cannot drag the game into its window with the mouse. You must manually enter the specific path of the game in its window, and then press the generate key to generate the game. Although its usage is complicated, it has the best compatibility and good support for Chinese. when neither of them generates a JAD file that correctly displays Chinese, it can often be used for the purpose. However, it cannot automatically add the "Nokia-MIDlet-category: Game" statement when the JAD file is generated. This statement must also be added.
4th Jad generators: jgz : Http://down.chinamg.net/html/1/39.html
This is written by a Chinese speaker. It has the same advantages as 1st and 2. You can also drag the game into its window to generate a JAD file, and you cannot automatically add "Nokia-MIDlet-category: the game statement must be manually added at the end of the JAD file. Chinese games are well supported because they are compiled by Chinese people. 5,When the above four types do not take effect, you can only make one by yourself. The method is to use WinRAR and other compression tools to open the game JAR file, find the META-INF folder, find it, double-click the manifest. mf file, you can see the content in, copy it to notepad, and add "MIDlet-jar-size: XXXXX", "MIDlet-jar-URL: yyyyyjar and Nokia-MIDlet-category: Game ). XXXXX indicates the size of your jar file (you can see the file properties), and yyyyy indicates your jar file name. Note: The preceding illustration uses the "true" and "soul" as an example.
|