Hi Armond, first off thanks for such a great app, sent a donation your way!
I recently changed roms on my phone (which involved a full wipe) and forgot to export my aCar data. I have a backup of the filesystem but I can't find the acar data anywhere. Where is it stored on disk, and any chance I can copy it to my new disk so aCar will read it?
My sdcard backup directory for aCar was empty, so I guess I hadn't been using it long enough to trigger that.
Edit: After several hours I finally managed to get my filesystem backup images in a linux VM, then use a nifty little program called unyaffs (
unyaffs - unyaffs - prebuild use comand "gcc -o unyaffs unyaffs.c" - Project Hosting on Google Code) to extract my datadata filesystem image (since desktop linux distros don't have yaffs support in kernel). From there I guessed you were using a SQLite db to do your storage so it was off to the android SDK to figure out where that those were stored. Phew! After all that I finally got the tiny SQLite db copied over to my new /data/data/ dir through adb shell and now all my data is back and I'm going to be sure to do a backup next time I flash a rom haha. Burned a few hours with that, but hey it was kinda fun