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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T21:03:43+00:00 2026-06-10T21:03:43+00:00

This code seems to work fine on everything except when I emulate it on

  • 0

This code seems to work fine on everything except when I emulate it on Froyo. I don’t have an actual device running Froyo, so I can’t test it on an actual device, but it FC’s when it get’s to the commit. I even have the code in a try block, so I would think that it should catch an exception instead of force closing.

private void getPrefs() {

    boolean dockRespond;
    boolean carDockRespond;
    boolean silenceRinger;

    settings = getSharedPreferences(PREFS_NAME, 0);
    editor = settings.edit();

    SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getBaseContext());

    dockRespond = prefs.getBoolean("dockRespond", true);
    carDockRespond = prefs.getBoolean("carDockRespond", true);
    silenceRinger = prefs.getBoolean("silenceRinger", false);

    Intent startDock = new Intent(this, DockService.class);

    if(dockRespond)
    {
        //start dock listener service
        startService(startDock);
    }
    else
    {
        //stop dock listener service
        stopService(startDock);
    }

    try
    {
        editor.putBoolean(DOCKRESPONSEGLOBAL, dockRespond);
        editor.putBoolean(CARDOCKRESPONSEGLOBAL, carDockRespond);
        editor.putBoolean(SILENCERINGER, silenceRinger);
        editor.commit();
    }
    catch (Exception e)
    {
        Log.d("Exception caught: ", e.getMessage());
    }
}

All of the constants (in all caps) are defined above in the constants area, and as I said before, the code seems to work on any OS version except Froyo. In froyo it FC’s on the “editor.commit();” line.

Any suggestions?

  • 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-10T21:03:45+00:00Added an answer on June 10, 2026 at 9:03 pm

    I figured it out. What was happening was that I was putting myself into an endless loop. I had to:

    settings.unregisterOnSharedPreferenceChangeListener(prefsListener);
    

    make my changes, then

    settings.registerOnSharedPreferenceChangeListener(prefsListener);
    

    Not sure why that only created an issue in Froyo. Google must have made a change in the OS to prevent this in future versions.

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

Sidebar

Related Questions

I've just started using eclim to code java. Everything seems to work fine except
This code seems to work well, modifying the properties of my button, except the
I have this code and can't figure out what seems to be the problem:
This code seems to work fine class Rule<T> { public <T>Rule(T t) { }
Subtitle: why does this code work? It seems to allow comparison of NSNumber with
I have 2 questions on this My code always seems to hit a 401
this seems to be weird but it really happened. I have this code working
I have this code for splitting input list into its halves. It seems to
I have absolutely no idea why this is happening but the following code seems
I just can't see what's wrong with this code.. it seems to be the

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.