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 8814635
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T04:10:39+00:00 2026-06-14T04:10:39+00:00

There’s broadcastReceiver receive boot message and set a alarmmanager. It start a service every

  • 0

There’s broadcastReceiver receive boot message and set a alarmmanager.

It start a service every DELAY mins:

 Intent intent = new Intent();
 intent.setAction("org.jxdwinter.getMessageServcie");
 PendingIntent pendingintent = PendingIntent.getService(arg0, 0, intent, 0);
 am = (AlarmManager) arg0.getSystemService(Context.ALARM_SERVICE); 
 am.setRepeating(AlarmManager.RTC_WAKEUP, System.currentTimeMillis(), DELAY, pendingintent);

The service poll data from romate server in a new thread:

public int onStartCommand(Intent intent, int flags, int startId)
{
    this.getMessage.start();
    return Service.START_NOT_STICKY;
}
private class GetMessage extends Thread
{
    public void run()
    {
       ... ....
    }       
}

And when the app started, I can get the data at very first time and there’s no
error.

Then the service start again in DELAY mins , there’s an error:Thread already started.

Why is happened? Pls help me with this. Thank you!

  • 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-14T04:10:41+00:00Added an answer on June 14, 2026 at 4:10 am

    Maybe you could just create a new instance of your thread each time you need it to run:

    public int onStartCommand(Intent intent, int flags, int startId)
    {
        new GetMessage().start();
        return Service.START_NOT_STICKY;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

There is any way to set the generic type (T) of class in the
There are some Magento Connect extensions that I find myself installing every time I
There are are 150 000 records in my comments table and about 1000 new
There was some progress made to the earlier problem. Now there is a new
There's a webpage with something annoying on it which I'd like to hide every
There are some keywords in text and start/end position of their occurrences. Keywords may
There doesn't seem to be any tried and true set of best practices to
There is an error occurring in an app of mine when I set an
There is a moment in my app, that I need to force to show
There is a column that exists in 2 tables. In table 1, this column

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.