Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9247137
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T09:39:26+00:00 2026-06-18T09:39:26+00:00

I have designed a j2me application with push registry functionality. I have little issue

  • 0

I have designed a j2me application with push registry functionality. I have little issue of error “Conflicting Applications, show items?” while starting the application.

What I did is just added an entry into the Project->Properties->Pushregistry [MIDlet-Push-1: sms://:5051,pushregistry.SendApprooval,*]

My JAD and manifest files are ok and showing these entries, but whenever I make this change application doesn’t start and shows the error I mentioned above, but when I remove this step (entry) it works fine, I mean application runs.

My code for the application

public void startApp() {
    String[] connections;
    if (smsconn == null) {
        connections = PushRegistry.listConnections(true);
        if (connections == null && connections.length == 0) {
            destroyApp(false);
            notifyDestroyed();
        }
    } else {
        try {
            smsconn = (MessageConnection) Connector.open("sms://:" + "5051");
            msg = smsconn.receive();
            // If it's a text message, add it to the alert
            if (msg != null && smsconn instanceof TextMessage) {
                alert.setTitle("From: " + msg.getAddress());
                alert.setString(((TextMessage) msg).getPayloadText());
                display.setCurrent(alert);
            }
        } catch (Exception e) {
            System.out.println("IO Exception!");
        }
    }
}

rest of the code is just Strings and Alerts.

My JAD File

MIDlet-1: Midlet,,pushregistry.SendApprooval
MIDlet-Jar-Size: 2250
MIDlet-Jar-URL: pushRegistry.jar
MIDlet-Name: pushRegistry
MIDlet-Permissions: javax.wireless.messaging.sms.send, javax.wireless.messaging.sms.receive, javax.microedition.io.PushRegistry
MIDlet-Push-1: sms://:5051,pushregistry.SendApprooval,*
MIDlet-Vendor: TelVas
MIDlet-Version: 1.0
MicroEdition-Configuration: CLDC-1.1
MicroEdition-Profile: MIDP-2.0

Manifest file

MIDlet-1: Midlet,,pushregistry.SendApprooval
MIDlet-Permissions: javax.wireless.messaging.sms.send,   javax.wireless.messaging.sms.receive, javax.microedition.io.PushRegistry
MIDlet-Push-1: sms://:5051,pushregistry.SendApprooval,*
MIDlet-Vendor: TelVas
MIDlet-Name: pushRegistry
MIDlet-Version: 1.0
MicroEdition-Configuration: CLDC-1.1
MicroEdition-Profile: MIDP-2.0

What the reason is? I mean if only name issue then it shouldn’t run even if I remove the pushregistry entry.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T09:39:27+00:00Added an answer on June 18, 2026 at 9:39 am

    Issue has been solved after signing application … 🙂 Thanks

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have designed a web application, It works for two different users say user1
I have designed a web app, this application contains not only some complex controllers,
I have designed a site that shows nice via FF or Chrome while fails
I have designed my web page but I get the error below. How to
I have designed a Facebook application and need to add OAuth, Open Graph for
I have designed a C# console application to merge and split huge files (about
I have designed an application which contains in App purchasing. I have also read
I have inserted a list in my j2ME project,designed using LWUIT. The code is
I have designed an android application where, I want to view a menu after
I have designed a component for J2Me, and here is the paint method: import

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.