Click here to Skip to main content
15,916,835 members

Comments by onlineQry (Top 15 by date)

onlineQry 27-Dec-12 13:55pm View    
I have created a .jar application which i m allowing only for our registered users and only they can use it. through this application our client can access their details like account balance, last transaction, latest things for him from our website.

Our clients are known by their provided unique mobile number only. so dats why i need the user number whenever he send request through the .jar application only.

Now if our .jar application (J2ME) can fetch then this is will also gud.

If any one has other solution for that then please share with us to guide us.

(One more thing that mobile number is the only way to know him because we also have facility to check their status by sneding SMS on our long code.)
if we able to fetch the IMSI number of sim then this will also work for us. but ligin Id and password can never...

Thanks
onlineQry 29-Nov-12 9:43am View    
BELOW IS OUR CODE SIMPLY IT SHOULD DISPLAY MAINFORM BUT IT DISPLAY DEFAULT FOR SHOW HELLO! HELLO WORLD

package allflexisms;



import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.util.Vector;
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
//import javax.wireless.messaging.MessageConnection;
//import javax.wireless.messaging.MessageListener;
//import javax.wireless.messaging.TextMessage;


/**
* @author Vikas Kaushik
*/
public class HelloMIDlet extends MIDlet implements CommandListener {

private boolean midletPaused = false;
private Display display = Display.getDisplay(this);
Form mainForm = new Form("Welecome to AllFlexi.in");
Form ActiveForm;
//Command Button
private Command GetSMS = new Command("Login", Command.OK, 1);
private Command backButton;
private Command exitButton =new Command("Exit Application", Command.OK, 2);

private static final String RECORD_ADDED = "N";
private static final String ORDER_SHIPPED = "N";
//UI Text Fields
TextField UNUM = new TextField("Number:", "", 12, TextField.ANY);
TextField USMS = new TextField("SMS", "", 20, TextField.PASSWORD);

StringItem ErrorVal = new StringItem("", "");

//<editor-fold defaultstate="collapsed" desc=" Generated Fields ">//GEN-BEGIN:|fields|0|
private Command exitCommand;
private Form form;
private StringItem stringItem;
private Ticker ticker;
////GEN-END:|fields|0|

/**
* The HelloMIDlet constructor.
*/
public HelloMIDlet()
{
mainForm.append(UNUM);
mainForm.append(USMS);
mainForm.addCommand(GetSMS);
mainForm.setCommandListener(this);
display.setCurrent(mainForm);
}

//<editor-fold defaultstate="collapsed" desc=" Generated Methods ">//GEN-BEGIN:|methods|0|
////GEN-END:|methods|0|
//<editor-fold defaultstate="collapsed" desc=" Generated Method: initialize ">//GEN-BEGIN:|0-initialize|0|0-preInitialize
/**
* Initializes the application. It is called only once when the MIDlet is
* started. The method is called before the
* startMIDlet method.
*/
private void initialize() {//GEN-END:|0-initialize|0|0-preInitialize
// write pre-initialize user code here
//GEN-LINE:|0-initialize|1|0-postInitialize
// write post-initialize user code here
}//GEN-BEGIN:|0-initialize|2|
////GEN-END:|0-initialize|2|

//<editor-fold defaultstate="collapsed" desc=" Generated Method: startMIDlet ">//GEN-BEGIN:|3-startMIDlet|0|3-preAction
/**
* Performs an action assigned to the Mobile Device - MIDlet Started point.
*/
public void startMIDlet() {//GEN-END:|3-startMIDlet|0|3-preAction
// write pre-action user code here
switchDisplayable(null, getForm());//GEN-LINE:|3-startMIDlet|1|3-postAction
// write post-action user code here
}//GEN-BEGIN:|3-startMIDlet|2|
////GEN-END:|3-startMIDlet|2|

//<editor-fold defaultstate="collapsed" desc=" Generated Method: resumeMIDlet ">//GEN-BEGIN:|4-resumeMIDlet|0|4-preAction
/**
* Performs an action assigned to the Mobile Device - MIDlet Resumed point.
*/
public void resumeMIDlet() {//GEN-END:|4-resumeMIDlet|0|4-preAction
// write pre-action user code here
//GEN-LINE:|4-resumeMIDlet|1|4-postAction
// write post-action user code here
}//GEN-BEGIN:|4-resumeMIDlet|2|
////GEN-END:|4-resumeMIDlet|2|

//<editor-fold defaultstate="collapsed" desc=" Generated Method: switchDisplayable ">//GEN-BEGIN:|5-switchDisplayable|0|5-preSwitch
/**
* Switches a current displayable in a display. The
* display instance is taken from
* getDisplay method. This method is used by all actions in the
* design for switching displayable.
*
* @param alert the Alert which is temporarily set to the display;
* if null
onlineQry 7-Sep-12 10:50am View    
thanks ToolkitScriptManager is working fine. now it displaying the popup :)
onlineQry 7-Sep-12 10:37am View    
Deleted
I m using Scriptmanager and no error found on click page just goes directly in server side.
But Strange!!! same code is working in demo project which i downloaded from a site ???
onlineQry 7-Sep-12 10:34am View    
No, I m Using Scriptmanager and No error comes when i click page directly goes on server side.
But strange same code is working in demo project. and i have checked each and every thing but no mistake becoz its simple code. when i run demo code it works but when i copy the page on my project it does'nt work. may be any setting during new project creation or in webconfig.