Movatterモバイル変換


[0]ホーム

URL:


XDA Forums
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use analternative browser.

[App] Pedometer using hardware step sensor

Search This thread
By:
DoesntPostAThing

DoesntPostAThing

Senior Member
Nov 18, 2012
2,080
1,516
Vancouver
Sorry to triple post, but after not working at all over the last two days, my counter just jumped up to some obscenely large number!
View attachment 2701990

Sent from my AT&T LG G2 running CM11

Try rebooting the phone then clearing data for the app. If it still doesn't work it is an issue with the G2 and CM11. There have been multiple reports before of the hardware step sensor API not working properly in CM11 for phones like the G2 and S4. It should work just fine on the OEM build though.
 
DoesntPostAThing

DoesntPostAThing

Senior Member
Nov 18, 2012
2,080
1,516
Vancouver
Sorry to triple post, but after not working at all over the last two days, my counter just jumped up to some obscenely large number!
View attachment 2701990

Sent from my AT&T LG G2 running CM11

This app just count steps by shaking the phone. Not so useful in counting

That's how pedometers work. It detects the motion of walking, but can only do so much when one purposefully tries to trick it. Also, there is nothing I can do as I'm only processing the steps that the phone reports itself.
 
  • Like
Reactions:Mako0
DelBoy

DelBoy

Senior Member
Nov 29, 2009
1,808
663
That's how pedometers work. It detects the motion of walking, but can only do so much when one purposefully tries to trick it. Also, there is nothing I can do as I'm only processing the steps that the phone reports itself.

Noticed that while I was on offroad rally. Phone was shaking and number got bigger:D

Sent from my SGP521 using Tapatalk
 
DoesntPostAThing

DoesntPostAThing

Senior Member
Nov 18, 2012
2,080
1,516
Vancouver
Nice give it a try and its awesome

Sent from my Nexus 5 using Tapatalk

Very nice app mate, good job :good:

Thanks! Appreciate the complements:)

I'll try to Android Wear support soon, now that I finally got my Moto 360 shipped to Canada. Lots of other improvements planned as well, but I've been very busy lately, so things might have to wait a bit.
 
  • Like
Reactions:krs360
DoesntPostAThing

DoesntPostAThing

Senior Member
Nov 18, 2012
2,080
1,516
Vancouver
Occasionally I receive "Unfortunately, Pedometer has stopped" messages whilst doing other things. Running the L Developer Preview, and the L-specific APK file that you posted on Reddit.

Other than that, awesome! Would be even better if there was support for Mi Band, since the UI for that app isn't too good (I'll be receiving mine soon)

Thanks!

Could you please send me a log of the crash? Can't do much without that:)

Also, could you please describe what you were doing when the crash occurred?
 
DoesntPostAThing

DoesntPostAThing

Senior Member
Nov 18, 2012
2,080
1,516
Vancouver
Saw u r looking to add android wear support. Any chance for pebble support in the future?

Sent from my Nexus 5

Unfortunately not very likely, I don't own a pebble or have any plans to buy one.
 
J3bu5Cru57

J3bu5Cru57

Senior Member
Apr 29, 2011
155
228
Wisconsin
OnePlus 6T
Unfortunately not very likely, I don't own a pebble or have any plans to buy one.

Thanks for the quick responce. That's a shame. Ah well, still great app (rockin on my n5).

Sent from my nexus 5
 

rpr69

Senior Member
Dec 21, 2011
1,506
730
Brampton
Can you add fit integration please? I'd gladly use your app instead of google fit.

Seconded! I've found that Fit is the largest battery hog on my phone, not sure why, I'm going to go back to pedometer again, but it would be awesome if it had Fit integration. I'd buy the pro version if it offered that, and didn't chew up my battery like Fit does.
 
GalaxyA325G

GalaxyA325G

Senior Member
May 11, 2021
802
261
Samsung Galaxy A32 5G
Drat. I realize this is an old thread, but the original app link no longer works.
Original link is not found

Anyone know if there is a valid Google Play Store link to:
Code:
https://play.google.com/store/apps/details?id=com.ivon.pedometer
 

Top Liked Posts

  • There are no posts matching your filters.
  • 25
    8HRZsJU.png


    Hello everyone, since I received my Nexus 5 I have been working on an app that uses the low powered step counter API new in KitKat.

    How this is different from most other pedometer apps is that with the hardware step sensor, this app uses almost no additional battery so you can keep it running all day. In my testing I noticed no difference in battery life between a day with Pedometer running and a day without it.

    From the Google Play description:

    Features:
    - Set your goal! It is recommended that you take 10000 steps a day. This app allows you to set a goal that's right for you, and displays your current progress.
    - Track your progress! This app will keep track of how much and how far you walked, all day, every day. History is presented neatly, both in a list and a graph for easy viewing.
    - Colorful themes: choose one of 5 themes that fill your display with color, or go with the standard holo light or dark. With 7 themes in total, there's one for everyone!
    - Low powered: Unlike other pedometer apps, this one will not affect your battery life at all.
    - Achievements and leaderboards: sign in with your Google+ account to unlock achievements and compete with your friends in leaderboards!
    - Both single-day and multi-day achievements are available
    - [Pro only] Walk info: see how far you've walked today. Calorie counter coming soon.

    Often times I'm too lazy to carry my Fitbit with me, especially since having it sync to my phone drains battery. With my phone being the pedometer I feel that I've been motivated to be more active.

    There is also a pro version you can buy if you'd like to support me. This pro version currently adds a distance counter, so you can see how far you've walked all day. I plan on adding more pro-only features in the future, such as a calorie counter and maybe a widget. But don't worry, the free version will still be perfectly capable of serving as your daily pedometer. If a feature is extremely popular within the pro version I'll consider adding it to the free version as well.

    Downloads:Free version,Pro version ($2.99)

    I have used only three permissions. One is start on boot. This is used to start counting as soon as you start the device. The other two are write (and therefore read) external storage. This is used solely for the purpose of exporting logs to assist with debugging if the need arises. Don't worry, your data is safe, and this app will not be sending away any of your information.

    If you have any questions of suggestions feel free to contact me, I try to respond within the same day.

    * * * * * * * * * * *

    Changelog

    Mar. 27, 2014: v1.2.0
    - Added long awaited history feature!
    - Multi-day achievements for Google Play Games!
    - Another attempt to fix inaccurate step count
    - Added option to display imperial units (pro only)
    - More UI optimizations and bug fixes for better use experience
    - Preparation for new feature: activities!

    Jan. 4, 2014: v1.1.2
    - UI optimizations

    Jan. 2, 2014: v1.1, v1.1.1
    - Added Google Play Games (achievements and leaderboards)
    - Low priority persistent notification
    - Walk info screen [Pro]
    - Bug fixes

    Dec. 25, 2013: v1.0
    - initial release
    3
    I'm working on a rather big update, includes more Fitbit-like features such as history and activities. The basic features is about done, gonna make it look nice now and test it some more. Might upload a beta apk and post the Google Play beta link here for anyone interested in testing. I'm hoping to officially release the update in a week or so, so stayed tuned!
    3
    Any plans to have this push results to something like FitBit or MyFitnessPal?

    As for the driving thing, could you add an option for bluetooth device connected?

    Example Interface:
    Do not count steps if the following device is connected: (check boxes)
    - Car Radio
    - Headphones
    - Phone Radio
    - BlueTooth Headset

    Do not count steps if plugged into a power source: (pull down)
    USB
    AC
    Any
    Disabled


    In this way, you could set the device not to count steps if you are in your car (connected to your car radio via blutooth or maybe plugged into a power source).
    I would think the power draw of these options would be in line with your design goal of keeping it to a minimum.

    I have not used the app very long (pro version), does it keep track of history? An example would be a daily summary of steps/distance.
    In this way, manually importing the information into other fitness trackers is easier.

    Thank you for your consideration!

    What you say about charging and Bluetooth connected should be simple enough to add, I'll see if I can add it. History is also coming in the next version, here's a sneak peek at what I have so far;)

    uploadfromtaptalk1390580214168.jpg

    Of course, your full history will also be viewable and can be exported as CSV, although that part isn't quite done yet.

    Sent from my Nexus 5
    3
    Is there any further development planned for this app? I would be very sorry if it's dead:crying:

    Thanks in advance.

    Yes, I am still working on this app. History is very much functional (I've been using for the past month) but I haven't had time to make it look pretty yet. Right now it's quite raw, but it works. Apologies for the delay in getting updates out, I've been very busy the last month and a half, with a trip to Cuba and then having to catch up with schoolwork once I came back. Now that the term is more or less over I have time again to add the finishing touches. I hope to get an update out within a few weeks.
    2
    Hey everybody, it's complete! Version 1.2.0 has hit the Play Store, you should receive update notifications in a few hours. See the OP for more details, but here's the changelog for this version:

    Mar. 27, 2014: v1.2.0
    - Added long awaited history feature!
    - Multi-day achievements for Google Play Games!
    - Another attempt to fix inaccurate step count
    - Added option to display imperial units (pro only)
    - More UI optimizations and bug fixes for better use experience
    - Preparation for new feature: activities!

    Yes, history is added! Actually, it was done quite a while ago. However, the reason I took so long to release it was because it was quite "raw", and I wanted to smooth out the experience to make it (I hope) perfect before releasing. And that takes lots of testing, revising, etc., which all take time, which I didn't have much of as I went on a trip with the school band recently, and after I came back I had to focus on school work (end of term). I didn't have nearly as much time as I would have liked to work on this app. But now that that's all over, here it is!

    Version 1.2.0, enjoy!

    Pedometer Free
    Pedometer Pro

[8]ページ先頭

©2009-2025 Movatter.jp