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

  • Home
  • SEARCH
  • 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 7709391
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T00:51:00+00:00 2026-06-01T00:51:00+00:00

I recently created my first android live wallpaper and it would not work on

  • 0

I recently created my first android live wallpaper and it would not work on friends’ devices, however it would work perfectly on my device.

When a friend would load the signed, aligned apk, android would not render the wallpaper and instead would sit at a blank screen.

I was stumped by this issue for several days, however i found the answer and i wanted to share it with the internet incase others run into this problem also.

If you have used the android debugger in your live wallpaper, you will have used

android.os.Debug.waitForDebugger();

My problem came from the apk other people were using was waiting for the debugger, and since their androids were most likely not connected to a computer with eclipse and adb running, the wallpaper waited indefinitely.

Wallpaper Engine initialization fixed code:

SonicEngine() {
                    //android.os.Debug.waitForDebugger();
                    Log.i(TAG, "Initializing Sonic wallpaper!");
                    /* Initialization stuff */
            }

After commenting or removing the wait for debugger call, the service will procede and render successfully on all devices.

  • 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-01T00:51:01+00:00Added an answer on June 1, 2026 at 12:51 am
    SonicEngine() {
                    //android.os.Debug.waitForDebugger();
                    Log.i(TAG, "Initializing Sonic wallpaper!");
                    /* Initialization stuff */
            }
    

    Must make sure to comment or remove waitForDebugger() when actually releasing your live wallpaper or it will hang at that point.

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

Sidebar

Related Questions

i have recently created my first app and got it onto my ipad, however,
I recently created my first bash script, and I am having problems perfecting it's
I recently created my first custom control. I attempted to add it in a
I recently created my first custom control. I attempted to add it in a
Bear with me. I recently started implementing jquery at work. I created a new
I recently created my first Heroku application and I'm finding some strange behavior: When
I recently created a advanced form with elements that use jquery's $().hide & $().show
I recently created my simple log4net database table for logging via the adonet appender..
I recently created a class which has a constructor taking 3 enumerations as arguments.
I recently created a generic Matrix<T> class that acts as a wrapper around a

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.