尝试通过 Wi-Fi 连接,我遇到 OS6 cd 变量为空的问题,但它适用于 OS5
这是网址字符串:https ://api3.popfax.com/index.php?service=Popfax;interface=wifi;interface=wifi
public ServiceConnectionBlackBerry(String s) throws IOException {
ConnectionFactory cf = new ConnectionFactory();
ConnectionDescriptor cd = cf.getConnection(s);
if (cd!=null){
connection = (HttpConnection) cd.getConnection();
}else {
System.out.println("Strng: "+s);}
}
有人可以帮忙吗?