黑莓 Torch 9800 模拟器的奇怪问题
当我通过 fledge.exe 以编程方式启动 torch 9800 模拟器时,会显示一个带有许可协议的弹出窗口,并且它总是在设备启动时出现,因此我无法从模拟器建立 TCP 连接。
我在 4.7 模拟器(9530)中测试了上述行为,在启动时没有弹出 TCP 连接工作,在设备启动时弹出窗口,解包以建立 TCP 连接。在这种情况下会抛出 IOException。
有人可以告诉我如何通过编程或某种方式摆脱 Torch 9800 模拟器中设备启动时弹出的许可协议吗?
When I start the torch 9800 simulator programmatically through fledge.exe, a pop up displays with licenese agreement, and it is always coming up at device startup, due to this I am unable to make TCP connection from simulator.
I tested above mentioned behavior in 4.7 simulator (9530), without pop up at startup TCP connection working, with pop up window at device startup, unbale to make TCP connection. And an IOException is been thrown in this case.
Can someone tell me how to get rid of the license agreement pop up at device startup in torch 9800 simulator through programmatically or some how??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来您已启用“启动时重置 NVRAM”设置。在 IDE 模拟器设置的“内存”选项卡中将其关闭。
或者在适当的 xml 中将其关闭。例如,如果运行
fledge.exe /app-param=JvmAlxConfigFile:9800.xml
则为 9800.xmlLooks like you have "Reset NVRAM on startup" setting on. Turn it off in your IDE in "Memory" tab of simulator settings.
Or turn it off in appropriate xml. E.g. 9800.xml if you run
fledge.exe /app-param=JvmAlxConfigFile:9800.xml