tipopilota
Member
would also like to see if there is a way to zoom into the charts. currently they are very hard to read.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Im a statistics type person and im always keeping track of my MPG because a dippage will always point to something else being problematic with your vehicle.
Looks to be a great app and i will definitely use it when i get my droid on tuesday!
Great product, one feature request I would like to see would be the ability to export the info to google docs.
Perhaps this will be one of the websites I will export the records to (or sync with).would also like to see if there is a way to zoom into the charts. currently they are very hard to read.
I have this feature request already in my listPerhaps this will be one of the websites I will export the records to (or sync with).
I just added this to my list, but I'm not sure how good it will be to view a chart partially. I personally like to see such statistical or comparison-based charts or graphs in one shot.
But you already have an option to get 48 more pixels on your phone screen, which means %15 bigger view in landscape mode!!! Just make a donation and you'll get the option to remove the ads ;-)


I'm a previous iPhone user, trying to convince my husband to switch to a Droid as well--one of the apps he absolutely loves is GasCubby, because with our iPhones, we were able to sync our GasCubbies between two phones(by setting up a backup/sync account with one email), and has basically said that he would switch if I found an app with this capability. aCar seems to be the closest to what he is looking for. With the backup/restore that you're looking at implementing, do you think you could also implement a sync function, for people that have multiple Android phones in their house, as well as multiple cars that they're tracking? Thanks in advance! I love this app.![]()
Love the app! Just got an HTC Hero about a week and a half ago and I've been wanting this app before I even got the phone! A couple features I would love to see:
1. Extra reminders. For example, whenever you remove a wheel you're supposed to retorque the lugs after 50-100 miles, a little reminder of that would be cool. So any maintenance item that requires removing a wheel would have that on there. It would use your average miles/day to calculate that, right?
2. Trip meter section for fill-ups. I know I can just put it in the notes section but a dedicated trip meter option would be cool.
Thank you for all your hard work!
About your feature requests:
I should just think more about how well I can integrate this into aCar. I have to answer some questions: Where is the best place to put the icon to start/stop the trip? The main screen is already very crowded, so should I create an entire new screen for it? Then will it look integrated with rest of the application? Moreover, where should I show the trip records? On main screen? and the list goes on...
), but I've been searching and searching for something for my phones.I am driving an old car with more than 200,000 km on the odometer. I have to fill it up every 300-400 km. And I have a Tattoo, which has a kind of small screen with a small keyboard.
It would be great if I didn't have to enter the full odometer number every time, but only the last 3-4 digits.
Let's say the last fill-up was at 212,376 km. If I just enter "721" as the odometer reading, it will assume that the new (full) reading is 212,721 km. Maybe you can even make it assume wrapped numbers, so for example if I entered the next reading as "108" it would assume (108 < 721) that the new reading is 213,108 km.
Any way to import data from the mileage app?

Sweet! I'm going to download this and give it a whirl. I've been keeping a spread sheet on my laptop for years for my motorcycles (since maintenance on a motorcycle is of upmost importance...), but I've been searching and searching for something for my phones.
With this, I'm more likely to keep track of the cars now as well.
Having the option to export the data (for backups and for convience as well) would be really nice.
Thanks!
This is being asked other places... but if you could make this work with a bluetooth obd2 scanner.. you would be my personal hero!
On the first thing: Of course, that is only a minor feature request, so no hurry. I am interested in the sharing as well, and some other requests made here.Okay I just added your request to my feature request list, but no promise on exact release date because I still have higher priority features to implement first.
Just a question... When you want to edit that fillup/service record you've entered the last 3 digits of odometer reading, do you want to see the full odometer reading? Or just the last 3 digits you've entered?
private int calcNewOdometer(int oldOdometer, int newEntry) throws UncalculableOdometerException{
int newOdometer = newEntry;
if (newEntry < oldOdometer) {
if ((newEntry >= 1000) || (newEntry < 0)) throw new UncalculableOdometerException();
int distance = newEntry - (oldOdometer % 1000);
if (distance < 0) distance += 1000;
newOdometer = oldOdometer + distance;
}
return newOdometer;
}
On the first thing: Of course, that is only a minor feature request, so no hurry. I am interested in the sharing as well, and some other requests made here.
Secondly: My idea is just a quicker way to enter the full odometer setting, so it should display the full odometer setting. A simplified code would look somehow like this:
If you take the odometer entry as a string, you might check for a + sign at the beginning to indicate a relative entry, too. So no need to make too fundamental changes to the system, with introducing new settings and stuff.
Okay. I will try to implement this along with relative odometer readings (starting with +) in next version.There is one further request I'd like to make:
Last fillup I got ads in the app. Now that wouldn't be bad, after all I want you to profit from this. But with the on-screen keyboard, and the ad, there was no room left for the entry box, so I had to type blind.
I only have a Tattoo, with QVGA resolution (240x320), can you reproduce that? Is there a way around it? Can you offer an ad-free version for money?
Hello Armond,
Can you give us an estimate of when the Backup/Restore will be implemented?
In the meanwhile, if I wanted to back-up my data (I am thinking about switching ROM again), what files would I need to save to my SD card?
Thanks!
Nicolas Racine
BTW, I am going to your donation page right now. I reallike like this app!

Great work, Armond.
Went straight to the Donation! Keep it up!
Cheers,
Skywolf76
