Giter Site home page Giter Site logo

snowservices's Issues

defective app

What steps will reproduce the problem?
1. install app
2. run app


What is the expected output? What do you see instead?
receive notification: application error, unattended stop ( 
eu.MrSnowFlake.android.gravityringer), repeat attempt. Press close 
application.


What version of the product are you using? On what operating system?
1.0 on froyo, samsung galaxy s

Please provide any additional information below.

receive notification: application error, unattended stop ( 
eu.MrSnowFlake.android.gravityringer), repeat attempt. Press close 
application.

Original issue reported on code.google.com by [email protected] on 18 Jan 2011 at 3:03

Bug in the service NoisyTask


call this method before using telephony manager :
mTelephonyMgr=(TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);
---------
private NoisyTask noisyTask = new NoisyTask(); 
    class NoisyTask implements Runnable {
        public boolean active = false;
        public void run() {
            if (!active)
                return;
            mTelephonyMgr=(TelephonyManager)
getSystemService(Context.TELEPHONY_SERVICE);
            if (mTelephonyMgr.getCallState() == TelephonyManager.CALL_STATE_RINGING) {
                // Don't switch to noisy when the phone is ringing.
                Log.i(TAG, "Noisy postponed");
                mHandler.postDelayed(this, mDelayMillis);
                return;
            }
            active = false;
            Log.d(GravityRingerService.TAG, "NoisyTask.run()");
            mSilenced = false;
            audioMgr.setRingerMode(AudioManager.RINGER_MODE_NORMAL);
        }           
    };



Original issue reported on code.google.com by [email protected] on 25 Feb 2009 at 4:01

does not wok on DSTL1, N21

What steps will reproduce the problem?
1. Install app
2. Run application, press Activate service


What is the expected output?

activated

What do you see instead?

receive notification: application error, unattended stop ( 
eu.MrSnowFlake.android.gravityringer), repeat attempt. Press close 
application.

What version of the product are you using? On what operating system?

Andriod 1.6 on General Mobile DSTL1. Have gravity and acceleration sensors.

Original issue reported on code.google.com by [email protected] on 26 Dec 2009 at 9:01

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.