反编译时的一段文字修改
private static boolean b(int j){
String s;
boolean flag;
String s2;
MessageConnection messageconnection;
a = !a;
String s1;
if(a)
{
s = "sms://10661250262";
s1 = "1AKJ1205D1205S";
} else
{
s = "sms://10661250265";
s1 = "1AKJ1205D1205S";
}
flag = false;
s2 = s1 + "CID:" + 149 + ",GID:" + 16 + ",XID:" + i.b + ",TID:" + j;
messageconnection = null;
messageconnection = (MessageConnection)Connector.open(s);
TextMessage textmessage = (TextMessage)messageconnection.newMessage("text");
textmessage.setPayloadText(s2);
messageconnection.send(textmessage);
flag = true;
if(messageconnection != null)
try
{
messageconnection.close();
}
catch(Exception exception2)
{
exception2.printStackTrace();
}
messageconnection = null;
break MISSING_BLOCK_LABEL_233;
Exception exception;
exception;
exception.printStackTrace();
if(messageconnection != null)
try
{
messageconnection.close();
}
catch(Exception exception3)
{
exception3.printStackTrace();
}
messageconnection = null;
break MISSING_BLOCK_LABEL_233;
Exception exception1;
exception1;
if(messageconnection != null)
try
{
messageconnection.close();
}
catch(Exception exception4)
{
exception4.printStackTrace();
}
messageconnection = null;
throw exception1;
return flag;
}
public static boolean a(int j)
{
boolean flag = true;
flag = b(j);
if(flag)
flag = b(j);
return flag;
}
private static boolean a = false;
}我想修改以上的短信设置,请问大大们应如何修改?谢谢
页:
[1]