So, hiermit kannst du die meisten Spiele "Zoomen", sodass der ganze Screen benutzt wird, ist aber optisch natürlich oft mangelhaft, da das ganze ja nur "aufgezogen" wird!
Habe mir damit Gamelofts Solitaire installiert.
ZitatAlles anzeigenNotes: This will work about 95% of the time on S60 3rd edition devices. I am fairly certain that this will not work on phones with a landscape-perspective display. I have not tested it on other Nokia models but feel free. This will work with many MIDlets by the way, not just games.
1. Using an archiver such as WinRAR, open the jar file.
2. Once you have opened the jar, you will see a folder called META-INF. Open this folder.
3. In the META-INF folder there will be one file called MANIFEST.MF. Drag this file onto your desktop and open it in notepad.
4. Now you must know 2 things to edit the file. First, you must know the original resolution of the game. Usually this information can be found on the author's website. Second, you must know the resolution of your screen. Then type the following two lines at the end of the text at the end of the MANIFEST.MF file:
Nokia-MIDlet-Original-Display-Size: www,xxx
Nokia-MIDlet-Target-Display-Size: yyy,zzz
5. Now save the changes in the MANIFEST.MF file and drag it back into the META-INF folder in your jar file to overwrite the old one.
6. That's it! Now install the jar to your phone and enjoy your full screen game.
vergessen!