Git Product home page Git Product logo

pedometer's People

Watchers

 avatar

pedometer's Issues

FC on Genymotion Emulator

What steps will reproduce the problem?
1. Start Pedometer

What is the expected output? Start App
What do you see instead? Force Close


What version of the product are you using? 1.4.1
On what device and what operating system version? Genymotion Emulator 

Following stack trace:

E/AndroidRuntime( 5268): FATAL EXCEPTION: main

E/AndroidRuntime( 5268): java.lang.ArithmeticException: divide by zero

E/AndroidRuntime( 5268):    at 
name.bagi.levente.pedometer.PaceNotifier.onStep(PaceNotifier.java:106)

E/AndroidRuntime( 5268):    at 
name.bagi.levente.pedometer.StepDetector.onSensorChanged(StepDetector.java:97)

E/AndroidRuntime( 5268):    at 
android.hardware.SystemSensorManager$ListenerDelegate$1.handleMessage(SystemSens
orManager.java:204)

E/AndroidRuntime( 5268):    at android.os.Handler.dispatchMessage(Handler.java:99)

E/AndroidRuntime( 5268):    at android.os.Looper.loop(Looper.java:137)

E/AndroidRuntime( 5268):    at 
android.app.ActivityThread.main(ActivityThread.java:4745)

E/AndroidRuntime( 5268):    at java.lang.reflect.Method.invokeNative(Native 
Method)

E/AndroidRuntime( 5268):    at java.lang.reflect.Method.invoke(Method.java:511)

E/AndroidRuntime( 5268):    at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)

E/AndroidRuntime( 5268):    at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)

E/AndroidRuntime( 5268):    at dalvik.system.NativeStart.main(Native Method)


Original issue reported on code.google.com by [email protected] on 3 Feb 2015 at 3:06

StepServices Destroy when I press "Home" or "Back" key

What steps will reproduce the problem?
1. Run the program, do nothing (or shake it several times)
2. leave but not "Quit" the program
3. the StepServices will be destroyed

What is the expected output? What do you see instead?
If I press "Pause" button in menu, and "Play" again, and then I leave the 
program, it won't kill the StepServices.
Why does this happen? I really want to know why this happen.

What version of the product are you using? On what device and what
operating system version?
I'm using HD2 with android 2.2

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 7 Mar 2011 at 6:52

doesn't work on Droid

What steps will reproduce the problem?
1.Install apk using adb 
2. Run pedometer on Droid 
3. Stops unexpectedly

What is the expected output? What do you see instead?


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

Please provide any additional information below.
From LogCat
03-26 11:38:54.021: ERROR/AndroidRuntime(7256): Uncaught handler: thread
main exiting due to uncaught exception
03-26 11:38:54.029: ERROR/AndroidRuntime(7256): java.lang.RuntimeException:
Unable to start activity
ComponentInfo{name.bagi.levente.pedometer/name.bagi.levente.pedometer.Pedometer}
:
java.lang.RuntimeException: Binary XML file line #11: You must supply a
layout_width attribute.
03-26 11:38:54.029: ERROR/AndroidRuntime(7256):     at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2481)
03-26 11:38:54.029: ERROR/AndroidRuntime(7256):     at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2497)
03-26 11:38:54.029: ERROR/AndroidRuntime(7256):     at
android.app.ActivityThread.access$2200(ActivityThread.java:119)
03-26 11:38:54.029: ERROR/AndroidRuntime(7256):     at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1848)
03-26 11:38:54.029: ERROR/AndroidRuntime(7256):     at
android.os.Handler.dispatchMessage(Handler.java:99)
03-26 11:38:54.029: ERROR/AndroidRuntime(7256):     at
android.os.Looper.loop(Looper.java:123)
03-26 11:38:54.029: ERROR/AndroidRuntime(7256):     at
android.app.ActivityThread.main(ActivityThread.java:4338)
03-26 11:38:54.029: ERROR/AndroidRuntime(7256):     at
java.lang.reflect.Method.invokeNative(Native Method)
03-26 11:38:54.029: ERROR/AndroidRuntime(7256):     at
java.lang.reflect.Method.invoke(Method.java:521)
03-26 11:38:54.029: ERROR/AndroidRuntime(7256):     at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
03-26 11:38:54.029: ERROR/AndroidRuntime(7256):     at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
03-26 11:38:54.029: ERROR/AndroidRuntime(7256):     at
dalvik.system.NativeStart.main(Native Method)
03-26 11:38:54.029: ERROR/AndroidRuntime(7256): Caused by:
java.lang.RuntimeException: Binary XML file line #11: You must supply a
layout_width attribute.
03-26 11:38:54.029: ERROR/AndroidRuntime(7256):     at
android.content.res.TypedArray.getLayoutDimension(TypedArray.java:438)
03-26 11:38:54.029: ERROR/AndroidRuntime(7256):     at
android.view.ViewGroup$LayoutParams.setBaseAttributes(ViewGroup.java:3465)
03-26 11:38:54.029: ERROR/AndroidRuntime(7256):     at
android.view.ViewGroup$MarginLayoutParams.<init>(ViewGroup.java:3545)
03-26 11:38:54.029: ERROR/AndroidRuntime(7256):     at
android.widget.LinearLayout$LayoutParams.<init>(LinearLayout.java:1265)
03-26 11:38:54.029: ERROR/AndroidRuntime(7256):     at
android.widget.LinearLayout.generateLayoutParams(LinearLayout.java:1191)
03-26 11:38:54.029: ERROR/AndroidRuntime(7256):     at
android.widget.LinearLayout.generateLayoutParams(LinearLayout.java:45)
03-26 11:38:54.029: ERROR/AndroidRuntime(7256):     at
android.view.LayoutInflater.rInflate(LayoutInflater.java:620)
03-26 11:38:54.029: ERROR/AndroidRuntime(7256):     at
android.view.LayoutInflater.rInflate(LayoutInflater.java:621)
03-26 11:38:54.029: ERROR/AndroidRuntime(7256):     at
android.view.LayoutInflater.inflate(LayoutInflater.java:407)
03-26 11:38:54.029: ERROR/AndroidRuntime(7256):     at
android.view.LayoutInflater.inflate(LayoutInflater.java:320)
03-26 11:38:54.029: ERROR/AndroidRuntime(7256):     at
android.view.LayoutInflater.inflate(LayoutInflater.java:276)
03-26 11:38:54.029: ERROR/AndroidRuntime(7256):     at
com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:198
)
03-26 11:38:54.029: ERROR/AndroidRuntime(7256):     at
android.app.Activity.setContentView(Activity.java:1622)
03-26 11:38:54.029: ERROR/AndroidRuntime(7256):     at
name.bagi.levente.pedometer.Pedometer.onCreate(Pedometer.java:73)
03-26 11:38:54.029: ERROR/AndroidRuntime(7256):     at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
03-26 11:38:54.029: ERROR/AndroidRuntime(7256):     at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2444)
03-26 11:38:54.029: ERROR/AndroidRuntime(7256):     ... 11 more


Original issue reported on code.google.com by [email protected] on 26 Mar 2010 at 3:41

Random resets of pedo data

What steps will reproduce the problem?
1. Unknown :(

What version of the product are you using? On what operating system?
Nexus One, v1.3.0

Please provide any additional information below.
I thought this might be related to connecting it to USB, but doesn't actually 
seem to be. I also have not used App2SD or similar -- it's just installed 
normally from the market.

I'm quite certain I haven't clicked 'reset'. But for example today I looked at 
one point it was 1,000 steps. Then a few hours later, it was 783 (?!). Really 
odd. I saw similar behavior yesterday. So that's 2/2 days since I started using 
it. Obviously it needs to be reliable or else there's no point in using the 
app. I'm trying to think of anything else that might make this reproduce. :(


Original issue reported on code.google.com by [email protected] on 21 Jul 2010 at 8:36

Buttona, edittext distorted on low pid phone

What steps will reproduce the problem?
1. Start the app 

What is the expected output? What do you see instead?
normal buttons

What version of the product are you using? On what operating system?
1.2, on android 2.1

Please provide any additional information below.
possible fix..
<supports-screens
          android:largeScreens="true"
          android:normalScreens="true"
          android:smallScreens="true"
          android:anyDensity="true" />

Original issue reported on code.google.com by [email protected] on 11 Nov 2010 at 1:50

Automatic sensibility calibration

would be really cool if the sensibility could be calculated automatically.

When in calibration mode, you would tap on your screen and the walk 10 steps or 
so.  Then, pedometer could calculate how much the sensibility must be to match 
the 10 step you did.

You tap once to start the process and tap again to finish, or it finishes 
automatically after 15 seconds or something like that, so people could put it 
on pockets, clips, or where they carry the phone.

Original issue reported on code.google.com by [email protected] on 17 Nov 2010 at 12:09

Sensitivity too low for HTC EVO 4g

What steps will reproduce the problem?
1. Calibrate G-sensor
2. Open Pedometer
3. Set pedometer to highest sensitivity.
4. Walk

What is the expected output? What do you see instead?
Should count steps, stays at zero.  If you shake the phone quickly it counts 
each shake.

What version of the product are you using? On what operating system?  Sprint 
HTC Evo 4G with Froyo.


Please provide any additional information below.
Some other pedometer apps do work correctly for counting steps.

Original issue reported on code.google.com by [email protected] on 15 Sep 2010 at 1:34

error case variant exists

What steps will reproduce the problem?
1.i unzip and then i try to create a new project in eclipse
2.from existing project
3.I got this error message CASE VARIANT EXIST


What is the expected output? What do you see instead?
I EXPECT TO SEE A NEW PROJECT IN ECLIPSE, INSTEAD I GOT...

CASE VARIANT EXIST

What version of the product are you using? On what device and what
operating system version?
lATEST VERSION OF PEDOMETER
WINDOWS XP
ANDROID 3.1

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 21 Feb 2012 at 11:59

Feature: logging function (CSV)

Please add a logging function (CSV)

I do a 10,000 step routine, have for years.

Android would be fantastic upgrade from my belt loop mounted pendulum counter!!

Keep up the innovation..

 Thank you from

  Jim Christophersen



Original issue reported on code.google.com by [email protected] on 9 Jul 2010 at 12:58

Showing different steps for reverse directions.

What steps will reproduce the problem?
1. Start the application.
2. Make the sensitivity as low and Exercise type as Walking.
3. Start walking from one place to another. (Say from A to B)
4. Check the step counter and come back after resetting the counters. (from b 
to A)
5. You will get different value than previous.

What is the expected output? What do you see instead?

Expected output should be same for both the cases.

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

Device - Sony Xperia and OS - ICS (Android 4.0.3)

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 16 Jan 2014 at 10:09

Feature : Timer based walking

What steps will reproduce the problem?
1. Set timer lenght
2. Start walking
3. Alarm notifies when time is up

What is the expected output? What do you see instead?

All associated pedometer information captured during the time span

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


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 13 Dec 2010 at 4:10

Enable speaking freezes the screen and doesn't found package (3 tips attached)

What steps will reproduce the problem?
1.Go to settings
2.Set "Speak" on.
3.Press back to return to screen.

What is the expected output? What do you see instead?
I expected that starts talking or install a package to make it talk, obviously. 
Instead the screen freezes. So, you need to press the menu button (to get out 
of pedometer and then open it again. 
So, at this point it says that there is no voice package installed. And install 
or turn off. So, choosing "Install it" it goes to the Android Market and don't 
find the package. I think it is the SVOX package, I didn't downloaded because 
it is paid.

What version of the product are you using? On what device and what
operating system version?
I'm using the version 1.4.1 in the Android 2.1 on the Sony Ericsson Xperia Mini.
Although, it shows "version 6" in the Android preferences menu.

Please provide any additional information below.
Can I put three enhancement tips here so I don't need two open two other issues?
- Add a "version" or "about" menu, so we can know who made this software and 
what version is it.
- The SVOX (if it is this that I need two choose) is paid. If there is no one 
free on market or anywhere else, you could put a beep version just to the 
options "Faster" and "Slower". Like... "Faster" could be "beep beep beep" and 
"Slower" could be "beeeeeeeeeeeeeeeeeep".
- It could have another units, like minutes per second (m/s) or meters per 
minute (m/min). I'd like the m/min because I make trekking and I need to 
maintain the velocity in m/min.

Original issue reported on code.google.com by [email protected] on 4 Aug 2011 at 2:17

Doesnt work on Acer Liquid

What steps will reproduce the problem?
1. User Acer Liquid
2. Start Application
3. Walk

What is the expected output? What do you see instead?
Expect to see counter incrementing as  I walk. There is no change whatsoever. 
If I terminate and restart the app, the counter shows some value which is not 
equal to the number of steps taken.

What version of the product are you using? On what operating system?
Latest version as on 9Aug2010 on Android 2.1

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 9 Aug 2010 at 12:18

Immediate resets upon USB connect on Galaxy S2

What steps will reproduce the problem?
1. Use Samsung Galaxy S2 (GT-I9100), Android 4.1.2
2. Run the pedometer in background mode
3. Attach the phone to USB - computer or charger

What is the expected output? What do you see instead?
-> The step counter gets reset immediately

What version of the product are you using? On what device and what
operating system version?
-> See above

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 16 May 2014 at 11:39

fc on incoming call

What steps will reproduce the problem?
1. Start pedometer app
2. Let phone lock in standby
3. Receive call
4. Be patient, try a few times

What is the expected output? What do you see instead?
I expect it to not force close. It gives no actual reason and can only select 
fc. Must infact to 
be able to answer call.


What version of the product are you using? On what operating system?
Current version in market as of this post.

Please provide any additional information below.
Droid 2.1update1. Would be nice to store vaeiables more permanently so 
restarting it 
wouldn't start cleared... only clear on clear request. Perhaps save data every 
x intervals. 
Also counts many steps on vibrate of a call or notification...

Original issue reported on code.google.com by [email protected] on 5 May 2010 at 2:12

app doesn't work on htc tattoo android imlementation

What steps will reproduce the problem?
1. load it on htc tattoo (1.6)
2. stops unexpectedly
3.

What is the expected output? What do you see instead?


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


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 14 Oct 2009 at 7:32

FC on Quit after Pause

What steps will reproduce the problem?
1. Open Menu
2. Click on "Pause"
3. Open Menu
4. Click on "Quit"

What is the expected output? Exit 
What do you see instead? Force Close

What version of the product are you using? 1.4.1
On what device and what operating system version? Android 4.1.2

Following stack trace:

E/AndroidRuntime(  585): FATAL EXCEPTION: main
E/AndroidRuntime(  585): java.lang.IllegalArgumentException: Unbinding Service 
name.bagi.levente.pedometer.Pedometer$3@40fc6f38 that was already unbound
E/AndroidRuntime(  585):    at 
android.app.LoadedApk.forgetServiceDispatcher(LoadedApk.java:908)
E/AndroidRuntime(  585):    at 
android.app.ContextImpl.unbindService(ContextImpl.java:1221)
E/AndroidRuntime(  585):    at 
android.content.ContextWrapper.unbindService(ContextWrapper.java:405)
E/AndroidRuntime(  585):    at 
name.bagi.levente.pedometer.Pedometer.unbindStepService(Pedometer.java:272)
E/AndroidRuntime(  585):    at 
name.bagi.levente.pedometer.Pedometer.onOptionsItemSelected(Pedometer.java:357)
E/AndroidRuntime(  585):    at 
android.app.Activity.onMenuItemSelected(Activity.java:2534)
E/AndroidRuntime(  585):    at 
com.android.internal.policy.impl.PhoneWindow.onMenuItemSelected(PhoneWindow.java
:958)
E/AndroidRuntime(  585):    at 
com.android.internal.view.menu.MenuBuilder.dispatchMenuItemSelected(MenuBuilder.
java:735)
E/AndroidRuntime(  585):    at 
com.android.internal.view.menu.MenuItemImpl.invoke(MenuItemImpl.java:149)
E/AndroidRuntime(  585):    at 
com.android.internal.view.menu.MenuBuilder.performItemAction(MenuBuilder.java:87
4)
E/AndroidRuntime(  585):    at 
com.android.internal.view.menu.IconMenuView.invokeItem(IconMenuView.java:468)
E/AndroidRuntime(  585):    at 
com.android.internal.view.menu.IconMenuItemView.performClick(IconMenuItemView.ja
va:126)
E/AndroidRuntime(  585):    at android.view.View$PerformClick.run(View.java:16966)
E/AndroidRuntime(  585):    at android.os.Handler.handleCallback(Handler.java:615)
E/AndroidRuntime(  585):    at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime(  585):    at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(  585):    at 
android.app.ActivityThread.main(ActivityThread.java:4745)
E/AndroidRuntime(  585):    at java.lang.reflect.Method.invokeNative(Native 
Method)
E/AndroidRuntime(  585):    at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime(  585):    at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)
E/AndroidRuntime(  585):    at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime(  585):    at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(  585): Caused by: java.lang.IllegalArgumentException: 
Originally unbound here:
E/AndroidRuntime(  585):    at 
android.app.LoadedApk.forgetServiceDispatcher(LoadedApk.java:895)
E/AndroidRuntime(  585):    at 
android.app.ContextImpl.unbindService(ContextImpl.java:1221)
E/AndroidRuntime(  585):    at 
android.content.ContextWrapper.unbindService(ContextWrapper.java:405)
E/AndroidRuntime(  585):    at 
name.bagi.levente.pedometer.Pedometer.unbindStepService(Pedometer.java:272)
E/AndroidRuntime(  585):    at 
name.bagi.levente.pedometer.Pedometer.onOptionsItemSelected(Pedometer.java:345)
E/AndroidRuntime(  585):    ... 17 more
W/ActivityManager(  149):   Force finishing activity 
name.bagi.levente.pedometer/.Pedometer


Original issue reported on code.google.com by [email protected] on 2 Feb 2015 at 7:40

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.