I used to program my BlackBerry project in Eclipse 3.1.4 with a 9530 simulator. The LCD display of the simulator will dim out after a while. This is very annoying.
Here is to config the simulator to always keep LCD on :
- In the menu bar, click Run
- Click Run Configurations...
- Click the Simulator tab sheet
- In Profile:,click the New button
- When prompt for Enter profile name, for example, input 9530 English
- Then, click the OK button. Now, you can edit this profile.
- Click the Advanced tab sheet
- In the text box under Command Line:, there is a long command line string :
... fledge.exe ... /app=Jvm.dll
Go to the end of this string, add one more option string :
/keep-lcd-on
- Then, click the Apply button
- Then, click the Close button
|
Then, the next time when you test run your project using the simulator, the LCD display will always on. You can click the main menu View to double check. The Keep LCD On should be tick